@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
body{
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
	font-size:14px;
}
.clear{
	clear:both;
	padding:10px;
}

.container{
	max-width:1166px;
	margin:0 auto;
	padding: 20px;
	line-height:36px;
	text-align:center;
}
.logo{
	float:left;
}

.rodape-bg{
	background:#033f88;
}
.col-rodape{
	width:30%;
	float:left;
	margin-right:15px;
	color:#FFFFFF;
	font-size:16px;
	text-align:left;
}
.col-rodape750{
	display:none;
}

@media all and (max-width: 750px) {
.col-rodape{
	display:none;
}
.col-rodape750{
	width:90%;
	display:block;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
}
}


img{
	max-width:100%;
}
.banner-azul{
	background:#024282;
}
.banner-bradesco{
	background:#cf1638;
}
.banner-hdi{
	background:#fff;
}
.banner-itau{
	background:#ffca00;
}
.banner-porto{
	background:#007a9b;
}
.banner-sompo{
	background:#f1f1f1;
}
.banner-tokio{
	background:#bcfff2;
}
.banner-liberty{
	background:#1e2e69;
}
.banner-saude{
	background: url(../imagens/banner-saude.jpg);
	height:250px;
	max-width:100%;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 15px 15px 50px 15px;
}
.formulario label {
    display: block;
    margin: 0px 0px 5px;
}
.formulario input[type="text"], .formulario input[type="email"], .formulario textarea,.formulario select{
    color: #888;
    height: 24px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 65%;
	border:#FF7200 1px solid;
}
.formulario select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 66%;
    height: 30px;
}
.formulario textarea{
    height:100px;
}

.formulario input.botao{	
	background:#FF9900;
	color:#FFFFFF;	
	border:1px solid #F9B38A;
	padding: 10px;
}

.texto{
	text-align:justify;
}
.cx-destaque{
	float:left;
	width: 30%;
	margin-right: 35px;
}
.cx-destaque h2{
	color:#0d194d;
	font-size: 24px;
}
.cx-destaque h3{
	color:#006b05;
	font-size:18px;
}
.cx-destaque h3 span{
	color:#006b05;
	font-size:24px;
}
.cx-destaque p{
	font-size:14px;
	line-height: 21px;
}
.cx-destaque a{
	color:#FFFFFF;
	background:#003399;
	padding:10px 25px;
	text-decoration:none;
	border-radius: 5px;
}
.cx-destaque a:hover{
	color:#FFFFFF;
	background:#0099FF;
}
.seguradoras{
	background:#e2e2e2;
}
.seguradoras2{
	background:#FFF;
}
.logos-seg{
	float:left;
	padding-right: 55px;
	margin-bottom: 20px;
	width:20%;
}
.logos-seg img{
	max-width:100%;
}

@media all and (max-width: 1160px) {
.logos-seg{
	padding-right: 35px;
}
}
@media all and (max-width: 1109px) {
.cx-destaque{
	float:left;
	width: 30%;
	margin-right: 20px;
}
.cx-destaque h2{
	font-size: 18px;
}
}

@media all and (max-width: 779px) {
.cx-destaque{
	float:left;
	width: 45%;
	margin-right: 25px;
}
}
@media all and (max-width: 560px) {
.cx-destaque{
	float:left;
	width: 95%;
	margin-left:20px;
}
.logos-seg{
	padding-right: 25px;
	width:40%;
}
}