@media only screen and (max-width: 600px) { 

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-image {
    width: 150px;
    height: 150px;
    margin: 10px;
    cursor: pointer;
}

#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

#popup {
    position: fixed;
    border-radius: 20px 20px 0 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: white;
    z-index: 1000;
    overflow-y: auto;
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%);
}



.close-popup {
    position: absolute;
    top: 3px;
    right: 10px;
    cursor: pointer;
    font-size: 40px;
    color: #18377A;
}


/* -------------------------------------------------------- */



.carousel-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel {
    white-space: nowrap;
    transition: transform 0.5s ease;
    font-size: 0; /* Eliminar espacio blanco entre las imágenes */
    position: relative;
}

.carousel img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.color-buttons {
    text-align: center;
    margin-top: 10px;
}

.color-buttons button {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    border: none;
}

.indicator {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.indicator span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #18377ace;
    margin: 0 5px;
    cursor: pointer;
}

.indicator span.active {
    background-color: #E6BD5C;
}



/* ----------------------------------------------- */


.popupInfo{
    padding: 6%;
    padding-top: 2%;
    color: #18377A;
}
h1{
    font-size: 18pt;
    line-height: 25px;
    margin: 0;
    margin-top: 5px;
}
h2{
    top: 5px;
    font-size: 11pt;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
}
a{
    display: flex;
    text-decoration: none;
    justify-content: center;
    margin: 15px 0;
}
a button{
    height: 40px;
    width: 80%;
    border-radius: 20px;
    background-color: #09BB1B;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 13pt;
}

.description{
    background-color: #E6E6E6;
    padding: 10px;
    border-radius: 10px;
}
.description p{
    text-align: center;
    padding: 0 10px 0;
    font-size: 11.4pt;
    font-weight: 500;
}





/* MEDIDAS */
.medidas{
    margin-top: 6%;
}
.medidas .title{
    height: 15px;
    display: flex;
    align-items: center;
}
.medidas .title h3{
    margin: 0;
}
.medidas .title hr{
    border-color: #18377A;
    width: 100%;
    margin-left: 8px;
    margin-right: 0px;
    border-width: 13px;
}

.medidasInfo{
    padding-top: 3%;
}
.medidasInfo div{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.medidasInfo div p{
    background-color: #E6E6E6;
    margin: 3px 2px;
    width: 100%;
    text-align: center;
}
/* MEDIDAS */





/* GRAMAJE */
.gramaje{
    margin-top: 6%;
}
.gramaje .title{
    height: 15px;
    display: flex;
    align-items: center;
}
.gramaje .title h3{
    margin: 0;
}
.gramaje .title hr{
    border-color: #18377A;
    width: 100%;
    margin-left: 8px;
    margin-right: 0px;
    border-width: 13px;
}
.gramajeInfo {
    padding-top: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gramajeInfo p{
    background-color: #E6E6E6;
    margin: 3px 0px;
    width: 100%;
    height: 25px;
    text-align: center;
}
/* GRAMAJE */




/* COLORES */
.colores{
    margin-top: 6%;
}
.colores .title{
    height: 15px;
    display: flex;
    align-items: center;
}
.colores .title h3{
    margin: 0;
}
.colores .title hr{
    border-color: #18377A;
    width: 100%;
    margin-left: 8px;
    margin-right: 0px;
    border-width: 13px;
}
.color {
    margin-top: 10px;
    background-color: #E6E6E6;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color div{
    margin: 0 5px;
    width: 25px;
    height: 25px;
    border-color: black;
}


.color .colorPayaso{
    display: flex;
    justify-content: center;
    margin: 0 5px;
    width: 25px;
}

.colorPayaso .payasoRojo{
    display: flex;
    width: 25px;
    justify-content: center;
}

.colorPayaso .payasoRojo .Barra{
    display: flex;
    margin: 0 1.2px;
    width: 4.3px;
    justify-content: center;

}
.colorPayaso .payasoRojo .Barra .barraInside{
    margin: 0 1px;
    width: 1px;
}

}