
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #ffffff;
	color: #333333;
	font-weight: 500;
	font-size: 1.05em;
	font-family: 'museo500';
}

a {
	color: #2fa0ec;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus, a:active {
	color: #333333;
	outline: none;
	text-decoration: none;
}

.bloco{
	height: auto;
	overflow: hidden;
}

.sucesso{
	height: 100vh;
	background: #224677;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #3379D1, #224677);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #3379D1, #224677); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #ffffff;
	display: table;
	width: 100%;
	text-align: center;
}

.interno-sucesso{
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
}

.interno-sucesso h2{
	color: #ffffff;
	font-size: 18px;
	margin: 10px 0 0 0;
	padding: 0;
}
.interno-sucesso h3{
	color: #ffffff;
	font-size: 18px;
	margin: 0 0;
	padding: 0;
}

.interno-sucesso  .linha{
	margin: 40px 0 0 0;
}


/*********************************** -------------------- header -------------------- ***********************************/ 

.bloco01{
	min-height: 700px;
	background: #224677;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #3379D1, #224677);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #3379D1, #224677); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
header{
	height: auto;
	overflow: hidden;
}
header .logo-plano-saude{
	width: 156px;
	height: 62px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	outline: 0;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

header .logo-plano-saude span{
	width: 156px;
	height: 62px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	font-size: 18px;
	color: transparent;
	background: url('../img/logo-branca-plano-saude-min.png') no-repeat center center;
	text-align: center;
	margin: 0 auto;
	background-size: contain;
}
header p{
	float: right;
	color: #ffffff;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	margin-top: 40px;
}
.bloco-chamada{
	float: left;
	display: block;
}

.bloco-chamada span{
	background-color: #FFE500;
	display: block;
	width: 295px;
	height: 55px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-family: 'museo500';
	color: #08448D;
	line-height: normal;
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 5px;
	position: relative;
	top: 75px;
}

.lista-destaque{
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 310px;
	position: relative;
	top: 105px;
}

.lista-destaque li{
	display: block;
	float: left;
	width: 150px;
	height: 70px;
	border: 1px solid #01B1E8;
	border-radius: 4px;
	background: url('../img/icon-coracao-min.png') no-repeat 5px 18px transparent;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: 'museo500';
	line-height: normal;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.lista-destaque .li-especial{
	padding-top: 5px;

}


.lista-vantagens .li-especial2{
	width: 10%;
}

.oferta-destaque {
	position: relative;
	top: 55px;
	left: 0;
}

.tag-plano{
	position: absolute;
	top: -115px;
	left: 290px;
	z-index: 999;
}

.medico-assim{
	position: absolute;
	right: 360px;
	top: -6px;
	bottom: 0;
}

.formulario{
	width: 340px;
	background-color: #ffffff;
	float: right;
	overflow: hidden;
	z-index: 999999 !important;
	height: auto;
	border: 1px solid #ffffff;
	border-radius: 4px;
	padding: 10px;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	top: 25px;
}

.formulario textarea{
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	height: 40px;
	outline: none;
	border: 1px solid #615D5D;
	color: #615D5D;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear; 
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;

}

.formulario form fieldset p{
	font-size: 12px;
}

.pp-especial{
	font-size: 9px !important;
	margin: 10px 0;
}

.formulario input, .formulario select{
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	height: 40px;
	outline: none;
	border: 1px solid #615D5D;
	color: #615D5D;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear; 
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;

}

.formulario input:hover, .formulario input:focus, .formulario input:active {
	border: 1px solid #FF7104;
	outline: 0px;
}

.formulario-titulo h3{
	text-align: center;
	font-weight: 900;
	font-size: 22px;
	color: #FF7104;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-family: 'museo900';
}


.formulario-titulo p{
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #2B2B2B;
	line-height: 30px;
	margin: 0;
	padding: 0;
}


.formulario-titulo{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.btn-enviar{
	width: 100%;
	display: block;
	border: 1px solid #23B762;
	background: #23B762;
	border-radius: 80px;
	color: #ffffff;
	font-family: 'museo700';
	text-transform: uppercase;
	font-size: 18px;
	box-shadow: none;
	letter-spacing: 1px;
	height: 50px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear; 
	outline: none;
	margin: 0px 0;
}

.btn-enviar:hover, .btn-enviar:focus{
	background: #1CD96D;
	border: 1px solid #1CD96D;
	color: #ffffff;
	outline: none;
}

.p-especial{
	text-align: right;
	font-size: 14px;
	margin: 0;
	margin-top: 10px;
}

.btn-quero-contato{
	display: none;
}

.lista-vantagens {
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}

.lista-vantagens li{
	float: left;
	display: inline-block;
	width: 25%;
	margin: 0;
	margin-bottom: 60px;

}
.lista-vantagens li img{
	display: block;
	margin: 0 auto;
}

.lista-vantagens li p{
	text-align: center;
	line-height: normal;
	color: #777777;
	font-size: 16px;
	line-height: normal;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}


.bloco02 h2 {
	text-align: center;
	font-weight: 900;
	font-size: 35px;
	color: #FF7104;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-family: 'museo900';
	margin-top: 50px;
}

.bloco02 p{
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	color: #515050;
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-family: 'museo500';
}

.bloco03{
	background-color: #F4F4F4;
	padding-top: 50px;
}
.bloco03 img{
	display: block;
	margin: 0 auto;
}

.bloco03 h2 {
	text-align: center;
	font-weight: 900;
	font-size: 35px;
	color: #FF7104;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-family: 'museo900';
	margin-top: 100px;
}

.bloco03 p{
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	color: #515050;
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-family: 'museo500';

}


.btn-saiba{
	margin: 0 auto;
	display: block;
	border: 1px solid #23B762;
	background: #23B762;
	border-radius: 80px;
	color: #ffffff;
	font-family: 'museo700';
	text-transform: uppercase;
	font-size: 18px;
	box-shadow: none;
	letter-spacing: 1px;
	height: 50px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear; 
	outline: none;
	width: 320px;
	padding: 10px 0;
	margin-top: 30px;
	box-shadow: none;
}

.btn-saiba:hover, .btn-saiba:focus{
	background: #1CD96D;
	border: 1px solid #1CD96D;
	color: #ffffff;
	outline: none;
	box-shadow: none;
}



footer {
	height: auto;
	overflow: hidden;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #9e9e9e;
}

footer p{
	font-size: 12px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	line-height: normal;
	font-family: 'Arial';
}

.img-empresas{
	display: block;
	margin: 30px auto;
}

.bloco-vantagens{
	background: transparent;
	padding: 40px 0;
}


.bloco-vantagens h2 {
	text-align: center;
	font-weight: 900;
	font-size: 35px;
	color: #FF7104;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-family: 'museo900';
	margin-top: 50px;
}

.bloco-vantagens p{
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	color: #515050;
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-family: 'museo500';
}

.item-vantagem{
	display: block;
	height: auto;
	margin: 20px auto;
	padding: 10px;
	background: #ffffff;
	    border-radius: 4px;
	    box-shadow: 0 0 3px 1px #0000000f;
}

.item-vantagem img{
	display: block;
	margin: 30px auto 0px auto;
	width: 120px;
}

.item-vantagem h3{
		text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: #515050;
	line-height: normal;
	margin: 20px 0;
	padding: 0;
	font-family: 'museo500';
}


.item-vantagem .cta-vantagem{
	    width: 250px;
	display: block;
	border: 1px solid #515050;
	background: transparent;
	border-radius: 80px;
	color: #515050;
	font-family: 'museo700';
	text-transform: uppercase;
	font-size: 14px;
	box-shadow: none;
	letter-spacing: 1px;
	height: 50px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear; 
	outline: none;
    padding: 12px 10px;
    margin:  10px auto;
}


.item-vantagem .cta-vantagem1{
	border: 2px solid #69aad4;
	background: #69aad4;
	color: #ffffff;
}

.item-vantagem .cta-vantagem2{
	border: 2px solid #73c29a;
	background: #73c29a;
	color: #ffffff;
}

.item-vantagem .cta-vantagem3{
	border: 2px solid #87cf56;
	background: #87cf56;
	color: #ffffff;
}

.item-vantagem .cta-vantagem4{
	border: 2px solid #d9d633;
	background: #d9d633;
	color: #ffffff;
}

.item-vantagem .cta-vantagem5{
	border: 2px solid #d2b431;
	background: #d2b431;
	color: #ffffff;
}

.item-vantagem .cta-vantagem6{
	border: 2px solid #8769d4;
	background: #8769d4;
	color: #ffffff;
}

.item-vantagem .cta-vantagem:hover, .item-vantagem .cta-vantagem:active{
	border: 2px solid #1CD96D;
	background: #1CD96D;
	color: #ffffff;
}


.bloco-funcao{
	background: #2cc39a;
	padding: 30px 0;
}
.bloco-funcao h2 {
	text-align: center;
	font-weight: 900;
	font-size: 35px;
	color: #224576;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-family: 'museo900';
	margin-top: 50px;
}

.bloco-funcao p{
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-family: 'museo500';
}


.item-funcao h3{
		text-align: center;
	font-weight: normal;
	font-size: 22px;
	color: #ffffff;
	line-height: normal;
	margin: 20px 0;
	padding: 0;
	font-family: 'museo900';
}

.item-funcao h4{
		text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #ffffff;
	line-height: normal;
	margin: 0 0 30px 0;
	padding: 0;
	font-family: 'museo500';
}


.item-funcao .cta-funcao{
	    width: 100%;
	display: none;
	border: 1px solid #4074bc;
	background: #4074bc;
	border-radius: 80px;
	color: #ffffff;
	font-family: 'museo700';
	text-transform: uppercase;
	font-size: 14px;
	box-shadow: none;
	letter-spacing: 1px;
	height: 50px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear; 
	outline: none;
    padding: 12px 10px;
    margin:  10px auto;
}

.item-funcao .cta-funcao:hover, .item-funcao .cta-funcao:active{

		border: 1px solid #004d40;
	background: #004d40;

}




.item-funcao {
    display: block;
    margin: 0 auto;
    height: auto;
    padding: 20px ;
}

.item-funcao img{
	display: block;
	margin: 20px auto;
	width: 160px;
}