* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #EBEBEB !important;
}

#services {
    width: 100%;
    height: 100vh;
    background-color: #42A7FD;
    border-top: 1px solid #042433;
    border-right: 1px solid #042433;
    border-left: 1px solid #042433;
    display: flex;
    flex-direction: column;
}

.div-title {
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#title-page {
    font-family: "Share Tech Mono", monospace;
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 24px;
    color: white;
    margin-top: 30px !important;
}

.carousel-item {
    padding: 50px 100px;
}

.page-carousel {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    height: calc(95vh - 100px);
}

.page-carousel-right {
    height: 100%;
    width: 65%;
    height: inherit;
}

.page-carousel-left {
    height: 100%;
    width: 35%;
    height: inherit;
}

.page-carousel-left-content {
    border: 1px solid #042433;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-carousel-left-content-title {
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40%;
    background-color: black;
    width: 100%;
}

.page-carousel-left-content-title h1 {
    font-family: "Poetsen One", sans-serif;
    color: white;
}

.page-carousel-left-content-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60%;
    background-color: white;
}

.page-carousel-left-content-image img {
    width: 300px;
}

.carousel-control-prev {
    padding-right: 100px !important;
}

.carousel-control-next {
    padding-left: 100px !important;
}

.benefits-text {
    width: 100%;
    height: 45%;
}

.page-carousel-right-content {
    height: 100%;
    padding: 20px;
    background-color: #EBEBEB;
    border-bottom: 1px solid #042433;
    border-top: 1px solid #042433;
    border-right: 1px solid #042433;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.page-carousel-right-content-content label {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #42A7FD;
}

.page-carousel-right-content-content h5 {
    margin: 5px;
    text-align: justify;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: black;
}

.benefits {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 55%;
}

.benefit,
.benefit-center {
    padding: 10px;
    height: 50%;
}

.benefit-center {
    border-left: 2px solid #42A7FD;
    border-right: 2px solid #42A7FD;
}

#benefit-text,
#benefit-text-1 {
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: black;
}

@media (max-width: 575.98px) {

    #services {
        scroll-margin-top: 120px;
    }

    #title-page {
        font-size: 18px;
    }

    .carousel-item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-carousel {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 154px);
        width: calc(100vw - 60px);
    }

    .page-carousel-left {
        width: 100%;
        height: 20%;
    }

    .page-carousel-left-content {
        flex-direction: row !important;
        width: 100%;
        justify-content: start;
        align-items: start;
        height: 100%;
    }

    .page-carousel-left-content-title {
        height: 100%;
        width: 50%;
    }

    .page-carousel-left-content-title h1 {
        font-size: 18px !important;
    }

    .page-carousel-left-content-image {
        background-color: white;
        justify-content: center;
        align-items: center;
        color: black;
        height: 100%;
        width: 50%;
    }

    .page-carousel-left-content-image img {
        width: 100px;
    }

    .page-carousel-right {
        padding: 0px;
        width: 100%;
        height: 80%;
    }

    .page-carousel-right-content {
        border: none;
        padding: 5px;
        border-left: 1px solid #042433;
        border-right: 1px solid #042433;
        border-bottom: 1px solid #042433;
    }

    .page-carousel-right-content label {
        font-size: 16px;
    }

    .page-carousel-right-content h5 {
        font-size: 12px;
    }

    .benefits {
        padding: 0px;
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .benefit,
    .benefit-center {
        height: 100%;
        padding: 0px;
        border: none;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .benefit-center {
        border-top: 2px solid #42A7FD;
        border-bottom: 2px solid #42A7FD;
    }

    #benefit-text,
    #benefit-text-1 {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 80%;
        font-size: 12px !important;
        height: 100%;
    }

    .img_benefits {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20%;
        height: 100%;
    }

    .img_benefits img {
        width: 100%;
    }
}

/* Estilos para telas médias */
@media (min-width: 576px) and (max-width: 767.98px) {

    #services {
        scroll-margin-top: 120px;
    }

    .carousel-item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-carousel {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 154px);
        width: calc(100vw - 60px);
    }

    .page-carousel-left {
        width: 100%;
        height: 20%;
    }

    .page-carousel-left-content {
        flex-direction: row !important;
        width: 100%;
        justify-content: start;
        align-items: start;
        height: 100%;
    }

    .page-carousel-left-content-title {
        height: 100%;
        width: 50%;
    }

    .page-carousel-left-content-title h1 {
        font-size: 18px !important;
    }

    .page-carousel-left-content-image {
        background-color: white;
        justify-content: center;
        align-items: center;
        color: black;
        height: 100%;
        width: 50%;
    }

    .page-carousel-left-content-image img {
        width: 100px;
    }

    .page-carousel-right {
        padding: 0px;
        width: 100%;
        height: 80%;
    }

    .page-carousel-right-content {
        border: none;
        padding: 5px;
        border-left: 1px solid #042433;
        border-right: 1px solid #042433;
        border-bottom: 1px solid #042433;
    }

    .page-carousel-right-content label {
        font-size: 16px;
    }

    .page-carousel-right-content h5 {
        font-size: 12px;
    }

    .benefits {
        padding: 0px;
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .benefit,
    .benefit-center {
        height: 100%;
        padding: 0px;
        border: none;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .benefit-center {
        border-top: 2px solid #42A7FD;
        border-bottom: 2px solid #42A7FD;
    }

    #benefit-text,
    #benefit-text-1 {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 80%;
        font-size: 12px !important;
        height: 100%;
    }

    .img_benefits {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20%;
        height: 100%;
    }

    .img_benefits img {
        width: 100%;
    }

}

/* Estilos para telas grandes */
@media (min-width: 768px) and (max-width: 991.98px) {

    #services {
        scroll-margin-top: 120px;
    }

    .carousel-item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-carousel {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 154px);
        width: calc(100vw - 60px);
    }

    .page-carousel-left {
        width: 100%;
        height: 20%;
    }

    .page-carousel-left-content {
        flex-direction: row !important;
        width: 100%;
        justify-content: start;
        align-items: start;
        height: 100%;
    }

    .page-carousel-left-content-title {
        height: 100%;
        width: 50%;
    }

    .page-carousel-left-content-title h1 {
        font-size: 35px !important;
    }

    .page-carousel-left-content-image {
        background-color: white;
        justify-content: center;
        align-items: center;
        color: black;
        height: 100%;
        width: 50%;
    }

    .page-carousel-left-content-image img {
        width: 150px;
    }

    .page-carousel-right {
        padding: 0px;
        width: 100%;
        height: 80%;
    }

    .page-carousel-right-content {
        border: none;
        border-left: 1px solid #042433;
        border-right: 1px solid #042433;
        border-bottom: 1px solid #042433;
    }

    .page-carousel-right-content label {
        font-size: 24px;
    }

    .page-carousel-right-content h5 {
        font-size: 18px;
    }

    .benefits {
        padding: 0px;
        display: flex;
        width: 100%;
        flex-direction: column;
        height: 60%;
    }

    .benefits-text {
        height: 40%;
    }

    .benefit,
    .benefit-center {
        height: 100%;
        padding: 0px;
        border: none;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .benefit-center {
        border-top: 2px solid #42A7FD;
        border-bottom: 2px solid #42A7FD;
    }

    #benefit-text,
    #benefit-text-1 {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 80%;
        font-size: 18px !important;
        height: 100%;
    }

    .img_benefits {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20%;
        height: 100%;
    }

    .img_benefits img {
        width: 70%;
    }
}

/* Estilos para telas extra grandes */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .page-carousel-left-content-image img {
        width: 200px;
    }

    .page-carousel-right-content label {
        font-size: 22px;
    }

    .page-carousel-right-content h5 {
        font-size: 16px;
    }

    .benefits {
        padding: 0px;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 60%;
    }

    .benefits-text {
        height: 40%;
    }

    .benefit,
    .benefit-center {
        display: flex;
        flex-direction: row;
        padding: 0px;
    }

    .benefit-center {
        border: none;
        border-top: 2px solid #42A7FD;
        border-bottom: 2px solid #42A7FD;
    }

    #benefit-text,
    #benefit-text-1 {
        font-size: 16px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 80%;
    }

    .img_benefits {
        height: 100%;
        width: 20%;
    }

    .img_benefits img {
        width: 100%;
    }

}

/* Estilos para telas ultra grandes */
@media (min-width: 1200px) {}