body {
	font-family: "Poppins Regular";
	font-size: 18px;
	color: #000;
	background: #fff;
}

a {
	transition: all 0.3s ease-out;
	text-decoration: none;
}
a:hover {
	color: inherit;
}

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

.text-left {
	text-align: left;
}

.block {
	display: block;
}

.destaque-home {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    overflow: hidden;
    height: 100vh;
}

.destaque-home::before {
    position: absolute;
    content: " ";
    height: 230px;
    width: 100%;
    top: 0px;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.835171568627451) 0%, rgba(0,0,0,0) 100%);
    z-index: 0;
    
}

.destaque-home::after {
    position: absolute;
    content: " ";
    height: 230px;
    width: 100%;
    bottom: 0px;
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.835171568627451) 0%, rgba(0,0,0,0) 100%);
    z-index: 0;
    
}

.topbar {
    background: #000;
    display: block;
    color: #CDD1D6;
    font-size: 13px;
    padding: 8px 0px;
    z-index: 1;
    position: relative;
}

.btn-trabalhe {
    border-radius: 6px;
    margin: 10px;
    background-color: #FCBD1E;
    padding: 15px 30px;
    font-size: 14px;
    font-family: "Poppins Medium";
    color: #000;
	display:inline-block;
}

.btn-trabalhe:hover {
    background-color: #000;
    color: #FEB600;
}

.topbar::after {
    content: " ";
    background-image: url("../images/yellow-circle-big.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 212px;
    height: 273px;
    right: 0px;
    top: 37px;
    position: absolute;
    z-index: 1;
}

.topo {
    transition: all 0.3s ease-out;
    width: 100%;
    padding: 50px 0px 0px 0px;
    z-index: 9999;
    position: relative;
}

.container {
    
}

.dropdown a {
    color: #fff;
    font-size: 14px;
    font-family: "Poppins Medium";
    margin: 0px 20px;
}

.dropdown a:hover {
    color: #FCBD1E;
}

.dropdown a.dropdown-item {
    color: #000;
    margin-left: 0px;
}

.dropdown a.dropdown-item:hover {
    color: #FCBD1E;
}

.btn-branco {
   border-radius: 6px;
   border: 1px solid #FFF;
   display: inline-block;
   padding: 10px 25px;
    font-size: 14px;
    font-family: "Poppins Medium";
    color: #fff;
}

.btn-branco:hover {
   background-color: #FCBD1E; 
    border-color: #FCBD1E; 
    color: #fff;
}

.btn-preto {
   border-radius: 6px;
   border: 1px solid #000;
   display: inline-block;
   padding: 10px 25px;
    font-size: 14px;
    font-family: "Poppins Medium";
    color: #000;
}

.btn-preto:hover {
    background-color: #000;
    color: #fff;
}


.btn-amarelo {
   border-radius: 6px;
   background-color: #FCBD1E;
   display: inline-block;
   padding: 15px 30px;
   font-size: 14px;
   font-family: "Poppins Medium";
   color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23000000'%3E%3Cpath d='M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7V1H9ZM20 10H4V19H20V10ZM15.0355 11.136L16.4497 12.5503L11.5 17.5L7.96447 13.9645L9.37868 12.5503L11.5 14.6716L15.0355 11.136ZM7 5H4V8H20V5H17V6H15V5H9V6H7V5Z' fill='black'/%3E%3C/svg%3E") !important;

}

.btn-amarelo:hover {
    background-color: #FEB600;
    color: #000;
}

.btn-agende {
    background-image: url("../images/icon-agenda.svg");
    background-position: 15px center;
    background-repeat: no-repeat;
    padding-left: 45px;
}

.content-texto-banner {
    display: block;
    overflow: hidden;
    
}
.content-texto-banner h1 {
    color: #fff;
    font-size: 60px;
    font-family: "Satoshi";
}

.tamanho-row {
    height: 100vh;
    top: -15vh;
    position: relative;
}

.content-destaques-numeros {
    border-radius: 6px;
    background: #8888C2;
    padding: 30px 0px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    max-width: 1110px;
    z-index: 9; 
}

.content-destaques-numeros strong {
    font-size: 32px;
    font-family: "Poppins Bold";
    display: block;
    line-height: 28px;
}

.content-destaques-numeros span {
    font-size: 24px;
    font-family: "Poppins Regular";
    display: block;
}

.sec {
    padding: 60px 0px;
}

.sec h2 {
    font-size: 56px;
    font-family: "Satoshi";
    margin-bottom: 30px;
}

.sec h3 {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 150%; 
}

.sec-sobre p {
    margin-bottom: 30px;
}

.sec-sobre .container {
   border-bottom: 1px solid #EAEAEA;
    padding-bottom: 60px;
}

.content-servico {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #EAEAEA;
    margin-bottom: 30px;
    background-image: url(../images/bg-servicos.svg);
    background-position: -35px 104%;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.content-servico:hover {
   background-image: url(../images/bg-servicos-hover.svg);
}



.img-servico {
   background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    display: block;
}

.content-servico-text {
    padding: 25px 20px;
}

.content-servico-text h3 {
    margin-bottom: 15px;
}

.content-servico-text h3 a {
    font-size: 24px;
    color: #000;
    font-family: "Poppins Bold";
}

.content-servico-text p {
    font-size: 14px;
    margin-bottom:90px;
}

.sec-projetos {
    background: #8F86BF;
}

.sec-projetos h2 {
    color: #fff;
    font-size: 56px;
}

.sec-projetos p {
    color: #fff;
    font-size: 24px;
}

.sec-metodo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 200px 0px;
}

.sec-metodo h2 {
    color: #fff;
}

.sec-blog {
    background: #FCBD1E;
}

.sec-blog .content-servico {
    background-color: #fff;
    border: none;
}

.carousel-depoimentos {
    margin-top: 60px;
}

.cada-depoimento {
    margin: 20px 15px;
    padding: 114px 20px 70px 20px;
    border:1px solid #EAEAEA;
    border-radius: 6px;
box-shadow: -1px 11px 5px -5px rgba(209,209,209,0.75);
-webkit-box-shadow: -1px 11px 5px -5px rgba(209,209,209,0.75);
-moz-box-shadow: -1px 11px 5px -5px rgba(209,209,209,0.75);
    position: relative;
}

.cada-depoimento p {
    font-size: 16px;
}
.cada-depoimento strong {
    font-size: 16px;
    display: block;
    margin-top: 30px;
  
}

.cada-depoimento a {
    font-size: 16px;
    display: block;
    margin-top: 20px;
    color: #000;
    text-decoration: underline;

}

.cada-depoimento span {
    font-size: 12px;
    display: block;
}

.img-depo {
    position: absolute;
    top: -47px;
}

.img-aspas {
    position: absolute;
    right: 68px;
    top: 35px;
}

.carousel-depoimentos {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 60px;
}

.carousel-depoimentos .slick-slide {
    padding-top: 60px;
}

.carousel-depoimentos .slick-dots {
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.carousel-depoimentos .slick-dots li {
    display: inline-block;
}

.carousel-depoimentos .slick-dots li button {
    display: inline-block;
    margin: 0px 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #D9D9D9;
    overflow: hidden;
    text-indent: -99999px;
    border: none;
}

.carousel-depoimentos .slick-dots li.slick-active button {
    width: 30px;
    background: #FCBD1E;
    border-radius: 100px;
}

.sec-contato {
   position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 799px;
}

.sec-contato h2 {
    font-size: 36px;
}

.sec-faq h2 {
    font-size: 36px;
}

.sec-contato .container {
   position: relative;
}

.sec .accordion-item h2 {
    margin-bottom: 0px;
}

.accordion-body {
    font-size: 16px;
}

.accordion-button:focus {
    background: #8888C2;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: #8888C2;
    color: #fff;
}

.content-form {
    background: #8888C2;
    position: absolute;
    top: 141px;
    left: 0px;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(5px 5px 10px #a39999);
    width: 445px;
    z-index: 99999;

}

.sec-contato iframe {
    position: absolute;
    bottom: 0px;
    height: 600px;
    width: 100%;
}

.content-field {
   padding: 47px; 
}

.input-contato {
    height: 55px;
    width: 100%;
    padding-left: 25px;
    font-size: 16px;
    color: #000;
    border: 1px solid #BEC3C7;
    margin-bottom: 30px;
    border-radius: 6px;
    outline: none;
}

.label-prova {
	display:block;
	margin-top:15px;
}

.quiz-form {
	height: 55px;
    width: 40%;
    padding-left: 25px;
    font-size: 16px;
    color: #000;
    border: 1px solid #BEC3C7;
    margin-bottom: 30px;
    border-radius: 6px;
    outline: none;
}

.input-contato:focus {

    border: 1px solid #FCBD1E;
}

.input-mensagem {
    height: 125px;
    width: 100%;
    padding: 25px;
    font-size: 16px;
    color: #000;
    border: 1px solid #BEC3C7;

    border-radius: 6px;
    outline: none;
}

.input-mensagem:focus {
    border: 1px solid #FCBD1E;
}

.input-enviar {
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #FCBD1E;
    padding: 20px 0px;
    border: none;
    transition: all 0.3s ease-out;
}

.input-enviar:hover {
    background-color: #000;
}

.rodape {
    background-color: #000;
    background-image: url("../images/bg-rodape.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff;
    padding: 70px 0px;
}

.rodape a:hover {
    color: #FCBD1E;
}

.content-conhecer {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 50px;
}

.content-conhecer strong {
    font-size: 32px;
}

.content-menus {
    margin-top: 50px;
}

.content-menus h5 {
    margin-bottom: 40px;
    font-size: 16px;
}
.cada-link-roda {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 45px;
    margin-bottom: 25px;
}

.cada-link-roda span {
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.cada-link-roda a {
   font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
}

.cada-link-roda a:hover {
    color: #FCBD1E;
}

.link-rodape {
   font-size: 12px;
    font-style: normal;
      display: block;
    margin-bottom: 20px;
    color: #fff; 
    background: url("../images/seta-rodape.svg") no-repeat left center;
    padding-left: 26px;
}

.link-rodape-2 {
   font-size: 14px;
    font-style: normal;
      display: block;
    margin-bottom: 20px;
    color: #fff; 

}

.content-assinatura {
    margin-top: 50px;
}

.content-assinatura p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
}

.cada-social {
    
    text-align: center;
    display: inline-block;
    padding: 5px 5px;
    border-radius: 4px;
    margin-left: 5px;
}

.cada-social:hover {
   background: #FCBD1E; 
}
.abre-menu {
    display: none;
}

.menu-mobile  {
    display: none;
}
.fecha-menu {
    display: none;
}

.destaque-interna {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    overflow: hidden;
    height: 60vh;
}

.destaque-interna h1 {
    display: block;
       margin-top: 144px;
    color: #fff;
    font-size: 64px;
    font-weight: 700;
}

.destaque-interna::before {
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    height: 230px;
    width: 100%;
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
}

.destaque-interna::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    height: 465px;
    width: 100%;
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.destaque-interna .container {
    z-index: 9999;
    position: relative;
}

.migalhas {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.migalhas a {
   color: #fff;
   font-size: 14px;
   font-weight: 400; 
}

.principal-internas .img-sobre {
    margin-top: -200px;
    position: relative;
    z-index: 99999;
}

.btn-play {
    background: url("../images/icon-play.svg") no-repeat left center;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    padding: 30px 0px 30px 131px;
    color: #000;
    background-size: 30%;
}

.btn-play:hover {
  background-size: 33%;  
}

.sec-bullets-sobre {
    color: #000;
    background: #fff;
}

.sec-bullets-sobre h2, .sec-bullets-sobre p {
    color: #000;
}

.sec-bullets-sobre ul {
    margin: 0px 0px;
    list-style: none;
    padding: 0px;
}

.sec-bullets-sobre ul li {
    background: url("../images/icon-check.svg") no-repeat left top;
    padding-left: 70px;
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    min-height: 50px;
    padding-top: 4px;
}

.content-destaques-numeros-interna {
    position: relative;
    margin-top: 90px;
    bottom: 0px;
}

.missao-tag {
    display: inline-block;
    color: #fff;
    background: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.sec-metodo h3 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.sec-metodo ul {
   margin: 0px 0px;
    list-style: none;
    padding: 0px; 
    display: block;
    overflow: hidden;
}

.sec-metodo ul li {
    background: url("../images/icon-list2.svg") no-repeat left top;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    min-height: 50px;
    width: 50%;
    float: left;
    color: #fff;
}

.sec-conhecer .container {
    position: relative;
    padding-bottom: 350px;
}

.video-sobre {
    width: 100%;
    position: absolute;
    bottom: -200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 505px;
    border-radius: 10px;
}

.video-sobre .btn-play {
    background-size: 100%;
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
    margin: 210px auto 0px auto;
}

.sec-preto {
    background: #000;
    color: #fff;
    padding: 246px 0px;
}

.img-diretora {
   background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    
}

.sec-diretoria h2 {
   font-size: 48px;
    font-style: normal;
    font-weight: 700; 
}

.content-proposta {
    display: block;
    border-radius: 6px;
    border: 1px solid #000;
    text-align: center;
}

.content-proposta h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    padding: 40px 10px;
}

.content-proposta a {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: block;
    padding: 10px 0px;
}

.content-material {
    display: block;
    border-radius: 6px;
    border: 1px solid #FFF;
    text-align: center;
    padding: 30px 0px 0px 0px;
    margin-top: 30px;
}

.content-material h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    padding: 5px 10px;
    color: #fff;
}

.content-material a {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: block;
    padding: 10px 0px;
}

.sec-diretoria {
    position: relative;
    margin-top: -242px;
}

.sec-diferencial h2 {
    margin-bottom: 4 0px;
}

.sec-diferencial p {
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   margin-top: 15px;
}

.sec-diferencial .col-md-4 {
    margin-top: 25px;
}

.sec-diferencial .container {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 60px;
}

.cada-imagem-gal {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 505px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.cada-imagem-gal .btn-play {
    background-size: 100%;
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
    margin: 210px auto 0px auto;
}

.carousel-galeria {
    border-radius: 6px;
}

.carousel-galeria .slick-slide {
  
}

.carousel-galeria .slick-dots {
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.carousel-galeria .slick-dots li {
    display: inline-block;
}

.carousel-galeria .slick-dots li button {
    display: inline-block;
    margin: 0px 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #D9D9D9;
    overflow: hidden;
    text-indent: -99999px;
    border: none;
}

.carousel-galeria .slick-dots li.slick-active button {
    width: 30px;
    background: #FCBD1E;
    border-radius: 100px;
}

.sec-material {
    background: #776DB9;
    padding-top: 60px;
    position: relative;
   
}

.sec-material h2 {
    color: #fff;
}

.sec-galeria {
    position: relative;
    z-index: 9999;
}

.sec-material-2 {
   background: #776DB9;
    position: relative;
}

.sec-material-2 {
    color: #fff;
}

.sec-contato-interna {
    padding: 0px;
}

.sec-contato-interna {
   position: relative;
    display: block;

    padding-bottom: 0px;
}

.sec-contato-interna .container {
    position: relative;
   
}

.sec-contato-interna iframe {
    position: relative;
    bottom: 0px;
    top: 0px;
    height: 700px;
    width: 100%;
}

.sec-contato-interna  .content-form {
    top: -83px;
    right: 0px;
    left: auto;
}

.content-form-trabalhe {
    background: #8888C2;
    padding: 40px;
    width: 500px;
    margin: 0px auto;
    border-radius: 6px;
    color: #fff;
        filter: drop-shadow(5px 5px 10px #a39999);
    margin-top: 60px;
}

.content-form-trabalhe h3 {
    margin-bottom: 20px;
}

.content-form-trabalhe p {
    margin-bottom: 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;  
}

.content-form p {
    margin-bottom: 0px;
}

.tit-blog {
    padding: 50px 0px;
    border-top: 1px solid #EAEAEA;
    margin-top: 50px;
}

.tit-blog h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
}

.input-busca {
    border-radius: 6px;
    border: 1px solid #FFF;
    height: 48PX;
    background:url("../images/icon-busca.svg") no-repeat 15px center;
    padding-left: 45PX;
    color: #fff;
     width: 100%;
}

.input-busca::placeholder {
    color: #fff;
   
}

.destaque-blog {
    height: 85vh;
    background-color: #131313;
}

.carousel-categorias {
    margin-top: 60px;
}

.cada-link-cat {
    display: block;
    border-radius: 6px;
    border: 1px solid #FFF;
    padding: 30px 15px;
    margin: 0px 15px;
    text-align: center;
}

.cada-link-cat img {
    display: inline-block;
}

.cada-link-cat a {
    display: block;
    color: #fff;
}

.blog-interna {
    background: #fff;
    padding-top: 0px;
}

.blog-interna .container {
    margin-top: -200px;
    z-index: 9;
    position: relative;
}

.blog-interna .content-servico {
    border: 1px solid #EAEAEA;
}

.link-cat {
   background: #000;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

.link-cat:hover {
    background: #FCBD1E;
}

.content-data-cat
{
    margin-bottom: 15px;
}

.conteudo h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.single-post .destaque-blog {
   height: auto;
}

.single-post .blog-interna .container {
    margin-top: 50px;
}

.single-post .destaque-home::after {
    display: none;
}

.tit-material h3 {
    font-size: 20px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1110px;
    }
}

/*Mobile*/
@media only screen and (max-width: 780px) {
    
    .img-cadaservico {
        margin-bottom: 0px !important;
        margin-top: 30px !important;
    }
     
    .topbar::after {
        display: none;
    }
    .content-texto-banner h1 {
        font-size: 38px;
    }
    .content-destaques-numeros {
        position: absolute;
        padding: 15px;
        width: auto;
        left: 15px;
        right: 15px;
        background-color: rgba(136, 136, 194, 0.7);
    }
    .content-texto-banner {
        display: block;
        overflow: hidden;
        margin: 81px 0px 0px 0px;
    }
    .lugar-de-crianca {
        display: none;
    }
    .content-destaques-numeros strong {
        font-size: 25px;
    }
    .content-destaques-numeros span {
        font-size: 15px;
        margin-bottom: 16px;
    }
    .destaque-home::after {
        display: none;
    }
    .destaque-home::before {
        display: none;
    }
    .sec h2 {
        font-size: 35px;
    }
    .img-sobre {
        margin-bottom: 30px;
    }
    .img-projetos {
        margin-bottom: 30px;
    }
    .content-form {
        background: #8888C2;
        position: relative;
        top: 0px;
        left: 0px;
        border-radius: 10px;
        overflow: hidden;
        filter: drop-shadow(5px 5px 10px #a39999);
        width: 100%;
        z-index: 99999;
        margin-bottom: 60px;
        
    }
    .margin-contato {
        margin-top: 60px;
        
    }
    .input-contato {
        height: 50px;
        width: 100%;
        padding-left: 21px;
        font-size: 16px;
        color: #000;
        border: 1px solid #BEC3C7;
        margin-bottom: 15px;
        border-radius: 6px;
        outline: none;
    }
    .content-field {
        padding: 27px;
    }
    .sec-contato iframe {
        position: relative;
        bottom: 0px;
        top: 50px;
        height: 373px;
        width: 100%;
    }
    .sec-contato {
        padding-bottom: 0px;
    }
    .content-conhecer {
        text-align: center;
    }
    .content-conhecer strong {
        font-size: 23px;
        margin-top: 22px;
        display: block;
    }
    .content-menus h5 {
        margin-bottom: 20px;
        margin-top: 19px;
        font-size: 16px;
    }
    .rodape {
        background-image: none;
    }
    .content-assinatura {
        margin-top: 50px;
        text-align: center;
    }
    .content-assinatura p {
        padding: 20px 0px;
    }
    .topo {
        z-index: 9999999;
        
        background: #000 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        top: -1px !important;
    }
    .topo .btn-agende {
        display: none;
    }
    .logo {
        width: 100%;
    }
    .dropdown {
        display: none;
    }
    .abre-menu {
       display: inline-block;
    }
    .fecha-menu {
        display: none;
    }
    
    .menu-mobile {
        width: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        padding: 20px;
        z-index: 999999;
        background: #000;
        height: 100%;
        padding-top: 207px;
        display: none;
    }
    .menu-mobile a {
        color: #fff;
        display: block;
        font-size: 22px;
        margin-bottom: 25px;
    }
    .menu-mobile a.dropdown-item {
            color: #000;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .menu-mobile .btn-agende {
        text-align: center;
    }
    .sec-metodo ul li {
        width: 100%;
        float: none;
    }
    .principal-internas .img-sobre {
        margin-top: 0px;
    }
    .btn-play {
        font-size: 19px;
        padding: 30px 0px 30px 99px;
    }
    .video-sobre {
        position: relative;
        bottom: 0px;
        height: 242px;
        overflow: hidden;
    }
    .video-sobre .btn-play {
        margin: 79px auto 0px auto;
    }
    .sec-conhecer .container {
        position: relative;
        padding-bottom: 0px;
    }
    .sec-preto {
        background: #000;
        color: #fff;
        padding: 60px 0px;
    }
    .img-diretora {
        width: 100%;
        height: 376px;
    }
    .sec-diretoria {
        position: relative;
        margin-top: 0px;
    }
    .content-proposta {
        margin-bottom: 30px;
    }
    .cada-imagem-gal .btn-play {
        margin: 109px auto 0px auto;
    }

    .destaque-interna h1 {
        margin-top: 45px;
        font-size: 35px;
    }
    .cada-imagem-gal {
        height: 300px;
    }
    .sec-contato-interna .content-form {
        top: 41px;
        right: 0px;
        left: auto;
    }
    .sec-contato-interna iframe {
        top: 40px;
    }
    
    .content-destaques-numeros-interna {
        position: relative;
        margin-top: 10px;
        left: auto;
        right: auto;
    }
    .topo-aberto {
        z-index: 9999999;
        top: 0px !important;
        position: absolute !important;
        padding-top: 20px !important;
    }
    .destaque-interna {
        height: 44vh;
    }
    .tamanho-row {
        height: auto;
        top: auto;
    }
    .blog-interna .container {
        margin-top: 50px;
    }
    .tit-blog {
        padding: 50px 15px;
    }
    .destaque-blog {
        height: auto;
    }
}
