@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h2,h4{
    font-family: "Poppins", sans-serif !important; 
}

body, html{
    overflow-x: hidden;
}

#diferenciais .owl-item:not(.center) {
    transform: scale(.9);
    opacity: .3;
}

.owl-carousel.owl-drag .owl-item {
    transition: .3s ease-in-out !important;
}

.box-body {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 10px;
    text-align: center;
}

.box-body h4 {
    margin-bottom: 0;
}

p.sub-title {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 14px;
}

#diferenciais{
    h4,p{
        font-family: "Exo 2", sans-serif;
    }
}

#diferenciais h4 {
    font-weight: 800;
    color: #fff;
}

.cursos {
    padding-bottom: 70px;
}

/* sec-chamada */
#chamada {
    padding-bottom: 100px;
}

/* <---------> */

/* sobre */
#sobre h2 {
    color: #fff !important;
    font-family: 'Poppins';
}
/* <------> */

/* faq */
#faq .col-md-8 {
    display: block;
    margin: auto;
}

.titulo {
    margin-bottom: 50px;
}

.titulo h2 {
    font-size: 60px;
    text-transform: capitalize;
}

button.btn.btn-link.btn-block.text-left.collapsed {
    text-decoration: none !important;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    white-space: normal;
    transition: all .2s;
}

.card .btn-link{
    color: #000;
    text-decoration: none;
    border-radius: 0;
    white-space: normal;
}

.card-body {
    padding-left: 12px;
    padding-right: 10px;
    color: white !important;
}

.card-body p{
    color: white;
    font-size: 12px;
    line-height: 18px;
}

button:not(.collapsed){
    background-color: #ffffff;
    /* background: linear-gradient(45deg, #c0c0c0, #f0f0f0, #a0a0a0, #ffffff); */
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.2);
}

.btn-link:hover:not(.collapsed){
    background-color: #fff;
}

i.fas.fa-plus:before {
    position: relative;
    content: "\f067";
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    top: 10px;
}

i.fas.fa-plus {
    position: absolute;
    top: 15px;
    left: -20px;
    transform: rotateY(0deg);
    transition: .3s ease-in-out;
}

button.btn.btn-link.btn-block.text-left.collapsed i.fas.fa-plus:not(.collapsed){
    transform: rotateY(200deg);
}

#faq {
    background-color: #151515;
}
/*  */
.social-midia {
    display: flex;
}

.social-midia .fa-facebook-square:before {
    content: "\f082";
    font-size: 30px;
    padding-left: 20px;
    color: #fff;
}

.social-midia .fa-instagram:before {
    content: "\f16d";
    font-size: 33px;
    padding-left: 20px;
    color: #fff;
}

.logo-footer {
    text-align: center;
}

.logo-footer img {
    width: 60px;
}

.img-mentor img {
    width: 620px;
    height: 620px;
}

.custom-icon-box-style-1.px-4 img {
    margin-bottom: 20px;
}

@media(max-width:720px){
    #empresa h2 {
        text-align: center;
    }

    .titulo-ferramentas h2 {
        font-size: 30px;
    }

    .redes-sociais:before {
        left: -20px;
    }

    .redes-sociais {
        margin: 50px 40px;
    }

    .ferramentas .col-md-3 {
        display: contents;
    }

    .title-publico-alvo {
        font-size: 50px !important;
    }

    .bloco-chamada {
        padding: 30px 10px;
        width: 100%;
        height: 100%;
    }

    h2.text-chamada {
        font-size: 30px;
    }

    .title-cursos {
        font-size: 40px !important;
    }

    #sobre img {
        width: 100%;
        height: 100%;
    }

    i.fas.fa-plus:before {
        color: #9f9f9f;
    }

    i.fas.fa-plus {
        left: unset;
        right: 10px;
    }

    .section-bottom-border .row {
        display: flex;
        flex-direction: column-reverse;
    }

    #contact .col-md-6 img.p-md-5 {
        display: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        background-color: #000;
    }

    .box-edit h2 {
        font-size: 42px;
    }

    .section-bg-2 {
        padding: 40px 0;
    }

    #empresa {
        padding-bottom: 10px !important;
    }
    
    #solucao {
        padding-bottom: 10px !important;
    }
    
    #faq {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}