/*Estilos del hero, primera seccion */
.landing-hero-container {
    min-height: 100vh;
    margin-bottom: 10rem;
}

.hero-container {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    max-width: 1200px;
}

.hero-text-container {
    flex-basis: 55%;
    overflow: hidden;
}
.img-hero {
    height: 100vh;
    right: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;

}

.hero-title {
    font-size: 50px;
    font-weight: bold;

}

.hero-subtitle {
    font-size: 30px;
    margin-top: 30px;
}

.hero-button {
    display: inline-block;
    background: #cedc00;
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 30px;
    border: none;
}

.hero-button:hover {
    background: #7d8506;
}

.hero-title .hero-word {
    font-weight: bold;
    color: #cedc00;
    font-style: normal;
}


/*Estilos del hero responsivos, primera seccion */
@media screen and (max-width: 992px) {

    .hero-title {
        font-size: 6vw;
        color: white;

    }

    .hero-subtitle {
        font-size: 4vw;
        margin-top: 20px;
        color: white;

    }
}

@media screen and (max-width: 480px) {

    .hero-title {
        font-size: 7vw;
        color: white;
    }

    .hero-subtitle {
        font-size: 4vw;
        margin-top: 10px;
        color: white;
    }
}

/* Estilos del titulo y subtitulo de soluciones, segunda seccion */
.solution-content-container {
    margin-bottom: 80px;
}

.container-information {
    margin-bottom: 100px;
}

.list-unstyled li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.img-list-icon {
    width: 25px;
    margin-right: 5px;
}

.img-coverage-map {
    max-height: 350px;
}

/* Estilos de las seccion de los contadores, tercera seccion */
.container-counters {
    padding: 2em 1em;
    background: #cedc00;
    color: #fff;
    text-align: center;
    margin-bottom: 150px;
}

.container-counters > div {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4em 2em;
}

.counter {
    position: relative;
}

.counter h2 {
    font-size: 3em;
    margin-bottom: 0.5em;
}

.counter:not(:last-child)::before {
    content: '';
    background: #fff;
    position: absolute;
    width: 2px;
    height: 3em;
    top: 50%;
    transform: translateY(-50%);
    right: -1em;
}

/* Estilos de las seccion de los contadores responsivos, tercera seccion */
@media screen and (max-width: 900px) and (min-width: 501px) {
    .container-counters > div {
        grid-template-columns: 1fr 1fr;
    }

    .counter:nth-child(2)::before {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .container-counters > div {
        grid-template-columns: 1fr;
        row-gap: 5em;
    }

    .counter:not(:last-child)::before {
        width: 90%;
        height: 2px;
        top: initial;
        right: initial;
        bottom: -3em;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Estilos de las seccion de alianzas (slider), cuarta seccion */

.container-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 250px;
    padding-right: 250px;
}

/* Estilos del carrusel, cuarta seccion */

.container-slider-fluid {
    background-image: url("../images/images_landing/vectors_svg/background_vector.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-inner {
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.container-carousel,
.card-body {
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    overflow: hidden;
    background-color: white;
}

/* Estilos de la columna de imagen del slider, cuarta seccion */
.image-column {
    flex: 1;
    overflow: hidden;
    display: flex;
    left: 0;
}

/* Estilos de la columna de texto del slider, cuarta seccion */
.text-column {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-column p {
    margin: 20px 35px;
    text-align: center;
    font-size: 16px;

}

.text-column img {
    max-width: 70%;
    height: auto;
    display: block;
}

/* Estilos de los controles del slider, cuarta seccion */
.carousel-control-prev,
.carousel-control-next {
    background-color: #cedc00;
    width: 70px;
    height: 70px;
    z-index: 1;
    border-radius: 50%;
    top: 45%;
    opacity: 1;
}

.carousel-control-prev {
    transform: translateX(-50%);
}

.carousel-control-next {
    transform: translateX(50%);
}

.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
    background-color: #56661d;
    opacity: 1;
}

@media (max-width: 1200px) {
    .container-slider {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container-fluid-clientes{
    border-top: 150px solid #EAEAEA;
    background: #EAEAEA;
    border-bottom: 50px solid #EAEAEA;
}

@media (max-width: 767px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
}

/*Estilos de la seccion de clientes (logos), quinta seccion*/

@keyframes slide-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes slide-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}


.logos {
    background-color: #EAEAEA;
    overflow: hidden;
    padding: 60px 0;
    white-space: nowrap;
    position: relative;

}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.logos-slide-left {
    animation: 70s slide-left infinite linear;
}

.logos-slide-right {
    animation: 70s slide-right infinite linear;
}

.logos-slide-left img, .logos-slide-right img {
    height: 100px;
    margin: 15px 40px;
}
