body {
    font-family: "Ubuntu", sans-serif;
}

h2 {
    font-weight: 400;
}

.bg-gray {
    background-color: #f3f3f3;
}

.bg-teal {
    background-color: #024e59;
}

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

.bg-dark-purple {
    background-color: #6E274E;
}

.bg-orange {
    background-color: #f48005;
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-pale-green {
    background-color: #E7EDDD;
}

.bg-circle {
    display: inline-block;
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    padding-top: 15px;
}

.btn-white {
    background-color: #ffffff;
    color: #024e59;
}

.nav-item .nav-link {
    color: #636569;
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active {
    color: #f48005;
}

.btn-outline-gray {
    border: solid 1px #636569;
}

.btn-outline-gray:hover {
    border: solid 1px #f48005;
    color: #f48005;
}

.btn-outline-white {
    border: solid 1px #ffffff;
    color: #fff;
}

.btn-outline-orange {
    border: solid 1px #f48005;
    color: #f48005;
}

.btn-outline-orange:hover {
    border: solid 1px #f48005;
    color: #fff;
    background-color: #f48005;
}

.btn-large {
    padding: 20px;
}

/* NAVBAR */
.navbar {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* CUSTOMIZE THE CAROUSEL */
.carousel {
    margin-top: 100px;
}

.carousel-caption {
    bottom: 6rem;
    z-index: 10;
    left: 11%;
}

.carousel-item {
    height: 32rem;
}

.container-slide {
    background-image: url('../img/svg/slider.svg');
    background-size: cover;
    /* Puedes ajustar esto según tus necesidades */
    /* Otros estilos de fondo opcionales */
    background-repeat: no-repeat;
    background-position: center center;
    width: 42%;
    height: 100%;
    /* Añade cualquier otro estilo que desees para tu contenedor */
}

#carouselProducts,
#carouselPartnersMobile,
#carouselProductsMobile {
    margin-top: 0px;
}

.inner-image {
    background-image: url('../img/slide-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    left: 30%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.carousel-item h1 {
    font-size: 52px;
    font-weight: 600;
}

.text-teal {
    color: #024e59;
}

.text-orange {
    color: #f48005;
}

.text-dark-gray {
    color: #636569;
}

.text-white {
    color: #fff;
}

.text-green {
    color: #A3B900;
}

.btn-teal {
    background-color: #024e59;
    color: #ffffff;
}

.btn-curve {
    border-radius: 20px;
}

.btn-rounded {
    border-radius: 50px;
}

.container-xxl {
    max-width: 1520px;
}

/* Servicios */
.services h5 {
    font-weight: 400;
}

.card-service {
    width: 800px;
    height: 300px;
    margin: 0 auto;
}

.card-link {
    cursor: pointer;
}


.services ul {
    list-style-type: none;
}

.services li {
    padding-left: 15px;
    position: relative;
    color: #636569;
    font-weight: 300;
    padding-bottom: 15px;
    font-size: 20px;
}

.services li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #A2B800;
}

.card-all {
    border-radius: 15px 6px 6px 15px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    height: 100%;
}

.card-right {
    border-radius: 0px 6px 6px 0px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    height: 100%;
}

.card-left {
    border-radius: 6px 0px 0px 6px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    height: 100%;
}

.card-bottom {
    border-radius: 0px 0px 6px 6px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    height: 100%;
}

.card-top {
    border-radius: 6px 6px 0px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    height: 100%;
}

.card-left-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-right-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.border-right {
    border-right: 15px solid;
}

.border-right-light {
    border-right: 3px solid;
}

.border-left {
    border-left: 15px solid;
}

.border-top {
    border-top: 8px solid !important;
}

.border-transparent {
    border-color: transparent;
}

.border-green {
    border-color: #A3B900;
}

.border-green {
    border-color: #A3B900 !important;
}

.border-orange {
    border-color: #F48005 !important;
}

.border-teal {
    border-color: #024e59 !important;
}

.border-dark-purple {
    border-color: #6E274E !important;
}

/* Beneficios */
.beneficios {
    color: #fff;
}

.container-mobile {
    margin-right: 0px;
}

.img-service {
    width: 550px;
    height: 550px;
    border: #fff 5px solid;
    padding: 5px;
    background-color: #024e59;
    object-fit: cover;
}

/* Datos */
.datos h1 {
    font-size: 48px;
}

.datos span {
    font-size: 18px;
    font-weight: 400;
}

/* Porque elegirnos */
.eligenos {
    padding-top: 140px;
    margin-bottom: 50px;
}

.eligenos .accordion-item {
    margin-bottom: 20px;
    border-color: #A3B900;
    border-radius: 10px;
}

.eligenos .accordion-header {
    border: none;
}

.eligenos .accordion-header .accordion-button {
    background-color: #A3B900;
    color: #ffffff;
    border-radius: 8px;
}

.eligenos .accordion-button::after {
    margin-left: auto;
    content: "\f077";
    background-image: none;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.eligenos .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(163, 185, 0, 0.25);
}

.eligenos .accordion-body {
    color: #636569;
}

/* compromiso */
.compromiso .container {
    padding-top: 100px;
}

.compromiso .container .row {
    margin-left: 0px;
    margin-right: 0px;
}

.compromiso span {
    font-size: 18px;
    font-weight: 400;
}

/* Testimonios */
.testimonios {
    padding-top: 140px;
    margin-bottom: 50px;
}

.testimonios .card-gray {
    background-color: #EEEEEE;
    border-radius: 20px;
    position: relative;
    color: #7D7D7D;
}

.testimonios .card-gray img {
    top: -17px
}

/* Partners*/
.partners .carousel-control-prev-icon,
.partners .carousel-control-next-icon,
.productos .carousel-control-prev-icon,
.productos .carousel-control-next-icon {
    background-image: none;
    font-size: 24px;
}

.partners .carousel-control-prev,
.partners .carousel-control-next,
.productos .carousel-control-prev,
.productos .carousel-control-next {
    width: 0%;
}

.partners .carousel-item,
.productos .carousel-item {
    height: auto;
}

.partners .carousel-item .carousel-detail,
.productos .carousel-item .carousel-detail {
    padding: 0px 25px 0px 25px;
}

.partners .container-partner {
    border: #F68204 3px solid;
    padding: 0px 20px 0px 10px;
    border-radius: 0px 30px 0px 30px;
}

/* Productos */
.productos {
    margin-top: 50px;
    margin-bottom: 50px;
}

.productos .img-producto {
    border-radius: 20px;
    object-fit: cover;
    height: 240px;
}

/* Contactanos */
.contactanos .container {
    padding-top: 150px;
    padding-bottom: 150px;
}

.contactanos .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
}

.contactanos .form-control::placeholder {
    color: white;
}

.contactanos .btn-enviar {
    background-color: #fff;
    color: #A3B900;
}

.contactanos .card-info {
    border-radius: 0px 20px 0px 20px;
    padding: 30px 10px 20px 10px;
}

/* Footer */

footer {
    color: #fff;
}

footer ul {
    padding-left: 1rem;
    font-size: 12px;
}

/* Mobile */

/* Navbar Mobile*/
.navbar-toggler {
    border-color: transparent transparent;
}

.navbar-toggler-icon {
    color: #F68204;
    background-image: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Carousel */
.banner {
    color: #fff;
}

.banner .image {
    height: 562px;
    overflow: hidden;
}

.banner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .object {
    position: absolute;
    top: 342px;
    z-index: 0;
}

.banner img {
    width: 100%;
}

.banner .caption {
    position: absolute;
    z-index: 1;
    top: 380px;
}

.banner h1 {
    font-size: 38px;
}

.banner a {
    font-size: 14px;
}

/* SERVICES */
.services h5 {
    font-weight: 400;
}

.contador {
    font-size: 40px !important;
    font-weight: 500 !important;
}

.container-service a {
    color: #024e59;
    text-decoration: none;
}

/* BANNER */
.banner-up {
    height: 100px;
    overflow: hidden;
}

.banner-up img {
    opacity: 0.25;
}

/* COMO FUNCIONA */
.card-proceso {
    height: 200px;
    background-color: #EEEEEE;
    position: relative;
    overflow: hidden;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-radius: 6px;
    border-bottom: 12px solid #F48005;
    cursor: pointer;
}

.card-proceso .card-front,
.card-proceso .card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    transition: transform 0.8s;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0px 10px 0px 10px;
}

.card-proceso .card-back {
    background-color: #F48005;
    color: white;
    transform: rotateY(180deg);
}

.card-proceso .card-content {
    text-align: center;
}

.card-proceso .card-content span {
    font-size: 14px;
}

.card-proceso:hover .card-front {
    transform: rotateY(-180deg);
    /* gira la cara frontal en hover */
}

.card-proceso:hover .card-back {
    transform: rotateY(0);
    /* gira la cara trasera en hover */
}

.carousel-control-next {
    z-index: 10;
}

#carouselProducts .carousel-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

#carouselProducts .carousel-detail .img-producto {
    transition: transform 0.3s ease;
}

#carouselProducts .carousel-detail .img-producto:hover {
    transform: scale(1.15);
    z-index: 2;
}

.custom-list {
    padding-left: 0;
    list-style: none;
}

.custom-list-item {
    position: relative;
    padding-left: 2rem;
    color: #fff;
    font-size: 18px;
}

.custom-list-item::before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 900;
}

.card-beneficios-right {
    padding: 80px 80px 80px 100px !important;
    border-radius: 0px 150px 150px 0px;
}

.card-beneficios-left {
    padding: 105px 100px 105px 80px !important;
    border-radius: 150px 0px 0px 150px;
}

.animated-div-left {
    display: none;
}

.animated-div-right {
    display: none;
}

@media (max-width: 576px) {

    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-collapse {
        background-color: #fff;
    }

    .datos h1 {
        font-size: 35px;
    }

    .datos span {
        font-size: 14px;
    }

    .card-service {
        width: auto;
        height: auto;
    }

    .img-service {
        width: 340px;
        height: 340px;
        /* clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%); */
        object-fit: cover;
        /* top: -215px;
        position: relative; */
    }

    .eligenos {
        padding-top: 100px;
        margin-bottom: 0px;
    }

    .compromiso .container {
        padding-top: 50px;
    }

    .compromiso h1 {
        font-size: 18px;
        font-weight: 400;
    }

    .testimonios {
        padding-top: 100px;
        margin-bottom: 0px;
    }

    .productos {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .productos h2 {
        font-size: 18px;
    }

    .contactanos .container {
        padding: 100px 30px 50px 30px;
    }

}

@media only screen and (min-width: 768px) {
    .container-slide {
        width: 60%;
    }

    .datos h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 900px;
    }

    .container-slide {
        width: 51%;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }

    .container-slide {
        width: 40%;
    }

    .img-service {
        width: 400px;
        height: 400px;
    }

    .container-navbar {
        padding-left: 100px;
        padding-right: 100px;
    }
}