 /*
Theme Name: sintropika
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: Inketa
Author URI: http://sintropika.com/
Version: 1.0.10
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

body{
	-webkit-font-smoothing: antialiased;
	background-color: #f6f6f6;
}


/* navigation */

.div_busca_labedu{
    background-repeat: no-repeat;
    border-radius: 45px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.div_busca_labedu img{
    position:absolute;
    
}

#busca_labedu{
    margin-top: 23px;
    margin-left: 20px;
}

#form-busca-institucional input{
    font-family: "Poppins",sans-serif;
    background-color: transparent;
    border: 0px solid;
    box-shadow: none;
    color: #cdcdcd;
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
}

#form-busca-institucional input:focus{
    color: #000;
 
}

#form-busca-institucional hr{
    border-top:2px solid #cdcdcd;
    width: 80%;
    padding-bottom: 25px;
}

#form-busca-institucional input:focus::-webkit-input-placeholder { color:transparent; }
#form-busca-institucional input:focus:-moz-placeholder { color:transparent; }

#form-busca-institucional .filtro-busca-btn {
    padding: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 45px;
    padding-left: 14px;
    padding-right: 14px;
    -webkit-appearance:none;
    width:100px;
    margin: auto;
}

#form-busca-institucional .filtro-busca {
    background-image:url(images/icon-lupa-13x13.svg);
    background-size: 16px;
    background-position: top right;
    -webkit-appearance: none;
    -webkit-user-select: none;
    height: 16px;
    cursor: pointer;
    margin: 0px;
    background-repeat:no-repeat;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    line-height: 16px;
}


#form-busca-institucional .filtro-busca-btn.active {
    background-color:#000;
    border-color:#000;
    color:#fff;
}

#form-busca-institucional .filtro-busca-btn:hover {
    background-color:#000;
    border-color:#000;
    color:#fff;
}

#form-busca-institucional .filtro-busca-btn:hover .filtro-busca {
    background-position: bottom right;
    color: #fff;
}

#modal-busca-institucional .modal-header{
    border-bottom:0px;
}

#modal-busca-institucional .modal-header .close{
    position: absolut;
    margin-right: -25px;
    margin-top: -25px;
    opacity: 1;

}





/* LOADING */
#loading{
	width:100%;
	height:100%;
	z-index:10000;
	background-color:#fff;
	position:fixed;
	top: 0px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

#loading img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-30px;
	margin-top:-30px;
	width: 30px;
	height: 30px;
}








.btn-default:hover {border-color:#000;}


.btn-voltar {
	background-image: url(images/seta-voltar.svg);
    background-size: 16px;
    background-position: top left;
    -webkit-appearance: none;
    -webkit-user-select: none;
    height: 16px;
	color:#000;
    cursor: pointer;
    margin: 0px;
    background-repeat: no-repeat;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    line-height: 16px;
	margin-top:50px;
}

.btn-voltar p {    
	padding-left: 20px;
    margin-bottom: 0px;
    line-height: 18px;
}



/* footer */



/* pagination */

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #444445;
}
 
.pagination a:hover{
	color:#fff;
	background: #000;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #000;
	color:#fff;
}



.btn-danger:hover, .btn-danger.active, .btn-danger.active:hover {
    box-shadow: none !important;
}

.btn-danger:active:hover, .btn-danger.active:hover, .btn-danger:active:focus, .btn-danger.active:focus, .btn:focus, .btn:active:focus {
	outline: none !important;
	box-shadow:none !important;
}



/* LINK SAIBA MAIS - PADRÃO */
.saiba-mais {
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2rem;
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    text-decoration: none;
}


.saiba-mais:hover {
    border-bottom: 2px solid #000;
}


/* BOTOES FAVORITAR E LER DEPOIS - PADRÃO */

.div-favoritar-lerdepois {
    bottom: 40px;
    position: absolute;
}

.div-favoritar-lerdepois button {
    background-color: transparent;
    border: none;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2rem;
    color: #808080;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
	padding:0px;
	margin-left: 0px;
    margin-right: 30px;
}

.div-favoritar-lerdepois button img {
    height:12px;
	padding-right:5px;
}


.div-favoritar-lerdepois-topo-post {
    position: initial;
    margin-bottom: 40px;
}

.div-favoritar-lerdepois-topo-post button {
    background-color: transparent;
    border: none;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2rem;
    color: #808080;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
	padding:0px;
	margin-left: 0px;
    margin-right: 30px;
}

.div-favoritar-lerdepois-topo-post button img {
    height:12px;
	padding-right:5px;
}


/* NAVBAR */
.navbar-default {
    background-color: #fff;
    height: auto;
    border: none;
	margin-bottom:0px;
}
.navbar-brand>img {
    height: 50px;
}

.navbar-default .navbar-nav>li>a {
	font-family: "Poppins",sans-serif;
    color: #808080;
    font-size: 13px;
	font-weight: 600;
}

.navbar-brand {
    float: left;
    padding: 15px 0px;
    height: 80px;
}

.navbar-default .navbar-nav>li>a {
    line-height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	border-bottom: 5px solid #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
   	color: #000;
    background-color: transparent;
    border-bottom: 5px solid #000;
}


#dropdown-menu-idiomas {
	box-shadow: none;
	background-color: #000;
	text-align: center;
	border: none;
	left: -55px;
	top: 85px;
	padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
}


.border-top-dropdwon-menu {
    height: 5px;
    background-color: #000;
    margin-top: 50px;
}


#dropdown-menu-idiomas li{
	height:30px;
}


#dropdown-menu-idiomas li a {
    padding: 0px;
    line-height: 30px;
    color: #fff;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    font-size: 12px;
	margin:0px;
}


#dropdown-menu-idiomas li a:hover {
	color:#ffd241;
	background-color:#000;
}

.navbar-default .navbar-nav>li>a.dropdown-toggle {
	
    border: 1px solid #e6e6e6;
    line-height: 30px;
    top: 25px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
}


.navbar-default .navbar-nav>li>a.dropdown-toggle:hover {
    border-bottom:1px solid #808080 !important;
}

.navbar-default .navbar-nav>li>a.dropdown-toggle:focus {
    border-bottom:1px solid #e6e6e6 !important;
}




.navbar-default .navbar-nav>.active>a {
    color: #ff505b;
    background-color: transparent;
    border-bottom: 5px solid;
}


.navbar-default .navbar-nav>.active>a:hover {
    color: #ff505b;
    background-color: transparent;
    border-bottom: 5px solid;
}


.navbar-nav {float: right;}


#navbar-brand-mobile {display:none;}



.navbar-mobile-full {
	display: none;
    position: fixed;
    height: 100%;
    right: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-color: #fff;
    padding-left: 30px;
}










/* NAVBAR - ajustes mobile */
@media (max-width: 767px) {
.navbar-nav {float: left;}

.border-top-dropdwon-menu {
    height: 5px;
    background-color: #000;
    margin-top: 0px !important;
}
.navbar-default .navbar-nav>li>a {
    top:0px !important;
	line-height: 30px;
    margin-bottom: 8px;
}

.navbar-default .navbar-nav>li>a.dropdown-toggle {display:block;}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {border-bottom:none;}

.navbar-default .navbar-nav>.active>a {border-bottom: none;}

.navbar-default .navbar-collapse {padding-top: 15px;}

.navbar-default .navbar-toggle {margin-top: 40px;}
	
}


@media (min-width: 768px) and (max-width: 991px) {

#home-institucional .home-institucional-texto-voce-sabia .btn-popover {
    
    background-image: url(images/icone-duvida-home.svg);
    height: 100px;
    height: 100px;
    /*background-position: bottom;*/
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
    border: none;
    /*background-size: cover;*/
    margin-left: 5px;
    -webkit-appearance: none;
}
.navbar-default .navbar-collapse {padding: 0px;}
	
.navbar-brand>img {
	padding-right: 0px;
	height: 40px; 
	margin-top: 10px;
}

.navbar-nav>li {padding-top: 0px;}

.navbar-default .navbar-nav>li>a {
	line-height: 80px;
    padding: 0px 4px 0px 4px;
	font-size: 11px;
}

.navbar-default .navbar-nav>li>a.dropdown-toggle{
    line-height: 16px;
    height: 25px;
    top: 30px;
}

.border-top-dropdwon-menu{
    margin-top: 63px;
}

}


@media (min-width: 992px) and (max-width: 1199px) {
.navbar-brand {padding-left:0px;}

.navbar-brand>img {height: 50px;}

    .navbar-default .navbar-nav>li>a{
        font-size: 1.2rem;
        padding: 0 10px;
    }
}







/* MENU TCPA COMPLETO */
.menu-tcpa-completo {padding-top:40px;}

.page-template-template-busca .menu-tcpa-completo {padding-top:120px;}



/* HOME - INTRODUÇÃO */

.container-fluid-home-introducao {text-align:center; padding-top: 175px; padding-bottom:0px;}

.container-fluid-home-introducao h1 { margin-bottom:0px; margin-top: 0px;}



/* HOME - FILTROS */

.container-fluid-home-filtro-busca .btn.btn-danger {margin-right:5px; -webkit-appearance:none;}



.home-btn-leia-sobre-externa {
    padding: 10px;
    border: 1px solid #ffd9db;
    border-radius: 45px;
	width:200px;
	padding-left: 20px;
    padding-right: 20px;
	margin-right:20px;
}


.home-filtro-busca-externa .btn-leia-sobre {
    margin-right: 5px;
    margin-bottom: 0px;
    height: 40px;
    padding: 0 15px;
    color: #ff505b;
    -webkit-appearance: none;
    box-shadow: none;
    border: 1px solid #ffd9db;
    width: 175px;
    border-radius: 40px;
	cursor:pointer;
	position: absolute;
    left: 14px;
}


.home-filtro-busca-externa .btn-leia-sobre:hover {
	background-color: #ff505b;
	color:#fff;
}

.home-filtro-busca-externa .btn-leia-sobre:hover .ico-leia-mais {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url(images/icon-temas-hover.svg);
    background-size: 40px;
    height: 20px;
    margin-top: 9px;
}


.btn-leia-sobre .ico-leia-mais{
	background-repeat: no-repeat;
    background-position: top right;
    background-image: url(images/icon-temas-hover.svg);
    background-size: 40px;
    height: 20px;
    margin-top: 9px;
}

.home-filtro-busca-externa .btn-leia-sobre.active {
	background-color: #ff505b;
	color:#fff;
	border: 1px solid #ff505b;
}

.home-filtro-busca-externa .btn-leia-sobre.active .ico-leia-mais{ 
	background-repeat: no-repeat;
    background-image: url(images/icon-fechar-branco.svg);
    background-size: 16px;
    height: 16px;
    margin-top: 11px;
	margin-right:10px;
}





.home-filtro-busca-externa .btn-leia-sobre p {
	font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Poppins",sans-serif;
	float: left;
	margin:0px;
}





.container-fluid-home-filtro-busca {padding-top:15px;}

#home-tcpa .container-fluid-home-filtro-busca {padding-top:0px;}



.container-fluid-home-filtro-busca a {
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    padding-left: 11px;
    padding-right: 11px;
    line-height: 40px;
    cursor: pointer;
    font-weight: 500;
}


.container-fluid-home-filtro-busca a:hover {
	border-bottom: 5px solid #ff505b;
    padding-bottom: 22px;
	text-decoration:none;
}


.container-fluid-home-filtro-busca a.active {
	border-bottom: 5px solid #ff505b;
    padding-bottom: 22px;
	text-decoration:none;
	color: #ff505b;
}

.chamada-temas{
    padding-top: 0px;
    color: #808080;
    font-weight: 600;
    font-size: 12px;
    font-family: "Poppins",sans-serif;
    word-spacing: 3px;
    letter-spacing: 0.1000em;
	margin-bottom: 0px;
    margin-top: 7px;
    float: left;
    margin-right: 15px;
}
.container-fluid-home-filtro-busca a .filtros-divisor{padding-left: 6px;}

.container-fluid-home-filtro-busca .home-filtro-agenda {
	background-color:transparent !important;
	color: #29afff !important;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05rem;
    background-color: transparent;
    border: none;
    outline: none;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url(images/icon-calendar-13x13px.svg);
    font-family: "Poppins",sans-serif;
    background-position: right top 10px;
    margin-left: 0px;
    padding-right: 27px;
	box-shadow: none;
    line-height: 3.3rem;
	position: absolute;
    /*right: 0px;*/
}


.container-fluid-home-filtro-busca .home-filtro-agenda:hover {
	border-bottom: 5px solid #29afff;
    padding-bottom: 18px;
   /* padding-left: 0px;*/
}




.container-fluid-home-filtro-busca .home-filtro-busca-btn {
    padding: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 45px;
	padding-left: 14px;
    padding-right: 14px;
	-webkit-appearance:none;
	width:100px;
}

.container-fluid-home-filtro-busca .home-filtro-busca {
    background-image:url(images/icon-lupa-13x13.svg);
    background-size: 16px;
    background-position: top right;
    -webkit-appearance: none;
    -webkit-user-select: none;
    height: 16px;
    cursor: pointer;
    margin: 0px;
	background-repeat:no-repeat;
	font-family: "Poppins",sans-serif;
    font-size: 14px;
    line-height: 16px;
}


.container-fluid-home-filtro-busca .home-filtro-busca-btn.active {
	background-color:#000;
	border-color:#000;
	color:#fff;
}

.container-fluid-home-filtro-busca .home-filtro-busca-btn.active .home-filtro-busca{
	background-image:url(images/icon-fechar-branco.svg);
    background-size: 16px;
    background-position: top right;
    -webkit-appearance: none;
    -webkit-user-select: none;
    height: 16px;
    cursor: pointer;
    margin: 0px;
	background-repeat:no-repeat;
}


.container-fluid-home-filtro-busca .home-filtro-busca-btn.active .home-filtro-busca {
    background-position: bottom right;
	color:#fff;
}


.container-fluid-home-filtro-busca .home-filtro-busca-btn:hover {
	background-color:#000;
	border-color:#000;
	color:#fff;
}

.container-fluid-home-filtro-busca .home-filtro-busca-btn:hover .home-filtro-busca {
    background-position: bottom right;
	color:#fff;
}





.container-fluid-home-filtro-busca .home-filtro-busca-externa {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 18px;
    padding-left: 0px;
    padding-right: 0px;
	padding-top: 25px;
}

/* HOME - TEMAS ABERTO */

.container-fluid-temas-aberto .temas-aberto-externa {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.container-fluid-temas-aberto .temas-aberto-externa .btn {
	margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    height: 30px;
    padding: 0 15px;
    font-weight: 400;
    color: #ff505b;
    -webkit-appearance: none;
    box-shadow: none;
    border: 1px solid #ffd9db;
}


.container-fluid-temas-aberto .temas-aberto-externa .btn:hover {
	color:#fff;
	border-color: #ff505b;
	background-color: #ff505b;
}


.btn.filtro-tema.active, .btn.filtro-tema.active:hover {
    color: #fff;
    border-color: #ff505b;
    background-color: #ff505b;
    background-repeat: no-repeat;
    background-position: bottom 6px right 10px;
    background-image: url(images/icon-temas-fechar.svg);
    background-size: 16px;
    padding: 0 30px 0px 15px;
}





/*HOME - POSTS */

.container-fluid-home-posts {
    padding-bottom: 40px;
	padding-top: 30px;
}

.home-post-externa {padding:0px;}


.home-post-externa .row-post-titulo {
    text-align: center;
	margin-bottom: 40px;
}

.home-post-externa .row-post-titulo h3{
	margin-top:0px;
}


.home-post-box-externa{
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
}


.home-post-box-imagem {
    height: 318px;
	width:100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-post-box-imagem img{
	height:100%;
	width:100%;
}

.home-post-box-texto {
    background-color: #fff;
    height: auto;
    padding: 50px;
}


.home-post-box-texto h4 {
	margin-bottom: 20px;
}


.post-box-home-link-externo.categoria-post {text-decoration:none !important;}

.home-post-box-texto h6 {
    margin-bottom: 30px;
	margin-top: 0px;
	letter-spacing: 0;
    text-transform: uppercase;
}


.post-box-home-link-externo.texto-corrido{text-decoration:none !important;}

.post-box-home-link-externo:hover{
    text-decoration: none !important;
}
.post-box-home-link-externo:hover .home-post-box-texto h4{
    text-decoration: underline !important;
}
.home-post-box-texto p.texto-corrido {
    margin-bottom: 30px;
}


.home-post-box-imagem.post-teste-01 {
    background-image: url(images/home-post-01-bg.png);
}

.home-post-box-imagem.post-teste-02 {
    background-image: url(images/home-post-02-bg.png);
}


.home-post-box-imagem.post-teste-03 {
    background-image: url(images/home-post-03-bg.png);
}


.home-post-box-imagem.post-teste-04 {
    background-image: url(images/home-post-04-bg.png);
}

.home-post-box-imagem.post-teste-05 {
    background-image: url(images/home-post-05-bg.png);
}


.home-post-box-externa .box-fixo-agenda-texto {
	padding:50px; 
	background-color: #ffd241;
    background-repeat: no-repeat;
    background-position: right 50px top 50px;
    background-size: 18%;
	background-image: url(images/icon-calendar-2x.png);
}

.home-post-box-externa .box-fixo-newsletter-texto {
	padding:50px; 
	background-color: #ccecff; 
	margin-top: 20px;
	background-repeat: no-repeat;
    background-position: right 50px top 50px;
    background-size: 18%;
	background-image: url(images/icon-newsletter-2x.png);
}


.box-fixo-agenda-newsletter h4 {margin-top:0px;}

.box-fixo-agenda-newsletter h6 {
	color: #000;
    font-size: 14px;
    padding-right: 36%;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: 0.025rem;
}

#newsletter {
    border: 2px solid #000;
    height: 54px;
}


#newsletter:focus {background-color:#fff;}

#newsletter:active {background-color:#fff;}


#newsletter #email {
	border: none;
	height: 50px;
    color: #000;
    background-color: transparent;
	border-radius: 0px;
	float: left;
    width: 84%;
	box-shadow: none;
	font-weight: 600;
	font-family: "Poppins",sans-serif;
}

#newsletter button {
    background-color: transparent;
    box-shadow: none;
    border: none;
    height: 50px;
	background-image: url(images/icon-seta-preta.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    width: 16%;
    background-size: 14px;
}


.box-fixo-agenda-newsletter input[type="email"]::-webkit-input-placeholder {
    color:#000 !important;
	font-size:16px !important;
	font-family: "Poppins",sans-serif;
}
.box-fixo-agenda-newsletter input[type="email"]:-moz-placeholder {
    color:#000 !important;
	font-size:16px !important;
	font-family: "Poppins",sans-serif;
}
.box-fixo-agenda-newsletter input[type="email"]::-moz-placeholder {
    color:#000 !important;
	font-size:16px !important;
	font-family: "Poppins",sans-serif;
}
.box-fixo-agenda-newsletter input[type="email"]:-ms-input-placeholder {
    color:#000 !important;
	font-size:16px !important;
	font-family: "Poppins",sans-serif;
}

.home-post-botao-veja-mais-externa {padding-top:30px; text-align:center;}
.home-post-botao-veja-mais-externa span {color:#f6f6f6;}

.home-post-box-texto.box-playlist h6{
	background-image: url(images/Icon-playlist-13x13px.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 13px;
    padding-left: 23px;	
}



/*HOME - PARCEIROS */

.container-fluid-home-parceiros {background-color:#fff; padding-top: 45px; padding-bottom: 25px;}

.home-parceiros-titulo { text-align:center; margin-bottom:20px;}

#carousel-home-parceiros {
    min-height: 260px;
}

#carousel-home-parceiros .carousel-control {    
	background-image: none;
}

#carousel-home-parceiros .carousel-control .glyphicon-chevron-left {
    display: none;
}

#carousel-home-parceiros .carousel-control .glyphicon-chevron-right {
    display: none;
}

#carousel-home-parceiros .carousel-indicators li {
    border: 1px solid #cccbca;
    cursor: pointer;
    background-color: #cccbca;
}

#carousel-home-parceiros .carousel-indicators .active {
    background-color: #29afff;
	border: 1px solid #29afff;
}


#carousel-home-parceiros img {
	width:180px; 
	height:180px; 
	float:left; 
	margin:0 auto;
}



/* HOME - ajustes mobile */
@media (max-width: 767px) {
	
.container-fluid-home-filtro-busca {display:none;}


.container-fluid-home-introducao h1 {
    font-size: 30px;
    line-height: 4rem;
}


.container-fluid-home-introducao p {
    font-size: 14px;
}


.home-post-box-texto {
    padding: 20px;
}



.home-post-box-texto.box-playlist h6 {
    background-position: left top;
}


.home-post-box-texto p.texto-corrido {
    font-size: 14px;
    line-height: 2.8rem;
}


.home-post-box-externa .box-fixo-agenda-texto {
    padding: 20px;
    background-position: right 20px top 20px;
}


.home-post-box-externa .box-fixo-newsletter-texto {
    padding: 20px;
    background-position: right 20px top 20px;
}

#newsletter #email {width: 84%;}


#carousel-home-parceiros {padding-bottom: 60px;}


#carousel-home-parceiros img {
    width: 150px;
    height: 150px;
    float: none;
    margin: 0 auto;
}

#carousel-home-parceiros { padding-bottom: 60px;}
	
	
}



@media (max-width: 991px) {
.container-fluid-home-filtro-busca {display:none;}

}

@media (min-width: 992px) {

.container-fluid-filtros-busca-mobile {display:none;}
}



@media (min-width: 768px) and (max-width: 991px) {
#home-tcpa .container-fluid-home-introducao {padding-bottom: 0px;}	
	
.container-fluid-home-introducao h1 {
    line-height: 4rem;
    font-size: 40px;
}

.container-fluid-home-filtro-busca .home-filtro-busca-btn {
	width: 40px;
    float: right;
}

.home-post-box-texto {
    padding: 30px;
}

.home-post-box-texto h4 {
    font-size: 20px;
    line-height:3rem;
}

.home-post-box-externa .box-fixo-agenda-texto {
    padding: 30px;
    background-position: right 30px top 30px;
}


.home-post-box-externa .box-fixo-newsletter-texto {
    padding: 30px;
    background-position: right 30px top 30px;
}


#carousel-home-parceiros img {
    width: 160px;
    height: 160px;
}

	
}


.container-fluid-home-introducao h1 {font-size: 50px; line-height: 5rem; margin-bottom: 30px;}

.container-fluid-home-filtro-busca a {
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left:0px;
	margin-right:5px;
}

.container-fluid-home-filtro-busca .btn.btn-danger {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}



.container-fluid-home-filtro-busca .home-filtro-agenda {width: auto;}

.container-fluid-home-filtro-busca .home-filtro-agenda .btn.btn-primary {font-size: 14px;}


.container-fluid-home-filtro-busca .home-filtro-busca-externa {padding-bottom:15px;}




/* BARRA FIXA - NOSSA CAUSA */

.container-fluid-nossa-causa {
	background-color: #ffd241;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1032;
}


.pop-up-nossa-causa {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd241+0,ffd241+100 */

background: rgb(255,210,65); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(255,210,65,1) 0%, rgba(255,210,65,1) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(255,210,65,1) 0%,rgba(255,210,65,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(255,210,65,1) 0%,rgba(255,210,65,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd241', endColorstr='#ffd241',GradientType=0 ); /* IE6-9 */


    padding-bottom: 10px;
    padding-top: 10%;
    text-align: center;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
	height:100%;
    bottom: 0px;
    width: 100%;
    z-index: 1031;
}


.pop-up-nossa-causa p{
    color: #000;
    letter-spacing: 0.025em;
    line-height: 3rem;
    font-size: 16px;
    text-align: left !important;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.container-fluid-nossa-causa .btn-default {border-color:#000;}




.degrade-pop-up {
        height: 100px;
    width: 100%;
    position: absolute;
    bottom: 60px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,210,65,1) 50%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,210,65,1) 50%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,210,65,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffd241',GradientType=0 ); /* IE6-9 */
	left: 0;
}











/* SINGLE POST */

#single-post-noticias .container-fluid-single-post-externa {padding-top: 125px;}

.container-fluid-single-post-externa { padding-top: 40px;}

.container-fluid-single-post-externa.rodape { padding-top: 0px !important; padding-bottom:90px;}

.container-fluid-home-filtro-busca.single-post { padding-top:30px;}

.single-post-conteudo-geral {padding:0px;}

.single-post-content a { font-weight:bold; color: #ff505a}

.single-post-data {padding-left:0px; margin-bottom:10px;}

.single-post-data h6 {margin-bottom:0px; margin-right:15px;}

.post-faz-parte {
    float: left;
    padding-right: 5px;
    font-size: 14px;
    line-height: 2rem;
    font-family: "Poppins",sans-serif;
    color: #000;
}

#single-post-noticias .single-post-data h6 {float: none;}

.single-post-data h4 { font-size:14px; line-height: 2rem; margin-top: 0px;}



.single-post-conteudo-geral img {
	display: block;
	margin: 0 auto;
    margin-bottom: 30px;
	width:100%;
	height:inherit;
}

.carousel img {
    width: 100%;
    height: 320px;
    object-fit: contain;
}


/* single post - foto */
.single-post-foto-topo {
	padding: 0px;
    height: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.single-post-foto-topo img {
    height: 100%;
    width: 100%;
}


.single-post-conteudo-geral .legenda-imagem-destacada-post {
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    width: 100%;
    background-color: black;
    padding: 20px 20px 15px 20px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}


.single-post-conteudo-geral .legenda-imagem-destacada-post a { color:#fff !important;}
.single-post-conteudo-geral .legenda-imagem-destacada-post a:hover { color:#fff !important;}



/* single post - titulo */
.single-post-titulo {text-align:center; padding-top:40px;}

.single-post-titulo h6 {    
	margin-top: 0px;
	margin-bottom:0px;
    text-transform: uppercase;
}

.single-post-titulo h2 { margin-top:40px; margin-bottom:50px; line-height: 6rem;}

.single-post-titulo .post-parceria {
    margin-bottom: 30px;
	text-transform: none;
	display: inline-flex;
}


.single-post-titulo .post-parceria a {padding-left: 5px;}

.single-post-titulo .post-parceria img {
	margin-bottom: 0px;
    margin-left: 5px;
    width: 12px;
    height: 20px;
}

.single-post-titulo p.texto-corrido {
    padding-left: 10%;
    padding-right: 10%;
	margin-bottom: 50px;
}

.single-post-titulo p {
	font-size:1.8rem;
    margin-bottom: 0px !important;
    line-height: 3rem !important;
}


.single-post-content p {
	margin-bottom:30px; 
	line-height: 3rem;
}

.single-post-content h2{
    color: #000;
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -0.75px;
    margin: 20px 0 10px;
}

.single-post-content h3{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: -0.5px;
    margin: 20px 0 10px;
}

.single-post-content h4{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: -0.5px;
    margin: 20px 0 10px;
}

.single-post-content h5{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: -0.5px;
    margin: 20px 0 10px;
}

/* single post - legenda fotos */
.single-post-legenda-fotos{
	text-align: right;
    margin-top: 5px;
    color: #808080;
}


/* single post - citação */
.single-post-citacao{
	background-image: url(images/single-post-citacao-aspas.svg);
	background-repeat:no-repeat;
	padding-left: 50px;
    background-size: 5%;
	margin-top: 70px;
    margin-bottom: 70px;
}


.single-post-citacao p {
	line-height:4rem;
	padding: 0px;
}



/* single post - carousel */
.single-post-carousel-externa {padding:0px; padding-top: 40px;}

.single-post-carousel-rodape {
	padding:0px;    
	margin-top: 30px;
	margin-bottom: 30px;
}

#CarouselSinglePost .carousel-inner {background-color: rgba(0,0,0,0.075);}


#CarouselSinglePost .carousel-inner>.item>img  {margin: 0 auto;}

#CarouselSinglePost .glyphicon {
    border: 1px solid #d1d1d1;
    border-radius: 30px;
    padding: 15px;
}

.single-post-carousel-rodape-legenda {padding:0px;}

.single-post-carousel-rodape-legenda h6 {
    margin-top: 0px;
    color: #000;
	margin-bottom: 0px;
}

.single-post-carousel-rodape-legenda .single-post-legenda-fotos.small {text-align: left; padding-left: 0px;}

.single-post-carousel-rodape-link img {height: 13px; padding-left: 5px;}

.single-post-carousel-rodape-botoes { 
	padding: 0px; 
	text-align: right;
	height:50px;
}


.single-post-carousel-rodape-botoes a{ text-decoration:none;
	width: 42px;
    height: 42px;
}

.single-post-carousel-rodape-botoes .slide-prev .glyphicon{ text-decoration:none;
	border: 1px solid #CCC;
    padding: 10px;
    border-radius: 50px;
}

.single-post-carousel-rodape-botoes .slide-next .glyphicon{ text-decoration:none;
	border: 1px solid #CCC;
    padding: 10px;
    border-radius: 50px;
}


.single-post-carousel-rodape-botoes .slide-prev {
    margin-right: 10px;
}



/* single post - citação lateral */
.single-post-destaque-lateral-externa {
	padding:0px;    
	margin-top: 40px;
	margin-bottom: 50px;
}

.single-post-destaque-lateral-box {
	padding: 50px;
    border: 4px solid #000;
    padding-right: 70px;
}

.single-post-destaque-lateral-box h4 {
	font-weight:400;
	margin: 0px;
}

.single-post-destaque-lateral-texto p {line-height: 30px; margin-bottom: 0px; padding: 0px;}




/* single post - citação centralizada */
.single-post-destaque-central-externa {
	padding:0px;    
	margin-top: 40px;
	margin-bottom: 50px;	
}

.single-post-destaque-centralizada-box {
	padding: 50px;
    border: 4px solid #000;
	text-align:center;
}

.single-post-destaque-centralizada-box h4 {
	font-weight:400;
	margin: 0px;
}

.single-post-content blockquote{
	background-image: url(images/tabpanel-citacao-ico.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 0 0 50px;
    border: none;
    width: 150%;
    margin-left: -25%;
	margin-bottom: 45px;
    margin-top: 45px;
}

.single-post-content blockquote p {
    font-size: 28px;
    line-height: 4rem;
}




/* single post - chamada comentários */
.single-post-chamada-comentarios {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
	text-align:center;
}

.single-post-chamada-comentarios h6 {
    margin-bottom: 0px;
}

.single-post-chamada-comentarios .single-post-chamada-comentarios-icone {
    padding: 0px;
}

.single-post-chamada-comentarios .single-post-chamada-comentarios-icone img{
    height: 50px;
    width: 50px;
}

.single-post-chamada-comentarios .single-post-chamada-comentarios-texto{padding:0px;}




/* single post - compartilhamento */
.single-post-compartilhamento { 
	text-align:center; 
	margin-bottom: 30px;
    margin-top: 30px;
}

.single-post-compartilhamento.topo { margin-top:0px; margin-bottom:30px;}

.single-post-compartilhamento h6 {margin-bottom: 10px;}

.single-post-share-externa {   
	padding-left: 5%;
    padding-right: 5%;
}

.single-post-share {padding: 0px;}

.post-share.facebook {
	background-image: url(images/icon-facebook-share-2x.png);
	background-repeat:no-repeat;
	background-size: 35px;
    background-position: top center;
    -webkit-appearance: none;
    -webkit-user-select: none;
    height: 35px;
	cursor:pointer;
}

.post-share.facebook:hover {
    background-position: bottom center;
}


.post-share.twitter {
	background-image: url(images/icon-twitter-share-2x.png);
	background-repeat:no-repeat;
	background-size: 35px;
    background-position: top center;
    -webkit-appearance: none;
    -webkit-user-select: none;
    height: 35px;
	cursor:pointer;
}

.post-share.twitter:hover {
    background-position: bottom center;
}


.post-share.linkedin {
	background-image: url(images/icon-linkedin-share-2x.png);
	background-repeat:no-repeat;
	background-size: 35px;
    background-position: top center;
    -webkit-appearance: none;
    -webkit-user-select: none;
    height: 35px;
	cursor:pointer;
}

.post-share.linkedin:hover {
    background-position: bottom center;
}



/* single post - temas */
.single-post-temas {margin-bottom:70px; padding: 0px;}

.div-temas-externa {padding:0px;}

.single-post-temas h6 {
	-webkit-transform:rotate(270deg); 
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	width: auto;
	float: left;
	margin-right: 5px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 0px;
	margin-left:-15px;
}

.single-post-temas a {
	font-family: "Poppins",sans-serif;
    color: #000;
    border-bottom: 2px solid #808080;
    width: auto;
    float: left;
	cursor:pointer;
	margin-right:5px;
	margin-bottom:5px;
	font-weight: 600;
    letter-spacing: 0.05em;
}

.single-post-temas a:hover { text-decoration:none;}



/* single post - posts relacionados */
.container-fluid-single-posts-posts-relacionados {
    padding-bottom: 140px;
	padding-top: 90px;
}


.container-fluid-single-posts-posts-relacionados .home-post-externa .row-post-titulo {
    text-align: center;
    margin-bottom: 20px;
}



/* single post - Bullet points (lista) */
.single-post-conteudo-geral ol { padding-left: 10%;}

.single-post-conteudo-geral ol li {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.025em;
    line-height: 3rem;
    margin-bottom: 40px;
    font-family: "Libre Baskerville",serif;
    font-weight: 400;
}


.single-post-conteudo-geral ol li h6 {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.025em;
    line-height: 3rem;
    margin: 0px;
    font-family: "Libre Baskerville",serif;
    font-weight: 400;
}




/* single post agenda - pareceiros rodapé */
.post-parceiros-rodape {
    border-top: 1px solid #e6e6e6;
    padding-top: 40px;
	padding-left: 0px;
    padding-right: 0px;
}

.pareciro-rodape-img { padding:0px;}

.pareciro-rodape-texto a { text-decoration:underline;}











/* AGENDA */


.agenda-filtros-itens-externa { padding:0px;}

.agenda-filtros-botoes.esq { padding-left:50px;}

.agenda-filtros-itens-externa li.dropdown {
    float: left;
    list-style: none;
    text-align: left;
	width: auto;
    padding-left: 15px;
    padding-right: 15px;
	font-weight: 500;
}


.glyphicon.glyphicon-menu-up {display:none;}

.dropdown.open .glyphicon.glyphicon-menu-up {
	display: block;
    height: 14px;
    margin-top: 1px;
}

.dropdown.open .glyphicon.glyphicon-menu-down {display:none;}

.dropdown.open>a { display: inline-flex;}

.agenda-filtros-botoes .glyphicon {
    top: 2px;
    margin-left: 5px;
}


.agenda-filtros-itens-externa .dropdown-agenda-tipo-de-evento, .agenda-filtros-itens-externa .dropdown-agenda-idade {
	background-color: #ffd241;
    color: #000;
    padding: 30px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    padding-bottom: 10px;
	margin-top: 20px;
}

.dropdown-menu>li>a {
	padding: 0px;
    margin-bottom: 15px;
	border-bottom: 2px solid transparent;
}


.dropdown-menu>li>a:hover {
	background-color: transparent !important; 
	border-bottom: 2px solid;
}


.agenda-filtros-itens-externa li {
    font-size: 14px;
    font-family: "Poppins",sans-serif;
	list-style: none;
	margin-top:8px;
}


.agenda-filtros-itens-externa li img {
    height: 16px;
    margin-left: 10px;
    position: absolute;
	margin-top: 5px;
}


.agenda-filtros-itens-externa a { text-decoration: none !important;}

.agenda-filtros-itens-externa a:hover { text-decoration: none !important;}

.agenda-filtros-itens-externa a:focus { text-decoration: none !important;}



.agenda-filtro-busca .home-filtro-busca {
    background-image: url(images/icon-lupa-13x13.svg);
    background-size: 16px;
    background-position: top right;
    -webkit-appearance: none;
    -webkit-user-select: none;
    height: 16px;
    cursor: pointer;
    margin: 0px;
    background-repeat: no-repeat;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    line-height: 16px;
}

.agenda-filtro-busca .home-filtro-busca-btn{
	padding: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 45px;
    padding-left: 14px;
    padding-right: 14px;
    -webkit-appearance: none;
    width: 155px;
}

.agenda-filtro-busca .home-filtro-busca-btn:hover {
	background-color: #000;
    border-color: #000;
    color: #fff;
}

.agenda-filtro-busca .home-filtro-busca-btn:hover .home-filtro-busca {
    background-position: bottom right;
    color: #fff;
}


.agenda-filtro-busca .home-filtro-busca-btn.active {
	background-color: #000;
    border-color: #000;
    color: #fff;
}

.agenda-filtro-busca .home-filtro-busca-btn.active .home-filtro-busca {
	background-image:url(images/icon-fechar-branco.svg);
    background-size: 16px;
    background-position: top right;
    -webkit-appearance: none;
    -webkit-user-select: none;
    height: 16px;
    cursor: pointer;
    margin: 0px;
	background-repeat:no-repeat;
}


.btn-inicio-ext {float:left;}

.btn-inicio-agenda {
	background-color: transparent;
    padding-left: 0px;
    border-right: 1px solid #e6e6e6;
    border-radius: 0px;
    padding-right: 15px;
    margin-right: 15px;
	border-bottom: 5px solid transparent;
}

.container-fluid-agenda-filtros-itens .btn-inicio-agenda.active {
    border-bottom: 5px solid #ff505b;
    text-decoration: none;
	box-shadow: none;
	color: #ff505b;
}

.container-fluid-agenda-filtros-itens .btn-inicio-agenda:hover {
    border-bottom: 5px solid #ff505b;
    text-decoration: none;
	box-shadow: none;
	color: #ff505b;
}

.agenda-filtros-botoes-geral {
	border-bottom: 1px solid #e6e6e6;
    padding: 0px;

}

.agenda-filtros-botoes {padding: 0px;}


.agenda-filtros-botoes .btn-default.active {
	background-color:#000;
	border-color:#000;
	color:#fff;
}


.agenda-resultado-filtros {
    background-color: #fff;
    border-radius: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
}


.agenda-resultado-filtros .btn-preto-filter-externa {
    border: 1px solid #d9d9d9;
    width: auto;
    display: inline-block;
    line-height: 15px;
    padding: 5px 10px;
    border-radius: 30px;
    margin: 5px;
}

.agenda-resultado-filtros .btn-preto-filter-externa:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}


.agenda-resultado-filtros .btn-preto-filter {
    background-image: url(images/icon-fechar-preto-branco.svg);
    background-size: 16px;
    background-position: top right;
    -webkit-appearance: none;
    -webkit-user-select: none;
    height: 16px;
    cursor: pointer;
    margin: 0px;
    background-repeat: no-repeat;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 20px;
	border: none;
	-webkit-appearance:none;
}

.agenda-resultado-filtros .btn-preto-filter-externa:hover  .btn-preto-filter {
    background-position: bottom -1px right;
    color: #fff;
}



.agenda-resultado-filtros .btn-limpar-filtros-agenda {
    position: absolute;
    right: 5px;
    border: none;
	top: 10px;
	-webkit-appearance:none;
}

.agenda-resultado-filtros .btn-limpar-filtros-agenda:hover {
	background-color:transparent !important;
	color: #000;
}


.btn-limpar-filtros-agenda-border-hover {
	height:2px;
	background-color:#fff;
	width: 107px;
}

.agenda-resultado-filtros .btn-limpar-filtros-agenda:hover .btn-limpar-filtros-agenda-border-hover{
	background-color:#000;
	border-color:#000;
}



.agenda-resultado-filtros button {
    height: 30px;
}


.agenda-resultado-filtros button img {
    height: 10px;
    padding-left: 10px;
}


.container-fluid-agenda-introducao {
    text-align: center;
    padding-top: 175px;
    padding-bottom: 0px;
}

.container-fluid-agenda-introducao h1 {
    margin-bottom: 70px;
    margin-top: 0px;
}


#agenda .container-fluid-home-filtro-busca {padding-top:125px;}


.container-fluid-agenda-posts {padding-bottom: 40px; padding-top:105px;}

.agenda-posts-externa {
    padding: 0px;
}


.div-agenda-dia-titulo {
    padding: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
	margin-top: 50px;
}


.div-agenda-dia-titulo h3 {
    margin: 0px;
}

.div-agenda-dia-titulo h6 {
    text-transform: uppercase;
	margin-top: 0px;
}


.agenda-posts-externa .agenda-post-box-externa {
    padding-bottom: 60px;
    padding-top: 60px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0px;
    padding-right: 0px;
}


.agenda-post-box-imagem {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 290px;
}


.agenda-post-box-imagem.post-teste-01 {
    background-image: url(images/agenda-post-img.png);
}

.agenda-post-box-imagem.post-teste-02 {
    background-image: url(images/agenda-post-img-02.png);
}

.agenda-post-box-imagem.post-teste-03 {
    background-image: url(images/agenda-post-img-03.png);
}


.agenda-post-box-texto {
    min-height: 320px;
	padding-top:0px;
}


.agenda-post-box-texto h6 {
    margin-bottom: 5px;
    margin-top: 0px;
}

.agenda-post-box-texto .agenda-post-idades {padding:0px; margin-bottom:5px;}

.agenda-post-box-texto h6.agenda-post-data {color: #000;}

.agenda-post-box-texto h6.agenda-post-tipo-evento {
    color: #000; 
    text-transform:uppercase;  
    float: left;
    padding-right: 10px;
}



.agenda-post-data-horario {padding: 0px; padding-right:30px;}

.agenda-post-box-texto .agenda-post-tipo-valor {padding-left:0px;}


.agenda-post-box-texto .agenda-post-resumo {
	padding: 0px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px;
    font-weight: 400;
    color: #000;
    font-family: "Libre Baskerville",serif;
}


.agenda-post-titulo {padding:0px; margin-bottom:20px;}
.agenda-post-titulo h4 {margin:0px; font-size:3rem;}

.agenda-post-rodape {
	padding:0px;    
	bottom: 0px;
    position: absolute;
}


.agenda-post-rodape a.saiba-mais {margin-right: 80px;}


.agenda-botao-veja-mais-externa {
    margin-top: 40px;
    text-align: center;
}

.dropdown-filtros-mobile {display:none;}


.container-fluid-agenda-filtros-itens .btn {font-size: 14px !important; margin-right:5px; font-weight: 400;}

.container-fluid-agenda-filtros-itens .btn-inicio-agenda {margin-right:15px; padding-bottom: 15px; height: 60px;}




@media (max-width: 767px) {

.container-fluid-agenda-introducao {padding-top: 110px;}
	
.container-fluid-agenda-introducao h1 {
	font-size: 36px;
	line-height: 4rem;
	margin-bottom: 40px;
}

.container-fluid-agenda-filtros-itens {padding:0px; display:none;}

.agenda-filtros-itens-externa li.dropdown {
    float: none;
    list-style: none;
    margin: 0 auto;
    text-align: center;
	margin-bottom: 15px;
}


.agenda-filtros-itens-externa li {
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    list-style: none;
    margin: 0 auto;
    text-align: center;
}

.dropdown-evento {display:none;}

.dropdown-idade{display:none;}

.dropdown-filtros-mobile {display:block;}

.dropdown-menu.dropdown-eventos-idade-mobile>li>a {
    padding: 0px;
    margin-bottom: 15px;
    color: #000;
    text-align: left;
    display: block;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
}

.dropdown-menu.dropdown-eventos-idade-mobile h2 {
    font-size: 24px;
    line-height: 1.3;
	margin-top: 45px;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

.agenda-filtros-itens-externa .open>.dropdown-menu {
    display: block;
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background-color: #ffd241;
    padding: 0px 15px 30px 15px;
}



.agenda-resultado-filtros {
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 130px;
    text-align: center;
}

.agenda-resultado-filtros .btn-preto-filter-externa {
    width: auto;
    display: inline-block;
    margin: 7px;
}

.agenda-resultado-filtros .btn-limpar-filtros-agenda {
	right: 20%;
    border: none;
    top: 95px;
    left: 20%;
}


.div-agenda-dia-titulo {padding-bottom: 15px;}

.div-agenda-dia-titulo h3 {font-size: 24px;}

.agenda-post-box-texto {padding: 30px 0px 15px 0px;}

.agenda-post-box-texto h4 {
    font-size: 24px;
    line-height: 3.2rem;
}

.agenda-post-box-texto .agenda-post-tipo-valor {
	padding: 0px; 
	margin-top: 10px;
    margin-bottom: 50px;
}

.agenda-post-data-horario {border: none;}

.agenda-post-tipo-valor h6 {
    float: left;
    margin-right: 10px;
}

h6.agenda-post-data {
    float: left;
    margin-right: 15px;
}


.agenda-post-rodape .btn {
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
	-webkit-appearance:none;
}

.agenda-post-rodape a.saiba-mais {
    margin-right: 20px;
    display: inline-block;
}

.agenda-posts-externa .agenda-post-box-externa {padding-bottom: 10px;}

.div-agenda-dia-titulo {margin-top: 60px;}


}




@media (max-width: 991px) {

.agenda-filtros-botoes .btn-default {
    font-size: 14px !important;
    height: 30px !important;
    margin-bottom: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
}
	
.agenda-filtros-botoes {margin-bottom: 15px;}
	
}



@media (min-width: 768px) and (max-width: 1199px) {
	
.div-agenda-dia-titulo {padding-bottom: 15px;}

.div-agenda-dia-titulo h3 {font-size: 30px;}

.agenda-post-box-texto {padding: 20px;}

.agenda-post-rodape a.saiba-mais {
    margin-right: 0px;
    display: inline-block;
	line-height: 40px;
}

.agenda-post-rodape .btn-default {
    float: right;
    position: absolute;
    right: 30px;
}


.agenda-post-titulo h4 {
    line-height: 3rem;
    font-size: 22px;
}
	
}




@media (min-width: 992px) and (max-width: 1199px) {
	
.agenda-filtros-itens-externa li.dropdown {margin-right: 18px; line-height: 40px;}

.agenda-filtros-itens-externa li img {
    height: 16px;
    margin-top: 13px;
}

.agenda-filtros-itens-externa li {line-height: 40px;}



}













/* SINGLE AGENDA */

#single-agenda .container-fluid-home-filtro-busca {display:none;}

.single-agenda-post-externa { padding:0px;}

.single-agenda-post-externa .single-agenda-post-box-externa {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.single-agenda-post-box-imagem {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 550px;
	margin-bottom:40px;
}


.single-agenda-post-box-imagem.post-teste-01 {
    background-image: url(images/single-agenda-img.png);
}


.single-agenda-post-box-texto { text-align:center; }


.single-agenda-post-box-texto .agenda-post-infos { margin-bottom:25px; padding:0px;}

.single-agenda-post-box-texto .agenda-post-infos.agenda-post-valor { margin-bottom:15px;}

.single-agenda-post-box-texto .agenda-post-infos h5 {
	font-size: 1.4rem;
    margin-top: 0px;
    line-height: 1.4rem;
    margin-bottom: 5px;
    color: #000;
}

.single-agenda-post-box-texto .agenda-post-infos p {
	font-size: 1.6rem;
    margin-top: 0px;
    line-height: 2.5rem;
    margin-bottom: 0px;
    color: #808080;
}






.single-agenda-post-box-texto .btn-default{
    position: absolute;
    right: 50px;
    top: 40px;
    font-size: 14px;
    padding: 10px;
}


.single-agenda-post-box-texto p {
	font-size:16px;
	margin-top:0px;
	margin-bottom:20px;
	font-family: "Poppins",sans-serif;	
}

.single-agenda-post-rodape { padding: 0px; text-align:center; margin-top:10px;}

.single-agenda-post-rodape img {
    height: 12px;
    margin-left: 5px;
	margin-right: 15px;
	cursor:pointer;
}


.single-agenda-conteudo-geral {
    padding: 0px;
}

.single-agenda-titulo {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.single-agenda-titulo h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 6rem;
    font-size: 5rem;
}


#single-agenda .single-post-content p {padding-left:15px; padding-right:15px;}

#single-agenda .single-post-chamada-comentarios {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

#single-agenda .single-post-compartilhamento {
    margin-bottom: 20px;
	margin-top: 20px;
}












/* SINGLE PLAYLIST */
#single-playlist .container-fluid-home-filtro-busca { padding-top: 125px;}

#single-playlist .container-fluid-single-post-externa { padding-top: 40px;}

#single-playlist .single-post-foto-topo {margin-bottom:40px;}

.single-playlist-posts-seta-topo {
    text-align: center;
    margin-top: -23px;
}

.container-fluid-playlist-posts-relacionados {padding-bottom: 40px;}


#single-playlist .single-post-foto-topo img {margin:0 auto;}


#single-playlist .single-post-titulo .ico-tipo-post.ico-playlist{ 
	height:13px; 
	margin-right:10px;
}

.materias-playlist-titulo {
	padding:0px; 
	text-align:center;
}


.single-playlist-posts-externa {padding: 0px;}

.single-playlist-posts-externa .single-playlist-post-box-externa {
	padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0px;
    padding-right: 0px;
}

.single-playlist-post-box-imagem {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 210px;
}

.single-playlist-post-box-imagem.post-teste-01 {
    background-image: url(images/single-playlist-img-post01.png);
}

.single-playlist-post-box-imagem.post-teste-02 {
    background-image: url(images/single-playlist-img-post02.png);
}

.single-playlist-post-box-imagem.post-teste-03 {
    background-image: url(images/single-playlist-img-post03.png);
}

.single-playlist-post-box-imagem.post-teste-04 {
    background-image: url(images/single-playlist-img-post04.png);
}

.single-playlist-post-box-texto {
	height: auto;
    padding: 20px 50px;
	padding-right: 0px;
    padding-bottom: 0px;
}


.single-playlist-post-tipo h6 {
    margin-bottom: 25px;
    margin-top: 0px;
}

.single-playlist-post-titulo {
	margin-bottom: 30px;
}

.single-playlist-post-titulo h4{ margin:0px;}

.single-playlist-post-rodape {padding:0px;}

#single-playlist .div-favoritar-lerdepois {
    bottom: 0px;
    position: absolute;
    right: 0px;
}

.single-post-conteudo-geral.single-playlist-rodape {margin-top:45px;}

#single-playlist .single-post-conteudo-geral.single-playlist-rodape .single-post-share-externa {padding-left: 6%; padding-right: 6%;}



.tipo-post-series {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05rem;
    background-color: transparent;
    border: none;
    outline: none;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url(images/Icon-playlist-13x13px.svg);
    font-family: "Poppins",sans-serif;
    background-position: left center;
    margin-left: 0px;
    padding-left: 27px;
}









/* PÁGINA DE BUSCA */

#resultado-busca .home-filtro-agenda{float: right !important; padding:0px;}

#resultado-busca .container-fluid-area-de-busca { padding-top:30px;}

.resultado-busca-area-de-busca-externa {
	padding:0px; 
	border-bottom:1px solid #000;
    padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
	margin-bottom:25px;
}

.resultado-busca-area-de-busca-externa .input-busca {
    height: 60px;
    padding-bottom: 10px;
    color: #000;
    font-size: 30px;
	font-family: "Poppins",sans-serif;
	border:none;
    background-color: transparent;
    box-shadow: none;
	-webkit-appearance:none;
}

.resultado-busca-area-de-busca-externa .btn-resultado-busca-buscar{
	background-image: url(images/icon-btn-buscar-13px.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 13px;
    font-size: 16px;
    text-align: right;
    border: none;
    width: 100%;	
	margin-top: 7px;
	-webkit-appearance:none;
}

.resultado-busca-area-de-busca-externa .btn-resultado-busca-buscar:hover {
	background-color:transparent;
	color:#000;
	border: none;
}


#resultado-busca .container-fluid-home-filtro-busca {padding-top: 45px;}



#resultado-busca .container-fluid-home-filtro-busca .home-filtro-busca-externa {
    padding-bottom: 10px;
}

.resultado-busca-filtros-itens-externa {
    padding: 0px;
}

.resultado-busca-filtros {
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 50px;
    margin-top: 20px;
}


.resultado-busca-filtros .btn-filter-externa {
    border: 1px solid #ffd9db;
	width: auto;
    display: inline-block;
    line-height: 15px;
    padding: 5px 10px;
    border-radius: 30px;
    margin: 5px;
}



.resultado-busca-filtros .btn-filter-externa:hover {
    background-color: #ff505b;
    border-color: #ff505b;
    color: #fff;
}



.resultado-busca-filtros .btn-filter-vermelho {
	background-image:url(images/icon-fechar-vermelho-branco.svg);
    background-size: 16px;
    background-position: top right;
    -webkit-appearance: none;
    -webkit-user-select: none;
    height: 16px;
    cursor: pointer;
    margin: 0px;
    background-repeat: no-repeat;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    line-height: 15px;
    color: #000;
	background-color:transparent;
	padding-left: 0px;
    padding-right: 20px;
	-webkit-appearance:none;
}



.resultado-busca-filtros .btn-filter-externa:hover:hover .btn-filter-vermelho {
    background-position: bottom -2px right;
    color: #fff;
}


.resultado-busca-filtros .btn-limpar-filtros-busca {
    position: absolute;
    right: 0px;
    border: none;
    padding: 0px;
	color: #ff505b;
	height: 40px;
	background-image:none !important;
	-webkit-appearance:none;
}

.resultado-busca-filtros .btn-limpar-filtros-busca img {
    height: 10px;
    padding-left: 10px;
}

.resultado-busca-filtros .btn-limpar-filtros-busca:hover {
	background-color:transparent;
	background-image:none !important;
}


.resultado-busca-quantidade-externa {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 35px;
}


.resultado-busca-quantidade-externa p {
    color:#b2b2b2;
	font-size:13px;
	font-weight:500;
	font-family: "Poppins",sans-serif;
}

#resultado-busca .container-fluid-home-filtro-busca a.active{
	border-bottom: 5px solid #000;
    padding-bottom: 35px;
}


#resultado-busca .resultado-busca-paginacao-externa{padding:0px;}

#resultado-busca .resultado-busca-paginacao {padding:0px;}

.resultado-busca-paginacao button {
	background: transparent;
    border: none;
    box-shadow: none;
    color: #808080;
    font-size: 14px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
}

.resultado-busca-paginacao .btn-busca-paginacao.prev img {
	padding-right:10px;
	-webkit-appearance:none;
}

.resultado-busca-paginacao .btn-busca-paginacao.next img {
	padding-left:10px;
	-webkit-appearance:none;
}

.resultado-busca-paginacao span.span-paginacao {
    color: #808080;
    font-size: 14px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
}

.resultado-busca-paginacao .dropdown-filtro {
    padding: 0px;
	float: right;
}

.resultado-busca-paginacao .mod_select {
    width: 100%;
    border-radius: 30px;
	margin-top:-5px;
}

.resultado-busca-paginacao .mod_select ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.resultado-busca-paginacao .mod_select ul li {
    list-style-type: none;
}

.resultado-busca-paginacao .select_box {
    color: #808080;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
	font-family: "Poppins",sans-serif;
	background-color:#f9f8f6;
	border: 1px solid #d9d9d9;
    border-radius: 30px;
}

.resultado-busca-paginacao .select_txt {
    overflow: hidden;
    padding-right: 13px;
}


.resultado-busca-paginacao .selet_open {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-size: contain;
    background-image: url(images/icon-pag-seta-baixo.svg);
    background-repeat: no-repeat;
    background-position: center right;
}

.resultado-busca-paginacao .option {
    width: 100%;
    position: absolute;
    top: 29px;
    z-index: 2;
    overflow: hidden;
    display: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
	border: 1px solid #d9d9d9;
}


.resultado-busca-paginacao .option a {
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
	font-family: "Poppins",sans-serif;
	display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: 100%;
    background: #f9f8f6;
    color: #808080;
}














/* MENU - FILTROS MOBILE */

.container-fluid-filtros-busca-mobile {
    padding: 0px;
    background-color: #FFF;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 90;
    padding: 30px;
	display:none;
}


.filtros-busca-mobile-botoes {padding:0px;}

.filtros-busca-mobile-botoes .btn {margin-bottom: 10px; -webkit-appearance:none;}

.container-fluid-filtros-busca-mobile .busca-mobile {
    padding: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 45px;
    height: 40px;
    width: 40px;
    float: right;
}

.container-fluid-filtros-busca-mobile .btn-busca-mobile {
    background-image: url(images/icon-lupa-13x13.svg);
    background-size: 16px;
    background-position: top center;
    -webkit-appearance: none;
    -webkit-user-select: none;
    height: 16px;
    cursor: pointer;
    margin: 0px;
    background-repeat: no-repeat;
	-webkit-appearance:none;
}

.temas-aberto-mobile { background-color:#fff;}


.temas-aberto-mobile-topo {
    border-bottom: 1px solid #808080;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
}

.temas-aberto-mobile-topo h7 {
    font-size: 22px;
    color: #808080;
    font-weight: 500;
    font-family: "Poppins",sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
}


.temas-aberto-mobile .temas-aberto-externa-mobile {
    padding: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
	margin-bottom: 30px;
}

.temas-aberto-mobile .temas-aberto-externa-mobile .btn {
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    height: 30px;
    padding: 0 15px;
    font-weight: 400;
	-webkit-appearance:none;
}




.conteudos-aberto-mobile { background-color:#fff;}


.conteudos-aberto-mobile-topo {
    border-bottom: 1px solid #808080;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
}

.conteudos-aberto-mobile-topo h7 {
    font-size: 22px;
    color: #808080;
    font-weight: 500;
    font-family: "Poppins",sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
}


.conteudos-aberto-mobile .conteudos-aberto-externa-mobile {
    padding: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
	margin-bottom: 30px;
}

.conteudos-aberto-mobile .conteudos-aberto-externa-mobile .btn {
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    height: 30px;
    padding: 0 15px;
    font-weight: 400;
	-webkit-appearance:none;
}




.area-de-busca-mobile{
    padding: 0px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.area-de-busca-externa-mobile {padding: 0px;}

.area-de-busca-externa-mobile .input-busca {
    height: 60px;
    padding-bottom: 10px;
    color: #000;
    font-size: 30px;
    font-family: "Poppins",sans-serif;
    border: none;
    background-color: transparent;
    box-shadow: none;
    width: 80%;
    float: left;
	padding-left: 0px;
}

.area-de-busca-externa-mobile .btn-resultado-busca-buscar {
    background-image: url(images/icon-btn-buscar-13px.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 13px;
    font-size: 16px;
    border: none;
    width: auto;
    margin-top: 7px;
	-webkit-appearance:none;
}


















/* FOOTER */
#footer { 
	background-color:#808080; 
	padding-top:90px; 
	padding-bottom:100px;
}

#footer h4 { 
	color: #fff;
    margin-top: 0px;
    margin-bottom: -10px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 60px;
}

#footer h6 {
    color: #fff;
	letter-spacing: 0;
}


#footer img.footer-logo{
    margin-bottom: 40px;
}


#footer a.link-mailto {
    font-weight: 600;
    letter-spacing: 0;
    line-height: 2rem;
    color: #fff;
    font-family: "Poppins",sans-serif;
}


ul.footer-lista-sitemap {padding:0px;}

ul.footer-lista-sitemap li { 
	font-family: "Poppins",sans-serif;
	list-style:none; 
	font-size:16px;
	margin-bottom: 20px;
    line-height: 16px;
}

ul.footer-lista-sitemap li a {color:#fff;}


#footer .btn {
    margin-top: 15px;
	-webkit-appearance:none;
}

#footer-email {
	font-family: "Poppins",sans-serif;
    border: 2px solid #fff;
    height: 50px;
    color: #fff;
	font-weight: 600;
    background-color: transparent;
    margin-top: 15px;
    border-radius: 0px;
	border-right:none;
}

#footer input[type="email"]::-webkit-input-placeholder {
    color:#fff !important;
	font-size:16px !important;
	font-family: "Poppins",sans-serif;
}
#footer input[type="email"]:-moz-placeholder {
    color:#fff !important;
	font-size:16px !important;
	font-family: "Poppins",sans-serif;
}
#footer input[type="email"]::-moz-placeholder {
    color:#fff !important;
	font-size:16px !important;
	font-family: "Poppins",sans-serif;
}
#footer input[type="email"]:-ms-input-placeholder {
    color:#fff !important;
	font-size:16px !important;
	font-family: "Poppins",sans-serif;
}

#footer .content {
    margin-bottom: 50px;
}

#footer .content h6 {
    margin-bottom: 20px;
}

#footer .content span, #footer .content p {
    font-family: "Poppins",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
}

#newsletter_footer .btn-newsletter-form{
	border-radius: 0px;
	background-image: url(images/icon-seta-branca.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
	border: 2px solid #fff;
    height: 50px;
    color: #fff;
    font-weight: 600;
    background-color: transparent;
    border-left: none;
	-webkit-appearance:none;
}



.footer-copyright p {
	color:#fff; 
	font-size:12px; 
	font-family: "Poppins",sans-serif; 
	font-weight:500;
	margin: 0px;
    line-height: 45px;
}


.footer-logo-inketa {
    text-align: right;
    padding: 0px;
	margin-top: 10px;
}



#footer .footer-redes-sociais {padding-left:10px;}


#footer .footer-social-ico {
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: top;
    -webkit-appearance: none;
    -webkit-user-select: none;
    height: 38px;
    cursor: pointer;
    float: left;
	padding: 0px;
    width: 45px;
}

#footer .footer-social-ico:hover {
    background-position: bottom;
}

#footer .footer-social-ico.facebook {
    background-image: url(./images/icon-facebook-social-2x.png);
}

#footer .footer-social-ico.youtube {
    background-image: url(./images/icon-youtube-social-2x.png);
}

#footer .footer-social-ico.instagram {
    background-image: url(./images/icon-instagram-social-2x.png);
}


#footer .alert-success {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-top: -25px;
    padding-left: 0px;
    text-align: center;
}




/* FOOTER - ajustes mobile */
@media (max-width: 767px) {

#footer {
	padding-bottom: 60px;
	padding-left: 0px;
    padding-right: 0px;
}

#footer h4 {
    margin-top: 40px;
    margin-bottom: 0px;
	line-height: 40px;
}


.footer-logo-inketa {
    text-align: left;
    padding: 15px;
}


ul.footer-lista-sitemap li a {line-height: 20px;}

.footer-copyright {margin-top: 30px;}



}












/* HOME - INSTITUCIONAL */

/* destaque topo */

#home-institucional .container-fluid-home-institucional-destaque {
    background-color: #86d2ff;
    padding-bottom: 14px;
    padding-top: 14px;
	display:none;
}


#home-institucional .container-fluid-home-institucional-destaque h8 {
	font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 600;
	margin-right: 20px;
}

#home-institucional .container-fluid-home-institucional-destaque a {
	font-family: "Poppins",sans-serif;
    font-size: 16px;
    line-height: 1.6rem;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
	opacity: 0.5;
}


#home-institucional .container-fluid-home-institucional-destaque a:hover {
	opacity: 1;
	text-decoration:none;
}

#home-institucional .container-fluid-home-institucional-destaque .destaque-separador {color: #806a25;}



/* destaque grande */

#home-institucional .container-fluid-home-institucional-destaque-grande {
    height:420px;
	padding-top: 160px;
	position:relative;
    overflow:hidden;
	text-align:center;
    background-repeat: no-repeat;
    background-position: top center;
    background: linear-gradient(to top, rgb(0 0 0 / 5%) 0, #ffffff 50px, #ffffff 100%);
}
#home-institucional .container-fluid-home-institucional-destaque-grande h1 {
    font-size: 3.8rem;
    font-weight: 700;
	text-align: left;
    margin: 0 0 5px;
}

#home-institucional .container-fluid-home-institucional-destaque-grande h2 {
    font-size: 3.8rem;
    font-weight: 400;
	text-align: left;
    margin: 0 0 18px;
}

#home-institucional .container-fluid-home-institucional-destaque-grande p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #606060;
    border: none;
    padding: 0px;
    text-align: left;
    margin: 0 0 30px;
}


#home-institucional .container-fluid-home-institucional-destaque-grande{
    background: url(assets/images/hero-home-bg.png);
    background-repeat: repeat-y !important;
    height: 420px;
    animation: slide 10s linear infinite;
    background-size: 733px 503px;
}
@keyframes slide {
    0% {
        background-position: right 0 top 0;
    }
    100% {
        background-position: right 0 top 503px; /* The image width */
    }
}


#home-institucional .container-fluid-home-institucional-destaque-grande-seta img.destaque-seta {
	cursor:pointer;
	transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}


#home-institucional .container-fluid-home-institucional-destaque-grande-seta img.destaque-seta.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
#home-institucional .container-fluid-home-institucional-destaque-grande-seta img.destaque-seta.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}


/*#home-institucional .container-fluid-home-institucional-destaque-grande img.destaque-seta:hover {
	height:68px;
}*/




/* textos */

#home-institucional .home-institucional-textos-externa  {padding-top: 120px;}

#home-institucional .home-institucional-textos-externa h3 {margin-top: 0px; margin-bottom: 20px;}

#home-institucional .row-home-institucional-textos {
    margin-bottom: 90px;
    display: flex;
    align-items: center;
}

#home-institucional .row-home-institucional-textos p{
	font-size: 16px;
    line-height: 3rem;
    letter-spacing: 0.025rem;
}

#home-institucional .home-institucional-texto-voce-sabia h6 {
	font-family: "Poppins",sans-serif;
	font-size:14px;
	font-weight:600;
	margin-top: 0px;
    margin-bottom: 10px;
}


#home-institucional .home-institucional-texto-voce-sabia p {
	font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom: 30px;
}

#home-institucional .home-institucional-texto-voce-sabia img {margin-bottom: 22px;}

#home-institucional .home-institucional-texto-voce-sabia {position:relative;}

#home-institucional .home-institucional-texto-voce-sabia .btn-popover {
    width: 18px;
    background-image: url(images/icone-duvida-home.svg);
    height: 18px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
    border: none;
    background-size: cover;
    margin-left: 5px;
	-webkit-appearance:none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #home-institucional .home-institucional-texto-voce-sabia .btn-popover {
        position: relative;
        left: 131px;
    }
}

#home-institucional .home-institucional-texto-voce-sabia .btn-popover.btn-popover-voce-sabia-01 {
   position: absolute;
   left: 10px;
   -webkit-appearance:none;
   bottom: 0;
}

#home-institucional .home-institucional-texto-voce-sabia .btn-popover.btn-popover-voce-sabia-02 {
	position: absolute;
	left: 10px;
    -webkit-appearance:none;
    bottom: 0;
}

#home-institucional .home-institucional-texto-voce-sabia .btn-popover:hover {
    background-position: top;
    margin-top: 2px;
}


#home-institucional .popover {
    padding: 20px;
    padding-bottom: 15px;
    width: 460px;
	border:none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#home-institucional .popover.right>.arrow {
    border: none;
	margin-top: 0px;
}

#home-institucional .popover-title {
    color: #000;
    font-size: 14px;
    background-color: transparent;
    border: none;
    font-weight: 600;
    padding: 0px;
	margin-bottom:10px !important;
	line-height:14px !important;
}

#home-institucional .popover-content {
    padding: 0px;
}

#home-institucional .popover-content p {
    color: #000;
    font-size: 12px;
    padding: 0px;
    font-weight: 300;
    margin-top: 0px;
    line-height: 1.8rem;
    font-family: "Libre Baskerville",serif;
}






/* laboratório */

#home-institucional .home-institucional-laboratorio {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 80px;
	text-align:center;
}


#home-institucional .home-institucional-laboratorio .row-lab {margin-bottom: 50px;}

#home-institucional .home-institucional-laboratorio h3 {
    margin-bottom: 30px;
    margin-top: 0px;
}


#home-institucional .home-institucional-laboratorio h6 {
    margin-bottom: 10px;
	margin-top: 0px;
	color: #808080;
}

#home-institucional .home-institucional-laboratorio h4 {
    margin-top: 0px;
    margin-bottom: 8px;
}

#home-institucional .home-institucional-laboratorio img {
    margin: 0 auto;
    margin-bottom: 28px;
	width:160px;
}

#home-institucional .home-institucional-laboratorio p {
    line-height: 3rem;
    letter-spacing: 0.025rem;
	margin: 0;
}




/* objetivos */
#home-institucional .container-fluid-home-institucional-objetivos {
    padding-top: 110px;
    padding-bottom: 40px;
}

#home-institucional .container-fluid-home-institucional-objetivos .home-institucional-objetivos-sol-ilustracao {
	position: absolute;
    right: 0px;
    height: 230px;
}

#home-institucional .container-fluid-home-institucional-objetivos .home-institucional-objetivos-cadeira-ilustracao {
	position: absolute;
    height: 600px;
    bottom: 60px;
    left: -8%;
}

#home-institucional .home-institucional-objetivos-topo {padding-bottom:60px;}

#home-institucional .home-institucional-objetivos-topo h3 { margin-top:0px;}

#home-institucional .home-institucional-objetivos-conteudo-externa {padding:0px;}

#home-institucional .home-institucional-objetivos-conteudo {padding:0px;}

#home-institucional .home-institucional-objetivos-conteudo-bloco-externo{
	padding-left: 0px;
    margin-bottom: 60px;
	padding-right:30px;
}

#home-institucional .home-institucional-objetivos-conteudo-bloco-externo p {
    line-height: 3rem;
    letter-spacing: 0.025rem;
}


/* Nossas Causas */
#home-institucional .home-institucional-causas {
    background-color: #fff;
    padding-top: 50px;
}

#home-institucional .home-institucional-causas .container {
    background-image: url(assets/images/tema-sintropika/nossa-causa.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
    #home-institucional .home-institucional-causas .container{
        background-image: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #home-institucional .home-institucional-causas .container{
        background-image: none;
    }
}
#home-institucional .home-institucional-causas h3 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
}

#home-institucional .home-institucional-causas .content p {
    font-family: "Libre Baskerville",serif;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 30px;
}
#home-institucional .home-institucional-causas .content p:last-of-type {
    margin-bottom: 60px;
}

#home-institucional .home-institucional-causas .content p strong{
    font-weight: 700;
}


/* Lab - destaques */
#home-institucional .container-fluid-home-institucional-lab-destaques-topo h3{
	text-align:center; 
	margin:0 0 30px;
}

#home-institucional .container-fluid-home-institucional-lab-destaques h6 {
	text-align:center;
	margin: 0 0 5px;
}

#home-institucional .container-fluid-home-institucional-lab-destaques h4 {
	margin: 0 0 20px;
}

#home-institucional .container-fluid-home-institucional-lab-destaques {    
	padding-bottom: 80px;
    padding-top: 80px;
	padding-left: 0px;
    padding-right: 0px;
}


#home-institucional .container-fluid-home-institucional-lab-destaques h6.title {
    text-align: center;
    margin-bottom: 20px;
    font-family: "Poppins",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}

#home-institucional .home-institucional-lab-destaque-bg-externa {cursor:pointer; transition: all 0.3s ease;}


#home-institucional .home-institucional-lab-destaque-bg-externa:hover{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}


#home-institucional .home-institucional-lab-destaque-bg{
	height: 270px;
    background-repeat: no-repeat;
    background-position: bottom;
	background-size: cover;
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 35px;
    padding-right: 35px;
	-webkit-box-shadow: 8px 8px 10px -5px rgba(212,212,212,1);
	-moz-box-shadow: 8px 8px 10px -5px rgba(212,212,212,1);
	box-shadow: 8px 8px 10px -5px rgba(212,212,212,1);
    margin-bottom: 30px;
}


#home-institucional .home-institucional-lab-destaque-bg.espaco-de-leitura {
	background-image: url(images/home-institucional-destaque-espaco-de-leitura.png);
}


#home-institucional .home-institucional-lab-destaque-bg.aprender-linguagem {
	background-image: url(images/home-institucional-destaque-aprender-linguagem.png);
}


#home-institucional .home-institucional-lab-destaque-bg.apprendendo {
	background-image: url(images/home-institucional-destaque-apprendendo.png);
}


#home-institucional .home-institucional-lab-destaque-bg h4 {
    text-align: left;
}

#home-institucional .home-institucional-lab-destaque-bg h6 {
    text-align: left;
	color:#000;
}


#home-institucional .home-institucional-lab-destaque-bg p.acessar {
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2rem;
    font-size: 16px;
    font-family: "Poppins",sans-serif;
	position:absolute;
	bottom:20px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	margin-bottom:0px;
}


#home-institucional .home-institucional-lab-destaque-bg p.acessar:hover {border-bottom: 2px solid #000;}






/* últimas publicações */
#home-institucional .container-fluid-home-institucional-posts-topo {text-align:center;}

#home-institucional .container-fluid-home-institucional-posts-topo h6 { margin:0px;}


#home-institucional .post-teste-noticia-01 {
    background-image: url(images/home-institucional-post-noticia01-bg.png);
}

#home-institucional .post-teste-noticia-02 {
    background-image: url(images/home-institucional-post-noticia02-bg.png);
}








/* HOME INSTITUCIONAL - ajustes mobile */
@media (max-width: 767px) {
	
#home-institucional .container-fluid-home-institucional-destaque {
    padding-bottom: 10px;
    padding-top: 10px;
}

#home-institucional .container-fluid-home-institucional-destaque a {
    font-size: 14px;
    line-height: 1.4rem;
}
	
#home-institucional p {
    font-size: 14px;
    line-height: 2.8rem;
}

#home-institucional .container-fluid-home-institucional-destaque-grande {
    padding-top: 230px;
    padding-bottom: 100px;
	padding-left: 0px;
    padding-right: 0px;
}


#home-institucional .container-fluid-home-institucional-destaque-grande h1  {
	margin-top:-120px;	
}


#home-institucional .container-fluid-home-institucional-destaque-grande h2, #home-institucional .container-fluid-home-institucional-destaque-grande h1  {
    font-size: 30px;
    line-height: 3.5rem;
}

#home-institucional .container-fluid-home-institucional-destaque-grande img.destaque-seta {
    margin-top: 80px;
    cursor: pointer;
}

#home-institucional .home-institucional-textos-externa {padding: 50px 0 0;}

#home-institucional .home-institucional-textos-externa h3 {
    font-size: 20px;
    line-height: 3rem;
	margin-top: 0;
}

#home-institucional .row-home-institucional-textos p {font-size: 14px; margin-bottom: 0;}


#home-institucional .home-institucional-textos {padding-bottom: 60px;}

#home-institucional .row-home-institucional-textos {
    margin-bottom: 0px;
    display: block;
}

#home-institucional .home-institucional-texto-voce-sabia{margin-top:40px; margin-bottom:0px;}

#home-institucional .home-institucional-texto-voce-sabia p {font-size: 14px;}

#home-institucional .home-institucional-texto-voce-sabia .btn-popover {display:none;}

#home-institucional .home-institucional-laboratorio {
    padding: 50px 0 0;
}

#home-institucional .home-institucional-laboratorio h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 3.5rem;
}

#home-institucional .home-institucional-laboratorio h4{
    font-size: 24px;
    line-height: 3.5rem;
}

#home-institucional .home-institucional-laboratorio h6 {margin-bottom: 20px;}


#home-institucional .home-institucional-laboratorio img {
    margin-bottom: 30px;
    margin-top: 30px;
}



#home-institucional .container-fluid-home-institucional-objetivos {
	padding-top: 50px;    
	padding-left: 0px;
    padding-right: 0px;
}


#home-institucional .home-institucional-objetivos-topo h3 {
    font-size: 24px;
    line-height: 3.5rem;
}

#home-institucional .home-institucional-objetivos-topo {
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

#home-institucional .home-institucional-objetivos-conteudo{
	padding-left: 0px;
    padding-right: 0px;
}

#home-institucional .home-institucional-objetivos-conteudo-bloco-externo {
    padding-right: 0px;
	margin-bottom: 40px;
}

#home-institucional .home-institucional-objetivos-conteudo-externa{ padding:0px;}
	
	
#home-institucional .home-institucional-objetivos-conteudo-bloco-externo h5{
    font-size: 18px;
}


#home-institucional .container-fluid-home-institucional-lab-destaques h3 {
    font-size: 24px;
    line-height: 3.5rem;
	margin-bottom: 15px;
}


#home-institucional .home-institucional-lab-destaque-bg h4{
	font-size:24px;
}

#home-institucional .home-institucional-lab-destaque-bg {margin-bottom:30px;}


#home-institucional .home-institucional-lab-destaque-bg-externa {padding:0px;}


	
}



@media (min-width: 768px) and (max-width: 991px) {
	
#home-institucional .container-fluid-home-institucional-destaque {
    padding-bottom: 15px;
    padding-top: 15px;
}


#home-institucional .container-fluid-home-institucional-destaque-grande {
    padding-top: 180px;
    padding-bottom: 170px;
}

#home-institucional .container-fluid-home-institucional-destaque-grande h1 {font-size: 4rem; margin-top: -150px;}

#home-institucional .container-fluid-home-institucional-destaque-grande h2 {font-size: 4rem;}

#home-institucional .container-fluid-home-institucional-destaque-grande img.destaque-seta {
    margin-top: 100px;
}
	
#home-institucional .container-fluid-home-institucional-destaque a {
	font-size: 14px;
	line-height: 1.4rem;
}

#home-institucional .home-institucional-laboratorio {
    padding-top: 60px;
    padding-bottom: 60px;
}	


#home-institucional .home-institucional-textos-externa h3 {
    font-size: 26px;
    line-height: 3.7rem;
}

#home-institucional .home-institucional-objetivos-topo h3 {
    font-size: 26px;
    line-height: 3.7rem;
}

#home-institucional .home-institucional-laboratorio h4 {
	font-size: 2.2rem;
    line-height: 3.2rem;
}


#home-institucional .home-institucional-texto-voce-sabia p {font-size: 14px;}


#home-institucional .popover-content p {
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 1.8rem !important;
}


#home-institucional .popover-title {
    font-size: 14px!important;
    line-height: 14px !important;
}


#home-institucional .home-institucional-objetivos-topo {
    padding-left: 0px;
	padding-right:0px;
}


#home-institucional .home-institucional-objetivos-conteudo-externa {padding:0px;}

#home-institucional .home-institucional-objetivos-conteudo {padding:0px;}

#home-institucional .home-institucional-objetivos-conteudo-bloco-externo p {font-size: 14px;}

#home-institucional .home-institucional-lab-destaque-bg h4{
    line-height: 3rem;
	font-size: 20px;
}

#home-institucional .home-institucional-lab-destaque-bg-externa {
    padding-left: 10px;
    padding-right: 10px;
}

.home-post-box-texto p.texto-corrido {font-size: 14px;}

#home-institucional .row-home-institucional-textos p { font-size: 14px !important;}

#home-institucional .home-institucional-texto-voce-sabia .btn-popover{ margin-top: 10px; width:50px;height: 50px;}
	
}


@media (min-width: 992px) and (max-width: 1199px) {
	
#home-institucional .container-fluid-home-institucional-destaque-grande h1 {font-size: 4rem; margin-top: -150px;}
#home-institucional .home-institucional-texto-voce-sabia .btn-popover{ margin-top: 10px; width:50px;height: 50px;}

#home-institucional .home-institucional-textos-externa h3 { font-size: 3.5rem;}

#home-institucional .home-institucional-laboratorio h4 { font-size:24px;}



	
	
}








/* PLATAFORMAS INSTITUCIONAL */

.menu-rolagem{
	background-color: #e6e6e6;
	position: fixed;
	z-index: 1030;
	top: 0;
}

.lista-menu-navegacao-destaque li a:hover{
    color: #000;
    background-color: transparent;
}

.lista-menu-navegacao-destaque li a.active{
    color: #000;
    background-color: transparent;
}


#plataformas-institucional .container-fluid-plataforma-institucional-destaque-grande {
    padding-top: 175px;
    text-align: center;
}

@media (max-width: 767px) {
    #plataformas-institucional .container-fluid-plataforma-institucional-destaque-grande {
        padding-top: 100px;
    }
}

#plataformas-institucional .container-fluid-plataforma-institucional-destaque-grande h1 {
    font-size: 5.5rem;
    font-weight: 700;
    text-align: center;
	margin-bottom: 0px;
	margin-top:0px;
}


.menu-navegacao-destaque.menu-secundario{ margin-top: 35px; margin-bottom:-30px;}

.lista-menu-navegacao-destaque {
	padding:0px;
	list-style:none;
	text-align:center;
	margin-bottom: 0px;
	padding-top: 15px;
    padding-bottom: 15px;
}
@media (max-width : 768px) {
    .lista-menu-navegacao-destaque {
        display: flex;
        flex-flow: row wrap;
    }
}

.lista-menu-navegacao-destaque li {
	display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    padding: 10px;
	line-height: 14px;
    padding-bottom: 0px;
    padding-top: 0px;	
}

@media (max-width : 768px) {
    .lista-menu-navegacao-destaque li {
        width: 50%;
        margin: 10px 0;
    }
}

.lista-menu-navegacao-destaque li.title {
    display: none;
}

@media (max-width : 768px) {
    .lista-menu-navegacao-destaque li.title {
        display: block;
        font-weight: 700;
        width: 100%;
        margin: 10px 0 15px;
    }
}

.lista-menu-navegacao-destaque li a{
	text-decoration:none;
	padding-bottom: 0px;
	font-family: "Poppins",sans-serif;
    font-weight: 600;
    color: #808080;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.menu-secundario-conteudo { 
    padding-top:100px;
    padding-bottom: 50px;
}


.menu-secundario-conteudo h3.titulo-principal-conteudo {
    font-size: 38px;
    font-weight: 700;
    text-transform: none;
	letter-spacing: -0.025em;
    line-height: 4.5rem;
	margin-top: 0px;
    margin-bottom: 20px;
	color: #000;
}



#plataformas-institucional .single-post-compartilhamento {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 20px;
}



#plataformas-institucional .plataforma-institucional-textos { 
	padding-top: 100px;
	padding-bottom:80px; 
	text-align:left;
}

#plataformas-institucional .plataforma-institucional-textos-externa h3 {
    margin-top: 0px;
    margin-bottom: 30px;
}

#plataformas-institucional .row-plataforma-institucional-textos p {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.025em;
    line-height: 3rem;
    margin-bottom:0px;
}




#plataformas-institucional .plataforma-institucional-potencial-aprendizagem {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 90px;
}


#plataformas-institucional .plataforma-institucional-potencial-aprendizagem h3 {
    margin-bottom: 20px;
    margin-top: 0px;
}

#plataformas-institucional .plataforma-institucional-potencial-aprendizagem p {
    text-align: left;
    line-height: 3rem;
    margin-bottom: 0px;
}




#plataformas-institucional .container-fluid.plataforma-institucional-plataformas h3 {
    text-align: center;
    margin-bottom: 50px;
	margin-top:0px;
}


#plataformas-institucional .plataforma-institucional-plataformas-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding:50px;
}

#plataformas-institucional .plataforma-institucional-plataformas-bg  img{
    display: none;
}

@media only screen and (max-width : 768px) {
    #plataformas-institucional .plataforma-institucional-plataformas-bg  img{
        display: inline-block;
    }
}


#plataformas-institucional .plataforma-institucional-plataformas-bg.aprender-linguagem {
    background-image: url(images/plataformas-aprender-linguagem-bg.png);
}

#plataformas-institucional .plataforma-institucional-plataformas-bg.espaco-de-leitura {
    background-image: url(images/plataformas-espaco-leitura-bg.png);
}

#plataformas-institucional .plataforma-institucional-plataformas-bg.aprender-estudar-textos {
    background-image: url(images/plataformas-aprender-estudar-textos-bg.png);
}

#plataformas-institucional .plataforma-institucional-plataformas-bg.apprendendo {
    background-image: url(images/plataformas-apprendendo-bg.png);
}

#plataformas-institucional .plataforma-institucional-plataformas-bg-conteudo {padding:0px;}

@media (max-width: 767px) {
    #plataformas-institucional .plataforma-institucional-plataformas-bg-conteudo{
        background-image: none;
        padding: 0 25px;
    }
}


#plataformas-institucional .plataforma-institucional-plataformas-bg-conteudo h4 {
	font-size:38px;
	line-height: 45px;
	margin-bottom: 15px;
}


#plataformas-institucional .plataforma-institucional-plataformas-bg-conteudo p {
	font-size: 16px;
    color: #000;
    letter-spacing: 0.025em;
    line-height: 3rem;
	margin-bottom: 25px;
}


#plataformas-institucional .plataforma-institucional-plataformas-bg a.acessar {
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2rem;
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    border-bottom: 2px solid transparent;
	text-decoration: none;
}


#plataformas-institucional .plataforma-institucional-plataformas-bg a.acessar:hover {
    border-bottom: 2px solid #000;
}

#plataformas-institucional .link-acessar-plataforma-externo {
	cursor:pointer;	
	margin-bottom: 10px;
}


#plataformas-institucional .link-acessar-plataforma-externo img {
	height:12px;
	padding-left:5px;
	margin-top: -3px;
}



#plataformas-institucional .plataforma-institucional-plataformas-bg h6 {
    color: #000;
	margin-top: 0px;
    margin-bottom: 20px;
}


.plataforma-institucional-plataformas-saiba-mais {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
	margin-bottom: 30px;
}

.btn-default.saiba-mais-ico-mais {
    background-image: url(images/icon-mais-preto-branco.svg);
    background-repeat: no-repeat;
    background-position: top 15px right 20px;
    background-size: 10px;
    width: 170px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
	-webkit-appearance:none;
}


.btn-default.saiba-mais-ico-mais:hover {
    background-image: url(images/icon-mais-preto-branco.svg);
    background-repeat: no-repeat;
    background-position: bottom 15px right 20px;
	background-color: #000;
    border-color: #000;
}


#plataformas-institucional .plataforma-institucional-plataformas-conteudo {
    padding: 50px;
    background-color: #fff;
	padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

#plataformas-institucional .plataforma-institucional-plataformas-conteudo-dentro {
    padding-top: 30px;
    padding-bottom: 30px;
}

#plataformas-institucional .plataforma-institucional-plataformas-conteudo-esq {padding:0px;}

#plataformas-institucional .plataforma-institucional-plataformas-conteudo-esq h4 {margin-bottom: 20px; margin-top:0px;}

#plataformas-institucional .plataforma-institucional-plataformas-conteudo-esq p {line-height:3rem;}


#plataformas-institucional .plataforma-institucional-plataformas-conteudo-links {padding:0px;}

#plataformas-institucional .plataforma-institucional-plataformas-conteudo-links a {
	padding:0px; 
	margin-bottom: 10px;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2rem;
    font-size: 16px;
    text-decoration: none;
	border-bottom: 2px solid transparent;
}

#plataformas-institucional .plataforma-institucional-plataformas-conteudo-links a.acessar:hover {
    border-bottom: 2px solid #000;
}

#plataformas-institucional .plataforma-institucional-plataformas-conteudo-links h6 {margin-bottom:20px;}

#plataformas-institucional .plataforma-institucional-plataformas-conteudo-dentro-links a {
    font-size: 16px;
    display: list-item;
    list-style: none;
    margin-bottom: 15px;
    font-family: "Poppins",sans-serif;
	text-decoration:underline;
}


.plataformas-conteudo-botao-fechar {
    background-color: #fff;
    text-align: center;
	/*padding-top: 30px;*/
	-webkit-appearance:none;
}

.btn-default.btn-fechar-ico {
    background-image: url(images/icon-fechar-preto-branco.svg);
    background-repeat: no-repeat;
    background-position: top 10px right 20px;
    background-size: 18px;
    width: 122px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
	-webkit-appearance:none;
}

.btn-default.btn-fechar-ico:hover {
    background-image: url(images/icon-fechar-preto-branco.svg);
    background-repeat: no-repeat;
    background-position: bottom 10px right 20px;
	background-color: #000;
    border-color: #000;
}








.base-cientifica-topo {padding-top: 175px;}
@media (max-width : 768px) {
    .base-cientifica-topo {padding-top: 100px;}
}
.base-cientifica-topo h1 {
    font-size: 50px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
	color:#000;
}




.nav-tabs-padrao-geral .nav-tabs {
    margin-bottom: 75px;
	padding: 0px;
	border-bottom:none;
	display: flex;
    justify-content: center;
}

.nav-tabs-padrao-geral .tab-menu {
	padding:0px; 
	padding-left: 10px;
    padding-right: 10px;
}

.nav-tabs-padrao-geral .tab-menu a {
	font-family: "Poppins",sans-serif;
    font-weight: 600;
	color:#808080;
	font-size:14px;
	line-height:14px;
	text-align:center;
	border:none;
	padding-left:0px;
	padding-right:0px;
}

.nav-tabs-padrao-geral .nav>li>a {
    border: none;
}

.nav-tabs-padrao-geral .nav>li>a:hover, .nav-tabs-padrao-geral .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    border: none;
	color:#000;
}

.nav-tabs-padrao-geral .nav-tabs>li.active>a, .nav-tabs-padrao-geral .nav-tabs>li.active>a:hover, .nav-tabs-padrao-geral .nav-tabs>li.active>a:focus {
    color: #000;
    background-color: #fff;
    border-bottom: 5px solid #000;
    cursor: pointer;
    border: none;
    background-color: transparent;
}



.tab-content>.tab-pane {display:none;}

.tab-content>.tab-pane.active {display:block;}


.row-conteudo-geral-tabpanel h2{
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Poppins",sans-serif;
    text-align: center;
}

.row-conteudo-geral-tabpanel h3{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 25px;
    font-weight: 600;
    font-family: "Poppins",sans-serif;
}


.row-conteudo-geral-tabpanel h4{
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Poppins",sans-serif;
	text-transform:none;
}

.row-conteudo-geral-tabpanel p {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.025em;
    line-height: 3rem;
    margin-bottom: 40px;
}


.row-conteudo-geral-tabpanel ol {
	padding-left:10%;
	margin-top: -30px;
}


.row-conteudo-geral-tabpanel ol li {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.025em;
    line-height: 3rem;
    margin-bottom: 40px;
}


.row-conteudo-geral-tabpanel ol li:last-of-type {
    margin-bottom: 70px;
}


.row-conteudo-geral-tabpanel blockquote{
	background-image: url(images/tabpanel-citacao-ico.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 0 0 50px;
    border: none;
    margin-bottom: 45px;
    margin-top: 45px;
    margin-right: 50px;
}

.row-conteudo-geral-tabpanel blockquote p {
	font-size: 16px;
    line-height: 3rem;
}



.row-conteudo-geral-tabpanel .tab-panel-box-por-que-linguagem {margin-bottom: 28px;}

.row-conteudo-geral-tabpanel .tab-panel-box-por-que-linguagem h2 {
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    font-family: "Poppins",sans-serif;
    text-transform: none;
    margin-bottom: 20px;
    line-height: 4.5rem;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	float: left;
}

.row-conteudo-geral-tabpanel .tab-panel-box-por-que-linguagem.azul h2 {color: #29afff;}

.row-conteudo-geral-tabpanel .tab-panel-box-por-que-linguagem.vermelho h2 {color: #ff505b;}

.row-conteudo-geral-tabpanel .tab-panel-box-por-que-linguagem.amarelo h2 {color: #ffd241;}

.row-conteudo-geral-tabpanel .tab-panel-box-por-que-linguagem h3 {
    font-size: 18px !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
    font-family: "Poppins",sans-serif;
	display: flex;
}

.row-conteudo-geral-tabpanel .tab-panel-box-por-que-linguagem p {
    color: #808080;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.2rem;
}


#por-que-linguagem .por-que-linguagem-investimento-primeira-infancia {margin-top:20px;}

#por-que-linguagem .por-que-linguagem-habilidades-linguisticas {margin-top: 20px;}


#plataformas-atuacao .row-conteudo-geral-tabpanel .tab-panel-introducao {margin-bottom: 30px;}

.row-conteudo-geral-tabpanel .tab-panel-introducao {text-align:left;}


.row-conteudo-geral-tabpanel.tab-panel-plataformas-atuacao-bloco {padding-bottom:90px;}


.tab-panel-plataformas-atuacao-bloco .tab-panel-plataformas-atuacao-bloco-imagem img{
	width: 300px;
	margin: 0 auto;
}

.row-conteudo-geral-tabpanel.tab-panel-plataformas-atuacao-bloco h3{
	color:#808080;
	font-size:14px;
	font-weight:600;
	margin-top:0px;
    margin-bottom: 10px;
}

.row-conteudo-geral-tabpanel.tab-panel-plataformas-atuacao-bloco h2{
	font-family: "Poppins",sans-serif;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 30px;
}


.row-conteudo-geral-tabpanel.tab-panel-plataformas-atuacao-bloco .link-acessar-plataforma-externo {
	cursor:pointer;
}

.row-conteudo-geral-tabpanel.tab-panel-plataformas-atuacao-bloco a.acessar {
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2rem;
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}


.row-conteudo-geral-tabpanel.tab-panel-plataformas-atuacao-bloco a.acessar:hover {
    border-bottom: 2px solid #000;
}

.row-conteudo-geral-tabpanel.tab-panel-plataformas-atuacao-bloco .link-acessar-plataforma-externo img {
    height: 12px;
    padding-left: 5px;
}



.base-cientifica-box-pesquisa-externa {
    margin-bottom: 30px;
}

.base-cientifica-box-pesquisa-texto {
    background-color: #fff;
    height: auto;
    padding: 50px;
	padding-bottom: 10px;
}

.base-cientifica-box-pesquisa-texto p {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.025em;
    line-height: 3rem;
    margin-bottom: 40px;
}




.aprendizagem-significativa-importancia-mediacao {margin-top: 15px;}

.base-cientifica-box-pesquisa-texto h6 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: "Poppins",sans-serif;
    line-height: 4rem;
    letter-spacing: -0.025em;
}

.base-cientifica-box-pesquisa-texto h5 {
    color: #808080;
    font-size: 14px;
    margin-top: -12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.base-cientifica-box-pesquisa-texto p.texto-corrido {
    margin-bottom: 0px;
}


.base-cientifica-box-pesquisa-texto .link-acessar-plataforma-externo {cursor:pointer; margin-bottom:40px;}

.base-cientifica-box-pesquisa-texto a.acessar {
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2rem;
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    text-decoration: none;
}


.base-cientifica-box-pesquisa-texto a.acessar:hover {
    border-bottom: 2px solid #000;
}


.base-cientifica-box-pesquisa-texto .link-acessar-plataforma-externo img {
    height: 12px;
    padding-left: 5px;
	margin-top: -4px;
}


#base-cientifica .base-cientifica-fontes {
	background-color:#e6e6e6;
	padding-top:60px;
	padding-bottom:30px;
	position:relative;
}

#base-cientifica .base-cientifica-fontes p {
    font-size: 12px;
    line-height: 2rem;
    letter-spacing: 0.025rem;
    margin-bottom: 25px;
}

#base-cientifica .base-cientifica-fontes a {word-break: break-all; font-weight: 600;}


#base-cientifica .base-cientifica-fontes .titulo-lateral-fontes {
    position: absolute;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    top: 78px;
}


#base-cientifica .base-cientifica-fontes .titulo-lateral-fontes h3 {
    color: #808080;
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
}



#por-que-linguagem .dimensao-imagem-externa {float: left;}

#por-que-linguagem .por-que-linguagem-dimensao-box h2 {
	color: #808080;
    margin-top: 40px;
    clear: right;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 10px;
    margin-bottom: -10px;
}

#por-que-linguagem .por-que-linguagem-dimensao-box.social { padding-top:60px; margin-bottom: -15px;}

#por-que-linguagem .por-que-linguagem-dimensao-box.social h2 { margin-top: 28px !important; line-height: 22px !important;}

#por-que-linguagem .por-que-linguagem-dimensao-box img{
    height: 50px;
    margin-left: -25px;
}

#por-que-linguagem .por-que-linguagem-dimensao-box.social img {     
	height: 50px;
    margin-left: -10px;
}


#por-que-linguagem h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
	margin-top:30px;
}


#por-que-linguagem h3.titulo-principal-conteudo {
    font-size: 38px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.025em;
    line-height: 4.5rem;
    margin-top: 0px;
    margin-bottom: 35px;
    color: #000;
}





#projetos-especiais .tabpanel-estrategia-transformacao-bloco {
	padding:0px;
}


#nossa-estrategia-transformacao h3.titulo-principal-conteudo {
    font-size: 38px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.025em;
    line-height: 4.5rem;
    margin-top: 110px;
    margin-bottom: 35px;
    color: #000;
	margin-left: -15px;
}

#projetos-especiais .tabpanel-estrategia-transformacao-bloco p:last-of-type {margin-bottom:0px;}


#projetos-especiais .tabpanel-estrategia-transformacao-bloco h2 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 20px;
}


#projetos-especiais .tabpanel-estrategia-transformacao-bloco h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
}


#projetos-especiais .tabpanel-estrategia-transformacao-bloco-imagem {padding-left: 100px;}


#projetos-especiais .tabpanel-estrategia-transformacao-bloco img {
    margin-bottom: 30px;
}


#potencial-aprendizagem .row-conteudo-geral-tabpanel p:last-of-type {margin-bottom:0px;}


#cases .home-post-box-texto h6 {
    margin-bottom: 30px;
    margin-top: 0px;
    text-transform: uppercase;
}


#cases .home-post-box-texto h4 {margin-bottom: 10px;}

#cases .home-post-box-texto h5 {
    margin-bottom: 30px;
    margin-top: 0px;
	letter-spacing: 0;
	line-height: 2rem;
    color: #000;
	font-size: 14px;
	font-weight: 600;
}


#cases .home-post-box-texto p {
    margin-bottom: 30px;
    color: #000;
    letter-spacing: 0.025em;
    line-height: 3rem;
}


#cases h3.titulo-principal-conteudo {
	text-align:center;
}


#sobre-quem-somos h1{
	font-size: 38px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.025em;
    line-height: 4.5rem;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #000;
	
}


#sobre-quem-somos .row-conteudo-geral-tabpanel p {margin-bottom: 70px;}


#sobre-quem-somos .estrategia-forma-atuacao-lista {
    margin-top: -40px;
    margin-bottom: 70px;
}



#sobre-quem-somos .estrategia-forma-atuacao-lista li {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.025em;
    line-height: 3rem;
    margin-bottom: 30px;
	list-style:none;
}






/* SOBRE HISTORICO - Timeline */


#sobre-historico {margin-top: -70px;}


#sobre-historico h3.titulo-principal-conteudo { text-align:center;}

#sobre-historico .row-conteudo-geral-tabpanel .tab-panel-introducao{text-align:center; margin-bottom:0px;}

#sobre-historico .row-conteudo-geral-tabpanel .tab-panel-introducao p { margin-bottom:0px !important;}

#sobre-historico .row-conteudo-geral-tabpanel .tab-panel-introducao h3{
    font-size: 30px;
    font-weight: 700;
    font-family: "Poppins",sans-serif;
    color: #29afff;
	margin-top:0px;
	margin-bottom:30px;
}

#sobre-historico .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  margin-top: 15px;
}

#sobre-historico .timeline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}


#sobre-historico .timeline li.fechamento-timeline{margin-bottom:-10px !important;}


#sobre-historico .timeline > li {
  margin-bottom: 90px;
  position: relative;
}
#sobre-historico .timeline > li:before,
#sobre-historico .timeline > li:after {
  content: " ";
  display: table;
}
#sobre-historico .timeline > li:after {
  clear: both;
}
#sobre-historico .timeline > li:before,
#sobre-historico .timeline > li:after {
  content: " ";
  display: table;
}
#sobre-historico .timeline > li:after {
  clear: both;
}
#sobre-historico .timeline > li > .timeline-panel {
 	width: 43%;
    float: left;
    padding: 20px;
    position: relative;
    background-color: #fff;
	padding: 40px 50px;
}

#sobre-historico .timeline > li.timeline-inverted + li:not(.timeline-inverted),
#sobre-historico .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
   margin-top: 100px;
   margin-bottom: 30px;
}


#sobre-historico .timeline > li > .timeline-badge {
	color: #000;
	width: 10px;
	height: 10px;
	line-height: 10px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -5px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}


#sobre-historico .timeline > li > .timeline-badge.info {
	font-size: 30px;
    font-weight: 700;
    font-family: "Poppins",sans-serif;
    width: 25px;
    height: 25px;
    margin-left: -13px;
}


#sobre-historico .timeline > li > .timeline-badge.info .timeline-ano{
    line-height: 30px;
    position: absolute;
}

#sobre-historico .timeline > li > .timeline-badge.info .timeline-ano.right{
	left:45px;
}
#sobre-historico .timeline > li > .timeline-badge.info .timeline-ano.left{
	left:-90px;
}


#sobre-historico .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
#sobre-historico .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
#sobre-historico .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

#sobre-historico .timeline-badge.amarelo {
  background-color: #ffd241 !important;
}
#sobre-historico .timeline-badge.vermelho {
  background-color: #ff505b !important;
}
#sobre-historico .timeline-badge.azul {
  background-color: #29afff !important;
}


#sobre-historico .timeline-title {
  margin-top: 0;
  color: inherit;
}
#sobre-historico .timeline-body > p,
#sobre-historico .timeline-body > ul {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.025em;
    line-height: 3rem;
    margin-bottom: 0px;
}
#sobre-historico .timeline-body > p + p {
  margin-top: 5px;
}







#sobre-resultados .tab-panel-introducao {
	text-align:left;
	margin-bottom: 30px;
}


#sobre-resultados .sobre-resultados-bloco-conteudo-externo { margin-top: -20px;}


#sobre-resultados .sobre-resultados-bloco-conteudo-externo img {
    float: right;
    /*height: 70px;*/
    margin: 0 0 20px 0;
}

#sobre-resultados .sobre-resultados-bloco-conteudo-externo h2 {margin-top:0px; margin-bottom: 15px;}

#sobre-resultados .sobre-resultados-bloco-titulo { padding:0px;}

#sobre-resultados .sobre-resultados-bloco-titulo h3 {
    font-size: 14px;
    color: #808080;
    line-height: 14px;
    margin-bottom: 15px;
}

#sobre-resultados .sobre-resultados-bloco-conteudo {padding-left:0px; margin-bottom: 10px;}

#sobre-resultados .sobre-resultados-bloco-conteudo p {
    font-family: "Poppins",sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 4rem;
    font-size: 22px;
    border-bottom: 1px solid #808080;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}


#sobre-resultados .sobre-resultados-bloco-conteudo p strong {color: #29afff;}


#sobre-resultados .sobre-resultados-bloco-observacao {padding:0px; margin-bottom: 80px;}

#sobre-resultados .sobre-resultados-bloco-conteudo h6 {
    font-size: 13px;
    letter-spacing: 0.025rem;
    line-height: 1.3rem;
    font-weight: 600;
}

#sobre-resultados .sobre-resultados-bloco-colunas-externa {padding:0px;}

#sobre-resultados .sobre-resultados-relatorios-titulo img {
    /*height: 70px;*/
    float: left;
}

#sobre-resultados .balanco-relatorios {
    min-height: 45px;
    /* line-height: 45px; */
	cursor:pointer;
}

@media only screen and (max-width : 768px) {
    #sobre-resultados .balanco-relatorios {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

#sobre-resultados .sobre-resultados-relatorios-titulo h2 {line-height: 70px;}

#sobre-resultados .row-conteudo-geral-tabpanel .sobre-resultados-relatorios-bloco-links {padding-left:0px;}

#sobre-resultados .row-conteudo-geral-tabpanel .sobre-resultados-relatorios-bloco-links h3 {
    color: #808080;
    line-height: 20px;
    letter-spacing: 0.05em;
	margin-bottom: 30px;
}

#sobre-resultados .row-conteudo-geral-tabpanel .sobre-resultados-relatorios-bloco-links img {margin-top: -10px;}

#sobre-resultados .row-conteudo-geral-tabpanel .sobre-resultados-relatorios-bloco-links a.acessar {
    font-weight: 600;
    line-height: 4rem;
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    text-decoration: none;
	margin-right: 10px;
}

#sobre-resultados .row-conteudo-geral-tabpanel .sobre-resultados-relatorios-bloco-links a.acessar:hover {}


#sobre-resultados .sobre-resultados-relatorios-completos {padding-top:15px;}


#sobre-resultados .sobre-resultados-relatorios-titulo {
	/*margin-bottom: 50px;*/
    padding: 0px;
}





#sobre-resultados-balanco .tab-panel-introducao {
    text-align:left;
    margin-bottom: 30px;
}


#sobre-resultados-balanco .sobre-resultados-bloco-conteudo-externo { margin-top: -20px;}


#sobre-resultados-balanco .sobre-resultados-bloco-conteudo-externo img {
    float: right;
    /*height: 70px;*/
}

#sobre-resultados-balanco .sobre-resultados-bloco-conteudo-externo h2 {margin-top:0px; margin-bottom: 15px;}

#sobre-resultados-balanco .sobre-resultados-bloco-titulo { padding:0px;}

#sobre-resultados-balanco .sobre-resultados-bloco-titulo h3 {
    font-size: 14px;
    color: #808080;
    line-height: 14px;
    margin-bottom: 15px;
}

#sobre-resultados-balanco .sobre-resultados-bloco-conteudo {padding-left:0px; margin-bottom: 10px;}

#sobre-resultados-balanco .sobre-resultados-bloco-conteudo p {
    font-family: "Poppins",sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 4rem;
    font-size: 22px;
    border-bottom: 1px solid #808080;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}


#sobre-resultados-balanco .sobre-resultados-bloco-conteudo p strong {color: #29afff;}


#sobre-resultados-balanco .sobre-resultados-bloco-observacao {padding:0px; margin-bottom: 80px;}

#sobre-resultados-balanco .sobre-resultados-bloco-conteudo h6 {
    font-size: 13px;
    letter-spacing: 0.025rem;
    line-height: 1.3rem;
    font-weight: 600;
}

#sobre-resultados-balanco .sobre-resultados-bloco-colunas-externa {padding:0px;}

#sobre-resultados-balanco .sobre-resultados-relatorios-titulo img {
    /*height: 70px;*/
    float: left;
}

#sobre-resultados-balanco .balanco-relatorios {
    min-height: 45px;
    /* line-height: 45px; */
    cursor:pointer;
}

@media only screen and (max-width : 768px) {
    #sobre-resultados-balanco .balanco-relatorios {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


#sobre-resultados-balanco .sobre-resultados-relatorios-titulo h2 {line-height: 70px;}

#sobre-resultados-balanco .row-conteudo-geral-tabpanel .sobre-resultados-relatorios-bloco-links {padding-left:0px;}

#sobre-resultados-balanco .row-conteudo-geral-tabpanel .sobre-resultados-relatorios-bloco-links h3 {
    color: #808080;
    line-height: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

#sobre-resultados-balanco .row-conteudo-geral-tabpanel .sobre-resultados-relatorios-bloco-links img {
    margin-top: -10px;
}

@media only screen and (max-width : 768px) {
    #sobre-resultados-balanco .row-conteudo-geral-tabpanel .sobre-resultados-relatorios-bloco-links img {
        margin: 0;
        height: 15px;
    }
}

#sobre-resultados-balanco .row-conteudo-geral-tabpanel .sobre-resultados-relatorios-bloco-links a.acessar {
    font-weight: 600;
    line-height: 2rem;
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    text-decoration: none;
    margin-right: 10px;
}

#sobre-resultados-balanco .row-conteudo-geral-tabpanel .sobre-resultados-relatorios-bloco-links a.acessar:hover {}


#sobre-resultados-balanco .sobre-resultados-relatorios-completos {padding-top:15px;}


#sobre-resultados-balanco .sobre-resultados-relatorios-titulo {
    /*margin-bottom: 50px;*/
    padding: 0px;
}




.row-conteudo-geral-tabpanel-titulo h2 {
	text-align: center;
    font-size: 30px;
    margin-top: 0px;
    line-height: 30px;
    margin-bottom: 50px;
}




#sobre-equipe h3.titulo-principal-conteudo{ text-align:center;}

#sobre-equipe .row-conteudo-geral-tabpanel-titulo.equipe-brasil {margin-top:30px;}


#sobre-equipe .sobre-equipe-box-externa {padding:0px; margin-bottom: 30px; z-index: 10;}

#sobre-equipe .sobre-equipe-geral {margin-left: -30px;}
@media only screen and (max-width : 768px) {
    #sobre-equipe .sobre-equipe-geral {margin-left: 0;}
}

#sobre-equipe .row-conteudo-geral-tabpanel-titulo h2 {
	font-size: 20px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width : 768px) {
    #sobre-equipe .row-conteudo-geral-tabpanel-titulo h2 {
        text-align: center;
    }
}

#sobre-equipe h3 {
	font-size: 20px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000000;
    margin-top: 0px;
}
@media only screen and (max-width : 768px) {
    #sobre-equipe h3 {
        text-align: center;
    }
}

#sobre-equipe .sobre-equipe-perfil-nome  {
	background-color:#fff;
	text-align: center;
	height:90px;
	display: table;
    
}


#sobre-equipe .sobre-equipe-perfil-nome span img {
    display: none;
}




#sobre-equipe .sobre-equipe-perfil-nome h4 {
	font-weight: 600;
	font-size:14px;
	line-height: 18px;
    margin-bottom: 0px;
	margin-top:0px;
    font-family: "Poppins",sans-serif;
	display: table-cell;
    vertical-align: middle;
}



#sobre-equipe .sobre-equipe-perfil-nome.linha-dupla {padding-top: 12%;}





#sobre-equipe .box-analises-resultado {
    height: 230px;
    margin: 0 1%;
    padding: 0;
    padding: 60px 35px 0;
	text-align: center;
	position:relative;
	cursor:pointer;
	padding-left:0px;
	padding-right:0px;
	position: relative;
    cursor: pointer;
}



.sobre-equipe-box-externa {
  width: 100%;
  /*overflow: hidden;*/
}

.sobre-equipe-box-externa:hover{
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
}

.sobre-equipe-box-externa .bg-plus{
    display:none;
    -webkit-transition: all 0.5s ease;

}

/* Exibir com o tamanho original ao fim do bloco */
.sobre-equipe-box-externa:hover .bg-plus{
    display: block;
    position: absolute;
    bottom: -15px;
    left: 44.5%;
    z-index: 1;
    -webkit-transition: all 0.5s ease;

}

/* Ao passar o mouse no .social-media-box, exibir a imagem */
.sobre-equipe-box-externa:hover .sobre-equipe-perfil-nome:hover span img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;

}

.sobre-equipe-box-externa .sobre-equipe-perfil-foto {
	height: 230px;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	background-color: #28afff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.sobre-equipe-box-externa .sobre-equipe-brasil-perfil-foto {
	height: 178px;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	background-color: #28afff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}


.sobre-equipe-box-externa .sobre-equipe-perfil-foto img {
    width: 100%;
	height: 100%;
}

.sobre-equipe-box-externa .sobre-equipe-brasil-perfil-foto img {
    width: 100%;
	height: 100%;
}

.sobre-equipe-box-externa .sobre-equipe-perfil-foto .caption {
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    opacity: 0.75;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -ms-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    text-align: center;
    width: 100%;
}

.sobre-equipe-box-externa .sobre-equipe-brasil-perfil-foto .caption {
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    opacity: 0.75;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -ms-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    text-align: center;
    width: 100%;
}

.sobre-equipe-box-externa .sobre-equipe-perfil-foto .caption .btn-modal-sobre-equipe {
    margin-top: 38%;
    color: #fff;
    font-size: 16px;
    border: none;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
	-webkit-appearance:none;
}

.sobre-equipe-box-externa .sobre-equipe-brasil-perfil-foto .caption .btn-modal-sobre-equipe {
    margin-top: 38%;
    color: #fff;
    font-size: 16px;
    border: none;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
	-webkit-appearance:none;
}


.sobre-equipe-box-externa .sobre-equipe-perfil-foto .caption .btn-modal-sobre-equipe:hover {
	background-color:transparent;
	border:none;
	text-decoration:underline;
    
}

.sobre-equipe-box-externa .sobre-equipe-brasil-perfil-foto .caption .btn-modal-sobre-equipe:hover {
	background-color:transparent;
	border:none;
	text-decoration:underline;
}


.sobre-equipe-box-externa .sobre-equipe-perfil-foto:hover .caption{
    opacity: 0.8;
    height: 100%;
    bottom: 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}


.sobre-equipe-box-externa:hover .caption{
    opacity: 0.8;
    height: 100%;
    bottom: 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
 }

#sobre-equipe .modal-sobre-equipe .modal-content .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0px;
    border: none;
}


#sobre-equipe .modal-sobre-equipe .modal-content .modal-header .close {
    margin-top: 0px;
    position: absolute;
    top: -20px;
    right: -20px;
    opacity: 1;
}


#sobre-equipe .modal-sobre-equipe .modal-content .modal-header .close img {
	height:45px;
}


#sobre-equipe .modal-sobre-equipe .modal-content {
    padding: 50px 100px;
	width: 780px;
    margin: 0 auto;
}

#sobre-equipe .modal-sobre-equipe .modal-content h2 {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 30px;
}

#sobre-equipe .modal-sobre-equipe .modal-content p {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.025em;
    line-height: 3rem;
    margin-bottom:0px;
}

#sobre-equipe .modal-sobre-equipe .modal-dialog {margin: 200px auto; width: 100%;}



#sobre-equipe .row-conteudo-geral-tabpanel-titulo.parceria-barcelona h2{ margin-top:60px;}
@media only screen and (max-width : 768px) {
    #sobre-equipe .row-conteudo-geral-tabpanel-titulo.parceria-barcelona h2{text-align: center;}
}

#sobre-equipe .row-conteudo-geral-tabpanel-titulo.conselho h2{ margin-top:60px;}


#sobre-parceiros h3.titulo-principal-conteudo {text-align:center;}

#sobre-parceiros .row-conteudo-geral-tabpanel-titulo.apoiadores h2{ margin-top:45px;}


#sobre-parceiros .sobre-parceiros-foto-externa {
    float: left;
    padding: 0px 15px;
    width: 20%;
}


#sobre-parceiros .sobre-parceiros-foto-imagem {
    width: 192px;
    height: 192px;
    background-color: #efefee;
    margin: 0 auto;
	margin-bottom: 30px;
}

#sobre-parceiros .row-conteudo-geral-tabpanel-titulo h2 {
	font-size: 20px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width : 768px) {
    #sobre-parceiros .row-conteudo-geral-tabpanel-titulo h2 {
        text-align: center;
    }
}

#sobre-parceiros .sobre-parceiros-geral {
	margin-left: -30px;
}





/* TEMPLATE NOTICIAS */

#noticias .container-fluid-home-introducao h1 {
	font-size: 50px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
}





/* TEMPLATE APOIE */

.container-fluid-apoie h3 {
    font-family: "Poppins",sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.container-fluid-apoie p {
    font-size: 16px;
    line-height: 3rem;
    margin-bottom: 40px;
}

.container-fluid-apoie h4 {
    margin: 0px;
    color: #29afff;
    font-size: 18px;
}

.apoie-box-doacao { 
	background-color:#fff;   
 	text-align: center;
	min-height: 490px;
	padding-top: 70px;
}

.apoie-box-doacao img { margin: 0 auto;}
.apoie-box-doacao .logo-paypal { height:30px;}

.apoie-box-doacao .btn-doar {
    height: 50px;
    width: 180px;
    border-radius: 50px;
    background-color: #29afff;
    color: #fff;
    line-height: 53px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    margin-top: 40px;
	margin-bottom:50px;
	-webkit-appearance:none;
}


.apoie-box-doacao .btn-doar:hover { background-color:#000;}

.apoie-box-doacao h3{
	font-family: "Poppins",sans-serif;
    font-size: 13px;
    color: #808080;
    line-height: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
}











/* ESPAÇAMENTO RODAPÉ - TODAS AS PÁGINAS */

#base-cientifica .div-conteudo-geral-externa { padding-bottom:140px;}

#plataformas-institucional {padding-bottom: 130px;}

#projetos-especiais {padding-bottom: 140px;}

#noticias {padding-bottom: 120px;}

#sobre .tab-content-padrao-geral {padding-bottom: 130px;}
@media only screen and (max-width : 768px) {
    #sobre .tab-content-padrao-geral {padding-bottom: 50px;}
}

#apoie {padding-bottom: 145px;}

@media only screen and (max-width : 768px) {
    #apoie {padding-bottom: 50px;}
}







/* PLATAFORMAS - ajustes mobile */
@media (max-width: 767px) {
	
	#plataformas-institucional {padding-bottom: 70px;}
		
	#plataformas-institucional .container-fluid-plataforma-institucional-destaque-grande h1 {
		font-size: 28px;
		line-height: 3.5rem;	
	}	
	
	#plataformas-institucional .plataforma-institucional-textos-externa {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#plataformas-institucional .plataforma-institucional-textos-externa h3 {
		font-size: 24px;
		line-height: 3rem;
	}
	
	#plataformas-institucional .row-plataforma-institucional-textos p {
		font-size:14px;
		margin-bottom: 100px;
	}
	
	
	#plataformas-institucional .row-plataforma-institucional-textos img { margin:0 auto;}
	
	#plataformas-institucional .plataforma-institucional-potencial-aprendizagem h3 {
		font-size: 24px;
		line-height: 3rem;
	}
	
	#plataformas-institucional .plataforma-institucional-potencial-aprendizagem {
		padding-left:0px;
		padding-right:0px;	
	}
	
	#plataformas-institucional .plataforma-institucional-potencial-aprendizagem p {font-size: 14px;}
	
	#plataformas-institucional .container-fluid.plataforma-institucional-plataformas h3 {
		font-size: 24px;
		line-height: 3rem;
	}
	
	#plataformas-institucional .container-fluid.plataforma-institucional-plataformas {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.plataforma-institucional-plataformas-bg-externa {
		padding: 0px;
	}
	
	#plataformas-institucional .plataforma-institucional-plataformas-bg{ 
        background-image: none !important;
        background-color: #FFF;
        padding: 0 0 30px;
    }
    #plataformas-institucional .plataforma-institucional-plataformas-bg .imagem{ 
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
        display: table;
    }
	
	#plataformas-institucional .plataforma-institucional-plataformas-bg-conteudo h4 {
		font-size: 20px;
		line-height: 3rem;
	}
	
	#plataformas-institucional .plataforma-institucional-plataformas-conteudo {padding:30px 15px;}
	
	#plataformas-institucional .plataforma-institucional-plataformas-conteudo-esq h4 {
		font-size: 20px;
		line-height: 3rem;
	}
	
	#plataformas-institucional .plataforma-institucional-plataformas-conteudo-esq p {font-size: 14px;}
	
	#plataformas-institucional .plataforma-institucional-plataformas-conteudo-links {padding-bottom: 45px;}
	
	#plataformas-institucional .plataforma-institucional-plataformas-conteudo-links h6 {
		margin-bottom: 15px;
		margin-top: 30px;
	}
	
	#plataformas-institucional .plataforma-institucional-plataformas-conteudo-links a {font-size: 14px;}
	
	#plataformas-institucional .plataforma-institucional-plataformas-bg-conteudo p {font-size: 14px;}
	
	#plataformas-institucional .plataforma-institucional-plataformas-bg a.acessar {font-size: 14px;}
		
}



@media (min-width: 450px) and (max-width: 559px) {

	#plataformas-institucional .plataforma-institucional-plataformas-bg-conteudo { padding-right: 30%;}
	
}


@media (min-width: 600px) and (max-width: 767px) {

	#plataformas-institucional .plataforma-institucional-plataformas-bg-conteudo {padding-right:45%;}

}



@media (min-width: 768px) and (max-width: 991px) {

	#plataformas-institucional .container-fluid-plataforma-institucional-destaque-grande h1 {font-size:4rem;}
	
	
	#plataformas-institucional .plataforma-institucional-textos-externa h3{
		font-size: 28px;
		line-height: 3.5rem;
	}
	
	#plataformas-institucional .plataforma-institucional-potencial-aprendizagem h3 {
		font-size: 28px;
		line-height: 3.5rem;
	}
	
	#plataformas-institucional .container-fluid.plataforma-institucional-plataformas h3 {
		font-size: 28px;
		line-height: 3.5rem;
	}
	
	#plataformas-institucional .row-plataforma-institucional-textos p {font-size: 14px;}
	
	#plataformas-institucional .plataforma-institucional-texto-voce-sabia img {padding-top: 40%;}
	
	#plataformas-institucional .plataforma-institucional-potencial-aprendizagem p {font-size: 14px;}
	
	#plataformas-institucional .plataforma-institucional-plataformas-bg-conteudo h4 {
		font-size: 26px;
		line-height: 3.7rem;
	}
	
	#plataformas-institucional .plataforma-institucional-plataformas-bg-conteudo p {padding-right: 45%;}
	
	#plataformas-institucional .plataforma-institucional-plataformas-conteudo-esq h4 {
		font-size: 26px;
		line-height: 3.7rem;
	}
	
	#plataformas-institucional .plataforma-institucional-plataformas-conteudo-esq p { font-size:14px;}
	
	#plataformas-institucional .plataforma-institucional-plataformas-conteudo-esq p {font-size: 14px;}
	
	#plataformas-institucional .plataforma-institucional-plataformas-conteudo-links {margin-bottom: 45px;}
	
	#plataformas-institucional .plataforma-institucional-plataformas-conteudo-links h6 {
		margin-bottom: 15px;
		margin-top: 30px;
	}
	
	#plataformas-institucional .plataforma-institucional-plataformas-bg-externa {padding:0px;}
	
	#home-institucional .home-institucional-laboratorio p {font-size: 14px;}
	
}


@media (min-width: 992px) and (max-width: 1199px) {
	
	#plataformas-institucional .container-fluid-plataforma-institucional-destaque-grande h1 {font-size: 4.5rem;}
		
	#plataformas-institucional .plataforma-institucional-texto-voce-sabia img {padding-top: 24%;}	
	
	
}

@media (max-width: 991.98px) {
    #plataformas-institucional .nav-tabs-padrao-geral .posts-topo .row-filtros .dropdown.open>.dropdown-menu {
        width: 100% !important;
        left: 0 !important;
    }

    #plataformas-institucional .nav-tabs-padrao-geral .resultado-filtros-posts .lista-filtros {
        display: block !important;
    }

    #plataformas-institucional .nav-tabs-padrao-geral .resultado-filtros-posts .lista-filtros .filtros-selecionados {
        display: block !important;
        border-right: none !important;
        margin-bottom: 5px !important;
    }
}







/* PROJETOS ESPECIAIS / BASE CIENTIFICA / SOBRE / APOIE - ajustes mobile */
@media (max-width: 767px) {
	.menu-rolagem { display:none !important;}
	
	.menu-navegacao-destaque.menu-secundario {
        background: #e6e6e6;
    }

	.base-cientifica-topo h1{
		font-size: 28px;
		line-height: 3.5rem;
	}
	
	.row-conteudo-geral-tabpanel p {font-size: 14px; margin-bottom: 20px;}
	
	.row-conteudo-geral-tabpanel h2 { 
		font-size: 20px;
		line-height: 3rem;
	}
	
	.row-conteudo-geral-tabpanel blockquote {
		width: 100%;
		margin-left: 0px;
		background-size: 30px;
	}
	
	.row-conteudo-geral-tabpanel blockquote p {
		font-size: 18px;
		line-height: 3rem;
	}
	
	.row-conteudo-geral-tabpanel h4 {
		font-size: 20px;
		line-height: 3rem;
	}
	
	.row-conteudo-geral-tabpanel ol li {
		font-size: 14px;
		margin-right: 25px;
	}
	
	.row-conteudo-geral-tabpanel-titulo h2 {
		font-size: 20px;
		line-height: 3rem;
	}
	
	.menu-secundario-conteudo h3.titulo-principal-conteudo {
		font-size: 24px;
		line-height: 3rem;
	}
	
	.row-conteudo-geral-tabpanel blockquote{
		width: 100%;
		margin-left:0px;
	}

	.row-conteudo-geral-tabpanel blockquote p {
		font-size: 14px;
		line-height: 3rem;
	}
	
	
	.single-post-content blockquote{
		width: 100%;
		margin-left:0px;
	}

	.single-post-content blockquote p {
		font-size: 16px;
		line-height: 3rem;
	}
	
	.row-conteudo-geral-tabpanel.tab-panel-plataformas-atuacao-bloco a.acessar {font-size:14px;}

	

/* Projetos */
	#projetos-especiais .tabpanel-estrategia-transformacao-bloco h2 {
		font-size: 24px;
		line-height: 3rem;
	}
	
	#projetos-especiais .tabpanel-estrategia-transformacao-bloco {margin-bottom: 35px;}
	
	#projetos-especiais .tabpanel-estrategia-transformacao-bloco-imagem {display: none;}
	
	#projetos-especiais .tabpanel-estrategia-transformacao-bloco-imagem img {
		height: 235px;
		width: 200px;
	}
	
	#projetos-especiais .tabpanel-estrategia-transformacao-bloco h3 {
		font-size: 20px;
		line-height: 3rem;
		margin-bottom: 15px;
	}
	
	#nossa-estrategia-transformacao h3.titulo-principal-conteudo {
		font-size: 24px;
		line-height: 3rem;
	}
	
	#cases .home-post-box-texto {
		padding: 30px;
		padding-bottom: 50px;
	}
	
	#cases .home-post-box-texto p {
		font-size: 14px;
		line-height: 2.8rem;
	}



/* Base Científica */
	#por-que-linguagem h3 {
		font-size: 20px;
		line-height: 3rem;
	}
	
	#por-que-linguagem h3.titulo-principal-conteudo {
		font-size: 24px;
		line-height: 3rem;
	}
	
	#por-que-linguagem .por-que-linguagem-dimensao-box h2 {
		font-size: 15px;
		line-height: 92px;
		margin-bottom: -40px;
	}
	
	#por-que-linguagem .por-que-linguagem-dimensao-box.social h2 {margin-top: -10px;}
	
	#base-cientifica .base-cientifica-fontes .titulo-lateral-fontes {left: 0px;}
	
	#base-cientifica .base-cientifica-fontes p {padding-left: 24px;}
	
	.row-conteudo-geral-tabpanel .tab-panel-box-por-que-linguagem {padding: 0px;}
	
	.row-conteudo-geral-tabpanel .tab-panel-box-por-que-linguagem h3 {font-size:16px !important;}
	
	.row-conteudo-geral-tabpanel .tab-panel-box-por-que-linguagem p {line-height: 2rem;}
	
	#plataformas-atuacao .row-conteudo-geral-tabpanel .tab-panel-introducao {
		/* padding-left: 30px; */
		/* padding-right: 30px; */
	}
	
	.row-conteudo-geral-tabpanel.tab-panel-plataformas-atuacao-bloco h2 {
		font-size: 20px;
		line-height: 3rem;
	}
	
	.tab-panel-plataformas-atuacao-bloco .tab-panel-plataformas-atuacao-bloco-imagem img { 
		width: auto;
        height: 120px;
		margin-bottom: 20px;
	}
	
	
	
	.base-cientifica-box-pesquisa-texto {padding: 30px;}
	
	.base-cientifica-box-pesquisa-texto p {font-size: 14px; margin-bottom: 0px;}
	
	.base-cientifica-box-pesquisa-texto h6 {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 3rem;
	}
	
	#base-cientifica .div-conteudo-geral-externa {padding-bottom: 90px;}


/* Notícias */
	#noticias {padding-bottom: 60px;}
	
	#noticias .home-post-box-texto {
    	padding-bottom: 30px;
	}
	

	
/* Notícias - Single */	
	.container-fluid-single-post-externa {
		padding-left:0px;
		padding-right:0px;
	}
	
	.single-post-titulo h2 {
		font-size: 20px;
		line-height: 3rem;
	}
	
	.single-post-content {padding:0px;}
	
	.single-post-content p {font-size: 14px;}
	
	.single-post-temas a { font-size:12px;}
	
	.div-temas-externa {padding-left: 15px;}
	
	.home-post-externa .row-post-titulo h3 {
		font-size: 28px;
		line-height: 3.5rem;
	}
	
	#single-post-noticias .home-post-box-texto {padding-bottom: 30px;}



/* Sobre */	
	#sobre-quem-somos h1 {
		font-size: 24px;
    	line-height: 3rem;	
	}
	
	
	
	#sobre-historico .timeline {margin-top: -60px;}
	
	
	#sobre-historico .timeline > li > .timeline-panel {
		width: 100%;
		padding: 20px 25px;
	}
	
	#sobre-historico .timeline > li > .timeline-badge {top: -5px; margin-left: -5px;}
	
	#sobre-historico .timeline > li > .timeline-badge.info {
		margin-top: -7px;
		width: 20px;
		height: 20px;
		margin-left: -10px;
	}
	
	#sobre-historico .timeline > li > .timeline-badge.info .timeline-ano.left {
		left: -10px;
		margin-top: -35px;
		font-size: 20px;
	}
	
	#sobre-historico .timeline > li > .timeline-badge.info .timeline-ano.right {
		left: -10px;
		margin-top: -35px;
		font-size: 20px;
	}
	
	#sobre-historico .timeline-body > p {font-size: 14px;}
	
	
	#sobre-historico .timeline-inverted.timeline-inicio-ano {margin-top:120px !important;}

	#sobre-historico .timeline-inicio-ano {margin-top:120px !important;}
	
	#sobre-historico .timeline:before {
		top: 130px;
		bottom: 10px;
	}
	
	#sobre-resultados .sobre-resultados-bloco-conteudo-externo h2 {
		line-height: 4rem;
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	#sobre-resultados .sobre-resultados-bloco-subtitulo h3 {
		font-size: 14px;
		color: #808080;
		line-height: 20px;
	}
	
	#sobre-resultados .sobre-resultados-bloco-conteudo h4 {line-height: 3rem;}
	
	#sobre-resultados .sobre-resultados-bloco-conteudo h5 {
		font-size: 14px;
		line-height: 16px;
	}
	
	#sobre-resultados .sobre-resultados-bloco-conteudo-externo {padding-top:40px;}
	
	#sobre-resultados .sobre-resultados-relatorios-titulo {padding:0px;}

	#sobre-resultados .sobre-resultados-relatorios-titulo img {float: none;}
	
	#sobre-resultados .sobre-resultados-relatorios-titulo h2 {
		line-height: 3rem;
		margin-top: 20px;
		margin-bottom: 15px;
		font-size: 18px;
	}
	
	#sobre-resultados .row-conteudo-geral-tabpanel .sobre-resultados-relatorios-bloco-links a.acessar {
		line-height: 4rem;
		font-size: 14px;
	}
	
	#sobre-resultados .sobre-resultados-bloco-conteudo p {
		line-height: 3rem;
    	font-size: 18px;	
	}
	
	#sobre-resultados .sobre-resultados-bloco-observacao h6 { font-size:11px;}
	
	#sobre-resultados .sobre-resultados-bloco-titulo h3 {line-height: 20px;}
	
	#sobre-equipe {margin-top: 30px;}
	
	#sobre-equipe .modal-sobre-equipe .modal-content {
		padding: 30px 30px;
		width: 85%;
	}
	
	#sobre-equipe .modal-sobre-equipe .modal-content h2 {
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 30px;
	}
	
	#sobre-equipe .modal-sobre-equipe .modal-content .modal-header .close {
		top: -15px;
		right: -15px;
	}
	
	#sobre-equipe .modal-sobre-equipe .modal-content .modal-header .close img {height: 30px;}
	
	#sobre-equipe .modal-sobre-equipe .modal-content p {font-size: 14px;}

	#sobre-parceiros .sobre-parceiros-foto-externa {width: 100%;}
	
	#sobre-parceiros .sobre-parceiros-geral {margin-left: 0px;}
	
	#sobre-historico {margin-top: -70px;}
	
	
/* Apoie */

	#apoie .apoie-box-texto {
        padding:0px; 
        text-align: center;
    }	
	
	#apoie .apoie-box-texto h3 {
		font-size: 20px;
		line-height: 3rem;
	}	
	
	.container-fluid-apoie p {
		font-size: 13px;
		line-height: 3rem;
		margin-bottom: 20px;
	}
	
	.container-fluid-apoie h4 {
		font-size: 16px;
		line-height: 2.5rem;
	}
	
	.apoie-box-doacao {margin-top:60px;}





/* Post TCPA */
	
.single-post-titulo p {
    font-size: 1.4rem !important;
}

.single-post-data h6 {float: none;}

.single-post-data h4 { margin-bottom: 30px;}
	
	
}




@media (min-width: 768px) and (max-width: 991px) {
	
	.base-cientifica-topo h1 {font-size:4rem;}
	
	.row-conteudo-geral-tabpanel p {
		font-size: 14px;
	}
	
	.row-conteudo-geral-tabpanel blockquote p {
		font-size: 22px;
		line-height: 3.5rem;
	}
	
	.row-conteudo-geral-tabpanel ol li {font-size: 14px;}
	
	.menu-secundario-conteudo h3.titulo-principal-conteudo {
		font-size: 28px;
		line-height: 3.5rem;
	}
	
	.row-conteudo-geral-tabpanel h2 {
		font-size: 24px;
		line-height:3.4rem;
	}
	
	.row-conteudo-geral-tabpanel-titulo h2 {
		font-size: 24px;
		line-height:3.4rem;
	}
	
	.row-conteudo-geral-tabpanel h4 {
		font-size: 24px;
    	line-height: 3.4rem;
	}
	
	.row-conteudo-geral-tabpanel blockquote p {
		font-size: 18px;
    	line-height: 3rem;
	}
	
	.single-post-content blockquote p {
		font-size: 18px;
    	line-height: 3rem;
	}
	
/* Projetos */
	#projetos-especiais .tabpanel-estrategia-transformacao-bloco h2 {
		font-size: 28px;
		line-height: 3.5rem;
	}
	
	#nossa-estrategia-transformacao h3.titulo-principal-conteudo {
		font-size: 28px;
		line-height: 3.5rem;
	}
	
	#cases .home-post-box-texto {padding-bottom: 50px;}
	
	#cases .home-post-box-texto p {font-size:14px;}
	
	#projetos-especiais .tabpanel-estrategia-transformacao-bloco-imagem {padding-top: 70px; padding-left: 40px;}
	
	#projetos-especiais .tabpanel-estrategia-transformacao-bloco-imagem img {
		height: 300px;
    	width: 298px;
	}
	
	
/* Base Científica */

	#base-cientifica .menu-navegacao-destaque.menu-secundario-fixo {padding-left:0px; padding-right:0px;}
	
	.menu-navegacao-destaque.menu-secundario {padding-left:0px; padding-right:0px;}
	
	#base-cientifica .lista-menu-navegacao-destaque li {padding-left:6px; padding-right:6px;}
	
	.row-conteudo-geral-tabpanel .tab-panel-box-por-que-linguagem h2 {font-size: 40px;}
	
	.row-conteudo-geral-tabpanel.tab-panel-plataformas-atuacao-bloco h2 {    
		font-size: 26px;
		line-height: 3.7rem;
	}
	
	.base-cientifica-box-pesquisa-texto p {
		font-size: 14px;
		line-height: 3rem;
		margin-bottom: 0px;
	}
	
	.base-cientifica-box-pesquisa-texto h6 {
		font-size: 26px;
    	line-height: 3.7rem;
	}
	
	#por-que-linguagem h3.titulo-principal-conteudo {
		font-size: 28px;
		line-height: 3.5rem;
	}

	#por-que-linguagem h3 {
		font-size: 24px;
    	line-height: 3.4rem;
	}
	
	
	

/* Notícias */	
	#noticias .home-post-box-texto {
		padding: 30px;
		padding-bottom: 30px;
	}	


/* Notícias - Single */	
	.single-post-titulo h2 {
		font-size: 26px;
    	line-height: 3.7rem;
		margin-bottom:40px;
	}	


/* Sobre */	
	#sobre-quem-somos h1 {
		font-size: 28px;
		line-height: 3.5rem;
	}
	
	#sobre-historico .timeline-body > p {font-size: 14px;}
	
	#sobre-resultados .sobre-resultados-bloco-conteudo h4 {
		line-height: 3rem;
		font-size: 20px;
	}
	
	#sobre-resultados .sobre-resultados-bloco-conteudo h5 {
		font-size: 14px;
		margin-top: -10px;
	}
	
	#sobre-resultados .sobre-resultados-bloco-conteudo p {
		line-height: 3rem;
    	font-size: 16px;	
	}
	
	#sobre-resultados .sobre-resultados-relatorios-titulo h2 {font-size: 20px;}
	
	#sobre-resultados .row-conteudo-geral-tabpanel .sobre-resultados-relatorios-bloco-links a.acessar {font-size: 13px;}
	
	#sobre-equipe .modal-sobre-equipe .modal-content {
		padding: 35px 70px;
		width: 90%;
		margin: 0 auto;
	}
	
	#sobre-parceiros {padding-top: 100px;}
	
	#sobre-parceiros .sobre-parceiros-geral {margin-left: 0px;}
	
	#sobre-parceiros .sobre-parceiros-foto-externa {width: 33%;}
	
	
/* Apoie */	
	#apoie .apoie-box-texto {padding-left: 0px;}

	#apoie .apoie-box-texto h3 {
		font-size: 20px;
		line-height: 3.5rem;
	}
	
	.container-fluid-apoie p {font-size: 14px;}
	
	.container-fluid-apoie h4 {line-height: 2.5rem;}
	
}




@media (min-width: 992px) and (max-width: 1199px) {
	
	.base-cientifica-topo h1 {font-size:4.5rem;}


/* Projetos */		
	#projetos-especiais .tabpanel-estrategia-transformacao-bloco-imagem {padding-left: 50px;}
	
	

/* Base Científica */	
	.row-conteudo-geral-tabpanel .tab-panel-box-por-que-linguagem h2 {font-size: 35px;}
	
	.base-cientifica-box-pesquisa-texto h6 {line-height: 4rem;}
	
	#por-que-linguagem {padding-top: 90px;}
	
	#plataformas-atuacao {padding-top: 90px;}
	
	#nossas-pesquisas {padding-top: 90px;}
	
	
	

	
	

/* Sobre */		
	#sobre-resultados .sobre-resultados-relatorios-titulo h2 {font-size:28px;}
	
	#sobre-parceiros .sobre-parceiros-foto-externa {width: 25%;}
	
	#sobre-parceiros .sobre-parceiros-geral {margin-left: 0px;}
	
}
	
	



	
/* 404 PÁGINA DE ERRO */	
	
#pagina-de-erro {
	padding-top: 250px;
    padding-bottom: 250px;
    text-align: center;
}


#pagina-de-erro h1 {
	font-family: "Poppins",sans-serif;
	font-size: 4rem;
	margin-top: 40px;
}


#pagina-de-erro p {
    font-family: "Poppins",sans-serif;
    font-family: "Poppins",sans-serif;
    color: #808080;
    font-size: 16px;
    font-weight: 500;
}


















/* TCPA MENU MOBILE (PAGINAS INTERNAS) */
#menu-tcpa-mobile .home-filtro-busca-externa {
	width: 240px;
	margin:0 auto;
}

.btn-menu-mobile-ext {
	float: left;
    width: 20%;
}

#menu-tcpa-mobile .btn-leia-sobre-mobile {
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(images/leia-mais-sobre-mobile.svg);
    background-size: 40px;
    height: 40px;
    border: none;
    width: 40px;
    margin: 0px auto;
    position: initial;
    left: initial;
}

#menu-tcpa-mobile .btn-leia-sobre-mobile:hover { background-color: transparent;}
#menu-tcpa-mobile .btn-leia-sobre-mobile.active { background-color: transparent; background-position: bottom;}




#menu-tcpa-mobile .btn-categoria-mobile {
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(images/categoria-mobile.svg);
    background-size: 40px;
    height: 40px;
    border: none;
    width: 40px;
    margin: 0px auto;
    position: initial;
    left: initial;
}
#menu-tcpa-mobile .btn-categoria-mobile:hover { background-color: transparent;}
#menu-tcpa-mobile .btn-categoria-mobile.active { background-color: transparent;background-position: bottom;}



#menu-tcpa-mobile .home-filtro-agenda {
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(images/agenda-mobile.svg);
    background-size: 40px;
    height: 40px;
    border: none;
    width: 40px;
    margin: 0px auto;
    position: initial;
    left: initial;
}
#menu-tcpa-mobile .home-filtro-agenda:hover { background-color: transparent;}
#menu-tcpa-mobile .home-filtro-agenda.active { background-color: transparent;background-position: bottom;}





#menu-tcpa-mobile .home-filtro-busca-btn-mobile {
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(images/buscar-mobile.svg);
    background-size: 40px;
    height: 40px;
    border: none;
    width: 40px;
    margin: 0px auto;
    position: initial;
    left: initial;
}
#menu-tcpa-mobile .home-filtro-busca-btn-mobile:hover { background-color: transparent;}
#menu-tcpa-mobile .home-filtro-busca-btn-mobile.active { background-color: transparent;background-position: bottom;}




.container-fluid-area-de-busca-mobile .resultado-busca-area-de-busca-externa .btn-resultado-busca-buscar {
    background-image: url(images/icon-lupa-sem-hover.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    border: none;
    width: 100%;
    margin-top: 20px;
    -webkit-appearance: none;
}

.container-fluid-area-de-busca-mobile .resultado-busca-area-de-busca-externa {padding: 0px;}

.container-fluid-area-de-busca-mobile .resultado-busca-area-de-busca-externa .input-busca {
    line-height: 60px;
    padding: 0px;
	font-size:20px;
}



.container-fluid-temas-aberto-mobile {
    padding-top: 20px;
    padding-bottom: 10px;
	padding-left: 0px;
    padding-right: 0px;
}

.container-fluid-temas-aberto-mobile .temas-aberto-externa { padding-left:0px; padding-right:0px;}

.container-fluid-temas-aberto-mobile .temas-aberto-externa .btn-default {
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    height: 30px;
    padding: 0 10px;
    font-weight: 400;
    color: #ff505b;
    -webkit-appearance: none;
    box-shadow: none;
    border: 1px solid #ffd9db;
}

.container-fluid-temas-aberto-mobile .temas-aberto-externa .btn-default:hover {
    color: #fff;
    border-color: #ff505b;
    background-color: #ff505b;
}


.container-fluid-temas-aberto-mobile .btn.filtro-tema.active {
    color: #fff;
    border-color: #ff505b;
    background-color: #ff505b;
    background-repeat: no-repeat;
    background-position: bottom 6px right 10px;
    background-image: url(images/icon-temas-fechar.svg);
    background-size: 16px;
    padding: 0 30px 0px 15px;
}



.container-fluid-categoria-mobile {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
}

.container-fluid-categoria-mobile a.categoria {
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 40px;
    cursor: pointer;
    font-weight: 500;
	text-decoration:none;
	padding:0px;
}


.container-fluid-categoria-mobile a.categoria.active { border-bottom:5px solid;}
.container-fluid-categoria-mobile a.categoria:hover { border-bottom: 5px solid #808080;}

.filtro-tema-mobile.active {
	color: #fff !important;
    border-color: #ff505b!important;
    background-color: #ff505b!important;
    background-repeat: no-repeat;
    background-position: bottom 6px right 10px;
    background-image: url(images/icon-temas-fechar.svg);
    background-size: 16px;
    padding: 0 30px 0px 15px !important;
}










@media (min-width: 992px) {
/* MENUS*/	
.container-fluid-home-filtro-busca {display: block;}

#menu-tcpa-mobile {display:none;}

}



@media (max-width: 991px) {
/* MENUS*/	
.container-fluid-home-filtro-busca {display: none;}

#menu-tcpa-mobile {display:block;}

.menu-tcpa-completo {
    padding-top: 30px;
}


}





@media (max-width: 767px) {
	
p {line-height:2.4rem !important;}	
	
	
/* TCPA - MENU MOBILE*/
#menu-tcpa-mobile {padding-top:0px; margin-bottom:0px;}
.container-fluid-area-de-busca-mobile { padding-top:15px;}


/*.single-post #menu-tcpa-mobile {padding-top:120px; margin-bottom:0px;}	*/
	
/* POP-UP NOSSA CAUSA*/
.pop-up-nossa-causa p { font-size:14px;}


	
#navbar-brand-mobile {
	display:block;
	display: block;
    height: 64px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}

.btn-voltar {
    background-image: url(images/seta-voltar.svg);
    background-size: 16px;
    background-position: top left;
    -webkit-appearance: none;
    -webkit-user-select: none;
    height: 16px;
    color:#000;
    cursor: pointer;
    margin: 0px;
    background-repeat: no-repeat;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-top:100px;
}

.navbar-default .navbar-toggle {margin-top: 20px;}

#navbar-brand-normal {display:none;}

.navbar-header {height:72px;}

.navbar-default .navbar-toggle {
    margin-top: 20px;
    right: 0px;
    position: absolute;
}

/* Navbar to Cross */
.navbar-toggle {
  background: transparent;
  border:none;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  
}


.navbar-default .navbar-toggle .icon-bar {
    background-color:#000;
}


.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}



.navbar-mobile-full { display:block;}

.navbar-fixed-top .navbar-collapse {
	max-height: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    width: 106%;
    z-index: 9999;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-color: #fff;
    padding-left: 45px;
}




/* LABEDU - Home */	
#home-institucional .container-fluid-home-institucional-objetivos .home-institucional-objetivos-cadeira-ilustracao {display:none;}
	
	
	
	
	
/* TCPA - Home */	
.container-fluid-home-introducao {padding-top: 110px; padding-bottom:0px;}	
	
.container-fluid-home-introducao h1 {margin-bottom: 30px;}

.home-post-box-externa { padding:0px;}

.home-post-box-imagem {
    position: relative;
    overflow: hidden;
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 60%;
}

.home-post-box-texto h4 {
    font-size: 24px;
    line-height: 3.2rem;
}

.home-post-box-texto h6 {margin-bottom: 20px;}

.home-post-box-texto p.texto-corrido { margin-bottom: 20px;}

a.saiba-mais {font-size: 14px;}

.home-parceiros-carousel-externa {padding:0px;}

#carousel-home-parceiros img {height: 100px;}



/* TCPA -  post */

#single-post-tcpa { margin-top:100px !important;}

#single-post-tcpa .container-fluid-home-filtro-busca {padding-top: 125px !important;}

.single-post-foto-topo {
    position: relative;
    overflow: hidden;
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 60%;
}

.single-post-titulo {padding-top: 60px;}

.single-labedu .single-post-titulo {padding-top: 45px;}

.single-post-data h6 {
    float: none;
    font-size: 12px;
    margin-bottom: 0px;
}

.single-post-data h4 {
    margin-bottom: 30px;
    font-size: 12px;
    margin-top: 0px;
}

.single-post-titulo h2 {
    font-size: 24px;
    line-height: 3.2rem;
	margin-top: 20px;
	margin-bottom: 30px;
}


.single-post-conteudo-geral iframe {
	position: relative;
    width: 100%;
}

.single-post-data {padding:0px;}

.single-post-data h6 {
    float: none;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 30px;
    text-align: center;
    margin-right: 0px;
}



.container-fluid-single-posts-posts-relacionados .home-post-externa .row-post-titulo h3 {
    font-size: 20px;
    line-height: 2rem;
	margin-bottom: 8px;
}


.container-fluid-single-posts-posts-relacionados .home-post-externa .row-post-titulo h6 {
    font-size: 12px;
	margin-top:0px;
}



/* Post - tipo Série */
.container-fluid-playlist-posts-relacionados {padding-left:0px; padding-right:0px;}

.single-playlist-post-box-imagem {
	position: relative;
    overflow: hidden;
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 60%;
    min-height: 0px;
}

.single-playlist-post-box-texto {padding: 20px 0px;}

.single-playlist-post-titulo h4 {
    font-size: 24px;
    line-height: 3.2rem;
}





/* Post - tipo Noticias Labedu */
#single-post-noticias .container-fluid-single-post-externa {
    padding-top: 72px;
}



/* ERROR 404 */
#pagina-de-erro img {width:80%;}

#pagina-de-erro h1 {
    font-size: 3rem;
    line-height: 3.5rem;
}

#pagina-de-erro p { font-size:11px;}





/* AGENDA TCPA */
.container-fluid-agenda-posts {padding-left:0px; padding-right:0px; padding-top:0px;}

.agenda-post-box-imagem {
	min-height: 145px;
    background-size: contain;
}

.agenda-post-box-texto .agenda-post-resumo {
	font-size: 14px;
    line-height: 2.8rem;
}

.agenda-post-titulo {margin-bottom:20px;}

.agenda-post-box-texto h6.agenda-post-tipo-evento {float:none;}

h6.agenda-post-data {float:none; margin-right:0px;}

.agenda-post-box-texto .agenda-post-tipo-valor {display:none;}

.agenda-posts-externa .agenda-post-box-externa {padding-bottom: 30px; padding-top:0px;}




/* SINGLE AGENDA - TCPA */
.single-agenda-titulo h2 {
    font-size: 24px;
    line-height: 3.2rem;
    margin-top: 20px;
}

.single-agenda-post-externa {padding-top:72px;}

.single-agenda-titulo {
	padding-top:45px;    
	padding-left: 0px;
    padding-right: 0px;
	padding-bottom: 0px;
}

.single-agenda-titulo h6 {margin-top:0px;}

.single-agenda-post-rodape {
    padding-left: 20%;
    padding-right: 20%;
}

.single-agenda-post-rodape a { line-height:40px;}

.single-agenda-post-box-texto {padding:0px;}

#single-agenda .single-post-content p {padding:0px;}

.pareciro-rodape-texto {padding-top: 0px;}

}






@media (min-width: 768px) and (max-width: 991px) {
/* TCPA - Menu mobile */	
#home-tcpa .home-filtro-busca-externa {margin-top:0px;}

#single-post-tcpa .home-filtro-busca-externa{ margin-top:30px;}

#single-playlist .home-filtro-busca-externa{ margin-top:30px;}

#template-busca-tcpa .home-filtro-busca-externa{ margin-top:30px;}

	
/* TCPA - Home */	
.home-post-box-imagem {
	position: relative;
    overflow: hidden;
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 60%;
}
	

/* TCPA -  post */
.single-post-conteudo-geral iframe { width:100%;}


.single-post-foto-topo {
	position: relative;
    overflow: hidden;
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 60%;	
}



/* Post - tipo Série */
.single-playlist-post-box-imagem {min-height: 141px;}

.single-playlist-post-box-texto {padding: 0px 30px;}

.single-playlist-post-titulo h4 {
    font-size: 24px;
    line-height: 3.2rem;
}



/* Post - tipo Noticias Labedu */
#single-post-noticias .container-fluid-single-post-externa {
    padding-top: 105px;
}




/* AGENDA TCPA */
.agenda-filtros-botoes-geral {left:-5px;}



/* SINGLE AGENDA - TCPA */
.single-agenda-post-externa {padding-top:125px;}

.single-agenda-titulo h2 {
    font-size: 26px;
    line-height: 3.7rem;
}

.single-agenda-titulo {padding-top:30px;}

.single-agenda-titulo {padding-bottom: 10px;}

.pareciro-rodape-texto {padding-top: 5px;}
	
}








@media (min-width: 992px) and (max-width: 1199px) {
/* TCPA - MENU MOBILE */	
.btn-leia-sobre .ico-leia-mais {display:none;}
.home-filtro-busca-externa .btn-leia-sobre {
	width: 142px;
	left: initial;
}

.container-fluid-home-filtro-busca .home-filtro-busca {background-image: none;}
.container-fluid-home-filtro-busca .home-filtro-busca-btn {width: 80px; /*margin-left:19px;*/}



	
/* TCPA - Home */	
.home-post-box-imagem {
	position: relative;
    overflow: hidden;
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 60%;
}	


/* AGENDA TCPA */
.agenda-filtros-itens-externa {left: -10px;}

.agenda-filtros-itens-externa li.dropdown {
    margin-right: 0px;
    line-height: 40px;
    padding: 0px;
}

.agenda-filtros-itens-externa li {
    line-height: 40px;
    padding: 0px;
}
	
}




/* Mobile Template Agenda */

.btn-home-mobile-agenda {display:none;}

@media (max-width: 767px) {
.btn-home-mobile-agenda {
	display:block;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(images/icon-home-active.svg);
    background-size: 40px;
    height: 40px;
    border: none;
    width: 40px;
    margin: 0px auto;
    position: initial;
    left: initial;
	cursor:pointer;
}

.btn-home-mobile-agenda.active {
    background-position: bottom;
}

#form-busca-institucional input{
    font-size: 18px;
 
}

#form-busca-institucional input:hover{
    color: #000;
 
}

	
}

@media (min-width: 768px) and (max-width: 991px) {
.agenda-filtros-botoes.esq { padding-left: 0px;}

.dropdown-calendario {padding-left:0px !important;}

}


@media (min-width: 992px) and (max-width: 1199px) {
	
.agenda-filtros-botoes.esq { padding-left: 0px;}	

.container-fluid-agenda-filtros-itens .btn {padding: 0 15px;}

.agenda-filtros-itens-externa li.dropdown {margin-right: 16px; margin-top:0px;}

.calendario .box-calendario {width: 116%;}

.dropdown.open .glyphicon.glyphicon-menu-up {margin-top: 10px;}
	
}



.pageDefault{
    padding: 75px 0 0;
}

.pageDefault .pageDefault__title{
    font-family: "Poppins",sans-serif;
    color: #000;
    font-size: 50px;
    text-align: center;
    margin: 100px 0 100px;
}

.pageDefault .pageDefault__content{
    padding-bottom: 150px;
}

.pageDefault .pageDefault__content p{
    line-height: 16px;
    font-family: "Libre Baskerville",serif;
    color: #000;
    line-height: inherit;
}

.pageDefault .pageDefault__content h2{
    font-family: "Poppins",sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.pageDefault .pageDefault__content li{
    margin: 0 0 20px;
}





.modal.-news .modal-dialog{
    max-width: 680px;
    width: 100%;
}
@media (max-width: 991.98px) {
    .modal.-news .modal-dialog{
        width: unset;
    }
}
.modal.-news .modal-header {
    border-bottom: none;
    padding: 30px 30px 0;
    position: relative;
    -ms-flex-flow: wrap;
    flex-flow: wrap; 
}

@media (max-width: 575.98px) {
    .modal.-news .modal-header {
        padding: 20px 30px 0;
    }
}

.modal.-news .modal-header .title {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 10px;
    color: #000;
    display: block;
    width: 100%;
    padding: 0;
    max-width: unset; 
}
@media (max-width: 991.98px) {
    .modal.-news .modal-header .title {
        font-size: 24px;
        text-align: center;
        padding: 0 20px;
    } 
}
.modal.-news .modal-header .sub {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0;
    font-weight: 600;
    margin: 0;
    color: #808080;
    display: block;
    width: 100%; 
}
@media (max-width: 991.98px) {
    .modal.-news .modal-header .sub {
        text-align: center;
    } 
}
.modal.-news .modal-header .sub strong {
    font-weight: 600; 
}
.modal.-news .modal-header .close {
    position: absolute;
    opacity: 1;
    top: 20px;
    right: 30px;
}
@media (max-width: 991.98px) {
    .modal.-news .modal-header .close {
        right: 15px;
        margin: auto; 
    } 
}

@media (max-width: 575.98px) {
    .modal.-news .modal-header .close {
        top: 10px;
        right: 10px;
    }
}
  
.modal.-news .modal-body {
    padding: 30px; 
}
@media (max-width: 991.98px) {
    .modal.-news .modal-body {
        padding: 10px 30px 30px;
    } 
}
.modal.-news .modal-body .header {
    padding: 0 0 20px;
    border-bottom: 2px solid #ffd241;
    margin: 0 0 20px; 
}
@media (max-width: 575.98px) {
    .modal.-news .modal-body .header {
        padding: 0;
    }
}
.modal.-news .modal-body .header__hat {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    color: #808080;
    display: block;
    text-transform: uppercase; 
}
@media (max-width: 575.98px) {
    .modal.-news .modal-body .header__hat {
        display: none;
    }
}
.modal.-news .modal-body .header__hat strong {
    font-weight: 600; 
}
@media (max-width: 991.98px) {
    .modal.-news .modal-body .header__hat {
        text-align: center; 
    } 
}
.modal.-news .modal-body .header__email {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin: 0;
    color: #000;
    font-weight: 400;
    display: block; 
}
@media (max-width: 575.98px) {
    .modal.-news .modal-body .header__email {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .modal.-news .modal-body .header__email {
        text-align: center; 
    } 
}
.modal.-news .modal-body .content {
    overflow-y: auto;
    height: 100%;
    overflow-y: auto;
    max-height: 220px;
    padding-right: 35px; 
}
@media (max-width: 991.98px) {
    .modal.-news .modal-body .content {
        max-height: 160px; 
    } 
}

.modal.-news .modal-body .content::-webkit-scrollbar {
    height: 6px;
    width: 6px; 
}
.modal.-news .modal-body .content::-webkit-scrollbar-track {
    background: #F2F1ED; 
}
.modal.-news .modal-body .content::-webkit-scrollbar-thumb {
    background: #28AFFF; 
}
.modal.-news .modal-body .content::-webkit-scrollbar-thumb:hover {
    background: #FF505A; 
}
.modal.-news .modal-body .content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 20px;
    color: #000;
    display: block; 
}
.modal.-news .modal-body .content p,
.modal.-news .modal-body .content li {
    line-height: 16px;
    font-family: "Libre Baskerville",serif;
    color: #000;
    letter-spacing: 0;
    margin: 0 0 20px;
}
.modal.-news .modal-body .content p strong {
    font-weight: 600; 
}

.modal.-news .modal-body .content p b,
.modal.-news .modal-body .content p strong {
    color: #000;
    font-weight: 700; 
}


.modal.-news .modal-body .checkbox__container {
    margin: 20px 0 30px;
    padding-top: 20px;
    border-top: 2px solid #ffd241; 
}
.modal.-news .modal-body .checkbox__label {
    padding-left: 60px;
    color: #595957; 
}
      @media (max-width: 991.98px) {
        .modal.-news .modal-body .checkbox__label {
          height: unset; } }
      .modal.-news .modal-body .checkbox__label a {
        color: #000;
        text-decoration: underline; }
      .modal.-news .modal-body .checkbox__label p {
        margin: 0;
        line-height: 4rem; }
        @media (max-width: 991.98px) {
          .modal.-news .modal-body .checkbox__label p {
            line-height: 2rem !important; } }
      .modal.-news .modal-body .checkbox__label span {
        width: 40px;
        height: 40px; }
        .modal.-news .modal-body .checkbox__label span::after {
          border-radius: 10px;
          background-color: #F2F1ED;
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); }
    .modal.-news .modal-body .checkbox__input:checked ~ span::after {
      border-color: rgba(89, 89, 87, 0.2);
      background-color: #28AFFF; }


      
.modal.-news .modal-body .checkbox__container {
    margin: 20px 0 30px;
    padding-top: 20px;
    border-top: 2px solid #ffd241; 
}

.modal.-news .modal-body .button.-conclude {
    font-family: 'Poppins', sans-serif;
    width: 190px;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    line-height: 53px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    border: none;
    -webkit-appearance: none;
    opacity: 1;
    transition: opacity .4s ease-in-out;
}
.modal.-news .modal-body .button.-conclude:disabled {
    opacity: .4;
    cursor: not-allowed;
}
@media (max-width: 991.98px) {
    .modal.-news .modal-body .button.-conclude {
        display: table;
        margin: auto; 
    } 
}
  


.checkbox__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; 
}
    
.checkbox__input {
    display: none; 
}
.checkbox__input:checked ~ span::after {
    background-color: #28AFFF;
    border-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FtYWRhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjFweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjEgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIxIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48dGl0bGU+QzdFREU1NTAtNEVCRS00M0IxLUFGRDUtNEE2NkEzMDA0RDE3PC90aXRsZT48ZyBpZD0iTGF5b3V0Ij48ZyBpZD0iUGxhbmVqYW1lbnRvLS0tTGlzdGEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NzYuMDAwMDAwLCAtMTM5OC4wMDAwMDApIj48ZyBpZD0iSWNvbmVzX3gyRl9DaGVjay1Cb3gtT24tQ29weS0xMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODc2LjAwMDAwMCwgMTM5OC4wMDAwMDApIj48cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktMiIgZmlsbD0ibm9uZSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjIwIi8+PHBvbHlsaW5lIGlkPSJQYXRoIiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgcG9pbnRzPSI0LjQ0LDEwLjAwMSA4LjUzNiwxMy44NTQgMTcuMDQsNS44NTQgIi8+PC9nPjwvZz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat; 
}

.checkbox__label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    color: #000;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: color .4s ease-in-out; 
}
.checkbox__label strong {
    font-weight: 600; 
}
.checkbox__label svg {
    height: 20px;
    width: 20px;
    margin-right: 10px; 
}
.checkbox__label span {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px; 
}
.checkbox__label span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: 5px solid rgba(89, 89, 87, 0.2);
    transition: background-color .4s ease-in-out, border-color .3s ease-in-out; 
}
.checkbox__label:focus {
    color: #FF505A; 
}

span#cn-notice-text{
    font-family: Poppins,sans-serif;
}


/* Media queries */
  
/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}



#cookie-notice .cn-button {
    font-family: Poppins, sans-serif;
    background-color: #ff505b !important;
}



/*HOME INSTITUCIONAL*/
/*nosso-foco*/
#home-institucional .nosso-foco {
    background: #FFFFFF;
    padding-top: 73px;
    padding-bottom: 60px;
}
#home-institucional .nosso-foco h3{
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 0px;
}
#home-institucional .nosso-foco p{
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
/*pesquisa*/
#home-institucional .pesquisa{
    padding-top: 75px;
    min-height: 590px;
    margin-bottom: 120px;
}

#home-institucional .pesquisa h3{
    font-size: 30px;
    margin-bottom: 38px;
}

#home-institucional .pesquisa .box-text{
    width: 569px;
    height: 436px;
    background: #fff;
    border-radius: 22px;
    right: 0;
    position: absolute;
    padding-left: 77px;
    padding-top: 46px;
    padding-bottom: 35px;
    padding-right: 10px;
    box-shadow: 4px 3px 8px rgba(0, 0, 0, 0.1);
}

#home-institucional .pesquisa .btn-close{
    display: none;
}

@media (max-width: 991.98px) { 
    #home-institucional .pesquisa .box-text{
        width: unset;
        height: 436px;
        position: fixed;
        right:unset;
        top: 100px;
        padding-left: 10px;
        padding-top: 46px;
        padding-bottom: 35px;
        padding-right: 10px;
        box-shadow: 4px 3px 8px rgba(0, 0, 0, 0.1);
        z-index: 1;
        max-width: calc(100% - 15px);
        left: -200%;
        transition: all ease 0.5s;
    }

    #home-institucional .pesquisa .box-text.-active{
        left: 15px;
    }

    #home-institucional .pesquisa .btn-close{
        right: 15px;
        top: 0px;
        position: absolute;
        font-size: 35px;
        transition: all ease 0.5s;
        display: block;
        cursor: pointer;
    }

    
}


    


#home-institucional .pesquisa .box-text:before{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border: 35px solid;
    border-color: #f6f6f6 #fff #fff #f6f6f6;
    left: -70px;
    position: absolute;
    top: 110px;
}

@media (max-width: 575.98px) { 
    #home-institucional .pesquisa .box-text:before {
        display: none;
    }
}

#home-institucional .pesquisa .box-text .content {
    height: 338px;
    overflow-y: scroll;
    padding-right: 60px;
}

@media (max-width: 575.98px) { 
    #home-institucional .pesquisa .box-text .content{
        padding-right: 10px;
    }
}

#home-institucional .pesquisa .box-text .content::-webkit-scrollbar {
    width: 10px; 
}
#home-institucional .pesquisa .box-text .content::-webkit-scrollbar-track {
    background: #C2BEBE;
    border-radius: 2px;
}
#home-institucional .pesquisa .box-text .content::-webkit-scrollbar-thumb {
    background-color: #28AFFF;
    border-radius: 0px;
    width: 10px;
}

#home-institucional .pesquisa .box-text .content h6{
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #606060;
    margin-bottom: 30px;
    margin-top: 60px;
}

#home-institucional .pesquisa .box-text .content .bloco-mandala:first-of-type h6{
    margin-top: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) { 
    #home-institucional .pesquisa .box-text .content h6 {
        text-align: center;
    }
}
#home-institucional .pesquisa .box-text .content p{
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

#home-institucional .pesquisa .box-text .content ul{
    padding: 0 0 0 25px;
}

#home-institucional .pesquisa .box-text .content ul li{
    margin-bottom: 30px;
    list-style-image: url("assets/images/bullet-red.png");
    padding-left: 15px;
}

#home-institucional .pesquisa .box-text .content ul li ul{
    margin-top: 30px;
    padding: 0 0 0 15px;
}

#home-institucional .pesquisa .box-text .content ul li ul li{
    margin-top: 30px;
    list-style-image: none;
    list-style-type: disc;
    padding-left: 5px;
}

/*principios*/
@media (max-width: 575.98px) {
    #home-institucional .principios{
        /* padding-top: 360px; */
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #home-institucional .principios{
        /* padding-top: 360px; */
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #home-institucional .principios{
        /* padding-top: 360px; */
    }
}
#home-institucional .principios .title h2{
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    text-align: center;
    color: #000000;
    margin-bottom: 29px;
    margin-top: 0px;
}
#home-institucional .principios p{
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin-bottom: 70px;
}

/*cards*/
#home-institucional .cards .row-cards {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
@media (max-width: 575.98px) {
    #home-institucional .cards .row-cards{
        display: grid;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #home-institucional .cards .row-cards{
        display: grid;
    }
}
#home-institucional .cards .row-cards .card {
    width: 271px;
    height: 418px;
    background: #FFFFFF;
    box-shadow: 4px 3px 8px rgb(0 0 0 / 10%);
    margin: 0px 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

#home-institucional .cards .row-cards .card .content {
    display: block;
    width: 271px;
    height: 418px;
    background: #FFFFFF;
    z-index: 999;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 20px;
}

#home-institucional .cards .row-cards .card:not(.text)::after{
    content: "";
    display: block;
    width: 226px;
    height: 384px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    box-shadow: 4px 3px 8px rgb(0 0 0 / 10%);
    z-index: 1;
}
#home-institucional .cards .row-cards .card:not(.text).azul::after{
    background: #28AFFF;
}
#home-institucional .cards .row-cards .card:not(.text).vermelho::after{
    background: #FF505A;
}
#home-institucional .cards .row-cards .card:not(.text).amarelo::after{
    background: #FFD241;
}
#home-institucional .cards .row-cards .card:not(.text).azul-escuro::after{
    background: #2F94D0;
}
#home-institucional .cards .row-cards .card .text p strong {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
    display: block;
}
#home-institucional .cards .row-cards .card.text {
    display: block;
    text-align: left;
    padding: 30px 35px;
    height: 418px;
}
#home-institucional .cards .row-cards .card.text.azul {
    background: #28AFFF;
}
#home-institucional .cards .row-cards .card.text.vermelho {
    background: #FF505A;
}
#home-institucional .cards .row-cards .card.text.amarelo {
    background: #FFD241;
}
#home-institucional .cards .row-cards .card.text.azul-escuro {
    background: #2F94D0;
}
#home-institucional .cards .row-cards .card.text h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 26px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #home-institucional .cards .row-cards .card.text h6{
        text-align: center;
    }
}
#home-institucional .cards .row-cards .card.text p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #home-institucional .cards .row-cards .card.text p {
        margin-left: 20px;
    }
}


/*numeros*/
@media (max-width: 575.98px) { 
    #home-institucional .numeros{
        padding-left: 50px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #home-institucional .numeros{
        padding-left: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #home-institucional .numeros{
        padding-left: 50px;
    }
}
#home-institucional .numeros .text {
    width: 218px;
    height: 172px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

#home-institucional .numeros .text strong {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    height: 20px;
}

#home-institucional .numeros .text h2 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    color: #000000;
    margin: 0px;
}

#home-institucional .numeros .text .label{
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    width: 215px;
    height: 31px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-radius: 0px;
    box-shadow: 4px 3px 8px rgba(0, 0, 0, 0.1);
}

#home-institucional .numeros .text p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #606060;
    margin: 0px;
}

#home-institucional .numeros .text.vermelho strong {
    color: #FF505A;
}
#home-institucional .numeros .text.vermelho .label {
    background-color: #FF505A;
}
#home-institucional .numeros .text.amarelo strong {
    color: #FFD241;
}
#home-institucional .numeros .text.amarelo .label {
    background-color: #FFD241;
}
#home-institucional .numeros .text.azul strong {
    color: #28AFFF;
}
#home-institucional .numeros .text.azul .label {
    background-color: #28AFFF;
}
#home-institucional .destaque__btnConheca {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #606060;
    border: none;
    padding: 0px;
    text-align: left;
}
#home-institucional .destaque__btnConheca:hover {
    background-color: transparent;
    color: #606060;
}
#home-institucional .container-fluid-home-posts {
    padding-bottom: 80px;
}
#home-institucional .container-fluid-home-posts .home-post-botao-veja-mais-externa .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

/* carrossel destaque*/
#home-institucional .destaque-home {
    padding-top: 40px;
    box-shadow: 0px -19px 30px rgb(0 0 0 / 15%);
    padding-bottom: 45px;
    background: #F6F6F6;
}
#home-institucional .carousel-destaque-home .carousel-inner {
    min-height: 320px;
}

@media (max-width: 576px) {
    #home-institucional .carousel-destaque-home .carousel-inner {
        height: 565px;
    }
}

#home-institucional .carousel-destaque-home .carousel-inner .item {
    background: #FDDF90;
    /* height: 320px; */
    opacity: 0;
}

#home-institucional .carousel-destaque-home .carousel-inner .item .text {
    min-height: 320px;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width: 575.98px) {
    #home-institucional .carousel-destaque-home .carousel-inner .item .text {
        padding: 50px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #home-institucional .carousel-destaque-home .carousel-inner .item .text{
        padding: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #home-institucional .carousel-destaque-home .carousel-inner .item .text{
        padding: 50px;
    }
}
#home-institucional .carousel-destaque-home .carousel-inner .item .text span {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    #home-institucional .carousel-destaque-home .carousel-inner .item .text span {
        margin-bottom: 0px;
        line-height: 0px;
        font-size: 13px;
    }
}
#home-institucional .carousel-destaque-home .carousel-inner .item .text h2 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
}

@media (max-width: 576px) {
    #home-institucional .carousel-destaque-home .carousel-inner .item .text h2 {
        font-size: 20px;
        line-height: 25px;
    }
}
#home-institucional .carousel-destaque-home .carousel-inner .item .text p {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    #home-institucional .carousel-destaque-home img{
        height: 220px;
    }
    #home-institucional .carousel-destaque-home .carousel-inner .item .text p {
        font-size: 14px;
        line-height: normal;
    }
}

#home-institucional .carousel-destaque-home .carousel-inner .item .text .btn-default {
    color: #000;
    background-color: transparent;
    border-color: #000;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    
}


#home-institucional .carousel-destaque-home .carousel-inner .item.active{
    background: #F7D7DF;
    opacity: 1;
}

#home-institucional .carousel-destaque-home .carousel-indicators li.active{
    width: 19px;
    height: 19px;
    border: 3px solid #000000;
    background-color: #000000;
}
#home-institucional .carousel-destaque-home .controlers {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    height: 60px;
    align-items: center;
    justify-content: center;
    width: 250px;
    margin: 35px auto;
}
#home-institucional .carousel-destaque-home .controlers .carousel-control.left {
    background-image: none!important;
    color: #000;
    opacity: 1;
    height: 50px;
    width: 60px;
    left: 0;
    display: flex;
    align-items: center;
}
#home-institucional .carousel-destaque-home .controlers .carousel-control.right {
    background-image: none!important;
    opacity: 1;
    color: #000;
    opacity: 1;
    height: 50px;
    width: 60px;
    right: 0;
}

#home-institucional .carousel-destaque-home .carousel-indicators {
    bottom: 0;
    margin: 0px;
    margin-left: 0px;
    width: auto;
    position: relative;
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
}
#home-institucional .carousel-destaque-home .carousel-indicators li {
    width: 19px;
    height: 19px;
    border: 3px solid #000000;
    margin: 5px;
}
#home-institucional .carousel-destaque-home .carousel-indicators li.active{
    width: 19px;
    height: 19px;
    border: 3px solid #000000;
    background-color: #000000;
}






/* COMO FAZEMOS */
#como-fazemos .section-o-que-fazemos {
    padding-top: 160px;
    padding-bottom: 100px;
}
#como-fazemos .o-que-fazemos h1{
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 70px;
    color: #000000;
    margin-bottom: 45px;
    text-align: center;
}

#como-fazemos .menu-rolagem {
    position: relative !important;
    background-color: transparent !important;
    margin-bottom: 70px;
    z-index: 1;
}

#como-fazemos .conteudo {
    padding-bottom: 90px;
}

#como-fazemos .conteudo h2{
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 20px;
}
@media (max-width: 575.98px) {
    #como-fazemos .conteudo h2{
        text-align: center;
        margin-top: 60px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #como-fazemos .conteudo h2{
        text-align: center;
        margin-top: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #como-fazemos .conteudo h2{
        text-align: center;
        margin-top: 60px;
    }
}
#como-fazemos .conteudo p{
    font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 30px;
color: #000000;
}
#como-fazemos .metodologia h2{
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    color: #000000;
    text-align: left;
    margin-bottom: 38px;
}
#como-fazemos .metodologia-text p{
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 51px;
}

/*cards*/
#como-fazemos .cards .row-cards {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
@media (max-width: 575.98px) {
    #como-fazemos .cards .row-cards{
        display: grid;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #como-fazemos .cards .row-cards{
        display: grid;
    }
}
#como-fazemos .cards .row-cards .card {
    width: 271px;
    height: 418px;
    background: #FFFFFF;
    box-shadow: 4px 3px 8px rgb(0 0 0 / 10%);
    margin: 0px 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

#como-fazemos .cards .row-cards .card .content {
    display: block;
    width: 271px;
    height: 418px;
    background: #FFFFFF;
    z-index: 999;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 20px;
}

#como-fazemos .cards .row-cards .card:not(.text)::after{
    content: "";
    display: block;
    width: 226px;
    height: 384px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    box-shadow: 4px 3px 8px rgb(0 0 0 / 10%);
    z-index: 1;
}
#como-fazemos .cards .row-cards .card:not(.text).azul::after{
    background: #28AFFF;
}
#como-fazemos .cards .row-cards .card:not(.text).vermelho::after{
    background: #FF505A;
}
#como-fazemos .cards .row-cards .card:not(.text).amarelo::after{
    background: #FFD241;
}
#como-fazemos .cards .row-cards .card:not(.text).azul-escuro::after{
    background: #2F94D0;
}

#como-fazemos .cards .row-cards .card .text img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

#como-fazemos .cards .row-cards .card.azul .text img {
    border: 6px solid #28AFFF;
    border-radius: 100px;
    margin-bottom: 20px;
}

#como-fazemos .cards .row-cards .card.vermelho .text img {
    border: 6px solid #FF505A;
    border-radius: 100px;
}

#como-fazemos .cards .row-cards .card.amarelo .text img {
    border: 6px solid #FFD241;
    border-radius: 100px;
}

#como-fazemos .cards .row-cards .card.azul-escuro .text img {
    border: 6px solid #2F94D0;
    border-radius: 100px;
}

#como-fazemos .cards .row-cards .card .text p strong {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
    display: block;
}
#como-fazemos .cards .row-cards .card.text {
    display: block;
    text-align: left;
    padding: 30px 35px;
    height: 418px;
}
#como-fazemos .cards .row-cards .card.text.azul {
    background: #28AFFF;
}
#como-fazemos .cards .row-cards .card.text.vermelho {
    background: #FF505A;
}
#como-fazemos .cards .row-cards .card.text.amarelo {
    background: #FFD241;
}
#como-fazemos .cards .row-cards .card.text.azul-escuro {
    background: #2F94D0;
}
#como-fazemos .cards .row-cards .card.text h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 26px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #como-fazemos .cards .row-cards .card.text h6{
        text-align: center;
    }
}
#como-fazemos .cards .row-cards .card.text p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #como-fazemos .cards .row-cards .card.text p {
        margin-left: 20px;
    }
}


#como-fazemos .plataformas-e-projetos .title h2{
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 25px;
}
#como-fazemos .plataformas-e-projetos .text p{
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 35px;
}
#como-fazemos .plataformas-e-projetos .text .img-computador{
    position: relative;
    top: 30px;
}
#como-fazemos .plataformas-e-projetos .text .btn{
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

#como-fazemos .como-fazemos {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 100px;
}

#como-fazemos .como-fazemos-title h1{
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 70px;
    text-align: center;
    color: #000000;
    margin-bottom: 75px;
}
#como-fazemos .dentro-da-escola .img-dentro-da-escola{
    position: relative;
    /* top: 62px; */
}
#como-fazemos .dentro-da-escola h2{
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 20px;
}
@media (max-width: 575.98px) {
    #como-fazemos .dentro-da-escola h2{
       /*  margin-top: 100px; */
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #como-fazemos .dentro-da-escola h2{
        /* margin-top: 100px; */
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #como-fazemos .dentro-da-escola h2{
        /* margin-top: 100px; */
    }
}
#como-fazemos .col-xs-6{
    position: relative;
    /* right: 62px; */
}

#como-fazemos .dentro-da-escola p{
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    #como-fazemos .dentro-da-escola p{
        margin-left: 60px;
    }
}
#como-fazemos .fora-da-escola h2{
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 20px;
}
#como-fazemos .fora-da-escola p{
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    #como-fazemos .fora-da-escola .img-fora-da-escola{
        position: relative;
        /* right: 62px; */
    }
}
#como-fazemos .monitoramento .img-monitoramento{
    position: relative;
    /* top: 82px; */
}
@media (max-width: 575.98px) {
    #como-fazemos .monitoramento .img-monitoramento{
        position: relative;
        /* top: -47px; */
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #como-fazemos .monitoramento .img-monitoramento{
        position: relative;
        /* top: -47px; */
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #como-fazemos .monitoramento .img-monitoramento{
        position: relative;
        /* top: -47px; */
    }
}
#como-fazemos .monitoramento h2{
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 20px;
}
#como-fazemos .monitoramento p{
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

#como-fazemos .dentro-da-escola, #como-fazemos .fora-da-escola {
    padding-bottom: 100px;
}


/* PLATAFORMAS E PROJETOS */
#plataformas-institucional .menu-rolagem {
    position: relative !important;
    background-color: transparent !important;
    margin-bottom: 70px;
}

#plataformas-institucional .container-fluid-plataforma-institucional-destaque-grande h1{
    margin-bottom: 30px;
}
#plataformas-institucional .plataforma-institucional-potencial-aprendizagem {
    background-color: #f6f6f6;
    padding-top: 0px;
    padding-bottom: 0px;
}
#plataformas-institucional .plataforma-institucional-potencial-aprendizagem p {
    text-align: center;
}
#plataformas-institucional .nav-tabs-padrao-geral .posts-topo{
    text-align: center;
}
#plataformas-institucional .nav-tabs-padrao-geral .posts-topo h3 {
    margin-bottom: 40px;
    margin-top: 0px;
}
#plataformas-institucional .nav-tabs-padrao-geral .posts-topo p {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 100px;
}
#plataformas-institucional .nav-tabs-padrao-geral .posts-topo .row-filtros{
    /* display: flex;
    justify-content: center; */
}
#plataformas-institucional .nav-tabs-padrao-geral .posts-topo .row-filtros .dropdown-toggle {
    background: #FF505A;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
    color: #fff;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0px 0px 18px ;
    padding: 15px;
    position: relative;
}
#plataformas-institucional .nav-tabs-padrao-geral .posts-topo .row-filtros .dropdown-toggle:hover {
    background: #000;
    text-decoration: none;
}
#plataformas-institucional .nav-tabs-padrao-geral .posts-topo .row-filtros .dropdown-toggle:focus {
    text-decoration: none;
}
#plataformas-institucional .nav-tabs-padrao-geral .posts-topo .row-filtros .dropdown-toggle img.icone-seta {
    position: absolute;
    right: 15px;
}
#plataformas-institucional .nav-tabs-padrao-geral .posts-topo .row-filtros .dropdown-toggle img.icone-drop {
    margin-right: 12px;
}
#plataformas-institucional .nav-tabs-padrao-geral .posts-topo .row-filtros .dropdown.show.open>.dropdown-toggle {
    background: #000;
    text-decoration: none;
}
#plataformas-institucional .nav-tabs-padrao-geral .posts-topo .row-filtros .dropdown.show.open>.dropdown-toggle img.icone-seta {
    transform: rotate(-180deg);
}

#plataformas-institucional .nav-tabs-padrao-geral .posts-topo .row-filtros .dropdown.open>.dropdown-menu {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: auto;
    left: -10%;
    border: none;
    border-radius: 0px;
    top: 85px;
    margin-top: 10px;
    box-shadow: 4px 3px 8px rgb(0 0 0 / 10%);
    padding: 30px 50px;
}
#plataformas-institucional .nav-tabs-padrao-geral .posts-topo .row-filtros .dropdown.open>.dropdown-menu:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border: 25px solid;
    border-color: #ffffff transparent transparent #fff;
    left: 43%;
    position: absolute;
    top: -25px;
    transform: rotate(45deg);
}
#plataformas-institucional .nav-tabs-padrao-geral .posts-topo .row-filtros .dropdown.open>.dropdown-menu .dropdown-header{
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #606060;
}
#plataformas-institucional .nav-tabs-padrao-geral .posts-topo .row-filtros .dropdown.open>.dropdown-menu .dropdown-item {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}
#plataformas-institucional .nav-tabs-padrao-geral .resultado-filtros-posts{
    margin-top: 20px;
}
#plataformas-institucional .nav-tabs-padrao-geral .resultado-filtros-posts p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #808080;
}
#plataformas-institucional .nav-tabs-padrao-geral .resultado-filtros-posts .lista-filtros {
    display: flex;
    align-items: center;
}
#plataformas-institucional .nav-tabs-padrao-geral .resultado-filtros-posts .lista-filtros .limpar-filtros {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #000000;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#plataformas-institucional .nav-tabs-padrao-geral .resultado-filtros-posts .lista-filtros .limpar-filtros img {
    margin-right: 10px;
}
#plataformas-institucional .nav-tabs-padrao-geral .resultado-filtros-posts .lista-filtros .filtros-selecionados {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    border-right: 1px solid #606060;
    min-height: 33px;
    margin-right: 10px;
}
#plataformas-institucional .nav-tabs-padrao-geral .resultado-filtros-posts .lista-filtros .filtros-selecionados li {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    list-style: none;
    display: flex;
    align-items: center;
    height: 33px;
    margin-right: 34px;
    cursor: pointer;
}
#plataformas-institucional .nav-tabs-padrao-geral .resultado-filtros-posts .lista-filtros .filtros-selecionados li img{
    margin-left: 6px;
}
#plataformas-institucional .tab-content-padrao-geral .menu-secundario-conteudo {
    padding-top: 20px;
}
#plataformas-institucional .tab-content-padrao-geral .menu-secundario-conteudo .masonry-container .home-post-box-externa .home-post-box-imagem {
    position: relative;
}
#plataformas-institucional .tab-content-padrao-geral .menu-secundario-conteudo .masonry-container .home-post-box-externa .home-post-box-imagem h6 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    margin: 0px;
    padding: 10px 33px 10px 20px;
}
#plataformas-institucional .tab-content-padrao-geral .menu-secundario-conteudo .masonry-container .home-post-box-externa .home-post-box-texto {
    padding: 30px 36px;
}
#plataformas-institucional .tab-content-padrao-geral .menu-secundario-conteudo .masonry-container .home-post-box-externa .home-post-box-texto .plataformas{
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}
#plataformas-institucional .tab-content-padrao-geral .menu-secundario-conteudo .masonry-container .home-post-box-externa .home-post-box-texto .plataformas .link-plataforma {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    background: #FFFFFF;
    box-shadow: 4px 3px 8px rgb(0 0 0 / 10%);
    border-radius: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding-right: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}
#plataformas-institucional .tab-content-padrao-geral .menu-secundario-conteudo .masonry-container .home-post-box-externa .home-post-box-texto .plataformas .link-plataforma:hover{
    text-decoration: none;
}
#plataformas-institucional .tab-content-padrao-geral .menu-secundario-conteudo .masonry-container .home-post-box-externa .home-post-box-texto .plataformas .link-plataforma img {
    margin-right: 13px;
    border-radius: 100px;
    width: 42px;
    height: 42px;
}

#plataformas-institucional .tab-content-padrao-geral .menu-secundario-conteudo .masonry-container .home-post-box-externa .home-post-box-texto .plataformas .link-plataforma .vermelho {
    border: 3px solid #FF505A;
}

#plataformas-institucional .tab-content-padrao-geral .menu-secundario-conteudo .masonry-container .home-post-box-externa .home-post-box-texto .plataformas .link-plataforma .amarelo {
    border: 3px solid #FFD241;
}

#plataformas-institucional .tab-content-padrao-geral .menu-secundario-conteudo .masonry-container .home-post-box-externa .home-post-box-texto .plataformas .link-plataforma .azul {
    border: 3px solid #28AFFF;
}








/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
    background-color: transparent;
    width: 300px;
    height: 440px;
    /* //border: 1px solid #f1f1f1; */
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    cursor: pointer;
  }
  
  /* This container is needed to position the front and back side */
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-box.-aberto .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-box-front {
    /* background-color: #bbb;
    color: black; */
  }
  
  /* Style the back side */
  .flip-box-back {
    /* background-color: dodgerblue;
    color: white; */
    transform: rotateY(180deg);
  }

  #mandala-home #bg-azul.-inactive{
    fill: #CCC;
    transition: fill 0.5s ease;
  }

  #mandala-home #bg-azul{
    fill: #28AFFF;
    transition: fill 0.5s ease;
  }

  #mandala-home #bg-azul.-active{
    fill: #28AFFF;
    transition: fill 0.5s ease;
  }

  #mandala-home #bg-azul.-clicked{
    fill: #28AFFF;
    transition: fill 0.5s ease;
  }

    #mandala-home #bg-vermelho.-inactive{
        fill: #CCC;
        transition: fill 0.5s ease;
    }

    #mandala-home #bg-vermelho{
        fill: #FF505A;
        transition: fill 0.5s ease;
    }

    #mandala-home #bg-vermelho.cn-button{
        fill: #FF505A;
        transition: fill 0.5s ease;
    }

    #mandala-home #bg-vermelho.-active{
        fill: #FF505A;
        transition: fill 0.5s ease;
    }

    #mandala-home #bg-amarelo{
        fill: #FFD241;
        transition: fill 0.5s ease;
    }

    #mandala-home #bg-amarelo.-clicked{
        fill: #FFD241;
        transition: fill 0.5s ease;
    }


    #mandala-home #bg-amarelo.-inactive{
        fill: #CCC;
        transition: fill 0.5s ease;
    }

    #mandala-home #bg-amarelo.-active{
        fill: #FFD241;
        transition: fill 0.5s ease;
    }

    #mandala-home #vetor_4_2.-inactive{
        stroke: #CCC;
        transition: stroke 0.5s ease;
    }

    #mandala-home #vetor_5_2.-inactive{
        stroke: #bbb;
        transition: stroke 0.5s ease;
    }

    #mandala-home #vetor_4.-inactive{
        stroke: #CCC;
        transition: stroke 0.5s ease;
    }

    #mandala-home #vetor_5.-inactive{
        stroke: #bbb;
        transition: stroke 0.5s ease;
    }

    #mandala-home #vetor_4_3.-inactive{
        stroke: #CCC;
        transition: stroke 0.5s ease;
    }

    #mandala-home #vetor_5_3.-inactive{
        stroke: #bbb;
        transition: stroke 0.5s ease;
    }





    @media (max-width: 991.98px) {
        .-only-desktop{
            display: none !important;
        }
    }
    
    @media (min-width: 992px) {
        .-only-mobile{
            display: none !important;
        }
    }