/* Estilo automático para a página: home */
#banner {
    position: relative;
    min-height: 630px; 
    overflow: hidden;
    
    .swiper {
        width: 100%;
        height: 100%;
        
        .swiper-slide {
            position: relative;
            min-height: 630px; 
            display: flex;
            align-items: center; 
            
            .img-banner {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover; 
                z-index: 1;
            }
        }
        
        .container {
            position: relative;
            z-index: 2;
            width: 100%;
            
            .row {
                display: flex;
                justify-content: center; 
                align-items: center; 
                text-align: center; 
                min-height: 100%; 
                
                h1 {
                    font-weight: 700;
                    font-style: Bold;
                    font-size: 56px;
                    line-height: 68px;
    
                    text-align: center;
                    color: #fff;
                    margin-bottom: 40px;
                
                }
                
                h2 {
                    color: #fff;
                    font-weight: 500;
                    font-size: 24px;
                    line-height: 38px;
    
                    text-align: center;
                    margin-bottom: 40px;
                }
    
                .barra-amarela {
                    width: 40%;
                    height: 4px;
                    background-color: #D2A24E;
                    top: 10px;
                    position: relative;
                    margin: 0 auto; 
                }
            }
        }
    }
}

#banner .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

#banner .swiper-pagination {
    bottom: 20px;
    z-index: 3;
}

#banner .swiper-pagination-bullet {
    background: #FFFFFF80;
    opacity: 0.5;
    width: 12px;
    height: 12px;
}

#banner .swiper-pagination-bullet-active {
    background: #fff; 
    opacity: 1;
}

#mvv{
    padding: 43px 0;
    position: relative;

    .card-mvv {
        position: relative;
        box-shadow: 6px 6px 15px 3px #37415114;
        min-height: 280px;
        background-color: #fff;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        padding: 30px;
        justify-content: center;
        align-items: center;
        text-align: center;

        h2{
            font-weight: 600;
            font-size: 28px;
            line-height: 60px;
            text-align: center;
            color: #1B4496;
        }
        p{
            font-weight: 400;
            font-size: 20px;
            line-height: 26px;
            text-align: center;
            color: #374151;

        }
    }

    .card-mvv-2 {
        position: relative;
        box-shadow: 6px 6px 15px 3px #37415114;
        min-height: 280px;
        background-color: #1B4496;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        padding: 30px;
        justify-content: center;
        align-items: center;
        text-align: center;

        h2{
            font-weight: 600;
            font-size: 28px;
            line-height: 60px;
            text-align: center;
            color: #fff;
        }
        p{
            font-weight: 400;
            font-size: 20px;
            line-height: 26px;
            text-align: center;
            color: #fff;

        }
    }


    &:after{
        background-image: url(../img/efeito-mvv-2.png);
        background-size: cover;
        display: inline-block;
        width: 684px;
        height: 384px;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
    &:before{
        background-image: url(../img/efeito-mvv-1.png);
        background-size: cover;
        display: inline-block;
        width: 684px;
        height: 384px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

#quemSomos {
    padding: 30px 0;

    .efeito-quem-somos{
        position: relative;
        display: inline-flex;

        h2{
            font-weight: 700;
            font-size: 40px;
            line-height: 40px;
            text-align: center;
            color: #102F6D;
            position: relative;
            margin-bottom: 40px;
    
        }
        &::after{
            background-color: #D2A24E;
            background-size: auto;
            display: inline-block;
            width: 80px;
            height: 4px;
            content: "";
            top: 50px;
            left: 35%;
            position: absolute;
            z-index: 0;
        }
    }

    .btn-ouvir {
        background-color: #ECF9FC;
        padding: 18px 26px;
        border-radius: 8px;
        font-weight: 500;
        color: #fff;
        font-size: 20px;
        line-height: 28px;
        text-decoration: underline;

        img{
            margin-right: 8px;
        }
    }

    .img-quem-somos{
        width: 100%;
        height: 390px;
        border-radius: 20px;
        object-fit: cover;
    }

    p{
        font-weight: 400;
        font-size: 20px;
        color: #374151;
        line-height: 32px;
    }
}

#academicos{
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    h2{
        font-weight: 600;
        font-size: 40px;
        color: #E0A439;
        line-height: 28px;
    }
    .text-academico {
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        color: #fff;
    }

    .card-academico{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        .img-academico {
            width: 100%;
            height: 350px;
            object-fit: cover;
            border-radius: 20px 20px 0 0;
            margin-bottom: 20px;
        }
        h4{
            font-family: "Playfair Display", serif;
            font-weight: 500;
            font-style: Italic;
            font-size: 26px;
            line-height: 28px;
            color: #E6E6E6;
            min-height: 60px;
        }

        .btn-cadeira {
            font-weight: 500;
            font-size: 20px;
            color: #E0A439 !important;
            line-height: 28px;
            border: 1.5px solid;
            padding: 8px 23px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60%;
            margin-top: 20px;
        }
    }

    .swiper-button-prev {
        left: -70px;
        border: 1px solid #FFFFFF;
        width: 56px;
        height: 56px;
        border-radius: 40px;
        color: #fff;
        background-color: #102e6b;

        &::after{
            font-size: 20px;
            left: -1px;
            position: relative;
        }
    }
    .swiper-button-next {
        right: -70px;
        border: 1px solid #FFFFFF;
        width: 56px;
        height: 56px;
        border-radius: 40px;
        color: #fff;
        background-color: #102e6b;

        &::after{
            font-size: 20px;
            right: -1px;
            position: relative;
        }
    }
}

#contato {
    padding: 60px 0;

    .form-contato {
        padding: 60px 40px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 30px;

        h2{
            font-weight: 700;
            font-size: 40px;
            line-height: 40px;
            color: #fff;
        }

        .img-contato {
            width: 100%;
            height: 510px;
            border-radius: 20px;
            object-fit: cover;
        }

        .text-contato{
            font-weight: 500;
            font-size: 20px;
            line-height: 40px;
            color: #fff;

            span{
                font-weight: 700;
            }
        }
        label {
            font-weight: 600;
            font-size: 14px;
            line-height: 100%;
            color: #FFF;
        }
        .form-control {
            box-shadow: 0px 4px 4px 0px #0000000D;
            height: 50px;
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
        }
        .form-select {
            box-shadow: 0px 4px 4px 0px #0000000D;
            height: 50px;
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
        }
        textarea{
            height: auto !important;
        }
        .form-check-label{
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
            color: #fff;

            span{
                font-weight: 400;
                text-decoration: underline;
            }
        }
        .btn-enviar{
            font-weight: 600;
            font-size: 19px;
            line-height: 100%;
            text-align: center;
            color: #fff;
            background-color: #D2A24E;
            padding: 15px 0;
            width: 100%;
        }
    }
}

#insta{
    padding: 43px 0;
    position: relative;

    .efeito-insta{
        position: relative;
        display: inline-flex;

        h2{
            font-weight: 700;
            font-size: 40px;
            line-height: 40px;
            text-align: center;
            color: #102F6D;
            position: relative;
            margin-bottom: 40px;
    
        }
        &::after{
            background-color: #D2A24E;
            background-size: auto;
            display: inline-block;
            width: 80px;
            height: 4px;
            content: "";
            top: 60px;
            left: 35%;
            position: absolute;
            z-index: 0;
        }
    }

    &:after{
        background-image: url(../img/efeito-mvv-2.png);
        background-size: cover;
        display: inline-block;
        width: 684px;
        height: 384px;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
    &:before{
        background-image: url(../img/efeito-mvv-1.png);
        background-size: cover;
        display: inline-block;
        width: 684px;
        height: 384px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .text-insta{
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: #374151;

    }

    .img-insta{
        width: 100%;
        object-fit: cover;
        height: 360px;
        border-radius: 20px;
    }
}

.modal-content {
    padding: 26px;
    
    .modal-header {
        border: none;
        padding: 0;
    }
    .btn-close {
        border: 2px solid #0087AF;
        border-radius: 30px;
        padding: 15px !important;
        color: #0087AF !important;
    }
    .img-academico-modal{
        width: 100%;
        height: 320px;
        object-fit: cover;
        border-radius: 15px;
    }
    .nome-academico {
        font-family: Playfair Display;
        font-weight: 500;
        font-style: Italic;
        font-size: 32px;
        color: #102F6D;
        line-height: 28px;
        margin: 20px 0;
    }
    .cadeira {
        font-weight: 600;
        font-size: 20px;
        color: #D2A24E;
        line-height: 100%;
    }
    .text-academico {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #374151;
    }
}


/* TABLET */
@media (min-width: 768px) and (max-width: 990px) {
    #mvv {
        .card-mvv {
            margin-bottom: 30px;
        }
        .card-mvv-2 {
            margin-bottom: 30px;
        }
    }

    #quemSomos {
        .img-quem-somos {
            margin-bottom: 20px;
        }
    }

    #academicos{
        h2{
            line-height: 48px;
            text-align: center;
        }
        .text-academico{
            text-align: center;
        }
        .passadores {
            bottom: 30px;
            position: relative;

                .swiper-button-next {
                    right: -30px;
                }
                .swiper-button-prev {
                    left: -30px;
                }
        }
    }

    #contato {
        .form-contato {
            .img-contato {
                display: none;
            }
        }
    }

    .modal-content {
        .img-academico-modal {
            margin-bottom: 20px;
        }
    }
}

/* MOBILE */
@media all and (max-width: 767px) { 
    #banner {
        .swiper {
            .container {
                .row {
                    h1 {
                        font-size: 36px;
                        line-height: 120%;
                    }
                    h2{
                        font-size: 18px;
                        line-height: 140%;
                    }
                }
            }
        }
    }
    
    #mvv {
        .card-mvv {
            margin-bottom: 30px;
        }
        .card-mvv-2 {
            margin-bottom: 30px;
        }

        &:before {
            width: 200px;
        }
        &:after {
            width: 200px;
        }
    }

    #quemSomos {
        .img-quem-somos {
            margin-bottom: 30px;
        }
    }

    #academicos{
        h2{
            text-align: center;
        }
        .text-academico{
            text-align: center;
        }
        .passadores {
            bottom: 30px;
            position: relative;

                .swiper-button-next {
                    right: 10px;
                }
                .swiper-button-prev {
                    left: 10px;
                }
        }
    }
    #insta {
        &:before {
            width: 200px;
        }
        &:after {
            width: 200px;
        }
        .img-insta {
            margin-bottom: 30px;
        }
    }

    #contato {
        .form-contato {
            background-position: left;
            padding: 50px 25px;

            .img-contato {
                display: none;
            }
        }
    }

    .modal-content {
        .img-academico-modal {
            margin-bottom: 20px;
        }
    }
}