@charset "UTF-8";
/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
	
/* CSS Document */
/*   
Theme Name:  IAD
Theme URI: http://www.iad.com.br
Description: Tema especial para IAD
Author: IAD
Author URI: http://www.iad.com.br
Version: 1.0 
. 
Template criado exclusivamente para IAD / Todos os direitos reservados. 
body {
  padding-top: 56px;
}

/*!
 * Start - HTML Template 
 */
 html, body{
 	height: 100%;
 	min-height: 100%;
 }
	body{
	font-family: 'Roboto Condensed', sans-serif!important;
	color:#666;
	font-size:16px;
	font-weight: 300;
	
	}

h1 {
	font-size: 28px;
	font-weight: 300;
}
h2 {
	font-size: 26px;
	font-weight: 300;
}
.h2{
 	margin-bottom: 30px;
 	color: #067d3c;
 	text-transform: uppercase;

 }
.h2 i{
 	color: #a2cf44;
 }
h3 {
	font-size: 22px;
	font-weight: 300;
}	
h4 {
	font-size: 20px;
	font-weight: 300;
}
h4,h6 {
	font-size: 18px;
	font-weight: 300;
}
a {
    color: #999;
}
a:hover {
    color: #666;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #a2cf44;
}
.relative{
	position: relative!important;
}

#losango{
  width:12px;
  height:12px;
  background:#98D76A;
  margin-top:6px;
  margin-left:6px;
   /* Rotação */  
   transform: rotate(-45deg);
   display: inline-block;
border-radius: 2px;
}
section.blk{
	padding: 70px 0;
}
/*!
 * NAV
 */
.navbar-brand {
	
	margin: 0;
	padding: 10px 20px;

}
.shrink .navbar-brand{
    position: relative;
    box-shadow: none!important;
    border-top:0;
    background: url(img/favicon.png) 0 0 no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    top: -2px;
}
.shrink .navbar-brand img{ 
	display: none!important;
}
.navbar-brand img{
	width: 90px;
}

.navbar{
	background:#fff;
	margin:0;
	padding: 0;
	border-top:3px solid #d1e28b;
  border-bottom:1px solid #d1e28b;
}
.navbar-nav{
	padding: 20px 0;
}
.shrink .navbar-nav{
    padding: 2px 0;
}
.navbar-dark .navbar-nav .nav-link {
    color: #067d3c;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.shrink .nav-link{
	font-size: 14px!important;
}
.nav-link:hover {
    color: #a2cf44!important;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
    background: #a2cf44;
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 10px;
}
/*!
 * HEADER
 */
header#hhome{
	position:relative;
}
header#hhome .carousel-item {
  height: 86vh;
  min-height: 350px;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	position:relative;
}

 header#pages{
  background: #008621;
 }
 header#pages h1{
 	color: #fff;
 	padding: 60px 0 10px;
 	font-size: 40px;
 	text-transform: uppercase;
 }
.acessq{
  position: absolute;
  left: 0;
  top: 0;
  
  z-index: 99;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 0;
  width: 100%;
}

.acessq h3{
  color: #a2cf44;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  position: relative;
  margin-bottom: 0;
	text-align:center;
  }
 .blkex{
 	margin-bottom: 10px;
 	overflow: hidden;
 }
.blkex i {
	color: #a2cf44;
	float:left;
	width: 8%;
}
.blkex p {
	float:left;
	width: 88%;
	line-height: 25px;
} 

.blkhor{
  margin-bottom: 10px;
  overflow: hidden;
 }
.blkhor i {
  color: #fff;
  float:left;
  width: 12%;
}
.blkhor p {
  float:left;
  width: 88%;
  line-height: 25px;
  color: #fff;
}
.blkhor h3 {
  color: #fff;
}  

a.btwtz{
  color: #fff;
  background: #067d3c;
  display: block;
  padding: 10px;
  text-align:center;
}
a.btwtz:hover{
  color: #fff;
  background: #a2cf44;
  text-decoration: none;
}
/*!
 * COprpo
 */
 .inst p{
 	font-size: 18px!important;
 	font-weight: 300!important;
 	line-height: 25px!important;
 }
hr.hr{
 	margin: 50px 0;
 }
.cocl p{
 	margin-bottom: 20px;
 	line-height: 18px;
 	font-size: 14px;
 }
.cocl p i{
 	color: #a2cf44;
 }
.cocl span{
 	display: block;
 	margin-bottom: 15px;
 }
.cocl h3 {
    color: #a2cf44;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}
#hor{
  background: #A2CF44;
  padding: 50px 0;
}
/*!
 * FOOTER
 */
 address{
 	color: #fff;
 }
 address h3{
 	font-size: 20px;
 }
 address h4{
 	font-size: 18px;
 }
  address textarea.form-control {
    height: 147px;
}

.copy{
	font-size:13px;
	color:#f4f4f4;
	margin-top:15px;
}
footer{
	background:#a2cf44;
}
.btn-more {
  color: #fff;
  background-color: #d5bd80;
  border-color: #d5bd80;
}

.btn-more:hover {
  color: #d5bd80;
  background-color: #fff;
  border-color: #d5bd80;
}



div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.eme-rsvp-message,
div.wpcf7-mail-sent-ng {
	border:0 none !important;
	font-size:14px !important;
	margin:20px 0!important;
	overflow:hidden;
	clear:both;
	float:left;
	width:100%;
	padding:4%!important;
}
div.wpcf7-validation-errors, div.eme-rsvp-message, div.wpcf7-mail-sent-ng {
	background: #f00 !important;
	color:#fff !important;
}
div.wpcf7-mail-sent-ok {
	background: #DA8963 !important;
	color:#fff!important;
}
.btn-post {
  color: #A2CF44;
  background-color: #fff;
  border-color: #A2CF44;
}
.btn-post:hover {
  color: #fff;
  background-color: #A2CF44;
  border-color: #A2CF44;
}

/*!
 * RESPONSIVE 
 */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/* Dispositivos médios (tablets com 768px ou mais)*/


@media (max-width: 992.99px) {

.blkex p{
  margin-bottom: 5px;
}
.navbar-brand img {
    width: 60px;
}

 .col-lg-5ths {
        width: 50%;
      
    }
.img-thumbnail{
        width: 100%;
      
    }
.navbar-nav {
    padding: 30px;
}
header#pages h1 {
    padding: 100px 0 10px;
    font-size: 30px;
}
.shrink .navbar-brand {
    position: relative;
    box-shadow: none!important;
    border-top: 0;
    background: url(img/favicon.png) 0 0 no-repeat;
    background-size: 55px 55px;
    width: 55px;
    height: 55px;
    top: 0;
    left: 20px;
}

.acessq {

    padding: 15px;
	}
	.acessq h3 {
    font-size: 16px;
	}
}
/* Dispositivos large (desktops com 992px ou mais)*/
@media (min-width: 993px) and (max-width: 1199.99px) {

}


/* Dispositivos extra large (desktops grandes com 1200px ou mais)*/
@media (min-width: 1200px) {

}
