/*------------------------------------------- Seccion Servicios para la gestion ----------------------------------------------*/
.bg-yellow {
    background-color: #FFCC00;
    padding-top: 100px;
}

.servicios-size{
    margin-top: 150px;
}

.btn-black {
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: bold;
}

.btn-black:hover {
    background-color: #333;
    color: #fff;
}

html,
body {
    overflow-x: hidden;
    /* Hides the horizontal scroll */
    margin: 0;
    /* Ensure there's no default margin that causes overflow */
    padding: 0;
    /* Ensure no padding causes overflow */
    width: 100%;
    /* Ensure the width is 100% */
}


section {
    margin: 0;
    padding: 0;
}

.img-compromiso{
    position: relative;
}

#videoElement {
    pointer-events: none; /* Disable any interaction with the video */
}

.industries-section {
    background-color: #FFCC00;
    padding: 20px 40px;
    text-align: left;
}

.highlighted-text {
    font-weight: bold;
    color: #000;
}

.servicios-disponibles {
    min-height: 70vh;
}

.background-img-servicios {
    background-image: url("../images/01_servicios_LE_auto_x2.jpg");
    background-size: cover;
    /* Ensures the image covers the container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents repeating the image */
    width: 100%;
    /* Ensures the div takes the full width of its container */
    overflow: hidden;
    /* Ensures there is no overflow */
}

.background-color-sand {
    background-color: #e8e6d3;
    color: black;
}

.background-color-black {
    background-color: #000;
    color: white;
}

.background-color-yellow {
    background-color: #FFCC00;
    color: black;

}

.text-servicios {
    font-family: 'League Spartan', sans-serif;
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    display: grid;
    align-items: center;
}
.text-servicios p{
    margin: 0;
}

.img-title-materiales-reciclados {
    width: 40%;
    margin: 50px 0 30px 0;
}

.img-title-proyectos-especiales {
    width: 50%;
    margin: 50px 0 50px 60px;
    left: 300px;
}

.img-title-proyectos-especiales-examples {
    width: 90%;
    height: 100%;
}

.text-proyectos-especiales {
    margin-top: 30px;
    left: 5%;
    position: relative;
    margin-bottom: 30px;
}

.text-proyectos-especiales li {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 50;
    margin-bottom: 10px;
}


@media (min-width: 1001px) and (max-width: 1450px) {

    .text-servicios {
        font-family: 'League Spartan', sans-serif;
        font-size: 28px;
        font-weight: 800;
    }
}


@media (min-width: 768px) and (max-width: 1000px) {

    .image-background {
        position: relative;
    }

    .servicios-size{
        margin-top: 100px;
    }

    .image-background img {
        object-fit: cover;
        /* Ensures the image covers the entire section */
        height: 100%;
        /* The image takes the full height of its container */
        width: 100%;
        /* The image takes the full width of its container */
    }

    .text-servicios {
        font-family: 'League Spartan', sans-serif;
        font-size: 25px;
        font-weight: 800;
    }

    .servicios-disponibles {
        min-height: 400px;
    }

    .img-title-materiales-reciclados {
        width: 50%;
        margin: 30px 0 30px 0;
    }
    
    .img-title-proyectos-especiales {
        width: 70%;
        margin: 50px 0 50px 60px;
        left: 300px;
    }

    .text-proyectos-especiales li {
        font-size: 15px;
        font-weight: 50;
        margin-bottom: 5px;
    }
}

@media (min-width: 577px) and (max-width: 767px) {

    .image-background {
        position: relative;
    }

    .servicios-size{
        margin-top: 100px;
    }

    .image-background img {
        object-fit: cover; /* Ensures the image covers the entire section */
        height: 100%; /* The image takes the full height of its container */
        width: 100%;  /* The image takes the full width of its container */
    }

    .text-servicios {
        font-family: 'League Spartan', sans-serif;
        font-size: 20px;
        font-weight: 800;
    }

    .servicios-disponibles {
        min-height: 300px;
    }

    .img-title-materiales-reciclados {
        width: 70%;
        margin: 20px 0 20px 0;
    }

    .img-title-proyectos-especiales {
        width: 70%;
        margin: 50px 0 50px 60px;
        left: 300px;
    }

    .text-proyectos-especiales{
        width: 90%;
        margin: 0;
        margin-top: 20px;
    }

    .text-proyectos-especiales li {
        font-size: 15px;
        font-weight: 50;
        margin-bottom: 10px;
    }

    .text-proyectos-especiales ul {
        padding-left: 5%;
    }

    
}


@media (min-width: 351px) and (max-width: 576px) {

    .image-background {
        position: relative;
    }

    .servicios-size{
        margin-top: 100px;
    }

    .image-background img {
        object-fit: cover; /* Ensures the image covers the entire section */
        height: 100%; /* The image takes the full height of its container */
        width: 100vw;  /* The image takes the full width of its container */
    }

    .img-banner{
        top: 20px;
    }

    .vid-compromiso{
        width: 100vw;
    }

    .text-servicios {
        font-family: 'League Spartan', sans-serif;
        font-size: 15px;
        font-weight: 800;
    }
    .servicios-disponibles {
        min-height: 250px;
    }

    .img-title-materiales-reciclados {
        width: 50%;
        margin: 20px 0 20px 0;
    }

    .img-title-proyectos-especiales {
        width: 90%;
        margin: 20px 0 20px 20px;
        left: 300px;
    }

    .text-proyectos-especiales{
        width: 90%;
        margin: 0;
        margin-top: 20px;
    }

    .text-proyectos-especiales li {
        font-size: 15px;
        font-weight: 50;
        margin-bottom: 15px;
    }

    .text-proyectos-especiales ul {
        padding-left: 5%;
    }

    .bg-yellow {
        padding: 25px 0; /* Reducimos más el padding en pantallas móviles */
      }
    
      .btn-black {
        padding: 6px 12px;
        font-size: 13px; /* Ajustamos el tamaño del botón */
      }
    
      .bg-yellow h2 {
        font-size: 18px; /* Ajustamos el tamaño del texto */
      }

}

@media (min-width: 200px) and (max-width: 350px) {
    .image-background {
        position: relative;
    }

    .servicios-size{
        margin-top: 100px;
    }

    .image-background img {
        object-fit: cover;
        /* Ensures the image covers the entire section */
        height: 100%;
        /* The image takes the full height of its container */
        width: 100vw;
        /* The image takes the full width of its container */
    }

    .img-banner {
        top: 20px;
    }

    .vid-compromiso {
        width: 100vw;
    }

    .text-servicios {
        font-family: 'League Spartan', sans-serif;
        font-size: 10px;
        font-weight: 800;
    }
    .servicios-disponibles {
        min-height: 150px;
    }

    .img-title-materiales-reciclados {
        width: 50%;
        margin: 20px 0 20px 0;
    }

    .img-title-proyectos-especiales {
        width: 80%;
        margin: 20px 0 20px 20px;
        left: 300px;
    }

    .text-proyectos-especiales{
        width: 90%;
        margin: 0;
        margin-top: 20px;
    }

    .text-proyectos-especiales li {
        font-size: 10px;
        font-weight: 50;
        margin-bottom: 15px;
    }

    .text-proyectos-especiales ul {
        padding-left: 5%;
    }

}