﻿/* GERAL */

@import url('../fonts/proxima-nova/proxima-nova.css');



body {
    font-family: 'proxima-nova';
    background: #F5F8FF;
}

.column {
    flex-direction: column;
}



.btn-fixed {
    z-index: 99999;
    position: fixed;
    border-radius: 50px 0 0 50px;
    padding: 14px 40px;
    background: #E95433;
    color: #fff;
    font-size: 22px;
    bottom: 20px;
    right: 0px;
    border: none;
}

    .btn-fixed:hover {
        background: #f76342;
        color: #fff;
    }

section:not(:first-of-type) {
    padding: 90px 0px;
    position: relative;
}

.btn {
    border-radius: 6px;
    font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1600 - 300)));
    padding: 0.75rem 1.75rem;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-primary {
    border-color: #EDA006;
    background: #EDA006;
    color: #FFFFFF;
}

    .btn-primary:hover, .btn-primary:focus {
        background: #D58E00;
        border-color: #D58E00;
    }

.btn-secondary {
    color: black;
    background-color: white;
}

    .btn-secondary:hover, .btn-secondary:focus {
        background-color: #addd76;
        border-color: #addd76;
    }


footer p {
    max-width: 1315px;
    font-size: 14px;
    text-align: center;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

footer .logo {
    display: block;
    margin: auto;
    margin-bottom: 28px;
}

footer {
    padding: 30px 20px;
    background: #141414;
    color: white;
}

/* MODAL CONTATO */


.aceitacomunicacao input, .aceitacomunicacao label {
    width: auto !important;
    font-size: 12px;
}

.contato-lgpd {
    background: #f5f5f5;
    padding: 15px;
    font-size: 12px;
    margin: 20px 0 0 0;
}

#modal-contato input {
    width: 100%;
    margin: 10px 0px;
}

#MensagemSucesso {
    display: none;
}

p.contato-lgpd {
    font-size: 12px;
    color: #9a9696;
}

.contato-lgpd {
    background: #f5f5f5;
    padding: 15px;
    font-size: 12px;
    margin: 20px 0 0 0;
}

.bg-brand-logos {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 60px;
    padding: 12px 30px;
}

/* Styles */

#topo-home {
    background-image: url('../img/assets-web/bg.jpg');
    background-size: cover;
    background-position: center;
    min-height: 77vh;
}

    #topo-home .wraper-text {
        max-width: 915px;
        margin: auto;
        width: 100%;
    }

    #topo-home p {
        font-size: calc(16px + (20 - 16) * ((100vw - 500px) / (1600 - 500)));
        color: #fff;
        margin: 0px auto 3rem;
        max-width: 598px;
    }

#sabia h2 {
    font-size: 34px;
    color: #FFF;
}

#sabia {
    background-image: url('../img/assets-web/bg-section-2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top 72px center;
}

    #sabia h2 {
        font-size: calc(22px + (44 - 22) * ((100vw - 500px) / (1600 - 500)));
        color: #EEA006;
        font-weight: 900;
        text-transform: uppercase;
    }

    #sabia p {
        font-size: calc(16px + (20 - 16) * ((100vw - 500px) / (1600 - 500)));
        color: #FFFFFF;
        font-weight: 400;
        margin: 1rem 0px 2.5rem;
    }

    #sabia label {
        font-size: calc(18px + (30 - 18) * ((100vw - 500px) / (1600 - 500)));
        color: #FFFFFF;
        font-weight: 700;
        margin-bottom: 20px;
        display: block;
    }

#modulos h2 {
    font-size: calc(24px + (30 - 24) * ((100vw - 500px) / (1600 - 500)));
    color: white;
    font-weight: 900;
    margin-bottom: 6rem;
    margin-top: 3rem;
}

#modulos .tag {
    height: 42px;
    background-color: #AF2F39;
    border-radius: 6px 6px 0px 0px;
    color: white;
    display: flex;
    width: 103px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -42px;
    left: 20px;
}

#modulos h3 {
    font-size: calc(28px + (38 - 28) * ((100vw - 500px) / (1600 - 500)));
    color: #000000;
    font-weight: 900;
}

#modulos li {
    font-size: 20;
    color: #000000;
    font-weight: 500;
    margin: 7px 0px;
}

#modulos .com {
    font-size: 20;
    color: #EEA006;
    font-weight: 500;
}

#faq h2.mobile, #faq h2.desk {
    font-size: calc(25px + (30 - 25) * ((100vw - 500px) / (1600 - 500)));
    color: #EEA006;
    font-weight: 900;
    margin-bottom: 4rem;
    margin-top: 2rem;
}

#ministrantes h2 {
    font-size: 30px;
    color: #EEA006;
    font-weight: 900;
    margin-bottom: 4rem;
}

#ministrantes h3 {
    font-size: 33px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin: 2rem 0px 1px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ministrantes .sub {
    font-size: 21px;
    color: #EEA006;
    font-weight: 700;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

#ministrantes p {
    font-size: 15px;
    color: #2C2C2C;
    font-weight: 500;
}

#cta {
    background-image: url('../img/assets-web/grupo 1149.jpg');
    background-size: cover;
    background-position: center;
}

#topo-home > .logo {
    position: absolute;
    top: 30px;
    left: 30px;
}

#sabia {
    background-color: #141414;
    position: relative;
}

    #sabia .wraper-text {
        max-width: 550px;
        margin: auto;
    }

    #sabia button {
        font-size: calc(16px + (20 - 16) * ((100vw - 500px) / (1600 - 500)));
        margin: auto;
    }

.box {
    position: relative;
    display: block;
    background-color: white;
    padding: 30px;
    max-width: 950px;
    margin: auto;
}

#modulos {
    background: #EEA006;
}


    #modulos .icon {
        position: absolute;
        right: -50px;
        top: -50px;
    }

    #modulos .col-lg-12 {
        margin-top: 72px;
    }


    #modulos button {
        margin-top: 3rem;
    }

    #modulos .row {
        align-items: end;
    }

#faq .btn-primary {
    color: black;
    margin-top: 40px;
}

#ministrantes .persona {
    max-width: 409px;
    margin: 1rem 10px;
    text-align: center;
}



@media(min-width:998px) {
    #ministrantes .wraper {
        display: flex !important;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
}

#cta .wraper-text {
    max-width: 1047px;
    margin: auto;
}


#cta h2 {
    font-size: calc(24px + (46 - 24) * ((100vw - 500px) / (1600 - 500)));
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 0;
}

#cta .sub {
    font-size: calc(22px + (30 - 22) * ((100vw - 500px) / (1600 - 500)));
    color: #FFFFFF;
    line-height: calc(22px + (30 - 22) * ((100vw - 500px) / (1600 - 500)));
    display: block;
    margin-top: 15px;
}

#cta .line {
    height: 2px;
    color: #ffffff;
    width: 100%;
    z-index: 9999;
    background-color: white;
    margin: 2rem 0px;
}

#cta p {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    max-width: 754px;
    margin: 0px auto 1rem;
    text-align: center;
}

.whitebg {
    background-color: white;
    padding: 0px 4px;
}

.desk {
    display: block !important;
}

.mobile {
    display: none !important;
}

@media(max-width:998px) {
    #sabia {
        background-repeat: no-repeat;
        background-position: top 162px center;
        background-size: cover;
        background-image: unset;
    }

    #modulos .icon {
        position: absolute;
        right: -0px;
        top: -65px;
    }

    .col-lg-6.offset-lg-1 {
        margin-top: 5rem;
    }

    #sabia h2, #sabia p, #sabia label {
        text-align: center;
    }

    .desk {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    #ministrantes .persona {
        margin: 2rem auto;
    }
}

@media(max-width:600px) {

    #topo-home > .logo {
        max-width: 141px;
    }

    section:not(:first-of-type) {
        padding: 48px 0px;
        position: relative;
    }

    #sabia {
        background-image: url('../img/assets-mobile/fundo interrogação.png');
        /* background-size : cover; */
        background-repeat: no-repeat;
        background-position: top 59px center;
    }

    #topo-home {
        background-position: right -72px top;
        min-height: 70vh;
    }

    #sabia label {
        margin-top: 30px;
    }

    #topo-home .wraper-text {
        max-width: 302px;
    }

    #sabia p {
        max-width: 256px;
        margin: auto;
    }
}

#sabia img {
    margin: auto;
    margin-bottom: 2rem;
}

#sabia .perfumaria {
    position: absolute;
    bottom: -60px;
    z-index: 99999;
}

.perfumaria {
    top: -7px;
    position: absolute;
    width: 100%;
}

#ministrantes .owl-item img {
    max-width: 85%;
    margin: auto;
}

#ministrantes .owl-nav {
    position: absolute;
    top: 110px;
    left: 5%;
    width: 90%;
    justify-content: space-between;
    display: flex;
    font-size: 70px;
}

.actions-footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

label.error {
    color: #E95433 !important;
    font-size: 12px;
    margin: 0 0 5px 0;
    display: block;
}
