/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Poiret+One&display=swap');

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "verdana", arial, arimo, sans-serif;
font-weight:normal;
}

thead th,
tbody th{
font-family: "verdana", arial, arimo, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "verdana", arial, arimo, sans-serif;
}

.menu{
font-family: "verdana", arial, arimo, sans-serif;
}

blockquote{
font-family: "verdana", arial, arimo, sans-serif;
}




/*---------------------------------
	LAYOUT
-----------------------------------*/

html{
	scroll-behavior: smooth;
}

body{
	margin:0;
	padding:0 0 0 0;
	color:#333;
	font:normal 0.9em/150% 'verdana', arial, arimo, sans-serif;
	font-family: "verdana", arial, arimo, sans-serif;
	background-color:#FFF;
}

.tarja{
	background-color:#f1f1f1;
	height:20px;
	margin-top:0px !important;
}

.redondo{
	display: inline-block;
    text-align: center;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    color: #FFF;
    background-color: #05a7f0;
}

.endereco{
	line-height: 25px;
    font-size: 0.95em;
    font-family:"verdana", arial, sans-serif;
    color: #333;
    margin: 10px 0px 0px 0px;
    display: block;
}

.subtitulos{
	line-height: 25px;
    font-size: 1.5em;
    font-family: "poiret_oneregular", verdana, arial, sans-serif;
    color: #333;
    margin: 10px 0px 0px 0px;
    display: block;
}

.navegar{
	background-color:#05a7f0;
	min-height:80px;
	padding:10px 0px;	
	text-align:center;
}

.secundario{
	background-color:#f4f8fb;
	min-height:100px;
	padding:10px 0px;	
	text-align:center;
}

.secundario h5{
    font-size: 1.955511111em;
    font-family: "poiret_oneregular", verdana, arial, sans-serif;
	color: #333;
}

.ladoa{
	background-color:#004780;
	height:2px;
	float:left;
	width:50%;
}

.servicos{
	position:relative;
	min-height:400px;
	overflow:hidden;
}

.servicosm{
	position:relative;
	min-height:330px;
	overflow:hidden;
}


.slogan{
	position:absolute;
    z-index: 1;
    text-align: left;
	left: 0;
    top: 0;
    color: #ffffff;
	width: 50%;
	min-height:100px;
	overflow:auto;
	background: url(img/slogan-002.jpg) center center no-repeat #004780;
    background-size: cover;
    padding: 30px;
}

.slogan h5{
    color: #fefefe;
}

.slogan h2{
    color: #fefefe;
    max-width: 450px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 28px;
}

.slogan .botao{
	text-shadow:none !important;
	color:#FFF !important;
	font-size:0.95555000em !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border:1px solid #dddddd !important;
	background: none !important;
	margin:2px 0px !important;
	width:100px !important;
	transition:1s;
}


.sloganm{
    color: #ffffff;
	width: 100%;
	min-height:100px;
	overflow:auto;
	background: url(img/slogan-002.jpg) center center no-repeat #004780;
    background-size: cover;
    padding: 30px;
}

.sloganm h5{
    color: #fefefe;
}

.sloganm h2{
    color: #fefefe;
    max-width: 450px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 28px;
}

.sloganm .botao{
	text-shadow:none !important;
	color:#FFF !important;
	font-size:0.95555000em !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border:1px solid #dddddd !important;
	background: none !important;
	margin:2px 0px !important;
	width:100px !important;
	transition:1s;
}

.fotos{
	padding: 2px;
	background-color:#f4f8fb;
	position: absolute;
	z-index: 1;
	top:130px;
	right: 0;
	width: 60%;
	min-height:100px;
	overflow:hidden;
}

.fotosm{
	padding: 2px;
	background-color:#f4f8fb;
	width: 100%;
	min-height:100px;
	overflow:hidden;
}

.boxer{
	-moz-border-radius:15px !important;
	-webkit-border-radius:15px !important;
	border-radius:15px !important;
	padding:30px;
	background-color:#f4f8fb;
	text-align:center;	
}

.detalhe img{
	/*filter: grayscale(100%);*/
	border:1px solid #FFF;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	-webkit-transition: 1s;
	transition:1s;
}

.detalhe img:hover{
	/*filter: grayscale(0%);*/
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}

.botao{
	display: inline-block;
    padding: 15px 30px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.vinheta{
	text-align:center;
	color:#4c5d67;
}

.vinheta span{
	color:#CCC;
}

.entre{
	background-color:#4c5d67;
	min-height:80px;
	padding:10px 0px;
}

.entre{
	background: url(img/contatos.jpg);
    background-size: cover;
    padding: 5px 0px 20px;
	overflow:auto;
	color: #FFF;
}

.entre h5{
    font-size: 1.955511111em;
    font-family: "poiret_oneregular", verdana, arial, sans-serif;
}

.entre .botao{
	text-shadow:none !important;
	color:#FFF !important;
	font-size:0.95555000em !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border:1px solid #dddddd !important;
	background: none !important;
	margin:20px 0px 0px 0px!important;
	transition:1s;
}

.box{
	margin-bottom:30px;
}


.box .balao{
	border:1px #acacac solid;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;	
	background-color:#f1f1f1;
	padding:15px 40px;
	overflow:auto;
	min-height:20px;
}

.box .setadesce{
	position:relative;
	top:-2px;
	left:80px;
	width:60px;
}

.box .assinado{
	padding-left:30px;
}

.box .assinado img{
	margin-left:45px;
	width:50px;
}

.box .assinado a{
	text-decoration:none;
	transition:1s;
	color:#333;
}

.box .assinado a:hover{
	text-decoration:underline;
	color:#000;
}

.maps{
	min-height:10px;
	overflow:auto;
	border-top:5px solid #f6f6f6;
}

.maps iframe{
	width:100% !important;
}

.rodape{
	padding-top:5px !important;
	background-color:#f4f8fb;
	overflow:auto;
	min-height:120px;
	overflow:auto;
	color:#333;
	font-size:0.8000em;
}

.rodape .map{
	color:#333;
}


.rodape .mail{
	padding-top:20px;
}

.rodape .mail a{
	color:#333;
	text-decoration:none;
}

.rodape .mail a:hover{
	text-decoration:underline;
}

.rodape .redes{
	padding:20px 0px;
}

.rodape .redes a{
	text-align:center;
	font-size:1.655em !important;
	color:#333;
	padding:11px;
	display:inline-block;
	width:46px;
	height:46px;
	border-radius:23px;
	-moz-border-radius:23px;
	-webkit-border-radius:23px;
	background-color:#f4f8fb;
	border:2px solid #333 !important;
	margin-left:2px;
	transition:1s;
}

.rodape .redes a:hover{
	color:#FFF;
	background-color:#333;
}

.assinatura{
	background-color:#edf2f6;
	min-height:80px;
	padding:15px 0px;
	overflow:auto;
	font-size:0.75555000em !important;
	color:#333;
}

.contato .texto{
	font-size:0.95555000em !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
	background-color:#F3F3F3 !important;
	border-bottom:2px solid #004780 !important;
	color:#004780 !important;
	width:100% !important;
	
}

.contato label{
	width:100% !important;
	margin-bottom:10px;
	
}

.contato textarea{
	border-top:none !important;
	border-left:none !important;
	border-bottom:2px solid #004780 !important;
	border-right:none !important;
	background-color:#F3F3F3 !important;
	color:#004780 !important;
	width:100% !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	resize:none;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	font-size:0.95555000em !important;
	
}

.contato .botao{
	text-shadow:none !important;
	color:#FFF !important;
	font-size:0.95555000em !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border:1px solid #004780 !important;
	background:#004780 !important;
	margin:2px 0px !important;
	transition:1s;
}

.contato .botao:hover{
	border:1px solid #004780 !important;
	background:#004780 !important;
}

.maps{
	min-height:10px;
	overflow:auto;
	border-top:5px solid #f6f6f6;
}

.maps iframe{
	width:100% !important;
}

.captcha{
	position:relative;
	width:250px;
	height:80px;
	background-color:#F3F3F3 !important; 
	border-bottom:2px solid #004780 !important;
	color:#004780;
	font-family:"cooper_lt_btbold_italic", Verdana, Geneva, sans-serif;
	font-size:2.8000em;
	font-style:italic;
	background-image:url(img/fundocaptcha.jpg);

}
.captcha span{
	color:#999;
	position:absolute;
	top:30px;
	left:40px;
}

.moca img{
	border-top:1px solid #F3F3F3  !important;
	border-left:1px solid #F3F3F3  !important;
	border-bottom:15px solid #F3F3F3  !important;
	border-right:1px solid #F3F3F3 !important;
	transition:1s;
}

.moca img:hover{
	border-top:1px solid #004780 !important;
	border-left:1px solid #004780 !important;
	border-bottom:15px solid #004780 !important;
	border-right:1px solid #004780 !important;
}

.flutuar{
	z-index:9999;
	position:fixed;
	bottom:30px;
	right:30px;
}

.flutuar a{
	text-decoration:none;
	color:#FFF !important;
	margin-left:5px;
}

.menucategorias{
	padding-top:7px;
}

.menucategorias ul{
	padding:0px;
	margin:0px;
	list-style-type:none! important;
}

.menucategorias li{
	padding:1px !important;
}

.categorias{
	text-decoration:none !important;
	display:block !important;
	text-shadow:none !important;
	color:#FFF !important;
	font-size:0.8em !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	border:1px solid #05a7f0 !important;
	background:#05a7f0 !important;
	margin:2px 0px !important;
	overflow:auto !important;
	padding:10px 8px !important;
	transition:1s;
}

.categorias:hover{
	border:1px solid #004780 !important;
	background:#004780 !important;
	color:#FFF !important;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color:#FFF;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}


.overlay .closebtn {
 /* position: absolute;
  top: 130px;
  right: 45px;
  */
  font-size: 60px;
  color: #1F5287;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.link{
	display: inline-block;
    text-align: center;
    padding: 20px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    color: #FFF;
    background-color: #05a7f0;
}

.flutuar{
	z-index:9999;
	position:fixed;
	bottom:30px;
	right:30px;
	/*width:60px;
	height:60px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	padding:10px 0px 0px 4px;
	background-color:#0DC143;*/
}

.flutuar a{
	text-decoration:none;
	color:#FFF !important;
	margin-left:5px;
}