/*COLORS*/
:root{
    --primary-color:#00226d;
    --secondary-color:#e1a800;
    --primary-color-alpha:rgba(0,34,109,.1);
    --secondary-color-alpha:rgba(225,168,0,.2);
}

/*RESET COLORS*/
.theme-color {color:var(--primary-color)!important;}
.btn-primary {border-color:var(--primary-color);background-color:var(--primary-color);}
.btn-hover-secondary:hover, .btn-hover-secondary:not(:disabled):not(.disabled).active {background-color:var(--secondary-color);}
.scroll-top {background-color:var(--primary-color);}
.header-orange .site-main-menu>ul>li:hover>a,
.header-orange .site-main-menu>ul>li.active>a {color:var(--secondary-color);}
.header-orange .site-main-menu.menu-hover-1>ul>li>a .menu-text::before {background-color:var(--secondary-color);}
.footer-social-inline.primary-three a:hover {color:var(--primary-color);}
.single-product-content .prices .price-new {color:var(--secondary-color);}
.event .info .date {color:var(--secondary-color);}
.selectric .arrow i {color:var(--primary-color);}
.selectric.selectric-open, .selectric:hover, input[type=email]:focus, input[type=number]:focus, input[type=phone]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus {border-color:var(--primary-color);}
.selectric-items .selectric-scroll ul li:hover {background-color:var(--primary-color);}
.selectric-items .selectric-scroll ul li.selected::before {color:var(--primary-color);}
.footer-widget-content.primary-three ul li a:hover {color:var(--secondary-color);}
.funfact .number,
.section-title .title span,
.newsletter-content .title span,
.about-content .title span {color:var(--secondary-color);}
.newsletter-content .title {color:var(--primary-color);}
.about-image .shape-1 span {border-color:var(--secondary-color);}
.btn-primary:focus, .btn-primary:hover {background-color:var(--secondary-color);}
.course-7:hover .info {border-color:var(--primary-color);}
.course-7 .info .title, .course-7 .info .title a:hover {color:var(--primary-color);}
.course-7 .info .price {color:var(--secondary-color);}
.btn-primary-three {background-color:var(--primary-color);border-color:var(--primary-color);}
.btn-hover-secondary-three:hover, .btn-hover-secondary-three:not(:disabled):not(.disabled).active {background-color:var(--secondary-color);}
.newsletter-content .shape-1 span {border-color:var(--primary-color);}
.course7-animation-shape .shape-3 .title {-webkit-text-stroke-color: var(--secondary-color-alpha);}
.course7-animation-shape .shape-2 svg * {fill:var(--primary-color-alpha);}
.course7-animation-shape .shape-1 svg * {fill:var(--secondary-color-alpha);}

/*DEFAULT*/
.overlay::before {background:rgba(0,0,0,0.5);}
.flex-1 {flex:1;}

/*HEADER*/
.header-section .header-logo {display:none;}
.header-section.is-sticky .header-logo {display:inline-block;}
.header-section.is-sticky .hide-on-sticky {display:none;}
/* .header-section.is-sticky .site-main-menu {justify-content:flex-end;} */
.header-section.is-sticky .site-main-menu {justify-content:center;}
.header-section .header-inner {background:var(--primary-color);}
.header-orange .site-main-menu>ul>li>a {color:#fff;}
.header-section.is-sticky .site-main-menu>ul>li>a {color:var(--primary-color);}
.header-section.is-sticky .site-main-menu>ul>li>a i {display:none!important;}
.header-section.is-sticky .site-main-menu>ul>li.active>a {color:var(--secondary-color);}
.logo-hidden {display:none;}
.header-section.is-sticky .logo-hidden {display:block;}
.menu_color{color:white;}
.fullscreen-search-close .toggle i::after, .fullscreen-search-close .toggle i::before, .header-mobile-menu-toggle .toggle i::after, .header-mobile-menu-toggle .toggle i::before, .mobile-menu-close .toggle i::after, .mobile-menu-close .toggle i::before{background-color:white;}


#position-variable .site-main-menu ul
{
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#position-variable a
{
   margin-top:0;
   margin-bottom:0;
   padding-top:0;
   padding-bottom:0;
}

#position-variable
{
    position: absolute!important;
    display: block;
    top:50px;
    background:var(--primary-color);
    z-index: 999;
    right:0;
    padding: 0!important;
    width: 100vw;
}

@media only screen and (max-width: 670px) {
    #position-variable .site-main-menu ul
    {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #position-variable
    {
        width: auto;
    }
    #position-variable a
    {
        padding-top:10px;
        padding-bottom:10px; 
    }
}
.shownone
{
    display: none!important;
}
/*LOCALIZAÇÃO*/
.map {width:100%;height:500px;border:none;display:block;}

/*CINEMA*/
.filme_censura {color: #fff;font-weight: bold;line-height: 35px;height: 35px;display: inline-block;border-radius: 4px;width: 35px;text-align: center;}
.filme_censura.livre {background:#00af51;}
.filme_censura.dez {background:#0f7dc2;}
.filme_censura.doze {background:#f8c411;}
.filme_censura.quatorze {background:#e67824;}
.filme_censura.dezesseis {background:#db2827;}
.filme_censura.dezoito {background:#1d1815;}
.cinema_info .meta {display:flex;align-items:center;list-style:none;padding-left:0;}
.cinema_info .meta li {margin-right:20px;}
.cinema_info .meta li:last-child {margin-right:0;}
.btn_horario button {width:130px;height:52px;display: inline-block;position: relative;overflow:hidden;}
.btn_horario:last-child {margin-right:0;}
.btn_horario span {position:absolute;transition:all ease .2s;color:#fff;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-transform: uppercase;}
.btn_horario span.hover {transform:translateY(40px);}
.btn_horario:hover span.unhover {transform:translateY(-40px);}
.btn_horario:hover span.hover {transform:translateY(0);}

/*TRABALHE CONOSCO*/
.anexo {width: 100%;min-height: 56px;line-height:56px;padding: 3px 20px;color: #696969;border: 1px solid #f5f5f5;border-radius: 5px;outline: 0;background-color: #f5f5f5;}
.anexo i {float:right;color:var(--primary-color);font-size:19px;line-height:56px;}
.anexo>span>span {font-weight:700;font-size:14px;margin-left:5px;position:relative;bottom:1px;}
[type="file"] {display:none;}

/*HOME*/
.servico_lista_home .coaching-box .image {width:100%;height:200px;display:flex;align-items:center;justify-content:center;}
.servico_lista_home .coaching-box .image img {max-width:80%;max-height:90%;}

.destaque_loja_home{padding-top: 40px;}
.destaque_loja_home .coaching-box .image {width:100%;height:200px;display:flex;align-items:center;justify-content:center;}
.destaque_loja_home .coaching-box .image img {max-width:80%;max-height:90%;}

/*EVENTO*/
.evento_select{font-size: max(1.5vw, 1.1rem); padding: .5rem 0; min-height: auto;}