/*******************************************
HOMEPAGE 
******************************************** */

@import url('https://fonts.googleapis.com/css?family=Montserrat');
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.load-screen img {
    /* width:60px; */
    height: 60px;
}

.grecaptcha-badge {
    display: none;
}


/*@media (max-width: 425px){
    section#cover-slide .carousel .carousel-item {
        width: 100%;
        height: 85% !important;
    }
}*/

.shortcode {
    padding-top: 50px;
    padding-bottom: 50px;
}

.shortcode.bg_cinza {
    background: #E8E8E8;
}

.shortcode.bg_azul {
    background: #09497E;
}

.shortcode-row-titulo {
    margin-bottom: 50px;
    padding-left: 15px;
    width: 100%;
}

.shortcode-row-titulo-content {
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    border-color: #14518D;
    font-weight: 600;
    color: #14518D;
}

.shortcode-row-titulo-content.cor-branca {
    color: #FFF;
    border-color: #FFF;
}


/* Faz com que o slider fique fixo */


/* 22-04-2021 11h32 */


/* HENRIQUE GUIMARÃES */

.carousel-item {
    /* width: auto !important; */
    height: 700px;
    margin-left: auto;
    margin-right: auto;
}

.a-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center;
    display: inline-block;
    width: 150px;
    padding: 10px 10px;
    color: #14518D;
    font-size: 15px;
    font-weight: 600;
    background-color: transparent;
    border: 2px solid #14518D;
    transition: all ease .3s;
}

.a-btn.txt-branco {
    color: #FFF;
    border-color: #FFF;
}

.a-btn.bg-branco {
    color: #14518D;
    background-color: #FFF;
    border-color: #FFF;
}

.a-btn.bg-azul {
    color: #FFF;
    background-color: #14518D;
    border-color: #14518D;
}

.a-btn:hover {
    color: #FFF;
    background-color: #14518D;
    border-color: #FFF;
}

.a-btn.bg-azul:hover {
    color: #14518D;
    background-color: #ffffff;
    border-color: #14518D!important;
}

#back-top {
    background-color: #17487e;
}

.main-body,
.widget-footer.footer {
    height: auto;
    overflow: initial;
    transition: top .2s ease-in-out;
}

.main-body.noshow,
.widget-footer.footer.noshow {
    height: 0;
    overflow: hidden;
}


/** Search **/

.searchform-wrap {
    position: relative;
}

.search-container {
    background: #d2d2d2;
    padding: 15px 0;
}

.search-container input {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}

@media (min-width: 576px) {
    .search-container input {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .search-container input {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .search-container input {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .search-container input {
        max-width: 1140px;
    }
}


/* MAIN_PAGE - CAROUSEL */

#formacao .carousel-wrap {
    display: block;
}

#formacao .formacao-mobile-wrap {
    display: none;
}

section#cover-slide .carousel {
    width: 100%;
}

section#cover-slide .carousel .carousel-control-next,
section#cover-slide .carousel .carousel-control-prev {
    transition: all ease .3s;
}


/* RETIRA A SOMBRA DOS BOTÕES DO SLIDER */


/* 22-04-2021 11H53 */


/* HENRIQUE GUIMARAES */

section#cover-slide .carousel .carousel-control-next:hover,
section#cover-slide .carousel .carousel-control-prev:hover {
    /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%); */
}

section#cover-slide .carousel .carousel-footer-wrap {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

section#cover-slide .carousel .carousel-footer-wrap .carousel-indicators-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

section#cover-slide .carousel .carousel-footer-wrap .carousel-indicators>li {
    border-radius: 8px;
    width: 8px;
    height: 8px;
    background-color: #FFF;
}

section#cover-slide .carousel .carousel-footer-wrap .carousel-indicators .active {
    background-color: #09497E;
}

section#cover-slide .carousel .carousel-footer-wrap .carousel-indicators {
    margin: 0;
    left: unset;
    bottom: unset;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

section#cover-slide .carousel .carousel-inner .carousel-titulo-wrap {
    background: #ffffffbf;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

section#cover-slide .carousel .carousel-inner .carousel-titulo-wrap .carousel-titulo {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    padding-left: 21px;
    padding-right: 80px;
    transform: translate(-50%, -50%);
    font-weight: 600;
    color: #14518D;
    z-index: 999999;
}

@media screen and (max-width: 768px) {
    #formacao .carousel-wrap {
        display: none;
    }
    #formacao .formacao-mobile-wrap {
        display: block;
    }
}


/* RESPONSIVIDADE DO SLIDER EM MOBILE */


/* 22-04-2021 12H14 */


/* HENRIQUE GUIMARAES */

@media (max-width:320px) {
    .main-body.birkita_site-container {
        margin-top: -198px;
    }
}

@media (max-width:500px) {
    #back-top {
        display: none;
    }
    section#cover-slide {
        margin-bottom: 50px;
    }
    /* MAIS UNS AJUSTES NO BANNER */
    /* PUXEI O BANNER PARA CIMA PARA EVITAR TER ESPAÇOS EM BRANCO 14-04-2021 14:33 */
    section#cover-slide .carousel {
        /* width: auto;
    height: 80vh; */
        width: auto;
        height: 80vh;
        margin-top: -43%;
        /*margin-top: -30%;*/
    }
    section#cover-slide .carousel .carousel-inner {
        width: 100%;
        height: 80vh;
    }
    section#cover-slide .carousel .carousel-inner .carousel-titulo-wrap {
        height: 80px;
    }
    section#cover-slide .carousel .carousel-inner .carousel-titulo-wrap .carousel-titulo {
        padding-right: inherit;
    }
    section#cover-slide .carousel .carousel-item .carousel-titulo-wrap h2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    section#cover-slide .carousel .carousel-item {
        width: 100%;
        height: 80vh;
    }
    /* ALTERAÇÃO DO BANNER PARA CABER EM MOBILE 14-04-2021 14:32 */
    /* MUDEI DE 'COVER' PARA 'CONTAIN' */
    section#cover-slide .carousel .carousel-item img {
        object-fit: contain;
        height: 100%;
    }
    section#cover-slide .carousel .carousel-footer-wrap .carousel-indicators {
        left: 0;
        top: 140%;
    }
    section#cover-slide .carousel .carousel-footer-wrap .carousel-indicators>li {
        background-color: #e8e8e8;
    }
    #agenda .widget-agenda .col-12 {
        padding: 0;
    }
    #agenda .widget-agenda .col-12 img {
        display: none;
    }
    #formacao .carousel-wrap .col-12 {
        padding: 0;
    }
}


/* IPHONE 5 */

@media (max-width:350px) {
    /*  */
}


/* EFEITOS */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn 1s ease-in 0s 1 normal forwards;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn 1s ease-in 0s 1 normal forwards;
    animation: fadeIn 1s ease-in 0s 1 normal forwards;
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    animation-delay: .7s;
}

.fade-in.fast {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}