.section {
    width: 100%;
    min-height: 100vh;
}


.font-size-parag {
    font-size: 20px;
}

.main-image {
    height: 60vh;
}

.main-card {
    position: relative;
    z-index: 4;
}

.custom-main-link {
    height: 35px;
}

.custom-main-link:hover {
    height: 32px;
    border-bottom: 3px solid var(--bs-primary);;
}

.main-card-flow {
    content: ' ';
    position: absolute;
    top: 15px;
    right: -23px;
    z-index: 1;
    height: calc(100% - 30px);
    width: 200px;
    background-color: var(--bs-warning);
}

.main-painel {
    width: 80px;
    height: 100vh;
    top: 0px;
    right: 0px;
    background-color: #f4ffe4;
    position: absolute;
    display: inline-block;
}

.main-painel-tab {
    position: absolute;
    right: 100px;
    top: calc(50vh - 30px);
    width: 30px;
    text-align: center;
}
.main-painel-tab a{
    text-decoration: none;
}
.main-painel-tab i{
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
}

.bg-primary-lighter {
    background-image: linear-gradient(to right, transparent, #f4ffe4);
}

.custom-border-right {
    border-right: 5px solid var(--bs-primary);
}


.main-image-painel {
    width: 100%;
    min-height: calc(100vh - 36px);
    background-image: url('/assets/images/main-image-3.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    /* border-top: 3px solid var(--bs-primary);
    border-bottom: 3px solid var(--bs-primary); */
}

.text-justify {
    text-align: justify;
}

.image-ceu {
    width: 100%;
    display: inline-block;
    position: absolute;
    z-index: 3;
}


.info-block1 {
    width: 100%;
    height: 400px;
    background-image: url('/assets/images/main-image-2.jpg');
    background-size: cover;
    background-position: bottom;
    display: inline-block;
}
.info-block1-text {
    text-shadow: #000 1px 0 6px;
}

.info-block2 {
    width: 100%;
    height: 400px;
    background-image: url('/assets/images/main-image-4.png');
    background-size: cover;
    background-position: bottom;
    display: inline-block;
}
.info-block2-text {
    text-shadow: #000 1px 0 6px;
}

.partners {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
    transition: filter .5s ease;
}

.partners:hover {
    -webkit-filter: grayscale(1%);
    filter: grayscale(1%);
}

.cursor-pointer {
    cursor: pointer;
}

.custom-question {
    border-bottom: 2px solid var(--bs-primary);
}


.botao-whatsapp {
    width: 60px;
    height: 60px;
    background-color: #0dc143;
    color: #fff;
    z-index: 5;
    font-size: 30px;
    cursor: pointer;
    transition: font-size .5s, background-color .5s;
    bottom: 10%;
    right: 100px;
    text-decoration: none;
}
.botao-whatsapp:hover {
    font-size: 35px !important;
    background-color: #04a133 !important;
    color: #fff !important;
    text-decoration: none;
}

.card-diferencias {
    height: 350px
}
.section-parceiros {
    min-height: 500px;
}

.main-text-desc {
    max-width: 346px;
    text-shadow: #000 1px 0 6px;    
}

@media only screen and (max-width: 768px) {

    .botao-whatsapp {
        right: 30px;
    }

    .main-image-painel {
        background-image: url('/assets/images/main-image-3-mob.jpg');
        background-position: center;
        min-height: 65vh;
        padding: 10px 0px;
    }

    .custom-main-link {
        height: auto;
        border-bottom: none;
    }
 
    .card-diferencias {
        height: auto
    }

    .info-block1 {
        background-image: none;
        background: var(--bs-primary);
        height: auto;
        padding: 1rem 0px;
    }

    .section-parceiros {
        min-height: 600px;
    }

    .main-text-desc {
        max-width: 340px;
        text-shadow: #000 1px 0 6px;
        color: #fff;
    }
}

/* @media only screen and (min-width: 768px) {

 
    .main-image-painel {
        background-position: left;
    }
} */

#carousel-left {
    z-index: 2;
    top: 50%;
    left: -50px;
    border: none !important;
    font-size: 20px;
}
#carousel-right {
    z-index: 2;
    top: 50%;
    right: -40px;
    font-size: 20px;
    border: none !important;
}

@media only screen and (max-width: 600px) {
    .section {
        min-height: auto;
    }
}


@media only screen and (max-width: 600px) {
    #carousel-left {
        left: -10px;
    }
    #carousel-right {
        right: -10px;
    }
}

.main-title-custom {
    font-size: 45px;
}

.text-corinthia {
    font-family: "Corinthia", cursive;
}