/*
blue: #338bff
black; #241f21
*/
.white {
    color: white;
}

.blue {
    color: #338bff;
}

.relative {
    position: relative;
}

.bg_dark {
    background-color: #241f21;
}

.social-media-icons {
    list-style: none;

}

.social-media-icons li {
    display: inline-block;
    margin: 0px 10px;
}

.social-media-icons li img {
    max-width: 35px;
}

.logo {
    width: 90%;
    max-width: 300px;
}

p {
    font-family: "Poppins", sans-serif;

}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.jumbotron {
    position: relative;
    padding-left: 0%;
    padding-right: 0%;
}

.jumbotron:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #338bff;
}

.col-sm-8 {
    word-wrap: break-word;
    /* Allow text to wrap at word breaks */
    white-space: normal;
    /* Enable normal text wrapping */
}


/* --- Carrusel con logos alineados en fila --- */
#image-slider-sudo {
    display: flex;
    justify-content: center;   /* Centra horizontalmente los logos */
    align-items: center;       /* Alinea verticalmente */
    flex-wrap: nowrap;         /* Mantiene los logos en una sola fila */
    overflow-x: auto;          /* Permite hacer scroll horizontal si son muchos */
    scroll-behavior: smooth;
    gap: 30px;                 /* Espaciado entre logos */
    padding: 10px 0;
}

/* Quita márgenes del contenedor interno */
#image-slider-sudo > div {
    flex: 0 0 auto;            /* Evita que se redimensionen */
}

/* Tamaño y estilo de cada logo */
#image-slider-sudo div img {
    width: 120px;
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.2s ease;
}

#image-slider-sudo div img:hover {
    transform: scale(1.05);
}

/* --- Ajustes responsivos --- */
@media (max-width: 992px) {
    #image-slider-sudo div img {
        width: 100px;
    }
}

@media (max-width: 600px) {
    #image-slider-sudo {
        gap: 20px;
    }

    #image-slider-sudo div img {
        width: 80px;
    }
}


.firma {
    max-width: 60%;
    float: right;
    margin-top: 20px;
}

.big-p {
    font-size: 1.125rem;
}

footer {
    margin-top: 0;
    margin-bottom: 0;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: white;
}

.element-separator {
    display: block;
    height: 1px;
    border: 0;
    margin-top: 20px;
    background-color: #338bff;
  }
  
  .elemento1 + .elemento2 {
    margin-top: 40px; /* Espacio adicional entre los elementos */
  }
  
  .elemento1 + .elemento2 .element-separator {
    margin-top: 0; /* Eliminar el margen superior predeterminado del separador */
  }

  .mb-2, .my-2 {
    margin-bottom: 2rem !important;
}

/* Styles for desktops lg and xl(min-width: 900px) */
@media (min-width: 1024px) {

    .title {
        font-family: "Poppins", sans-serif;
        font-size: 70px;
        font-weight: 700;
    }

    .medium-text {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .section-padding {
        padding-top: 240px;
    }

    .chicas-text-container {
        position: relative;
    }

    .img-chicas {
        max-width: 100% !important;
    }

    .chicas-text {
    position: absolute;
    /* Make text absolutely positioned */
    top: -160px;
    /* Position 20px from top */
    left: 55%;
    /* Position horizontally at 50% */
    width: 55%;
    height: 115%;
    transform: translateX(-50%);
    /* Center horizontally */
    text-align: justify;
    bottom: 10%;
    color: white;
    /* Adjust text color for contrast */
    margin-left: 12%;
    }

    .controls {
        position: absolute;
        top: 31%;
        width: 100%;
    
    }

    .emblema{
        width: 85px;
        height: 85px;
    }
}

/* Styles for tables (min-width: 768px and max-width: 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .social-media-icons li {
        display: inline-block;
        margin: 0px 10px;
    }

    .social-media-icons li img {
        max-width: 30px;
    }

    .logo {
        width: 70%;
        max-width: 300px;
    }

    .medium-text {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .title {
        font-family: "Poppins", sans-serif;
        font-size: 60px;
        font-weight: 700;
    }

    .big-p {
        font-size: .9rem !important;
    }

    .section-padding {
        padding-top: 180px;
        overflow: hidden;
    }

    .chicas-text-container {
        position: relative;
        max-width: 90%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: 0;
    }

    .img-chicas {
        width: 130% !important;
        bottom: 0;  
        object-fit: cover; /* Ajustar y recortar la imagen */
    }

    .chicas-text {
        position: absolute;
        top: -130px;
        left: 77%;
        width: 60%;
        height: 100%;
        transform: translateX(-50%);
        text-align: justify;
        bottom: 10%;
        color: white;
    }

    .firma {
        max-width: 70%;
        float: right;
        margin-top: -10px;
    }
    .brands {
        width: 70%;
        /* Reduce logo width for tablets */
    }

    #image-slider-sudo div img {
        width: 100%;
        padding:10px !important;
        margin: auto;
    }

    .controls {
        position: absolute;
        top: 31%;
        width: 98%;
    }

    .section-padding-both {
        padding: 0px 0px;
    }
    .emblema{
        width: 85px;
        height: 85px;
    }
}

/* Styles for Medium Devices (min-width: 768px and max-width: 992px) */
@media (min-width: 576px) and (max-width: 767px) {
    .social-media-icons li {
        display: inline-block;
        margin: 0px 10px;
    }

    .social-media-icons li img {
        max-width: 30px;
    }

    .logo {
        width: 70%;
        max-width: 300px;
    }

    .medium-text {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .title {
        font-family: "Poppins", sans-serif;
        font-size: 40px;
        font-weight: 700;
    }

    .big-p {
        font-size: .8rem !important;
    }

    .section-padding {
        padding-top: 180px;
        overflow: hidden;
    }

    .chicas-text-container {
        position: relative;
        max-width: 90%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: 0;
    }

    .img-chicas {
        width: 100% !important;
        bottom: 0;  
        object-fit: cover; /* Ajustar y recortar la imagen */
    }

    .chicas-text {
        position: absolute;
        top: -130px;
        left: 65%;
        width: 60%;
        height: 100%;
        transform: translateX(-50%);
        text-align: justify;
        bottom: 10%;
        color: white;
    }

    .firma {
        max-width: 70%;
        float: right;
        margin-top: -10px;
    }

    .brands {
        width: 80%;
        /* Reduce logo width for tablets */
    }

    #image-slider-sudo div img {
        width: 100%;
        margin: auto;
    }

    .controls {
        position: absolute;
        top: 30%;
        width: 98%;
    }

    .section-padding-both {
        padding: 0px 0px;
    }
}


/* Styles for mobile xs (up to 600px) */
@media (max-width: 575px) {
    .social-media-icons li {
        display: inline-block;
        margin: 0px 10px;
    }

    .social-media-icons li img {
        max-width: 25px;
    }

    .medium-text {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .title {
        font-family: "Poppins", sans-serif;
        font-size: 50px;
        font-weight: 700;
    }

    .big-p {
        font-size: .9rem !important;
    }

    .section-padding {
        padding-top: 50px;
    }

    .chicas-text-container {
        position: relative;
    }

    .img-chicas {
        width: 100% !important;
        bottom: 0;
    }

    .chicas-text {
        top: -5px;
        /* Adjust top position for mobile */
        width: 90%;
        /* Reduce width for mobile */
        left: 4%;
        /* Center horizontally on mobile */
        text-align: justify;
        bottom: 10%;
        /* Adjust font size for mobile */
        color: white;

    }

    .firma {
        max-width: 80%;
        float: right;
        margin-top: -10px;
    }

    .brands {
        width: 90%;
        /* Reduce logo width for mobiles */
    }


    #image-slider-sudo img {
        width: 85%;
        margin: auto;
        padding: 5px;
    }

    .controls {
        position: absolute;
        top: 25%;
        width: 95%;
    }

    .nextBtn {
        width: 40px;
        float: right;
    }
    .nextBtn img {
        width: 100%;
    }

    .section-padding-both {
        padding: 2px 0px;
    }

    .emblema{
        width: 60px;
        height: 60px;
    }

    .wrap{
        word-wrap: break-word;
    }
}
