/*PRODUCTO*/
.tags{
/*    border: 1px solid #ced5fc;*/
    border-radius: 7px;
    padding: 4px;
    margin-left: 4px;
}
.link-to-top-whatsapp{
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: rgba(0,0,0, .2);
    font-size: 48px;
}
.circulo {
     width: 30px;
     height: 30px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     
    display: inline-block;
}
.circulo_colores { 
    display: block; 
    list-style: outside none none; 
    margin: 10px; 
    overflow: hidden; 
    padding-left: 0; 
}
.circulo_colores li { 
    border: 1px solid #bbbbbb;
    margin: 3px; 
}
.circulo_colores li label span { 
    cursor: pointer; 
    display: block; 
    font-size: 1.2em; 
    font-weight: 400; 
    height: 30px; 
    width: 30px;
    line-height: 37px; 
    margin: 0; 
    text-align: center; 
    -webkit-transition: all 0.3s ease 0s; 
    transition: all 0.3s ease 0s; 
}
.circulo_colores li label input { 
    left: -9000px; position: absolute; 
}
.circulo_colores li label span { 

    color: #909090; 
}

.circulo_colores li label input:checked + span { 
   background-color: rgba(0, 0, 0, 0.18); 
}
.linkindex li{ 
    display: inline-block;
    border:4px solid #191919;
}

.error{
    color:red;
}
.exitoso{
    color:rgb(35, 177, 0);
}
.atributos_productos{
    border:1px solid #d8d8d8;
    padding: 10px;
    border-radius: 7px;
    overflow: hidden;
}
#todaslasvariaciones{
    margin-top:10px;   
    overflow:hidden;
    
}
.seleccionavariacion{
    font-size:18px;
    
}
.descripcion_variaciones{
    color:#004580;
    border:1px solid rgb(214, 214, 214);
    border-radius: 7px;
    padding: 7px;
    font-size:15px;
    cursor: pointer;
    margin-top:10px;
    text-transform:capitalize;
    display: block;
    
}
.descripcion_variaciones:hover{    
    text-decoration: underline;    
}
.mensaje_variaciones{
    font-size:20px;
}
/*FIN PRODUCTO*/

/*MENSAJE CARRRITO*/
.centrar_desplegar_informacion{
 
    width: 100%;
    height: 100%;
    position: fixed;
    top:0px;
    z-index: 20!important;
    background: rgba(0, 0, 0, 0.747);
    display: flex;
    align-items: center;
    display: none;

} 
.desplegar_informacion{  

   margin: auto;
   width: 400px;
   height: auto;
   overflow: hidden;
   background: white;
   border:1px solid rgb(192, 192, 192);
   text-align: center;
   border-radius: 7px;
 
  
}
.desplegar_informacion .info_producto_agregado{
   padding:20px;
}
.desplegar_informacion .boton{
   margin-top:30px;
   margin-bottom:30px;
   
   text-align: center;
}
.desplegar_informacion .imagen{
   margin-top: 30px;   
   margin-bottom: 30px; 
   text-decoration:none;  
}

.desplegar_informacion a{
   margin: 0 auto;
   width:300px!important;
   padding:20px;
   background:rgb(0, 45, 194);
   color:white;
   border-radius: 7px;
   cursor: pointer;
   margin-top:5px;
   text-decoration:none;
}
.desplegar_informacion a:hover{
   background:rgb(0, 50, 216); 
}

/*MENSAJE CARRRITO*/

/*tienda*/
.product .product-title {
    max-width: 100%;
    width: 100%;
}
.product2 {
    border-bottom:1px solid rgb(207, 207, 207);
}
.product2 .product-image {
    height: 100%!important;
    padding: 10px;
}
.product2 .product-image img, .product2 .product-image>a {  
    
    text-align: center;
    height: 90%;
}
.product2 .product-description{
    text-align:center!important;
}
.grid-item{
    min-height:400px!important;
}
.product-image {
    height: 250px!important;
    width: 100%!important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  
  .product-image img {
    width: 100%; /* Ancho de la imagen al 100% del div */
    height: 100%; /* Alto de la imagen al 100% del div */
    object-fit: cover; /* Zoom para cubrir todo el espacio del div */
  }
.product .product-price { 
     float: none; 
    margin-bottom: 0;
     margin-top: 0px; 
    text-align: center;
    width: 100%!important;
}
 .product-price2 { 
     margin-top:10px;
     margin-bottom:10px;
     font-weight: bold;
    font-size:25px;
    color:rgb(0, 89, 255);
    text-align: left;
    width: 100%!important;
}
.product .product-price ins { 
    font-size:20px!important;
    color:rgb(0, 89, 255);
}
.btncarrito{
    background:#275B9C;
    padding:10px;
    border-radius: 7px;
    color:white!important;
    width:100%;
    display: block;
    text-align: center;
}
.btncarrito:hover{
    background:#12335c;
}
#price-from,#price-to{
    line-height: 18px;
    padding: 10px 16px;
    min-height: 40px;
    font-size: .9rem;
     width:48.5%; 
    border:1px solid #c6c6c6;
    border-radius: 3px;
}
/*NAV*/

.navclasificaciones{
    float: left !important;
    margin-left: 40px;
    border-radius: 7px;
}
#mainMenu nav > ul > li > a {

     text-transform:inherit !important;
}
.todaslasclasificaciones{
    
    overflow: hidden;
    width: auto;
    display: flex;
    top:0;
    line-height: 30px !important;
}
.titulo_submenu{
    border-bottom: 1px solid #9c9c9c;
    margin-bottom: 5px;
    line-height: 30px;
    color:#931d83;
    font-size: 17px;
}
.titulosubmenu{
  font-weight: bold;
  font-size: 14px;
 
   
}
.titulosubmenu a{
  color: gray !important;
    
}
.titulosubmenu_vermas{
  font-weight: bold;
  font-size: 14px;
  color:#931d83;
   
}
.titulo_submenu_hijo{
    padding-left: 10px;
     color: gray;
}
.titulo_submenu_hijo a{
    
     color: gray !important;
}
.todaslasclasificaciones_div{
    min-width: 300px;    
    min-height: 100px;
    margin-top:7px;
    margin-bottom: 30px;
    flex:1;
    
}

/*TALLER INDIVIDUAL*/
.contiene_videos_individual{
    max-width:500px;
    width:100%;
    padding:5px;
}
.contiene_videos_individual .contenedor{
    overflow:hidden;
    padding:5px;
    background:rgb(241, 241, 241);
    margin-top:5px;
}
.contiene_videos_individual .foto{
    float:left;
    width:25%;
    padding:5px;
}
.contiene_videos_individual .contenido{
    float:left;
    width:75%;
    padding:5px;
}
.contiene_videos_individual .titulo h2{
    font-weight:bold;
    font-size:16px;
}
.contiene_videos_individual .foto img{
    width:100%;
}
/*TALLER INDIVIDUAL*/

.especialista_video {
    padding: 10px;    
    text-align: left;
    overflow: hidden;
    border:none;
    background: #09091e;
}
.especialista_video .titulo{
    font-weight:bold;
    font-size:18px;
    padding-left:10px;
   
}
.especialista_video a{
   
    color:rgb(27, 49, 248);
}

.detalles_individual{
    background: #ffe9e9;
}

@media (min-width: 0px) and (max-width: 600px) {
    .todaslasclasificaciones_div{
        width: 100%;   
        min-width: inherit;
    }    
    .navclasificaciones{
        margin-left: 0px; 
    } 
}
