
/* Estilos del incio de sinu (video y logo), primera seccion*/

.video-section {
    top: 65px;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 8rem;
}

.background-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: -1000;
}

.brand-logo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 25%;
}

/* Estilos del incio de sinu (video y logo), primera seccion*/

.section-title{
    font-weight: 600;
    font-size: 2rem;
}

.highlight-text {
    color: #cedc00;
}

/* Estilos del incio de sinu (video y logo), segunda seccion */

.progress-bar {
    background-color: #cedc00;
}

.icon-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}


.icon-container .icon {
    font-size: 3rem;
}

.icon-container .icon img {
    width: 3rem;
    height: auto;
    filter: brightness(1.2);
}


.carousel-inner {
    max-width: 450px;
    height: 350px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    top: 20%;
    z-index: 1;
}

.contendor-carrusel-imagen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 250px solid transparent;
    border-radius: 10px;
}

.tecto-carrusel-imagen{
    position: absolute;
    top: 50%;
    right: 5rem;
    text-align: right;
    font-size: 50px;
    color: #EAEAEA;
    transform: translateY(-50%);
}

.contendor-carrusel-imagen img {
    border-radius: 10px;

}


.contenddor-carrusel {
    height: 550px;
}

.card-body {
    width: auto;
    height: 350px;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    overflow: hidden;
    background-color: white;
}

.container-fluid-slider {
    background-color: #EAEAEA;
}

/* Estilos de la columna de texto */
.text-column {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-column p {
    margin: 20px 35px;
    text-align: justify;

}

.text-column h3 {
    height: auto;
    display: block;
    font-size: 30px;

}

.contendor-carrusel-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}


/* Estilos de los controles del carrusel , segunda 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: #516604;
    opacity: 1;
}

@media (max-width: 767px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    .icon-container .icon img {
        width: 2rem;
        height: auto;
    }


}

@media (max-width: 576px) {
    .carousel-item .card-body {
        padding: 10px;
    }

    .carousel-item .text-column h3 {
        font-size: 1.28rem; 
    }

    .carousel-item .text-column p {
        font-size: 0.98rem; 
        line-height: 1.3; 
    }

    .carousel-item {
        min-height: 200px;
    }

    .carousel-inner {
        margin-bottom: 15px;
    }
}

@media (max-width: 400px) {
    .carousel-item .card-body {
        padding: 5px; 
    }

    .carousel-item .text-column h3 {
        font-size: 1rem; 
        margin-bottom: 5px; 
    }

    .carousel-item .text-column p {
        font-size: 0.8rem; 
        line-height: 1.2;  
    }

    .carousel-item {
        min-height: 150px;
    }

    .carousel-inner {
        margin-bottom: 10px;
    }

    .carousel-item img {
        max-width: 100%; 
        height: auto;   
    }

    .carousel-item {
        overflow: hidden;
    }
}

@media (max-width: 300px) {
    .carousel-item .card-body {
        padding: 3px; 
    }

    .carousel-item .text-column h3 {
        font-size: 0.9rem; 
        margin-bottom: 3px; 
    }

    .carousel-item .text-column p {
        font-size: 0.7rem; 
        line-height: 1.1; 
    }

    .carousel-item {
        min-height: 120px; 
    }

    .carousel-inner {
        margin-bottom: 8px;
    }

    .carousel-item img {
        max-width: 100%; 
        height: auto;
    }


    .carousel-control-prev,
    .carousel-control-next {
        width: 30px; 
        height: 30px;
    }

    .icon-container .icon img {
        width: 1.5rem; 
        height: auto;
    }

    .text-column {
        padding: 10px; 
    }

    .text-column p {
        margin: 10px 20px; 
    }

    .text-column h3 {
        font-size: 1.2rem;
    }

    .video-section {
        margin-bottom: 4rem;
    }

    .brand-logo {
        width: 20%;
    }
}
