.banner-check-up {
    background-image: url("../../../assets/img/banner/banner-check-up.jpg");
    background-size: cover;
    height: 44vh;
}

.box-gray {
    background-color: #E4E6EC;
    border-radius: 15px;
    padding: 30px;
    width: 350px;
    margin-top: 30px;
}

.box-light-green {
    background-color: #003654;
    border-radius: 15px;
    width: 1050px;
}

.box-withe {
    background-color: #FFF;
    border-top-right-radius: 80px !important;
    border-radius: 15px;
    max-width: 800px;
    height: 100%;
}

.box-red-hover {
    padding-top: 3rem !important;
    transition: 0.5s;
}

.box-red-hover:hover {
    padding-top: 30px !important;
    transition: 0.5s;
}

.box-shadow {
    box-shadow: 3px 3px 3px rgb(0 0 0 / 15%);
}

.card-red {
    background-color: #B50014;
    border-radius: 15px;
    padding: 25px;
    width: 100%;
}

.agende-aqui-check-up {
    color: #FFF;
    background-color: #952915;
    width: 200px;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;

    transition: 0.5s;
}

.agende-aqui-check-up:hover {
    width: 210px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.agende-aqui-check-up-2 {
    color: #FFF;
    background-color: #003654;
    width: 350px;
    border-radius: 25px;
    padding-top: 15px;
    padding-bottom: 15px;

    transition: 0.5s;
}

.agende-aqui-check-up-2:hover {
    width: 360px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ver-mais {
    width: 350px !important;
}

.text-ocean-blue{
    color: #102A62;
    font-size: 30px;
    line-height: 30px;
}

.text-meddium-blue{
    color: #2B4B89;
    font-size: 30px;
    line-height: 30px;
}

.text-light-green{
    color: #53A0AA;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
}

.text-withe {
    color: #FFF;
}

.bg-red {
    background-color: #952915 !important;
}

.bg-green{
    background-color: #003654;
}

.bg-blue-gradient {
    padding-top: 200px;
    background: #002056;
}

.bg-img-green {
    background-image: url("../images/bg-img-green.webp");
    background-size: cover;
    padding-bottom: 270px;
}

.border-gray {
    border: 1px rgb(216, 216, 216) solid;
}

.end-text {
    padding-left: 20px;
}

.ml-5 {
    margin-left: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.f-13 {
    font-size: 13px;
}

.fs-50 {
    font-size: 50px;
    line-height: 60px;
}

.fs-18 {
    font-size: 18px;
}

.fs-25 {
    font-size: 25px;
}

.fs-35 {
    font-size: 35px;
    line-height: 35px;
}

.fw-semibold {
    font-weight: 500 !important;
}

.underline-red {
    text-decoration-color: #952915;
}

.mt-250 {
    margin-top: 250px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-300 {
    margin-top: 300px;
}

.mt-450{
    margin-top: 450px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-290 {
    margin-bottom: 290px;
}

.pt-90{
    padding-top: 90px;
}

.mw-1000 {
    max-width: 1000px;
}

.mw-800 {
    max-width: 800px;
}

.mt-cards {
    margin-top: 800px;
}

.mt-cards-mobile {
    margin-top: 100px;
}

.mt-bolinhas {
    margin-top: 370px;
}

.col-bolinhas {
    padding-left: 100px;
    padding-right: 100px;
}

.carousel-control-next-icon {
    border-radius: 20px;
}

.carousel-control-prev-icon {
    border-radius: 20px;
}

.bg-bolinha {
    background-image: url(../images/Ellipse.webp);
}

@media screen and (max-width: 580px) {
    .banner-check-up .justify-content-end {
        justify-content: center !important;
    }

    .height-mobile{
        height: 827px !important;
    }

    .agende-aqui-check-up{
        font-size: 16px !important;
    }

    .text-mobi-center{
        text-align: center !important;
    }

    .final-section article{
        width: 340px !important;
    }
}

@media screen and (max-width: 800px) {
    .img-pessoas {
        display: none !important;
    }

    .img-pessoas-2 {
        display: block !important;
    }
}

@media screen and (max-width: 995px) {
    .carrossel-desk {
        display: none !important;
    }

    .carrossel-mobi {
        display: block !important;
    }

    .text-banner {
        margin-top: 30px;
    }

    .text-card-blue-desk {
        display: none !important;
    }

    .text-card-blue-mobile {
        display: block !important;
    }

    .cards-desk{
        display: none !important;
    }

    .cards-mobile{
        display: block !important;
    }

    .final-section{
        margin-top: 160px !important;
    }

    .final-section article{
        width: 290px;
    }
}