/* --------------------------------------------------------------------------- */
/* Header */
/* --------------------------------------------------------------------------- */
.header{
    display: ;
    padding: 15px 0;
    background-color: var(--azul-escuro);
}

.logo{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.navigation-primary{
    display: flex;
    justify-content: space-between;
    align-items: center;
}   

/* --------------------------------------------------------------------------- */
/* dropdown */
/* --------------------------------------------------------------------------- */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
  list-style: none; 
}

ul.dropdown {
  position: relative;
  z-index: 597; }

ul.dropdown li {
  float: left;
  min-height: 1px;
  vertical-align: middle; }

ul.dropdown li.hover,
ul.dropdown li:hover {
  position: relative;
  z-index: 599;
  cursor: default; }

/* DIREÇÃO DO SUBMENU*/
ul.dropdown-right ul {
  right: 0; }

ul.dropdown-left ul {
  left: 0; }

/* SUBMENU */
ul.dropdown ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: 598; }

ul.dropdown ul li {
  float: none; }

ul.dropdown ul ul {
  top: 1px;
  left: 99%; }

ul.dropdown li:hover > ul {
  width: 280px;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out; }

ul.dropdown a {
  display: block; }

/* ==================== TEMA ===================== */
ul.dd-primary{
    display: none;
}

@media (min-width: 992px) {
    ul.dd-primary{
        display: block;
    }    
}

ul.dd-primary li:hover > ul {
  width: 200px; }

ul.dd-primary > li a {
    padding: 5px 15px;
    font-weight: 600;
    font-size: 14px;
    color: #FFF; 
}

ul.dd-primary > li a:hover {
    color: #E32456; 
}

ul.dd-primary ul {
  background: #1F2447;
  -webkit-box-shadow: 4px 7px 7px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 7px 7px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 7px 7px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}

ul.dd-primary ul a {
  padding: 10px 10px;
  color: #E32456;
}

ul.dd-primary ul a:hover {
  background-color: #f5f5f5;
  transition: all 0.1s ease-in-out; 
}

.dd-ordenacao__btn {
  display: inline-block;
  background: #fff;
  padding: 3px 5px 4px 5px;
  border-radius: 3px; }

/* wp  */
.current-menu-item a,
.current-menu-parent > a{
    color: #E32456 !important;
}

/* --------------------------------------------------------------------------- */
/* POST */
/* --------------------------------------------------------------------------- */

.post-single{
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 500;
}

.post-single__title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: var(--azul-escuro);
}

.post-single__author{
    margin-bottom: 30px;
    display: block;
}

.post-single__content{
    margin-bottom: 70px;
}

.post-single__list-categories-title,
.post-single__share-title{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.post-single__hero{
	width: 100%;
    max-width: 640px;
    margin-top:20px;
    display: block;
}

@media (min-width: 768px){
    .post-single{
        margin-top: 45px;
        font-size: 20px;
    }
    
    .post-single__title{
        margin-top: ;
        font-size: 32px;
    }

    .post-single__hero{
        margin-top:60px;
    }

    .post-single__list-categories-title,
    .post-single__share-title{
        text-align: left;
    }
    
}

/* --------------------------------------------------------------------------- */
/* Categoria */
/* --------------------------------------------------------------------------- */

.list-categories{
    margin-bottom: 20px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
}
.list-categories__item{
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    background-color: var(--azul-medio);
}

.list-categories__item.is-selected{
    background-color: var(--rosa);
}

.list-categories__item a {
    color: var(--branco);
}

@media(min-width: 768px){

    .list-categories{
        justify-content: left;
    }
}

/* --------------------------------------------------------------------------- */
/* pagination */
/* --------------------------------------------------------------------------- */
.pagination{}

.nav-links{
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
}

.page-numbers{
    margin: 0 5px;
    padding: 5px 10px;
    display: inline-block;
    background: #F9F9F9;
    color: var(--azul-medio);
    border-radius: 3px;
}
.page-numbers:hover{    
    color: var(--rosa);
}
.page-numbers.nex{}
.page-numbers.prev{}
.page-numbers.current{
    color: var(--rosa);
}



/* --------------------------------------------------------------------------- */
/* hero home */
/* --------------------------------------------------------------------------- */
/*

.hero-home{
    min-height: 500px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: var(--branco);
    background: url('static/images/bg-hero-home.jpg') no-repeat center;
    background-size: auto 100%;
}

.hero-home__title{
    max-width: 850px;
    margin-bottom: 20px ;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
}

.hero-home__description{
    max-width: 480px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.3;
}

.hero-home__btn-wrapper{
    text-align: center;
}

.hero-home__btn-wrapper a{
    margin-bottom: 20px;
}

@media (min-width: 768px) {

    .hero-home{
        min-height: 600px;
    }

    .hero-home__title{
        margin-bottom: 30px ;
        font-size: 48px;
    }

    .hero-home__description{
        max-width: 650px;
        margin-bottom: 40px;
        font-size: 20px;
    }

    .hero-home__btn-wrapper{
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .hero-home__btn-wrapper a{
        margin-bottom: 20px;
    }
}

*/

/* --------------------------------------------------------------------------- */
/* sec */
/* --------------------------------------------------------------------------- */
/* .sec{
    padding: 30px 20px;
}

.sec__title{
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.sec__desc{
    font-size: 16px;
    line-height: 1.3;
}

.sec__content-middle{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    
    .sec{
        padding: 110px 20px;
    }

    .sec__title{
        margin-bottom: 30px;
        font-size: 32px;
        font-weight: bold;
    }

    .sec__desc{
        font-size: 20px;
    }
   
}

@media (min-width: 1200px) {
    
    .sec{
    }

    .sec__title{
    }

    .sec__desc{
    }
   
} */

.sec-bg-circle{
    background: url('static/images/sec-b.png') no-repeat center;
    background-size: 100% auto ;
}

/* --------------------------------------------------------------------------- */
/* Esquema de cor */
/* --------------------------------------------------------------------------- */

.azul-escuro{
    background-color: var(--azul-escuro);
    color: var(--branco);
}

.azul-escuro h1,
.azul-escuro h2,
.azul-escuro h3,
.azul-escuro h4,
.azul-escuro h5,
.azul-escuro h6{
    color: var(--branco);
}

/* --------------------------------------------------------------------------- */
/* Próximas turmas */
/* --------------------------------------------------------------------------- */

.is-proximas-turmas{
    background: url(static/images/bg-contato.png) no-repeat center var(--azul-medio);
    background-size: auto 100%;
}

/* --------------------------------------------------------------------------- */
/* Box Turmas */
/* --------------------------------------------------------------------------- */

/* .box-turmas{
    padding: 20px 30px;
    background-color: var(--azul-escuro);
    border-radius: 5px;
}

.box-turmas__title{
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    color: var(--rosa);
}

.box-turmas__content{
    padding-right: 20px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .box-turmas__title{
        font-size: 32px;
    }
} */




/* --------------------------------------------------------------------------- */
/* porque-realizar */
/* --------------------------------------------------------------------------- */
.porque-realizar{
    padding: 45px 20px 15px 20px;
    background-color: var(--branco);
}
.porque-realizar__title{
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: bold;
    color: var(--rosa);
}

/* .porque-realizar__item{ 
    margin-bottom: 35px; 
    align-items: center;
}

.porque-realizar__item-title{
    font-size: 18px;
}


@media (min-width: 768px) {
    .porque-realizar{
        padding: 75px 20px 15px 20px;
    }
    .porque-realizar__title{
        margin-bottom: 60px;
    }
    .porque-realizar__item{
        margin-bottom: 65px;
    }
    .porque-realizar__item-title{
        font-size: 20px;
    }
} */

/* --------------------------------------------------------------------------- */
/* depoimentos */
/* --------------------------------------------------------------------------- */
.depoimentos{
    padding: 35px 20px;
    background-color: var(--rosa);
}
.depoimentos__title{
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: var(--azul-escuro);
}

.depoimentos__item{
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.depoimentos__desc{
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.4;
}
.depoimentos__author{
    color: #fff;
}

@media (min-width: 768px) {
    .depoimentos{
        padding: 75px 20px;
    }
    .depoimentos__title{
        margin-bottom: 60px;
        font-size: 32px;
        text-align: left;
    }

    .depoimentos__item{
        font-size: 20px;
    }

    .depoimentos__desc{
        margin-bottom: 20px;
        line-height: 1.4;
    }
    .depoimentos__author{ }
}


/* --------------------------------------------------------------------------- */
/* contato */
/* --------------------------------------------------------------------------- */
.contato-home{
    padding: 30px 20px;
    color: var(--branco);
    background: url('static/images/bg-contato.png') no-repeat center var(--azul-medio);
    background-size: auto 100%;
}
.contato-home__desc{

    margin-bottom: 30px;
    font-size: 22px;
    color: var(--branco);
}

@media (min-width: 768px) {
    .contato-home{
        padding: 75px 20px;
    }
    .contato-home__desc{
        padding-top: 60px;
        margin-bottom: 60px;
        /* padding-right: 87px; */
        font-size: 28px;
    }
}

/* --------------------------------------------------------------------------- */
/* form-contato */
/* --------------------------------------------------------------------------- */
.form{
    padding: 20px 30px;
    background-color: var(--branco);
    border-radius: 5px;
    color: var(--azul-medio);
}

h2.form__title{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: var(--azul-medio) !important;
}


/* --------------------------------------------------------------------------- */
/* faq */
/* --------------------------------------------------------------------------- */

/* FAQ  */
/* 

.faq-home{
    padding: 35px 20px;
    background-color: var(--azul-medio);
    color: var(--branco);
}

.faq-home__title{
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
    color: var(--branco);
}


.faq{
    list-style: none;
    color: var(--branco);
}
.faq__item{
    padding: 15px 0;
    border-bottom: 1px solid var(--branco);
}

.faq__title{
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
}

.faq__content{
    padding: 15px 0;
    display: none;
    font-weight: 400;
    line-height: 1.3;
} 

@media (min-width: 768px) {
    .faq-home{
        padding: 75px 20px;
    }
}*/

/* --------------------------------------------------------------------------- */
/* footer */
/* --------------------------------------------------------------------------- */

.footer{
    padding: 75px 20px 55px 20px;
    background-color: #F9F9F9;
    color: var(--azul-medio);
}

.footer-links{
    margin-bottom: 20px;
    list-style: none;
}

.footer-links__title{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--azul-medio);
}

.footer-links li,
.footer-links__item{
    margin-bottom: 10px;
    list-style: none;
}

.footer-links li a,
.footer-links__item a{
    display: block;
    color: var(--azul-medio);
}

/* footer-icons  */

.footer-icons{
    margin-bottom: 20px;
    display: flex;
    flex-grow: 0;
    list-style: none;
}
.footer-icons__item{
    margin-right: 10px;
}


/* --------------------------------------------------------------------------- */
/* MENU MOBILE */
/* --------------------------------------------------------------------------- */

/* hamburguer  */
.hamburguer {
    width: 50px;
    padding: 18px 14px;
    display: inline-block; 
}

.hamburguer__linha {
    width: auto;
    height: 2px;
    margin-bottom: 5px;
    background-color: #fff; 
}

.hamburguer__linha:last-child {
    margin-bottom: 0; 
}

.hamburguer:hover {
    background-color: var(--azul-medio); 
}

.hamburguer.is-small {
    width: 19px;
    padding: 0;
    margin-right: 5px;
    vertical-align: sub; 
}

.hamburguer.is-small .hamburguer__linha {
    margin-bottom: 4px; 
}

.hamburguer.is-small .hamburguer__linha:last-child {
    margin-bottom: 0; 
}

@media (min-width: 992px) {
    .hamburguer{
        display: none
    }
}

/* slide-menu  */

.slide-menu {
    width: 280px;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9990;
    background: #fff;
    transition: all .2s linear;
    transform: translateX(-100%); 
}

.slide-menu__header{
    padding: 10px;
    background: var(--azul-escuro);
}

.slide-menu__backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: #000;
    opacity: 0;
    transition: all .2s linear; 
}
.slide-menu__backdrop.is-open {
    display: block;
    z-index: 9980;
    opacity: .8;
    transition: all .2s linear; 
}
.slide-menu.is-open {
    display: block;
    opacity: 1;
    transition: all .2s linear;
    transform: translateX(0); 
}
.mobile-menu a {
    padding: 15px 20px 15px 36px;
    font-size: 14px;
    display: block;
    background: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-tap-highlight-color: transparent; 
}

@media (min-width: 768px) {
    .slide-menu {
        width: 420px; 
    } 
}

/* --------------------------------------------------------------------------- */
/* LINE SEPARARATOR */
/* --------------------------------------------------------------------------- */

.line-separator{
    padding: 5px;
    background-color: #FFF;
}

/* --------------------------------------------------------------------------- */
/* copright */
/* --------------------------------------------------------------------------- */

.copyright{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    color: var(--branco);
    background-color: var(--azul-escuro);
}

/* --------------------------------------------------------------------------- */
/* media */
/* --------------------------------------------------------------------------- */

/* .media{ display: flex; }
.media__thumb{
    margin-right: 30px;
    flex-grow: 0;
}
.media__content{
    flex-grow: 1;
}
 */
/* --------------------------------------------------------------------------- */
/* página de finalização */
/* --------------------------------------------------------------------------- */

.finalizacao{
    min-height: 400px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--branco);
    background: url('static/images/finalizacao-bg-banner.jpg') no-repeat center;
    background-size: auto 100%;
}

.finalizacao__title{
    padding: 30px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.finalizacao__description{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.3;
}

@media (min-width: 768px) {

    .finalizacao{
        min-height: 600px;
    }

    .finalizacao__title{
        
        font-size: 24px;
    }

    .finalizacao__description{
        margin-bottom: 40px;
        font-size: 20px;
    }
}


.fn__box{
    height: 100%;
    padding: 34px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 10px;
    color: var(--azul-medio);
    background-color: #fff;
}
.fn__box-icon{
    margin-bottom: 15px;
}
.fn__box-icon img{
    display: block;
}
.fn__box-title{
    margin-bottom: 20px;
    color: var(--rosa);
    font-size: 20px;
    font-weight: 700;
}
.fn__box-sub-title{
    margin-bottom: 15px;
}

/* --------------------------------------------------------------------------- */
/* Header Grafismo */
/* --------------------------------------------------------------------------- */

.header-grafismo{
    min-height: 300px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    background: #1F2447 url(../images/bg-grafismo.png) no-repeat center;
    background-size: auto 100%;
}

.header-grafismo__title{
    font-size: 30px;
    color: #FFF;
    font-weight: 600;
}

@media(min-width: 768px){
    .header-grafismo__title{
        font-size: 48px;
    }
}

/* --------------------------------------------------------------------------- */
/* Marcas */
/* --------------------------------------------------------------------------- */

.marcas{}
.marcas__item{}
.marca__example{
    padding: 30px 10px;
    border-radius: 10px;
    background-color: #E5E5E5;
}

/* --------------------------------------------------------------------------- */
/* Sider de conteúdo da home */
/* --------------------------------------------------------------------------- */

.block-slider .blockslider-navigation-wrapper .blockslider-next-btn svg,
.block-slider .blockslider-navigation-wrapper .blockslider-prev-btn svg,
.block-slider .blockslider-navigation-wrapper .blockslider-next-btn path,
.block-slider .blockslider-navigation-wrapper .blockslider-prev-btn path {
    fill: #e91e63 !important;
}

.block-slider .blockslider-navigation-wrapper .blockslider-next-btn{
    margin-right: -21px;
} 
.block-slider .blockslider-navigation-wrapper .blockslider-prev-btn {
    margin-left: -16px;
}

.blockslider-pagination span.blockslider-pagination-bullet {
    background: #e91e63 !important;
}

/* --------------------------------------------------------------------------- */
/* OWL */
/* --------------------------------------------------------------------------- */

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}