
.color-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.color-item {
    width: 40px;
    height: 40px;
    border-radius: 5%;
    border: 1px solid #000;
}


.color-description {
    margin-left: 0px;
    font-size: 14px;
    line-height: 50px; /* Alinea verticalmente con el color */
}






.image-container {
    position: relative;
    overflow: hidden;

    max-height: 70vh;
    border: 1px solid #c7c0c0;
    margin-right: 20px; /* Espacio entre el carrusel y los detalles */

    display: flex;           /* Utilizar flexbox para centrar verticalmente */
align-items: center;     /* Centrar verticalmente */
justify-content: center; /* Centrar horizontalmente */
min-width: 500px;

}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    


}

.product-details {
    width: 50%; /* Ancho mitad */
}

.product-details h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.product-details p {
    font-size: 18px;
    margin-bottom: 15px;
}





.container {
    margin-top: 130px;
    margin-bottom: 1%;

    display: flex;
    align-items: flex-start; /* Alinear al inicio */
    padding: 3% ;
}
.imgContainer {
    width: 65%;
    display: flex;
}
.menuImg {
    width: 120px;
    margin-right: 10px;
}

.imgSmall {
    width: 100%;
    cursor: pointer;
    border: 1px solid #e6e6e6b9;
    transition: opacity 0.3s ease;
}

.displayImg {
    position: relative;
    width: 80%;
    height: 600px;
    overflow: hidden;   
    border: 1px solid #e6e6e6b9;
    margin-right: 20px; /* Espacio entre el carrusel y los detalles */
    display: flex;           /* Utilizar flexbox para centrar verticalmente */
    align-items: center;     /* Centrar verticalmente */
    justify-content: center; /* Centrar horizontalmente */
}
.displayImg img {
    width: 85%;
}
.carouselText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    
    color: #18377A;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 15px;

}


.carousel-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 24px;
}









.thumbnail.selected {
    opacity: 0.7;
    border-color: #007BFF;
}

.thumbnail:hover {
    opacity: 0.7;
}

.manual-controls {
    text-align: center;
    margin-top: 20px;
}

.manual-controls button {
    margin: 0 15px;
    padding: 10px 25px;
    cursor: pointer;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 20px;
}





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

.popupInfo {
    padding: 1%;
    color: #18377A;
    width: 50%;
    height: 600px;
}
.popupInfo h2 {
    font-size: 13pt;
    font-weight: 500;
}
.popupInfo h1 {
    font-size: 25pt;
    font-weight: 550;
}
a{
    display: flex;
    text-decoration: none;
    justify-content: center;
    margin: 15px 0;
}
a button{
    cursor: pointer;
    height: 38px;
    width: 100%;
    border-radius: 20px;
    background-color: #09BB1B;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 13pt;
}

.description{
    margin-top: 30px;
    margin-bottom: 40px;
}
.description p{
    text-align: justify;
    font-size: 11.4pt;
    font-weight: 500;
}


/* MEDIDAS */
.medidas{
    margin-top: 2%;
    padding: 0 5%;
}
.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 .parrafo{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.medidasInfo .parrafo div{
    background-color: #E6E6E6;
    margin: 3px 2px;
    width: 100%;
    max-width: 300px;
    text-align: center;
}
/* MEDIDAS */



/* GRAMAJE */
.gramaje{
    margin-top: 3%;
    padding: 0 5%;
}
.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: 1.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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


/* COLORES */
.colores{
    margin-top: 3%;
}
.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 {
    background-color: #E6E6E6;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.color div{
    width: 50px;
    height: 50px;
    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;
}
