html { margin-top: 0px !important;}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    /*font-weight: 300;*/
    color: #333;
    line-height: 30px;
    /*text-align: center;*/
}

/*button bootstrap que bra de linha em botão*/ 

.btn{ white-space: normal;}
strong { font-weight: 600; }

a { color: #646464; text-decoration: none; transition: all .3s; }
a:hover, a:focus { color: #5a90cc; text-decoration: none; transition: all .3s; }

.linkinterno a { color: #6db659; text-decoration: none; transition: all .3s; }
.linkinterno a:hover, a:focus { color: #5a90cc; text-decoration: none; transition: all .3s; }


ul, li {list-style-type:none;}


h1, h2 {
	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
    font-weight: 300;
    color: #555;
    line-height: 50px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

#container img { width: 100%;  height: auto;}
#img-noticia img{height: 225px; width: 100%; display: block; max-width: 100% !important;}
.img-noticia-interna img{ max-width:100% !important; width: 100%; height: 100%;}

/*IMG responsiveis*/
img {height:auto;}

#container img{max-width:100% !important;}


/*Plugin Contact Form 7*/
#wpcf7 .wpcf7-form-control {max-width: 100%; }
div.wpcf7 .wpcf7-form-control { max-width: 100%; }

.medium-paragraph {
	font-size: 17px;
	line-height: 32px;
}

.colored-text { color: #9b59b6; }

::-moz-selection { background: #9b59b6; color: #fff; text-shadow: none; }
::selection { background: #9b59b6; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 10px;
}

.section-container-gray-bg {
	background: #f8f8f8;
}

.section-container-orientacoes {
	background: #ffffff;
}

.section-container-noticia {
	background: #ffffff;
}
.section-container-comite {
	background: #46648e;
}
.section-container-faq {
	background: #224677;
}
.section-container-videos {
	background: #ffffff;
}
.section-container-contato {
	background: #ffffff;
}
.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	border-color: #fff;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: #9b59b6;
	background: rgba(155, 89, 182, 0.7);
	border: 0;
	font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active, .btn-link-1:active:focus,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #9b59b6;
	background: rgba(155, 89, 182, 0.9);
	outline: 0;
	color: #fff;
	box-shadow: none;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: #333;
	background: rgba(0, 0, 0, 0.2)!important;
	border: 0!important;
	font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}
.btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #333; background: rgba(0, 0, 0, 0.4); outline: 0; color: #fff; box-shadow: none;
}

.btn-link-3 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: none;
	border: 0;
	border-bottom: 2px solid #9b59b6;
	font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #9b59b6;
    border-radius: 0;
    transition: all .3s;
}
.btn-link-3:hover, .btn-link-3:focus, .btn-link-3:active, .btn-link-3:active:focus,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active:focus {
	padding: 0 10px;
	background: none;
	border: 0;
	border-bottom: 2px solid #9b59b6;
	outline: 0;
	color: #9b59b6;
	box-shadow: none;
}


/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	border-bottom: 1px dashed #ccc;
}


/***** Top menu *****/

.navbar {
	background: #2ba6b3;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
	backface-visibility: hidden;
}
.navbar.navbar-no-bg { background: #2ba6b3; /*background: rgba(0, 0, 0, 0.2);*/ }

.navbar-dark .navbar-nav { font-size: 15px; color: #fff; font-weight: 600; }
.navbar-dark .navbar-nav .nav-link { color: #fff; color: rgba(255, 255, 255, 0.8); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #fff; }
.navbar-dark .navbar-nav .nav-link:focus { color: #fff; outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-left: 1rem; padding-right: 1rem; }

.navbar-brand {
	width: 200px;
	background: url(../img/logo.png) left center no-repeat;
	border: 0;
	text-indent: -99999px;
}


/***** Top content *****/

.top-content {
    padding: 210px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 {
	margin-top: 25px;
	color: #fff;
}

.top-content .description {
	margin: 30px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .top-big-link {
	margin-top: 45px;
}



/***** About us *****/

.about-us-box {
	margin-top: 50px;
}

.about-us-box-text {
	/*padding-right: 30px;*/
	text-align: left;
}

.about-us-box-text h3 {
	margin-top: 0;
}

.about-us-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}

.about-us-box-text a { color: #646464; }
.about-us-box-text a:hover, .about-us-box-text a:focus { color:#83b7e6; }

.about-us-box-text-podcast a { color: #fff; }
.about-us-box-text-podcast a:hover, .about-us-box-text a:focus { color:#83b7e6; }


.about-us-box-img img {
	border-radius: 4px;
}





/***** Call to action *****/

.call-to-action-container .section-bottom-button {
	padding-top: 30px;
}




/***** Blog *****/

.blog-box {
	margin-top: 30px;
	text-align: left;
}



.blog-box h3 {
	margin-top: 0;
}
.blog-box h3 a { color: #555; }
.blog-box h3 a:hover, .blog-box h3 a:focus { color: #9b59b6; }

.blog-box h3 i {
	padding-left: 10px;
	color: #ccc;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.blog-box h3:hover i { padding-left: 15px; }



.blog-container .section-bottom-button {
	padding-top: 40px;
}


/***** Footer *****/

.footertheme {
	padding: 40px 0 0 0;
	background: #2ba6b3;
	color: #fff;
	font-size: 13px;
	/*text-align: left;*/
}

.footer a {
	font-size: 13px;
    color: #fff;
    line-height: 10px;
}

 img{
	max-width:100% !important;
}

.footer a:hover, .footer a:focus { color: #333; }

.footer-left a { color: #ddd; border-bottom: 1px dashed #ddd; }
.footer-left a:hover, .footer-left a:focus { color: #ddd; border: 0; }

.footer-right {
	text-align: right;
}

.footer-right a {
	margin: 0 6px;
    font-size: 32px;
    color: #aaa;
}
.footer-right a:hover, .footer-right a:focus { color: #eee; }

.footer-bottom {
	padding-bottom: 25px;
	text-align: center;
}

.footer-bottom a {
	font-size: 22px;
    color: #fff;
    line-height: 40px;
}

.footer-bottom a:hover, .footer-bottom a:focus { color: #888; }


/*custom css*/


/* desabilita o botao do governo lateral de libras */

div[vw].enabled { display: none !important;}
[vw] [vw-access-button].active { display: none;}


.tags  {font-size: 10px; color: #b4b4b5;}

/***Voltar Ao Topo Página*/
#back-top-wrapper p#back-top {margin: 0;}
#back-top-wrapper p#back-top a {width: 42px;}
#back-top-wrapper p#back-top a:hover span {background-color: #EAB028;}
#back-top-wrapper p#back-top a span {background: url("../img/up-arrow.png") no-repeat scroll 0 0 #E4E4E4; border-radius: 42px 42px 42px 42px; height: 42px;
 margin: 0; overflow: hidden; width: 42px;}
#back-top {display: none;}
#back-top-wrapper {bottom: 2em; overflow: hidden; position: fixed; right: 10px; z-index: 99;}
#back-top a {color: #BBBBBB; display: block; text-align: center; text-decoration: none; transition: all 1s ease 0s; width: 50px;}
#back-top a:hover {color: #000000;}
#back-top a:hover span {background-color: #333333;}
#back-top span {background: url("../images/up-arrow.png") no-repeat scroll center center #0088CC; display: block; height: 50px; margin-bottom: 7px;
 transition: all 1s ease 0s; width: 50px;}
/***Fim Voltar Ao Topo Página*/


/*content e customização das classes do plugin search lite*/ 
.content-busca {
   /* display:none;*/
    background: #e8e8e8; 
    padding: 10px;

}

.submit-busca {
background-color: #d2ab2a;
padding: 7px;
border: 0px solid #fff;
  }
  .submit-busca:hover {
    background-color: #4CAF50; 
    color: white;
}
 div.asl_w .probox .proinput input::-moz-placeholder {
 font-weight:normal;
 font-family:Open Sans;
 color:#333 !important;
 text-shadow:0 0 0 rgba(255,255,255,0);
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-weight: normal;
    font-family: Open Sans;
    color: #333 !important;
    font-size: 13px;
    line-height: normal !important;
    text-shadow: 0 0 0 rgba(255,255,255,0);
    border: 0;
    box-shadow: none;
    height: 34px;
}


/**Formatação Tabela TR, TH, TD**/
th {background:#ececec; color:#666;}
th,td {padding:15px;}
table,th,td{border:1px solid #ccc; border-collapse:collapse}



/*plugin carousel slider*/
.carousel-slider__post {
 /*! border-radius:4px; *//*! box-shadow:0 1px 2px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.1); */
 margin:2px;
 position:relative;
 width:100%;
 height: 300px;
 max-width: 250px;
 max-height: 300px;
}
.carousel-slider__post-image {
    background-color: #f1f1f1;
    background-size: cover;
    background-position: 50%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    display: block;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 66.6666%;
    position: relative;
    text-align: center;
    width: 100%;
    height: 300px;
}
.carousel-slider__post-title {
    display: block;
    margin: 1rem;
    min-height: 3.75em;
    display: none;
}
.carousel-slider__post-excerpt {
    font-size: 1rem;
    line-height: 1.6;
    margin: 1rem 1rem 2rem;
    text-align: left;
    display: none;
}
.carousel-slider__post-content {
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: space-between;
}