@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------
CSS Reset - Normalize.css
----------------------------------------------------------*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;position:relative;min-height: 100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:none;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*----------------------------------------------------------
Configurações Gerais <<<<<==================================
----------------------------------------------------------*/
*{ margin:0; padding:0;}

body{
	background: url(images/bg.jpg) repeat-x;	
	width:100%;
	min-height:100%;
	margin: 0 auto;
    font-size: 62.5%;
	line-height: 1.2222222222em; /* 22px ÷ 18px = 1.22222222222em*/
	font-family: Verdana, Geneva, sans-serif;
}
.container{
	margin: 0 auto;
	max-width: 1000px;
	width: 100%; /*ajuste do layout à tela*/
}


/*.clearfix usado para adicionar um espaço vazio antes e depois dos elementos
  evitando que os floats se aglomerem.
*/
.clearfix:before, .clearfix:after {
    content: " "; 
    display: table; 
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/*fim do clearfix*/
img, picture, video, embed {
    max-width: 100%; /*define a largura máxima em até 100%*/
	height:auto;
}
/*Voltar ao topo*/
#toTop {
width:10%;/* 1000px ÷ 1000px = 1 x 100 = 10%*/
/*border:1px solid #ccc;*/
/*background:#f7f7f7;*/
text-align:center;
padding:0.5em;
position:fixed; /* fixa o botão */
bottom:4em; /* e coloca o botão no canto junto com essa parte do código*/
right:1em;
cursor:pointer;
display:none;
z-index:9999;
/*color:#333;*/
/*font-family:verdana;
font-size:11px;*/
}
header{background-color:#1a4385;width:100%;height:68px;left: 0px;padding: 0px;position: fixed;top: 0px;clear: both;z-index: 10;}
header .center{width: 100%; margin: 0px auto; height: 67px;max-width:1118px;}
header a{ width:43%;height:67px; float:left;}
header .telefone{background: url(../images/ligar.png) no-repeat; font-size:1.8em; font-family: Verdana, Geneva, sans-serif
;float:right; color:#fff;width:29%; line-height:2.5em;font-weight:bold;text-align: center;height: 50px;position:relative;margin-top:67px;}
header nav#menu{margin: 0 auto;width:51%;position:absolute;right:0;height:67px;}
header nav#menu h1{display:none;}

input#control-nav {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
}

/*header nav#menu ul.menu{width:100%; display:inline-flex;float:right; margin-right: -30px;}
header nav#menu ul.menu li.home{width:30%; list-style:none;text-align:center;height:67px;line-height: 7em;}
header nav#menu ul.menu li.home a{width:100%; font-size:1.5em;font-family:'Raleway', sans-serif;color:#fff;text-decoration: none;height:67px;}
header nav#menu ul.menu li.home a:hover{background-color:#5685d0;width:100%; height:67px;float:left;}
header nav#menu ul.menu li{width:30%; list-style:none;text-align:center;height:67px;line-height: 7em;}
header nav#menu ul.menu li a{width:100%; font-size:1.5em;font-family:'Raleway', sans-serif;color:#fff;text-decoration: none;}
header nav#menu ul.menu li a:hover{background-color:#5685d0;width:100%; height:67px;float:left;}*/

/*Drop Down*/
/*Configurações Padrões*/
ul.menu, .menu li, .menu a{ margin:0; padding:0; list-style:none; text-decoration:none;}
ul.menu ul{ position:absolute; display:none; box-shadow:3px 3px 2px #333;}
/* Configurações nivel 1*/
ul.menu{ float:left; font-family:'Raleway', sans-serif; font-size:15px; border-radius:5px; padding:0 5px;}
.menu li{ float:left; width:auto; position:relative;}
.menu li a{ display:block; padding:0 20px; line-height:68px; height:68px; float:left; transition:all 0.1s linear;width:auto }

/* Configurações nivel 2*/
.menu li:hover > ul.submenu-1{ display:block; top:68px; left:0; padding:5px; width:240px; border-radius:0 0 5px 5px; z-index:99999;  }
.menu ul.submenu-1 a{  width:200px; padding:0 20px; border-radius:5px;  height:40px;line-height:40px;font-size:0.9em;} 
/* Configurações nivel 2*/
.menu li:hover > ul.submenu-2{ display:block; top:0; left:195px; padding:5px; width:240px;  border-radius: 0 5px 5px 5px; }
.menu ul.submenu-2 a{  width:200px; padding:0 20px; border-radius:5px; height:40px;line-height:40px;font-size:0.9em;}
 
/*nivel 1*/
.menu{ }
.menu a{ color:#fff;}
.menu li:hover > a{ background:#5685d0;  color:#fff;}
 
/*nivel 2*/
.submenu-1{ background:#5685d0;}
.submenu-1 a{color:#fff;}
.submenu-1 li:hover > a{ background:#666; }
 
/*nivel 3*/
.submenu-2{ background:#5685d0;}
.submenu-2 a{color:#fff;}
.submenu-2 li:hover > a{ background:#333; }
 


.cycle-slideshow{
	width:100%;
	min-height:519px; 
	position: relative;
    left: 0;
	top: 67px;
	clear:both;
	max-width:1920px;
	display:flex;
	z-index: 9;
	margin-bottom: 60px;
} 
.slide{width:100%;display:block;position: absolute;}

.cycle-next{
	width:0;height:0;
	display:block;
	position:absolute;
	top:90px; right:20px;
	border-left: 25px solid #759ddd;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	z-index:99999;
	cursor:pointer;
}
.cycle-prev{
	width:0;height:0;
	display:block;
	position:absolute;
	top:184px; right:20px;
	border-right: 25px solid #759ddd;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	z-index:99999;
	cursor:pointer;
}
.cycle-pager{
	text-indent:-9999999px;
	white-space:nowrap;
	width:30px;
	text-align:center;
	position:absolute;
	top:119px;
	right:18px;
	z-index:99999;	
	display:block;
	color:#1a4385;
	margin:10px 0;
}
.cycle-pager span{
	width:30px;
	height:2px;
	display:block;
	background: rgba(255,255,255,0.50);
	transform: rotate(-39deg);
	-webkit-transform: rotate(-39deg);
	margin:10px 0;
	cursor:pointer;
}
.cycle-pager .cycle-pager-active{
	background:#1a4385;
	height:2px;
}
.banner{width:100%;height:auto; position: relative;left: 0;top: 67px;clear:both;max-width:1920px;display:flex;z-index: 9;margin-bottom: 30px;float:left;}

#fone{display:none;}

section#corpo{width:100%;float: left;min-height:100%;position:relative;}
section#corpo #opcoes{width:100%; height:auto;float:left;}
section#corpo #opcoes h1{width:100%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.6em;color:#454545;background:url(../images/h1_rota.png)no-repeat;height:57px;line-height: 3.5em;font-weight:bold;}
section#corpo #opcoes ul{width:95%;margin:20px 0 20px 0; float:left;}
section#corpo #opcoes ul li{width:45%;margin-left:30px; float:left;list-style:none;height:200px;}
section#corpo #opcoes ul li a{width:100%;float:left;height:190px;transition: 1s box-shadow;}
section#corpo #opcoes ul li a:hover{box-shadow:  2px 2px 5px #454545;}

section#corpo #seguros{width:100%; height:auto;float:left;margin: 0 auto;}
section#corpo #seguros h1{width:100%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.6em;color:#454545;background:url(images/h1_planos.png)no-repeat;height:57px;line-height: 2.5em;font-weight:bold;}
section#corpo #seguros .auto2{width:30%; height:600px;float:left;margin-left: 4em;}
section#corpo #seguros .auto2 figure a{background:url(../images/auto2.jpg) no-repeat; width:250px; height:250px;float:left;border-radius: 50%;}
	section#corpo #seguros .auto2 figure a:hover{box-shadow: 2px 2px 5px #454545;}
section#corpo #seguros .auto2 h1{width:80%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.4em;color:#1a4385;font-weight:bold;line-height:1.2em;background:none;float: left;height: 30px;}
section#corpo #seguros .auto2 p{width:75%;font-family:Verdana, Geneva, sans-serif;font-size:1.3em;color:#454545;line-height:1.4em;text-align:justify;margin-bottom: 15px;}
section#corpo #seguros .pet{width:30%; height:600px;float:left;margin-left: 2em;}
section#corpo #seguros .pet figure a{background:url(../images/pet.jpg) no-repeat; width:250px; height:250px;float:left;border-radius: 50%;}
	section#corpo #seguros .pet figure a:hover{box-shadow: 2px 2px 5px #454545;}
section#corpo #seguros .pet h1{width:80%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.4em;color:#1a4385;font-weight:bold;line-height:1.2em;background:none;float: left;height: 30px;}
section#corpo #seguros .pet p{width:80%;font-family:Verdana, Geneva, sans-serif;font-size:1.3em;color:#454545;line-height:1.4em;text-align:justify;margin-bottom: 15px;}
section#corpo #seguros .via{width:30%; height:600px;float:left;margin-left: 2em;}
section#corpo #seguros .via figure a{background:url(../images/viagem.jpg) no-repeat; width:250px; height:250px;float:left;border-radius: 50%;}
	section#corpo #seguros .via figure a:hover{box-shadow: 2px 2px 5px #454545;}
section#corpo #seguros .via h1{width:80%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.4em;color:#1a4385;font-weight:bold;line-height:1.2em;background:none;float: left;height: 30px;}
section#corpo #seguros .via p{width:80%;font-family:Verdana, Geneva, sans-serif;font-size:1.3em;color:#454545;line-height:1.4em;text-align:justify;margin-bottom: 15px;}
section#corpo #seguros .res{width:30%; height:600px;float:left;margin-left: 2em;}
section#corpo #seguros .res figure a{background:url(../images/residencial.jpg) no-repeat; width:250px; height:250px;float:left;border-radius: 50%;}
	section#corpo #seguros .res figure a:hover{box-shadow: 2px 2px 5px #454545;}
section#corpo #seguros .res h1{width:80%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.4em;color:#1a4385;font-weight:bold;line-height:1.2em;background:none;float: left;height: 30px;}
section#corpo #seguros .res p{width:80%;font-family:Verdana, Geneva, sans-serif;font-size:1.3em;color:#454545;line-height:1.4em;text-align:justify;margin-bottom: 15px;}
section#corpo #seguros .eletr{width:30%; height:600px;float:left;margin-left: 2em;}
section#corpo #seguros .eletr figure a{background:url(../images/eletronico.jpg) no-repeat; width:250px; height:250px;float:left;border-radius: 50%;}
	section#corpo #seguros .eletr figure a:hover{box-shadow: 2px 2px 5px #454545;}
section#corpo #seguros .eletr h1{width:80%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.4em;color:#1a4385;font-weight:bold;line-height:1.2em;background:none;float: left;height: 30px;}
section#corpo #seguros .eletr p{width:80%;font-family:Verdana, Geneva, sans-serif;font-size:1.3em;color:#454545;line-height:1.4em;text-align:justify;margin-bottom: 15px;}
section#corpo #seguros .vida{width:30%; height:600px;float:left;margin-left: 2em;}
section#corpo #seguros .vida figure a{background:url(images/vida.jpg) no-repeat; width:250px; height:250px;float:left;border-radius: 50%;}
	section#corpo #seguros .vida figure a:hover{box-shadow: 2px 2px 5px #454545;}
section#corpo #seguros .vida h1{width:80%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.4em;color:#1a4385;font-weight:bold;line-height:1.2em;background:none;float: left;height: 30px;}
section#corpo #seguros .vida p{width:80%;font-family:Verdana, Geneva, sans-serif;font-size:1.3em;color:#454545;line-height:1.4em;text-align:justify;margin-bottom: 15px;}
/*Páginas Internas*/
section#corpo #interna{float:left;position:relative;min-height:100%;}
section#corpo #interna h1{width:100%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.6em;color:#454545;background:url(images/h1_interna.png)no-repeat;height:50px;line-height: 3.5em;font-weight:bold;float:left;}
section#corpo #interna h2{width:100%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.6em;color:#5685D0;height:50px;margin-top:50px;line-height:1.5em;float:left;}
section#corpo #interna p{width:95%;font-family:Verdana, Geneva, sans-serif;font-size:1.4em;color:#454545;line-height:1.4em;margin-left:20px; text-align:justify;margin-bottom:15px;}
section#corpo #interna .redes{width:95%; margin: 6em 0 0 34em;}
section#corpo #interna p.obs{width:95%;font-family:Verdana, Geneva, sans-serif;font-size:1em;color:#454545;line-height:1.4em;margin-left:20px; text-align:justify;margin-bottom:15px;}
section#corpo #interna {width:100%;  float: left;margin-bottom: 30px;}
section#corpo #interna .cotar{width:100%;float:left;margin-bottom:30px;height: 100px;}
section#corpo #interna .cotar span.btn{width:32%;height:auto;background-color:#fc7d00;border-radius:10px;float:left;margin-right:10px;margin-top:25px;}
section#corpo #interna .cotar span.btn a{width:100%;height:auto;color:#fff;font-size:1.5em;font-family:Verdana, Geneva, sans-serif;text-decoration:none;text-align:center;line-height:1.5em;float:left;}
section#corpo #interna .cotar span.btn a:hover{background-color:#febc1f;color:#000;border-radius:10px;}
section#corpo #interna .cotar .center{max-width:600px;margin:0 auto;background-color: #f5f5f5;border-radius: 20px;border: 1px solid #e5e5e5;height: 100px;}
section#corpo #interna .cotar .center img{float:left;height:auto;margin: 7px 0 0 20px;}
section#corpo #interna .cotar .center p{color:#00adef;font-size:1.4em;float:left;font-weight:bold;width:20%;margin-top: 2.2em;}
section#corpo #interna .cotar .center span.btn{width:32%;height:auto;background-color:#fc7d00;border-radius:10px;float:right;margin-right:10px;margin-top:25px;}
section#corpo #interna .cotar .center span.btn a{width:100%;height:40px;color:#fff;font-size:1.5em;font-family:Verdana, Geneva, sans-serif;text-decoration:none;text-align:center;line-height:2.5em;float:left;}
section#corpo #interna .cotar .center span.btn a:hover{background-color:#febc1f;color:#000;border-radius:10px;}
section#corpo #interna .cotar-pet .center{max-width:1000px;margin:0 auto;background-color: #f5f5f5;border-radius: 20px;border: 1px solid #e5e5e5;height: 100px;}
section#corpo #interna .cotar-pet .center img{float:left;height:auto;margin: 7px 0 0 20px;}
section#corpo #interna .cotar-pet .center p{color:#00adef;font-size:1.4em;float:left;font-weight:bold;width:20%;margin-top: 2.2em;}
section#corpo #interna .cotar-pet .center span.btn{width:20%;height:auto;background-color:#fc7d00;border-radius:10px;float:left;margin-left:10px;margin-top:25px;}
section#corpo #interna .cotar-pet .center span.btn a{width:100%;height:auto;color:#fff;font-size:1.5em;font-family:Verdana, Geneva, sans-serif;text-decoration:none;text-align:center;line-height:1.5em;float:left;}
section#corpo #interna .cotar-pet.center span.btn a:hover{background-color:#febc1f;color:#000;border-radius:10px;}
section#corpo #interna ul{width:100%;float:left;heigh:auto;margin-bottom:20px;}
section#corpo #interna ul li.residencial{list-style:none;width:24%;margin:0;float:left;border:1px solid #CCC;height:400px;position:relative; margin-right: 8px;}
section#corpo #interna ul li.residencial h2{height:auto;}
section#corpo #interna ul li.residencial p{width:84%;font-size:1.2em;margin-top:10px;line-height:1.5em;}
section#corpo #interna ul li.residencial a img{position:absolute;bottom:0;}
section#corpo #interna ul li.residencial a img:hover{box-shadow:5px 5px 5px 0px rgba(0,0,0,0.25);border:1px solid #00adef;}
section#corpo #interna p a{color:#5685D0;text-decoration:none;}
section#corpo #interna p a:hover{color:#fe7012;}
/*Rodapé*/
footer#rodape{width:100%;height:600px;bottom: 0 !important;float:left;background-color:#001c48;}
footer#rodape .center{margin: 0 auto;max-width:1000px; width: 100%;}
footer#rodape .center ul.portoseguro{width:35%;/* 400px ÷ 1000px = 1 x 100 = 40%*/height:200px;float:left;margin:2em 0 ;padding:0;}
footer#rodape .center ul.portoseguro h3{display:inline;float:left;font-family:'Raleway', sans-serif;font-size:1.4em;width:179px;height: 29px;color: #5685D0;padding-top: 0.7em;margin-bottom: 2em;line-height: 1.5em;}
footer#rodape .center ul.portoseguro li{list-style:none;width:100%;height:20px;margin-bottom: 1.5em;	font-family:Verdana, Geneva, sans-serif;font-size:1.2em;font-weight:bold;float: left;}
footer#rodape .center ul.portoseguro li a{color:#fff;width:100%;height:24px;text-decoration:none;float:left;}
footer#rodape .center ul.portoseguro li a:hover{color:#6ca4fd;}
footer#rodape .center ul.seguros{width:35%;/* 200px ÷ 1000px = 1 x 100 = 20%*/height:200px;float:left;margin: 2em 0;padding: 0;}
footer#rodape .center ul.seguros h3{display:inline;float:left;font-family:'Raleway', sans-serif;font-size:1.4em;width:179px;height: 29px;color: #5685D0;padding-top: 0.7em;margin-bottom: 2em;line-height: 1.5em;}
footer#rodape .center ul.seguros li{list-style:none;width:100%;margin-bottom: 0.8em;font-family:Verdana, Geneva, sans-serif;font-size:1.2em;font-weight:bold;float:left;}
footer#rodape .center ul.seguros li a{color:#fff;width:100%;height:24px;text-decoration:none;float:left;}
footer#rodape .center ul.seguros li a:hover{color:#6ca4fd;}
footer#rodape .center .endereco{width:30%;margin-left: 0;float:right;margin-top:2em;}
footer#rodape .center .endereco h3{display:inline;float:left;font-family:'Raleway', sans-serif;font-size:1.4em;width:179px;height: 29px;color: #5685D0;padding-top: 0.7em;margin-bottom: 2em;line-height: 1.5em;}
footer#rodape .center .endereco p{width:67%;color:#fff;font-size:1.2em;font-family:Verdana, Geneva, sans-serif; line-height:1.5em;float: left;}
footer#rodape .center .endereco ul{width:100%;height:30px;display:inline;float:right;margin:0 auto;padding:0;}
footer#rodape .center .endereco ul li.face{background: url(../../images/layout_siteRota_face.jpg) no-repeat;width:26px;height:26px;float:left;list-style:none;cursor:pointer;margin-right: 1em;}
footer#rodape .center .endereco ul li.face a{width:26px;height:26px;float:left;}
footer#rodape .center .endereco ul li.face a:hover{background: url(../../images/face_hover.jpg) no-repeat;width:26px;height:26px;float:left;}
footer#rodape .center .endereco ul li.twitter{background: url(../../images/layout_siteRota_twitter.jpg) no-repeat;width:26px;height:26px;float:left;list-style:none;margin-right: 1em;cursor:pointer;}
footer#rodape .center .endereco ul li.twitter a{width:26px;height:26px;float:left;}
footer#rodape .center .endereco ul li.twitter a:hover{background: url(../../images/twitter_hover.jpg) no-repeat;width:26px;height:26px;float:left;}
footer#rodape .center .endereco ul li.plus{background: url(../../images/layout_siteRota_gplus.jpg) no-repeat;width:26px;height:26px;float:left;list-style:none;margin-right: 1em;cursor:pointer;}
footer#rodape .center .endereco ul li.plus a{width:26px;height:26px;float:left;}
footer#rodape .center .endereco ul li.plus a:hover{background: url(../../images/gplus_hover.jpg) no-repeat;width:26px;height:26px;float:left;}
footer#rodape .center .endereco ul li.insta{background: url(../../images/layout_siteRota_insta.jpg) no-repeat;width:26px;height:26px;float:left;list-style:none;margin-right: 1em;cursor:pointer;}
footer#rodape .center .endereco ul li.insta a{width:26px;height:26px;float:left;}
footer#rodape .center .endereco ul li.insta a:hover{background: url(../../images/insta_hover.jpg) no-repeat;width:26px;height:26px;float:left;}
footer#rodape .center .endereco ul li.blog{background: url(../../images/layout_siteRota_blog.jpg) no-repeat;width:26px;height:26px;float:left;list-style:none;margin-right: 1em;cursor:pointer;}
footer#rodape .center .endereco ul li.blog a{width:26px;height:26px;float:left;}
footer#rodape .center .endereco ul li.blog a:hover{background: url(../../images/blog_hover.jpg) no-repeat;width:26px;height:26px;float:left;}
footer#rodape .center .endereco ul li.youtube{background: url(../../images/layout_siteRota_youtube.png) no-repeat;width:26px;height:26px;float:left;list-style:none;margin-right: 1em;cursor:pointer;}
footer#rodape .center .endereco ul li.youtube a{width:26px;height:26px;float:left;}
#rodaTopo .center nav#redesSociaisfooter#rodape .center .endereco/*Breadcrumb*/
section#corpo #interna .breadcrumb{width:95%;height:30px;}
section#corpo #interna .breadcrumb ul{width:95%;height:30px;float:left;margin:10px 0 0 40px;padding: 0;}
section#corpo #interna .breadcrumb ul li{float:left;font-family:Verdana, Geneva, sans-serif;font-size:11px;display: inline;width: auto;}
section#corpo #interna .breadcrumb ul li+li:before { padding: 8px;color: black;content: ">\00a0";}
section#corpo #interna .breadcrumb ul li a{color:#1a4385;text-decoration:none;}
section#corpo #interna .breadcrumb ul li a:hover{color:#000; text-decoration: underline;}
/*Formulário Cotação*/
section#cotacao{margin: 0 auto;min-height:715px;position: relative;float:left;width: 100%;display: block;}
section#cotacao h1{width:100%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.6em;color:#454545;background:url(images/h1_cotacao.png)no-repeat;height:48px;line-height: 2em;font-weight:bold;}
section#cotacao p{width:100%;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:1.4em;color:#454545;height:auto;line-height:1.5em;}
section#cotacao form{color:#759ddd;font:14px Verdana, Geneva, sans-serif;margin-bottom:30px;float:left;margin-left: 22px;width: 950px;}
section#cotacao form #containerNome{display:block;float:left;margin:20px 25px 0 18px;width:400px;}
section#cotacao form #containerEmail{display:block;float:right;margin:20px 25px 0 18px;width:400px;}
section#cotacao form #containerTelefone{display:block;float:left;margin:20px 25px 0 18px;width:400px;}
section#cotacao form #containerCelular{display:block;float:right;margin:20px 25px 0 18px;width:400px;}
section#cotacao form #containerEstado{display:block;float:right;margin:20px 25px 0 18px;width:400px;}
section#cotacao form #containerCidade{display:block;float:left;margin:20px 25px 0 18px;width:400px;}	
			section#cotacao form div#containerProfissao, section#cotacao form div#containerTipoPlano, section#cotacao form div#containerFaixaEtaria, section#cotacao form div#containerMensagem{width:900px;display:block;float:left;margin:20px 25px 0 18px;text-align: center;}
			section#cotacao form label{color:#1a4385;display:block;font:16px Verdana, Geneva, sans-serif;margin-bottom:7px;margin-left: 0;}
			section#cotacao form input, section#cotacao form select, section#cotacao form textarea{background:#fefefe;border:1px solid #1a4385;border-radius:5px;color:#759ddd;font:18px 'Trebuchet MS', sans-serif;margin-right:5px;outline:none;padding:5px;width:390px;}
			section#cotacao form textarea{height:150px;width:875px;margin-bottom: 20px;margin-left:0;}
			section#cotacao form select#profissao{width:500px;}
			section#cotacao form div#containerTipoPlano input{margin-left:30px;width:20px;}
			section#cotacao form div#containerFaixaEtaria{margin-top:40px;margin-bottom:20px;}
			ssection#cotacao form div#containerFaixaEtaria ul{float: left;height: auto;list-style-type: none;margin-left: 15px;padding: 0;width: 900px;}
				section#cotacao form div#containerFaixaEtaria ul li{display;block;float:left;margin-bottom:30px;width:180px;}
					section#cotacao form div#containerFaixaEtaria ul li input{width:100px;}
			section#cotacao form #B1{background:#1a4385;color:#fff;font:1.4em Verdana, Geneva, sans-serif, sans-serif;width:100px;height:100px;;border-radius: 50%;left: 45%;position:absolute;margin-top:24em}
				section#cotacao form #B1:hover{background:#5685d0;border:1px solid #195CC5;color:#efefef;}
			section#cotacao #iframeEnviaCotacao{display:none;}
			section#cotacao ul.Lista-Coluna{float:left;width:280px;}
			
section#cotacao iframe{
	margin-left:20px;
	margin-bottom:20px;
}	
section#cotacao form #containerAnexo{
	margin:20px 0 20px 20px;
	float:left;
	display:block;
	width:800px;
}

section#cotacao form #containerAnexo input{
	width:800px;
	border:none;
}


@media screen and (max-width: 640px) {
header{background-color:#1a4385;width:100%;height:68px;left: 0px;padding: 0px;position: fixed;top: 0px;clear: both;z-index: 999;}
header .center{width: 100%; margin: 0px auto; height: 67px;}
header a{ width: 82%;}
header .telefone{display:none;}
header h1 a{ width: 70%;}
#fone{width:100%;background-color:#1a4385;margin: 0 auto;height:40px;float:left;position:relative;z-index: 99; display:block!important;margin-top:50px;}
#fone p{font-size:1.6em;font-family:Verdana, Geneva, sans-serif;color:#fff;line-height:2.5em;font-weight: bold;text-align:center;} 

#telefone{font-size:1.8em; font-family:Verdana, Geneva, sans-serif;float:left; color:#5685d0;width:15%; line-height:4em;margin-left:30px;font-weight:bold;}
.control-nav {
    position: absolute;
    right: 20px;
    top: 26px;
    display: block;
    width: 30px;
    padding: 5px 0;
    border: solid #fff;
    border-width: 3px 0;
    z-index: 99999;
    cursor: pointer;
  }
.control-nav:before {
    content: "";
    display: block;
    height: 3px;
    background: #fff;
  }
 
.control-nav-close {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
 
nav#menu{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    border-left: 1px solid #1a4385;
    overflow-x: auto;
    z-index: 9999;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
	background-color:#1a4385;
  }
 
#control-nav:checked ~ .control-nav-close {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
 
#control-nav:checked ~ nav {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cycle-next{
	display:none;
}
.cycle-prev{
	display:none;
}
.cycle-pager{
	display:none;
}
.cycle-slideshow{ height:auto;    min-height: 100%;}
header nav#menu ul.menu{width: 100%;display: inline!important;float: right; margin-right: 0;margin-top: 6em;}
header nav#menu ul.menu li.home{width:100%!important; list-style:none;text-align:center;height:67px;line-height: 7em;}
header nav#menu ul.menu li.home a{width:100%; font-size:1.5em;font-family:Verdana, Geneva, sans-serif;color:#fff;text-decoration: none;height:67px;}
header nav#menu ul.menu li.home a:hover{background-color:#5685d0;width:100%; height:67px;float:left;}
header nav#menu ul.menu li{width:100%!important; list-style:none;text-align:center;height:67px;line-height: 7em;}
header nav#menu ul.menu li a{width:100%; font-size:1.5em;font-family:Verdana, Geneva, sans-serif;color:#fff;text-decoration: none;}
header nav#menu ul.menu li a:hover{background-color:#5685d0;width:100%; height:67px;float:left;}
/*Drop Down*/
header nav#menu ul.menu > li> ul.seg{width:100%;}
header nav#menu ul.menu li ul.seg li a{;color: #ccc;}
section#corpo #interna p{width:88%;}
 
section#corpo #seguros .auto2, section#corpo #seguros .pet, section#corpo #seguros .via, section#corpo #seguros .res, section#corpo #seguros .eletr{width:88%;height: auto;}
section#corpo #seguros .auto2 figure, section#corpo #seguros .pet figure, section#corpo #seguros .via figure, section#corpo #seguros .res figure, section#corpo #seguros .eletr figure {width:100%;float:left;}
section#corpo #seguros .auto2 figure a, section#corpo #seguros .pet figure a, section#corpo #seguros .via figure a, section#corpo #seguros .res figure a, section#corpo #seguros .eletr figure a{margin-left:2em;}
section#corpo #interna .cotar span.btn{width:88%;margin-left: 2em;}
section#corpo #interna ul li.residencial{list-style:none;width:45%;margin:0;float:left;border:1px solid #cce;height:400px;position:relative; margin-right: 8px;margin-bottom:20px;}
section#corpo #interna .cotar .center img{float:left;height:auto;margin: 7px 0 0 5px;}
section#corpo #interna .cotar-pet .center{height:170px;}
section#corpo #interna .cotar-pet .center span.btn{width:31%}
footer#rodape{height:auto;}
footer#rodape .center ul.portoseguro, footer#rodape .center ul.seguros{width:45%;margin-left:20px;height:auto;}
footer#rodape .center .endereco{width:100%;margin-top:0;}
footer#rodape .center .endereco h3, footer#rodape .center .endereco p{text-align:center;width:100%;}
footer#rodape .center .endereco ul{width: 73%;}
section#cotacao h1{background:none;border-bottom:1px solid #cce;}
section#cotacao form{color:#759ddd;font:14px Verdana, Geneva, sans-serif;margin-bottom:30px;float:left;margin-left: 22px;width: 100%;}
section#cotacao form #containerNome{width:90%;}
section#cotacao form #containerEmail{width:90%;}
section#cotacao form #containerTelefone{width:90%;}
section#cotacao form #containerCelular{width:90%;}
section#cotacao form #containerEstado{width:90%;}
section#cotacao form #containerCidade{width:90;}	
			section#cotacao form div#containerMensagem{width:90%;display:block;float:left;margin:20px 25px 0 18px;text-align: center;}
			section#cotacao form label{color:#1a4385;display:block;font:16px Verdana, Geneva, sans-serif;margin-bottom:7px;margin-left: 0;    float: left;}
			section#cotacao form input, section#cotacao form select, section#cotacao form textarea{background:#fefefe;border:1px solid #1a4385;border-radius:5px;color:#759ddd;font:18px 'Trebuchet MS', sans-serif;margin-right:5px;outline:none;padding:5px;width:90%!important;margin:0 25px 0 0;}
			section#cotacao form textarea{height:150px;width:90%;margin-bottom: 20px;margin-left:-35px;}
			section#cotacao form #B1{background:#1a4385;color:#fff;font:1.4em Verdana, Geneva, sans-serif, sans-serif;width:100px!important;height:100px;;border-radius: 50%;left: 40%;position:absolute;margin-top:24em;bottom:0;}
				section#cotacao form #B1:hover{background:#5685d0;border:1px solid #195CC5;color:#efefef;}
			section#cotacao #iframeEnviaCotacao{display:none;}
			section#cotacao ul.Lista-Coluna{float:left;width:280px;}
}

@media screen and (min-width: 641px) and (max-width: 1000px) {	
.cycle-slideshow{ height:auto;}
section#corpo #interna ul li.residencial{width:30%;border:1px solid #cce;margin-bottom:20px;}
header .telefone{font-size: 1.6em;margin-left:1em; padding-left: 3em;}
footer#rodape .center ul.portoseguro{margin-left:20px;width:32%;}
section#cotacao h1{background:none;border-bottom:1px solid #cce;}
section#cotacao form{color:#759ddd;font:14px Verdana, Geneva, sans-serif;margin-bottom:30px;float:left;margin-left: 22px;width: 100%;}
section#cotacao form #containerNome{display:block;float:left;margin:20px 25px 0 0;width:45%;}
section#cotacao form #containerEmail{display:block;float:left;margin:20px 25px 0 0;width:45%;}
section#cotacao form #containerTelefone{display:block;float:left;margin:20px 25px 0 0;width:45%;}
section#cotacao form #containerCelular{display:block;float:left;margin:20px 25px 0 0;width:45%;}
section#cotacao form #containerEstado{display:block;float:left;margin:20px 25px 0 0;width:45%;}
section#cotacao form #containerCidade{display:block;float:left;margin:20px 25px 0 0;width:45%;}	
			section#cotacao form div#containerMensagem{width:90%;display:block;float:left;margin:20px 25px 0 18px;text-align: center;}
			section#cotacao form label{color:#1a4385;display:block;font:16px Verdana, Geneva, sans-serif;margin-bottom:7px;margin-left: 0;    float: left;}
			section#cotacao form input, section#cotacao form select, section#cotacao form textarea{background:#fefefe;border:1px solid #1a4385;border-radius:5px;color:#759ddd;font:18px 'Trebuchet MS', sans-serif;margin-right:5px;outline:none;padding:5px;width:90%!important;margin:0 25px 0 0;}
			section#cotacao form textarea{height:150px;width:90%;margin-bottom: 20px;margin-left:-35px;}
			section#cotacao form #B1{background:#1a4385;color:#fff;font:1.4em Verdana, Geneva, sans-serif, sans-serif;width:100px!important;height:100px;;border-radius: 50%;left: 40%;position:absolute;margin-top:24em;}
				section#cotacao form #B1:hover{background:#5685d0;border:1px solid #195CC5;color:#efefef;}
			section#cotacao #iframeEnviaCotacao{display:none;}
			section#cotacao ul.Lista-Coluna{float:left;width:280px;}
}


@media screen and (min-width:1001px) and (max-width: 1200px)  {
	.cycle-slideshow{    min-height: 200px;}
	footer#rodape .center ul.portoseguro{margin-left:20px;width:32%;}
}
@media screen and (min-width:1201px) and (max-width: 1679px)  {
	.cycle-slideshow{    min-height: 400px; }
}


.ind-slide{float:left;width:100%;z-index:1;}
	.ind-slide img{width:100%;}
	.ind-slide picture{width:100%;}

.whatsapp{
	width: 100px;
	position: fixed;
    top: 75%;
    left: 0;
    padding: 10px;
    z-index: 10000000
}