@charset "utf-8";
/* CSS Document */

.seletor {
    background-color: #f4f4f4;
    width: 50%;
    padding: 5vh 0;
    min-height: 50vh;
    color: #757878;
	font-family: Helvetica;
}
.logo img {
    width: 20%;
}
.seletor h2 {
    text-transform: uppercase;
    font-weight: 900;
	color: #18A0DB;
	
}
.seletor p {
    line-height: 7px;
    margin-top: 8vh;
	color: #757878

}
.informacoes select {
    /* float: left; */
    width: 80%;
    height: 6vh;
    text-align: center;
	margin-right: 21px;
	float: left;
	color: #191C42
	
}
.informacoes i {
    font-size: 20px;
    height: 6vh;
    line-height: 6.4vh;
    padding-top: 0vh;
    float: left;
}
.gases, .leitos {
    display: flow-root;
    padding-left: 12%;
		
	
}

p#valor1 {
    color: #081133;
	width: 50%;
	font-size: 30px;
	font-family: Helvetica;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
    margin: 1vh 25%;
}
button {
    color: #18a0db;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#18A0DB;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	font-family:Helvetica;
	font-size:15px;
	font-weight:bold;
	padding:24px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	
	
}
i.far.fa-question-circle {
    color: #18a0db;
	font-size: 5vh;
	
}
select#leitos {
    font-size: 2vh;
}
select#gases {
	font-size: 2vh;
}
p#valor1 p {
    color: #18A0DB;
    font-size: 15px;
    width: 100%;
    margin: 1vh ;
}
	.seletor j2 {
    text-transform: uppercase;
    font-weight: 900;
	color: #FFFFFF;
		font-size: 5vh;
		top: -15vh;
}

@media only screen and (max-width: 1000px) {
   .seletor {
    background-color: #f4f4f4;
    width: 100%;
    padding: 2vh;
    min-height: 25vh;
    color: #757878;
    font-family: Helvetica;
		
}
	.logo img {
    width: 50%;
	}
	.seletor h2 {
    text-transform: uppercase;
    font-weight: 900;
	color: #18A0DB;
		font-size: 5vh;
	
}
.seletor p {
    line-height: 45px;
    margin-top: 3vh;
	color: #757878;
		font-size: 2vh;
	}
	.informacoes select {
    /* float: left; */
    width: 80%;
    height: 7vh;
    text-align: center;
	margin-right: 21px;
	float: left;
	color: #191C42
	}
	p#valor1 {
    color: #081133;
	width: 100%;
	font-size: 35px;
	font-family: Helvetica;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
		margin: 1vh;
	   		
	}
	button {
    color: #18a0db;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#18A0DB;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	font-family:Helvetica;
	font-size:3vh;
	font-weight:bold;
	padding:24px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	
	}
	i.far.fa-question-circle {
    color: #18a0db;
	font-size: 3vh;
	}
	select#leitos {
    font-size: 3vh;
	}
	select#gases {
	font-size: 3vh;
}
	p#valor1 p {
    color: #18A0DB;
    font-size: 2vh;
    width: 100%;
  	}
}