* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #fff;
    margin: auto;
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}
.producto{
    margin: 0% 5%;
    margin-top: 15px;
    padding: 30px;
    height: max-content;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: center;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.040);
}
.producto .nombre_variante{
    font-family: 'Poppins';
    color: #202020;
    font-weight: 600;
    font-size: 16px;
    margin: 8px 0px;
}
.producto select{
    font-family: 'Poppins';
    color: #202020;
    outline: none;
    background-color: #f2f5fc;
    max-width: 300px;
    padding: 5px 6px;
    font-size: 15px;
    border-radius: 2px;
    border: none;
}
.carousel,.carousel__contenedor,.carousel__lista,.carousel__elemento{
    max-width: 668px;
    height: 500px;
}
.carousel__contenedor{
    position: relative;
}
.carousel__anterior,.carousel__siguiente{
    position: absolute;
    top: 45%;
    padding: 7px;
    z-index: 2;
    color: #ffff;
    border: none;
    background-color: rgba(0, 0, 0, 0.500);
    cursor: pointer;
    border-radius: 2px;
}
.carousel__anterior{
    left: -10px;
}
.carousel__siguiente{
    right: -10px;
}
.carousel__elemento{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    width: 100% !important;
}


.guia{
    font-family: 'Poppins';
    height: 10px;
    margin: 0% 5%;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.guia a{
    font-size: 14px;
    text-transform: uppercase;
}
.guia ion-icon{
    font-size: 13px;
    margin: 0px 7px;
}
.overlay_vista_rapida{
    display: none;
}
.vista_rapida_producto{
    display: none;
}
.Contenedor_Imagen{
    height: 500px;
    width: 50%;
    position: relative;
    color: #fff;
}
.Contenedor_Imagen img{ 
    max-width: 100%;
}
#Imagen_Producto{
    max-width: 100%;
    height: 400px;
    object-fit: contain;
    transition: 0.5s;
    opacity: 1;
    display: block;
}
.Seccion_Datos{
    padding: 50px 50px 50px 50px; 
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 50%;
    height: 100%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.010);
}
.existencia_producto{
    font-family: 'Poppins';
    font-size: 16px; 
    color: #fff; 
    font-weight: 550;
    border-radius: 2px;
    width: max-content;
    margin-bottom: 10px;
    padding: 2px 7px;
}
.existencia_producto.enstock{
    background-color: rgba(40, 167, 70, 0.100); 
    color: #28a745;
}
.existencia_producto.sinstock{
    background-color: rgba(220, 53, 70, 0.100); 
    color: #dc3545;      
}
.descripcion_producto{
    font-family: 'Poppins';
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 0px;
    color: #333;
    text-transform: uppercase;
}
.Marca{
    font-family: 'Poppins';
    font-weight: 400;
    color: #666;
    padding-bottom: 5px;
    border-bottom: 1px solid #f7f7f7;
    font-size: 1rem;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.Color_Titulo{
    font-family: 'Poppins';
    font-weight: 500;
    color: #444;
    border-top: 1px solid rgb(122, 122, 122);
    font-size: 1rem;
    padding-top: 5px;
    margin: 15px 0px 5px 0px;
}
.Caja_Colores{
    display: flex;
    flex-direction: row;
}
.precio_producto{
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 400;
    color: #1a7ad4;
}
.Cuotas{
    font-family: 'Poppins';
    color:rgb(102, 102, 102);
    border-bottom: 1px solid rgb(122, 122, 122);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.Precio_Cuotas{
    color: #c59458;
    font-weight: 600;
}
.Agregar_Carrito{
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    padding: 8px 25px;
    width: max-content;
    background-color: #1a76d1;
    border: 1px solid #1a76d1;
    transition: .2s ease-in-out;
    outline: none;
}
.Agregar_Carrito:hover{
    background-color: transparent;
    border: 1px solid #1a76d1;
    color: #1a76d1;
}
.contenedor_cantidad{
    border: 1px solid #d9dae0;
    font-family: 'Poppins';
    padding: 5px;
    width: max-content;
    display: flex;
    height: 40px;
    margin-right: 5px;
}
.contenedor_cantidad input{
    min-width: 25px;
    width: 25px;
    text-align: center;
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 15px;
    color: #202020;
}
.contenedor_cantidad button{
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    background-color: transparent;
    margin: 0px 3px;
    cursor: pointer;
    color: #868686;
}
.contenedor_cantidad input::-webkit-inner-spin-button,
.contenedor_cantidad input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* .cantidad_input{
    border: 1px solid #d9dae0;
    font-family: 'Poppins';
    font-size: 18px;
    padding: 5px;
    padding-left: 10px;
    outline: none;
    width: 60px;
    margin-right: 5px;
    border-radius: 3px;
} */
.contenedor_anadir_carrito{
    margin-top: 10px;
    display: flex;
    width: max-content;
    align-items: center;
    margin-bottom: 5px;
}
.Boton_Consultar{
    font-size: 1.1em;
    font-family: 'Poppins';
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    background-color: #008001;
    border: none;
    padding: 10px 20px;
    width: max-content;
    height: 50px;
    cursor: pointer;
    border-radius: 4px;
    transition: .2s ease-in-out;
    outline: none;
    margin-top: 20px;
}
.Boton_Consultar:hover{
    background-color: #04a004;
    transform: scale(1.05);
}
.producto_oferta{
    font-family: 'Poppins';
    font-weight: 500; 
    width: max-content;
    color: #fff;
    background-color: #e67a00;
    border-radius: 2px;
    padding: 2px 6px;
    margin-bottom: 20px;
    font-size: 15px;
}
.Aclaracion{
    font-size: 0.9em;
    font-family: 'Poppins';
    border-top: 1px solid #f7f7f7;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
}
.Redes_Iconos_Producto{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}
.contenedor_compartir{
    display: flex;
    align-items: center;
}
.texto_compartir{
    font-family: 'Poppins';
    color: #666;
}
#FB{    
    font-size: 20px;
    border-radius: 0px;
    text-align: center;
    padding: 5px 8px;  
    color: #949494;
}
#FB:hover{
    color: #1a76d1;
}
#TW{
    font-size: 24px;
    border-radius: 0px;
    text-align: center;
    padding: 9px 8px 5px 8px;  
    color: #949494;
}
#TW:hover{
    color: #1a76d1;
}
.Datos::-webkit-scrollbar {
    width: 5px;
    height: 4px;    
    z-index: 2;
}
.Datos::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 0px;
}
.Datos::-webkit-scrollbar-thumb:hover {
    background: #cfcfcf;
}
.Datos::-webkit-scrollbar-track {
    background: #ececec;
}

.contenedor_detalles{
    border: 1px solid #ebebeb;
    min-height: 100px;
    height: max-content;
    margin: 30px 5%;
    display: flex;
    flex-direction: column;
}
.contenedor_detalles.movil{
    margin: 10px 0%;
    display: none;
}
.contenedor_detalles .texto_detalles{
    font-family: 'Poppins';
    padding: 10px 20px;
}
.contenedor_detalles .titulo_detalles{
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}
.contenedor_detalles .titulo_detalles ion-icon{
    font-size: 23px;
    margin-right: 7px;
}
.Datos{
    margin: 15px 0px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding: 10px 0px;
    min-height: 90px;
    max-height: 300px;
    overflow-y: scroll;
}
.Datos h2{
    font-family: "Poppins";
    color: #3a3a3a;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 3px;
    /* text-decoration: underline;
    text-decoration-color: #1a76d1;
    text-underline-offset: 10px; */
}
.Datos p{
    font-family: 'Poppins';
    color: #1d1e20;
    line-height: 23px;
}
.Contenedor_Misma_Marca{
    margin: 5% 18%;
    border: 1px solid  #e1e1e1;
    border-radius: 2px;
}
.Productos{ 
    overflow: hidden; 
    margin: 0 18%;
    margin-bottom: 2%;
    margin-top: 2%;
    border: 1px solid rgb(190, 190, 190);
    border-radius: 2px;
}
.Titulo_Misma_Marca{
    width: auto;
    margin: auto;
    font-family: Poppins;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
    background-color: #f4f4f4;
    color: rgb(0, 0, 0);  
}
.Contenedor_Misma_Marca_Sub{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px; 
    margin: 20px 20px;
}
.Imagen{
    width: 100%;
    height: 290px;
    cursor: pointer;    
}
.Producto_Misma_Marca{
    overflow: hidden;
    background: none;
    max-width: 220px;
    max-height: 460px;
    display: flex;
    flex-flow: column;
    border-radius: 1px;
    border: 1px solid rgb(107, 107, 107, 0.4) ;
    box-shadow: 0 0 0.3em rgb(107, 107, 107, 0.4) ;
    transition: box-shadow 0.5s ease-in-out;  
    background-color: white;
}
.Producto_Misma_Marca:hover{
    max-height: 520px;
    box-shadow: 0 0 0.9em rgba(77, 77, 77, 0.4) ;
    transition-property: box-shadow;
    transition-duration: 0.4s;
}
.informacion{ 
    border-top: 1px solid rgb(230, 230,230);
    padding: 0 10px;
    display: flex;
    flex-flow: column;   
}
.tipo-envio{ 
    border-radius: 2px;
    border-bottom: 2px solid rgb(230, 230,230);
    color: black;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 8px;
    text-align: left;
    padding: 4px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    max-width: max-content; 
}
.precio{
    font-family: 'Poppins';
    margin: 5px 0;
    margin-bottom: 10px;
    text-align: left;
    font-size: 1.1em;  
    color: #a24f57;
}
.descripcion{
    font-family: sans-serif;
    font-weight: 550;
    color: #285d91;
    margin-bottom: 8px;
}
.precio_producto_antiguo{
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    color: rgb(119, 119, 119);
}



.productos_relacionados{
    display: flex;
    flex-direction: column;
    height: max-content;
    border: 1px solid #f7f7f7;
}

.contenedor_productos_relacionados::-webkit-scrollbar {
    width: 5px;
    height: 5px;    
    z-index: 2;
}
.contenedor_productos_relacionados::-webkit-scrollbar-thumb {
    background: #1a76d1;
    border-radius: 0px;
}
.contenedor_productos_relacionados::-webkit-scrollbar-thumb:hover {
    background: #2f8ff0;
}
.contenedor_productos_relacionados::-webkit-scrollbar-track {
    background: #e6e6e6;
}

.contenedor_productos_relacionados{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 5px;
}

.contenedor_productos_relacionados .producto.mostrar{
    flex-direction: row;
    align-items: center;
    min-height: 140px;
    width: 300px;
    margin-top: 10px;
    padding: 25px 15px 15px 15px;
    border-radius: 2px;
}
.contenedor_productos_relacionados .producto.mostrar a{
    width: 110px;
}
.contenedor_productos_relacionados .producto.mostrar img{
    width: 100%;
    height: 100%;
}



.productos_relacionados h2{
    font-family: "Poppins";
    color: #3a3a3a;
    font-weight: 500;
    font-size: 21px;
    padding: 5px 6px;
    background-color: #f0f0f0;
}
.contenedor_productos_relacionados .producto{
    margin: 0;
    display: flex; 
    flex-direction: column;
    min-width: 300px;
    height: max-content;
    max-height: max-content;
    cursor: pointer;
    box-shadow: none;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #ebebeb;  
    transition-duration: 0.4s;
    background-color: #fff;
    position: relative;
    margin: 0px 2px;
}
.contenedor_productos_relacionados .producto .producto_oferta{
    font-family: 'Poppins';
    font-weight: 500; 
    position: absolute;
    left: 10px;
    top: 10px;
    color: #000;
    background-color: #fd2724;
    border-radius: 2px;
    padding: 2px 6px;
}

.contenedor_productos_relacionados .producto .Agregar_Carrito{
    position: absolute;
    background-color: #cadef2;
    font-size: 19px;
    color: #2185e9;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 10px;  
    top: 8px;
    right: 8px;  
    transition: 0.2s ease-in-out; 
    opacity: 0; 
}
.contenedor_productos_relacionados .producto:hover .Agregar_Carrito{
    opacity: 1;
    border: none;
}
.contenedor_productos_relacionados .producto .Agregar_Carrito:hover{
    background-color: #b6d6f5;
}

.contenedor_productos_relacionados .producto .visualizaciones_producto{
    position: absolute;
    top: 8px;
    right: 8px;
    height: 30px;
    font-family: 'Poppins';
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000a8;
    transition: 0.2s ease-in-out;
}
.contenedor_productos_relacionados .producto .visualizaciones_producto ion-icon{
    font-size: 18px;
    margin-left: 3px;
}
.contenedor_productos_relacionados .producto:hover .visualizaciones_producto{
    opacity: 0;
}
.contenedor_productos_relacionados .producto img{
    transform: scale(0.65);
    width: 100%;
    height: 260px;
    object-fit: contain;
    transition: 0.2s ease-in-out;
}
.contenedor_productos_relacionados .producto:hover img{  
    transform: scale(0.7);   
}
.contenedor_productos_relacionados .producto .informacion_producto{   
    display: flex;
    flex-flow: column;
    padding: 0px 8px;
    height: 100px; 
    width: 160px;
    align-items: center;
}
.contenedor_productos_relacionados .producto .descripcion_producto{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #4b4b4b;
    margin: 0px 0px;
    transition: 0.2s;
    text-align: center;
    width: 100%;
    height: max-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase; 
    letter-spacing: 0.1px;   
    line-height: 25px;
}
.contenedor_productos_relacionados .producto .precio_producto{
    font-family: 'Poppins';   
    margin: 0px 0px;
    font-size: 18px;  
    color: #1a76d1;
    font-weight: 500;   
    width: max-content;
    line-height: 25px;
}
.contenedor_productos_relacionados .producto .precio_producto_antiguo{
    font-size: 15px;
    font-family: 'PoppinsPoppins';
    font-weight: 500;
    color: rgb(119, 119, 119);
}


.Seccion_Datos label{
    margin: 5px 0px;
    font-family: "Poppins";
    font-size: 15px;
    display: flex;
    align-items: center;
}
input[type="checkbox"]{
	appearance: none;
	width: 18px;
	height: 18px;
	border: 2px solid #1a73e8;
	border-radius: 50%;
	background-clip: content-box;
	padding: 3px;
    outline: none;
    margin-right: 5px;
    transition: 0.2s ease-in-out;
    font-family: "Poppins";
}
input[type="checkbox"]:checked{
	background-color: #1a73e8;
}





@media screen and (max-width:1300px){
    .guia{
        margin: 0% 2%; 
        margin-top: 15px;
    }
    .producto{         
        margin: 0% 1%;
        margin-top: 15px;
    }
}
@media screen and (max-width:1250px){
    .Seccion_Datos{
        padding: 20px;
    }
}


@media screen and (max-width:1000px){
    .Datos{
        max-height: 250px;
    }
    .contenedor_detalles{
        display: none;
    }
    .contenedor_detalles.movil{
        display: flex;
    }
    .carousel,.carousel__contenedor,.carousel__lista,.carousel__elemento{
        max-width: 100%;
        height: 400px;
    }
    .carousel__elemento{
        min-height: 400px;
    }
    .productos_relacionados{
        width: 100%;
        margin-top: 50px;
    }
    .contenedor_productos_relacionados{
        flex-direction: row;
        overflow-x: scroll;     
    }
    .producto{
        flex-direction: column;
        height: max-content;
        margin: 15px 10px;
    }
    .existencia_producto{
        margin: 5px 0px;
    }
    .descripcion_producto{
        font-size: 25px;
    }
    .Boton_Consultar{
        width: max-content;
    }
    .Marca{
        margin-bottom: 5px;
    }
    .contenedor_anadir_carrito{
        justify-content: center;
    }
    .producto_oferta{
        margin: 5px 0px;
    }
    
    .Contenedor_Imagen{
        width: 100%;
        height: 400px;
        margin-bottom: 20px;
    }
    .Seccion_Datos{
        padding: 10px 20px; 
        width: 100%;
        height: max-content;
        margin: 0;
    }
}
@media screen and (max-width:500px){
    .Seccion_Datos{
        padding: 10px 0px; 
    }
    .producto{
        padding: 30px 15px;
    }
}

@media screen and (max-width:420px){
    .Contenedor_Imagen img{
        object-fit: contain;
    }
    .Boton_Consultar{
       
        width: 325px;
    }
}
