@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
::-webkit-scrollbar {
    width: 15px !important;
}

/* Fundo da barra de rolagem */
::-webkit-scrollbar-track-piece {
    background-color: #fff !important;
}

/* Cor do indicador de rolagem */
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
    background-color: #ccc!important;
	height:20px;
}


.txt-top{
	float: right;
    position: absolute;
    right: 8%;
    top: 29px;
    font-size: 16px;
    color: #7DB74D;
	}

@media (min-width:769px) {
.navbar-default .nav>li {
	margin: 75px 5px;
}
}
@media (max-width:425px) {
.navbar .container .navbar-header .logo {
	width: 67%;
}
.navbar .container .navbar-header .navbar-brand {
	display: flex;
  align-items: center;
  justify-content: center;
	width: 80%;
}
.navbar-default{
	min-height:80px;	
}

.txt-top{
	display:none;	
}
}
.carousel-caption a:hover {
	text-decoration: none;
	background-color: #333;
}
@media (min-width:769px) {
.carousel-caption a {
	background-color: #7DB74D;
	padding: 8px 12px;
	font-size: 24px;
	color: #fff;
	border-radius: 8%;
	margin-top: 5%;
	border-radius: 7%;
	margin-top: 5%;
	position: absolute;
	text-shadow: none;
}
}
@media (max-width:769px) {
.carousel-caption a {
	display: none;
}
.carousel-indicators {
	display: none;
}
}
@media (max-width:768px) and (min-width:426px) {
.carousel-caption h2 {
	font-size: 30px !important;
}
}
@media(max-width:425px) {
.carousel-caption h2 {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px !important;
}
}
.servicos-home {
	display: table;
	width: 100%;
	background-color:  #7DB74D;
	height: auto;
}
.servicos-home .container h3 {
	font-size: 24px;
	color: #fff;
	margin-left: 12px;
}
@media(max-width:425px) {
.servicos-home .container h3 {
	font-size: 20px !important;
}
}
.servicos-home .container p {
	font-size: 16px;
	color: #FFFFFF;
}
.servicos-home .container .area-m, .servicos-home .container .area-s, .servicos-home .container .area-j {
	margin: 4% 0px;
}
.servicos-home .container .area-m .tit-s {
	display: table;
	margin: 15px 0px;
	display: flex;
}
.servicos-home .container .area-m .icon {
	background-image: url(../img/sprites.png);
	width: 49px;
	height: 68px;
	float: left;
}
.servicos-home .container .area-s .tit-s {
	display: table;
	margin: 15px 0px;
	display: flex;
}
.servicos-home .container .area-s .icon {
	background-image: url(../img/sprites.png);
	width: 54px;
	height: 60px;
	float: left;
	background-position: -52px 0;
}
.servicos-home .container .area-j .tit-s {
	display: table;
	margin: 15px 0px;
	display: flex;
}
.servicos-home .container .area-j .icon {
	background-image: url(../img/sprites.png);
	width: 50px;
	height: 57px;
	float: left;
	background-position: -107px -1px;
}
.servicos-home .container .btn-s {
	border: solid 2px #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 15px 10px 17px;
	display: table;
	margin: 0 auto;
	transition: .3s all;
	color: #fff;
	font-weight: 700;
	margin-bottom: 25px;
}
.servicos-home .container .btn-s:hover {
	background: rgba(255,255,255,0.9);
	color: #7DB74D;
	text-decoration: none;
}
.servicos-home .container .col-md-12 .fa {
	margin-left: 8px;
}
.servicos-home .container .separator {
	width: 100%;
	height: 59px;
}
.sobre-home {
	display: table;
	height: auto;
	width: 100%;
}
.sobre-home .col-md-7 {
	padding: 45px 4% 80px 7%;
}
.sobre-home .col-md-7 .tit-sobre {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}
.sobre-home .col-md-7 .tit-sobre h2 {
	color: #191919;
	font-weight: 400;
	font-size: 30px;
	float: left;
}
.sobre-home .col-md-7 .tit-sobre h2 strong {
	font-weight: 600;
	font-size: 30px;
	color: #7DB74D;
}
.sobre-home .col-md-7 .tit-sobre .lh {
	background: #7DB74D;
	width: 60px;
	height: 5px;
	float: left;
	margin-left: 20px;
	margin-top: 37px;
}
.sobre-home .col-md-7 p {
	font-size: 18px;
	color: #646464;
}
.sobre-home .col-md-5 {
	margin: 0;
	padding: 0;
}
.sobre-home .col-md-7 .btn-sob {
	border: solid 2px #7DB74D;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 15px 10px 17px;
	transition: .3s all;
	color: #7DB74D;
	font-weight: 700;
	bottom: 0;
	position: absolute;
}
@media(max-width:425px) {
.sobre-home .col-md-7 .btn-sob {
	margin-bottom: 0px;
}
}
.sobre-home .col-md-7 .btn-sob:hover, .sobre-home .col-md-7 .btn-sob:hover .fa {
	background-color: #7DB74D;
	color: #fff;
	text-decoration: none;
}
.sobre-home .col-md-7 .btn-sob .fa {
	margin-left: 8px;
	color: #7DB74D;
	transition: .3s all;
}
.cons-home {
	background-image: url(../img/bg-consulta.jpg);
	margin-top: -70px;
	width: 100%;
	height: 280px;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	background-position: center center;
}
.cons-home .container {
	position: absolute;
	position: absolute;
	top: 0;
}
.cons-home:before {
	width: 100%;
	height: 100%;
	display: table;
	background: #7DB74D;
	opacity: 0.83;
	content: "";
}
.cons-home .container h4 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-align: center;
	width: 80%;
	margin: 81px auto 27px;
}
.cons-home .container .btn-con {
	border: solid 2px #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 15px 10px 17px;
	display: table;
	margin: 0 auto;
	transition: .3s all;
	color: #fff;
	font-weight: 700;
	margin-bottom: 25px;
}
.cons-home .container .btn-con:hover {
	background: rgba(255,255,255,0.9);
	color: #7DB74D;
	text-decoration: none;
}
.cons-home .container .col-md-12 .fa {
	margin-left: 8px;
}
@media(max-width:425px) {
.cons-home .container h4 {
	font-size: 22px;
}
.cons-home .container .btn-con {
	font-size: 14px;
}
.cons-home {
	height: 304px!important;
}
}
#map-canvas {
	width: 100%;
	display: table;
	height: 300px;
}
footer {
	width: 100%;
	background-color: #ECF5E2;
	display: table;
}
footer .col-md-3 span  {
	color: #517140;
	font-size: 17px;
	display: block;
	clear: right;
}
@media(max-width:425px) {
footer .col-md-3{
	margin:25px 0;	
}
}
footer h4 {
	font-size: 20px;
	color: #517140;
}
footer h5{
	font-size:17px;
	color:#fff;
	font-weight:700;	
}
footer .container {
	margin: 40px 0px;
}
footer .container .fa {
	margin-right: 10px;
}
@media(min-width:1200px) {
	.telefone-ft{
		padding-left:20px;
		padding-left: 58px;
	}
}

.top-int {
	width: 100%;
	height: auto;
	padding:40px 0px;
	background-position: center;
	background:#ECF5E2;
}

.top-int h2{
	font-weight: 700;
    font-size: 24px;
    color: #7DB74D;
	letter-spacing:2px;
	text-transform:uppercase;	
}

#servicos {
	display: table;
	width: 100%;
	min-height: 400px;
	padding: 29px 0px;
	background-color: #7DB74D;
}
#servicos h2{
	border-bottom:1px solid #b2b2b2;
	font-size:24px;
	color:#191919;
	height: 40px;
    margin-bottom: 37px;	
}
#servicos h2:after{
	width:326px;
	height:4px;
	background: #7DB74D;
	content:"";
	display:block;
	margin-top:10px;	
}
#servicos .dif-txt{
	font-size:18px;
	font-weight:400;
		
}
#servicos .dif-txt .fa{
	color:#3C6;	
	margin-right:8px;
	font-size:22px;
	line-height: 30px;
}
#servicos  .accordion {
	width: 100%;
	margin: 40px auto 0;
}
#servicos  .accordion-toggle {
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
	margin: 0;
	padding: 15px 10px;
	position: relative;
	color: #888;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
    margin-bottom: 10px;
	font-weight:600;
	text-transform:uppercase;
	line-height: 38px;
}
@media(max-width:425px) {
#servicos  .accordion-toggle {    
	font-size: 15px;
}
}
#servicos  .accordion-toggle.active:after {
	content: "";
	position: absolute;
	right: 14px;
	top: 32px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #4D659E;
	border-left: 10px solid rgba(0,0,0,0);
	border-right: 10px solid rgba(0,0,0,0);
}
#servicos  .accordion-toggle:before {
	content: "";
	position: absolute;
	right: 14px;
	top: 32px;
	width: 0;
	height: 0;
	border-top: 10px solid #000;
	border-left: 10px solid rgba(0,0,0,0);
	border-right: 10px solid rgba(0,0,0,0);
	
}
#servicos  .accordion-toggle.active:before {
	display: none;
}
#servicos  .accordion-content {
	display: none;
}
#servicos  .accordion-toggle.active {
	color: #4D659E;
}
#servicos  .accordion ul{
	list-style:none;
	padding:0;
	margin-bottom:20px;	
}
#servicos  .accordion li{
	font-size:16px;	
	padding-left:15px;
	line-height: 30px; 
}

#servicos  .accordion li strong{
	font-size: 16px;
    padding: 15px 0px;
    display: table;
}
@media(min-width:768px) {
.accordion .exames ul{
	width:50%;
	float:left;	
}
}
#servicos  .accordion .exames li:first-child{
	padding:0 !important;	
}
#servicos  .accordion p{
	clear: left;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	padding-left:15px;
}
#servicos .accordion .fa{
color: #4D659E;
margin-right:10px;
}
#servicos .accordion .icon-m{
	height:37px;
	width:27px;
	background:url(../img/sprites.png)-1px -72px;
	margin-right: 10px;	
	float:left;
}
#servicos .accordion .icon-s{
	height:36px;
	width:30px;
	background:url(../img/sprites.png)-31px -72px;
	margin-right: 10px;	
	float:left;
}
#servicos .accordion .icon-j{
	height:34px;
	width:34px;
	background:url(../img/sprites.png)-63px -73px;
	margin-right: 10px;	
	float:left;
}

#congresso {
	width: 100%;
	min-height: 400px;
	padding: 50px 0px;
}
#congresso h2{
	border-bottom:1px solid #ccc;
	font-size:24px;
	color:#191919;
	height: 40px;
    margin-bottom: 25px;	
}
#congresso h2:after{
	width:326px;
	height:4px;
	background:#517140;
	content:"";
	display:block;
	margin-top:10px;	
}
@media(max-width:426px) {
#congresso h2:after{
	display:none !important;	
}
#congresso h2{
	border:none;	
}
}
#empresa p{
	font-size: 18px;
	font-weight:400;	
}
#contato {
	display: table;
	width: 100%;
	min-height: 400px;
	padding: 29px 0px;
}

#contato form {
   max-width: 800px;
   text-align: center;
   margin: 20px auto;
}
#contato input, textarea {
     border:0; outline:0;
     padding: 1em;
     @include border-radius(8px);
     display: block;
     width: 100%;
     margin-top: 1em;
     font-family: 'Merriweather', sans-serif;
     @include box-shadow(0 1px 1px rgba(black, 0.1));
     resize: none;
	 border: 1px solid #f5f5f5;
}
#contato input,#contato textarea{
       box-shadow:0 2px 0px 0 rgba(204, 204, 204, 0.5);
}

  
#contato .input-submit {
     color: white; 
     background: #7DB74D;
     cursor: pointer;
  }
#contato .input-submit:hover {
       background:#333; 
}

  
#contato textarea {
      height: 171px;
}



#contato .half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

#contato .right { width: 50%; }

#contato .left {
     margin-right: 2%; 
}


@media (max-width: 480px) {
  #contato .half {
     width: 100%; 
     float: none;
     margin-bottom: 0; 
  }
}


/* Clearfix */
#contato .cf:before,
#contato .cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

#contato .cf:after {
    clear: both;
}
@media (max-width: 425px) {
	#contato address{
	font-size: 15px!important;
    margin-top: 31px;
}
}
#contato address{
	font-size: 20px;
    margin-top: 31px;
}
#contato address .tel-cont{ margin-bottom:20px;}
#contato address .end-cont{margin-bottom:20px;}
#contato address .email-cont{margin-bottom:20px;}
#contato address .tel-cont .fa{
	color: #4D659E;
    margin-right: 15px;
    display: flex;
    float: left;
    margin-top: -1px;
    font-size: 34px;
	margin-left: 5px;
}

#contato address .email-cont .fa{
	color: #4D659E;
    margin-right:  10px;
    display: flex;
    float: left;
    margin-top: 2px;
    font-size: 25px;
}

#contato address .end-cont .fa{
	color: #4D659E;
    margin-right: 12px;
    display: flex;
    float: left;
    margin-top: 19px;
    font-size: 22px;
}
#consulta h3{
	text-align: center;
    font-weight: 600;
    font-size: 23px;	
}
#consulta {
	display: table;
	width: 100%;
	min-height: 400px;
	padding: 29px 0px;
	background-color: #F7F7F7;
}

#consulta form {
   max-width: 600px;
   text-align: center;
   margin: 20px auto;
}
#consulta input, textarea {
     border:0; outline:0;
     padding: 1em;
     @include border-radius(8px);
     display: block;
     width: 100%;
     margin-top: 1em;
     font-family: 'Merriweather', sans-serif;
     @include box-shadow(0 1px 1px rgba(black, 0.1));
     resize: none;
}
#consulta input,#contato textarea{
       box-shadow:0 2px 0px 0 rgba(204, 204, 204, 0.5);
}

  
#consulta .input-submit {
     color: white; 
     background: #4D659E;
     cursor: pointer;
  }
#consulta .input-submit:hover {
       background:#333; 
}

  
#consulta textarea {
      height: 171px;
}



#consulta .half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

#consulta .right { width: 50%; }

#consulta .left {
     margin-right: 2%; 
}


@media (max-width: 480px) {
  #consulta .half {
     width: 100%; 
     float: none;
     margin-bottom: 0; 
  }
}


/* Clearfix */
#consulta .cf:before,
#consulta .cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

#contato .cf:after {
    clear: both;
}

.copyright {
    display: table;
    float: left;
    width: 100%;
    padding-top: 12px;
	font-weight:700;
	padding:15px 0px;
}
.copyright .rights {
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    float: left;
}
.copyright .conquista {
    background: url(../img/sprites.png) -1px -114px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    float: right;
    width: 77px;
    height: 20px;
}
.seta-top{
	float: right;
    margin-right: 10px;
    padding: 16px;
    background: rgba(0,0,0,0.4);
	transition:all 0.5s;
	cursor:pointer;
	font-size:20px;
	color:#fff;	
}
.seta-top:hover{
	background: rgba(0,0,0,0.6);
}

.saiba-mais{
	font-weight: 600;
    font-size: 20px;
    color: #7DB74D;
	letter-spacing:3px;
	margin-top:35px;
	display:block;	
	text-transform:uppercase
}

.saiba-mais:hover{
	color:#333;	
}

.saiba-mais .fa{
	padding-right:10px;	
}

.patrocinadores{
	padding:40px 0px;
}

.patrocinadores h4{
	color: #191919;
    font-weight: 400;
    font-size: 30px;
	margin-bottom:40px
}

.patrocinadores .prata{
	font-weight: 700;
    font-size: 20px;
    color: #7DB74D;
	letter-spacing:3px;
	margin:20px 0px;
	display: inline-block;	
	text-transform:uppercase;
	padding-left:15px;
	width:100%;

}

.text-regular{
	font-size:18px;	
}

.text-regular strong{
	font-weight: 700;
    font-size: 20px;
    color: #7DB74D;
	padding:20px 0px;
	display: block;
}

.text-regular .fa{
	padding-right:8px;	
}

.text-regular b{
	font-weight:600;	
}

#programacao {
	display: table;
	width: 100%;
	min-height: 400px;
	padding: 50px 0px;
}

#patrocinio{
	display: table;
	width: 100%;
	min-height: 400px;
	padding: 50px 0px;
}

#patrocinio .botao-down{
	padding:8px 12px;
	border:solid 2px #7DB74D;;
	color: #7DB74D;
	margin-top:25px;
	display:inline-block;
	font-weight:700;
	transition:0.8s all;
}

#patrocinio .botao-down:hover{
	background:#7DB74D;
	color:#fff;
}



#patrocinio .botao-down .fa{
	padding-right:8px;	
}

#patrocinio h4{
	text-align: right;
    float: right;
    padding-top: 40px;
    font-size: 20px	
}

.text-small{
	font-size:14px;	
}


.form-congresso .btn-default{
	padding:8px 12px;
	border:solid 2px #7DB74D;;
	color: #7DB74D;
	margin-top:25px;
	display:inline-block;
	font-weight:700;
	transition:0.8s all;
	border-radius:0;
	background:#fff;
}

.form-congresso .btn-default:hover{
	background:#7DB74D;
	color:#fff;
}
.form-inscricao .nav-tabs{
	border:none;	
}

.form-inscricao .nav-tabs>li.active>a:focus, .form-inscricao .nav-tabs>li.active>a:hover, .form-inscricao .nav-tabs>li>a:hover{
	padding:8px 12px;
	border:solid 2px #7DB74D;
	background:#7DB74D;
	color: #fff;
	margin-top:10px;
	display:inline-block;
	font-weight:700;
	transition:0.8s all;
	font-size:18px;
	border-radius:0;	
}

.form-inscricao .nav-tabs>li>a{
	padding:8px 12px;
	border:solid 2px #7DB74D;;
	color: #7DB74D;
	margin-top:10px;
	display:inline-block;
	font-weight:700;
	transition:0.8s all;
	font-size:18px;
	border-radius:0;
	margin-right:18px;
}

.form-inscricao  .tab-content{
	padding:30px 0px;
	display:flex;	
}

.form-inscricao .form-control{
	margin-bottom:15px;	
	border-radius:0px;
	line-height:40px;
}

.form-inscricao select{
	width:100%;	
	height:35px;
	color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.form-inscricao .form-group{
	DISPLAY: TABLE;
    WIDTH: 100%;
}
.btn-part{
	padding: 6px 10px;
    border: solid 1px #7DB74D;
    color: #7DB74D;
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
    transition: 0.8s all;
    font-size: 16px;
    border-radius: 0;
    margin-bottom: 18px;
    float: left;
	cursor:pointer;
}
	
.btn-part:hover{
	color:#fff;	
	background-color:#7DB74D;
}	