/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">


*/
body,html,h1,h2,h3,h4,h5,.misionvisionvalores,p,a{
    font-family: 'Encode Sans', sans-serif!important;
    font-family: 'Roboto Slab', serif!important;
}
select{
    -webkit-appearance: auto;
    -moz-appearance: auto ;
    appearance: auto ;
}
.btncrese{
    line-height: 18px;
    background:#275B9C;
    padding:10px;
    border-radius: 7px;
    color:white!important;
    width:100%;
    display: block;
    text-align: center;
    border:none;
    font-size:12px;
}
.btncrese:hover{
    background:#113664;
}
.btncrese_rojo{
    line-height: 18px;
    background:#a10b00;
    padding:10px;
    border-radius: 7px;
    color:white!important;
    width:100%;
    display: block;
    text-align: center;
    border:none;
    font-size:12px;
}
.btncrese_rojo:hover{
    background:#630000;
}
.misionvisionvalores{
    display:flex;
}
.mensaje_correo_agenda{
    background: #280202d6;
    position: absolute;
    padding: 10px;
    border-radius: 7px;
    display: none;
}
.contiene_mision{
    
    flex:1;
    height:400px;
    border:1px solid rgb(255, 255, 255);
    background-image:url(../imagenes/misionvision/mision.jpg);
    background-size: cover;
    background-position: center;
}
.contiene_mision p{
    font-size: 25px;
    color: rgb(255, 255, 255);
    
}
.contiene_mision h2{
    color: #0066ff!important;
    -webkit-text-stroke: 1px #ffffff; /* Para navegadores WebKit como Chrome y Safari */
}
.contiene_vision{
    
    flex:1;
    height:400px;
    border:1px solid rgb(255, 255, 255);
    background-image:url(../imagenes/misionvision/vision.jpg);
    background-size: cover;
    background-position: center;
}
.contiene_vision p{
    font-size: 25px;
    color: rgb(255, 255, 255);
    
}
.contiene_vision h2{
    color: #0066ff!important;
    -webkit-text-stroke: 1px #ffffff; /* Para navegadores WebKit como Chrome y Safari */
}
.contiene_valores{
    
    flex:1;
    height:400px;
    border:1px solid rgb(255, 255, 255);
    background-image:url(../imagenes/misionvision/valores.jpg);
    background-size: cover;
    background-position: center;
}
.contiene_valores p{
    font-size: 25px;
    color: rgb(255, 255, 255);
    
}
.contiene_valores h2{
    color: #0066ff!important;
    -webkit-text-stroke: 1px #ffffff; /* Para navegadores WebKit como Chrome y Safari */
 
}
.cuadro_transparente{
 
    background: #00000096;
    height:400px;
    width:100%;
    padding:40px 20px 0px 20px;
   
}
.cuadro_transparente:hover{
    background: #353535a8;
    height:400px;
    width:100%;
    padding:40px 20px 0px 20px;
    padding-top: 70px;
    transition: padding-top 0.3s ease;
     
}
/*VER MAS EVENTOS*/
.ver-mas{
    text-decoration:underline;
    color:blue;
    font-weight:bold;
    font-size:16px;

}
.descripcion-container {
    max-height: calc(5 * 1.2em); /* 5 líneas de texto, cada línea es aproximadamente 1.2em */
    overflow: hidden;
    transition: max-height 0.3s ease; /* Transición suave */
}
/*VER MAS EVENTOS*/
/*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*/
/*AGENDA*/
.descargaporcorreo{
    overflow:hidden;
    text-align:center;
  
    background: #00132a;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 10px), repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 10px);
    background-size: 100px 100px;
    padding:5px;
   
}
.formulario{
    max-width:600px;
    width:100%;
    margin:0 auto;
    border-radius:7px;
    overflow:hidden;
 
}
 
.formulario .foto{
    width:30%;
    min-height: 400px;
    float:left;
    background:white;
  
}
.formulario img{
    width:100%;
}
.formulario .contenido{
    width:70%;
    float:left;
    border:1px solid white;
    text-align:left;
    height:400px;
    display: flex;
    flex-direction: column;                 
    justify-content: center;
    padding:10px;
    background: #ffe7e7;
}
.formulario .texto{
    border-radius:7px; 
    border:1px solid gray;
    margin-bottom:2px;
}
  .formulario .boton{
    margin-top:5px;
  }
.formulario .btncrese{
    width:200px;
    float:left;                
}

/*AGENDA*/
/*SERVICIOS*/
.servicios_{
    width: 100%;
    border: 5px solid #ffbfbf;
    padding: 10px;
    transition: all 0.3s ease; /* Agregamos una transición suave de 0.3 segundos */
    margin-top:10px;
    background: white;
}

.servicios_:hover{
    width: 110%;
    border: 7px solid #ffbfbf;
    background: rgb(255, 225, 225);
}
/*SERVICIOS*/
/*TESTIMONIAL*/
.white-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%; /* Ajusta el tamaño del recuadro blanco */
    height: 100%; /* Ajusta el tamaño del recuadro blanco */
    background-color: rgba(255, 255, 255, 0.041); /* Color de fondo del recuadro blanco */
    transform: translate(-50%, -50%) rotate(-45deg); /* Inclina el recuadro */
  }
  .testimonial_img{
    height: 120px!important;
    width: 120px!important;
    border-radius: 7px!important;
  
  }
/*TESTIMONIAL*/
/*VIDEOS YOUTUBE*/
.videocrese{
    background:rgb(0, 17, 36);
}
.videocrese .descripcion{
    font-size:20px;
    color:white;
}
.contiene_video_youtube {
    width: 100%;           
    overflow:hidden;
    padding:20px;
}
.contiene_video_youtube .imagen {
    height:270px;
    width: 100%;            
    position: relative; /* Añadimos esta propiedad para establecer un contexto de posición */
 
}
.contiene_video_youtube .imagen img {
    position: absolute; /* Establecemos la posición absoluta para la imagen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Hacemos que la imagen cubra el contenedor */
   border-radius:7px;
}
.contiene_video_youtube h2 {
    font-size:16px;
    text-align:center;
}
/*VIDEOS YOUTUBE*/
/*VIDEO INDIVIDUAL*/
.lista{
    border-radius: 7px;
}
.contiene_lista_videos{
    width:100%;
    border:1px solid rgb(85, 85, 85);
    margin-bottom:5px;    
    overflow:hidden; 
    padding:5px;                   
}
.contiene_lista_videos .video{
   
    float:left;
    width:40%;            
}
.contiene_lista_videos .contenido{

    float:left;
    width:60%;    
    padding:6px;        
}

.container_video{
    overflow:hidden;
    background:rgb(1, 16, 34);
}
.izquierda_video{
    float:left;
    width:70%;
    padding:20px;
    background:rgb(3, 4, 24);
}
.izquierda_video h2{
   font-size:20px;
}
.izquierda_video .descripciones{
   color:rgb(168, 168, 168);
}
.derecha_video{
    float:right;
    width:30%;
    padding:20px;
    background:rgb(3, 4, 24);
}
.derecha_video h2{
    padding:7px;
    color:white;
    font-size:16px;
 
}
.derecha_video .lista{
    padding:7px;
    color:white;
    background: #00132a;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 10px), repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 10px);
    background-size: 100px 100px;
}
.derecha_video .lista h4{
    font-size:12px;
}
.derecha_video .lista .descripcion{
    font-size:11px;
    line-height: 15px;
}
/*VIDEO INDIVIDUAL*/
/*LISTA DE TALLERES*/
.contenedor_talleres{
    text-align:center;  
    background:black;
    padding:30px;
    background: linear-gradient(to bottom right, #0c0000 50%, #000113 50%);
    border-top: 6px solid #275B9C;
}
.contenedor_talleres h2{
    color:white;
}
.contiene_talleres{
    max-width:800px;
    width:100%;
    padding:10px;
    margin:0 auto;
    border:1px solid rgb(155, 155, 155);
    background:#d7d7d7;
    border-radius:7px;
    margin-bottom:10px;
} 
.contiene_talleres:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
.taller{
    padding:10px;
    border:1px solid white;
    text-align:left;
    overflow:hidden;
    background:white;
}
.taller .foto{
    max-width:100px;
    width: 30%; 
    height:100px;    
    border-right:1px solid rgb(114, 114, 114);
    float:left;
}
.taller .contenido{
    max-width: 650px;
    width: 70%;
    float: left;
  
}
.taller .titulo{
    font-weight:bold;
    font-size:18px;
    padding-left:10px;
    color:rgb(172, 172, 172);
}
.taller .titulo a{
 
    color:blue;
}
.taller .descripcion{
    margin-top:10px;
    padding-left:10px;
    color:rgb(172, 172, 172);
}
.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);
}
.form_preguntas .ac-item{
    border:1px solid rgb(32, 32, 32);
}
.form_preguntas{ 
    width: 100%;
    padding:15px;
}
.form_preguntas .pregunta {
    width: 100%;
}
.form_preguntas textarea{
    width: 80%;
}
/*LISTA DE TALLERES*/
/*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*/
 /*CONTACTO*/
 .t_ubicacion{
    background: linear-gradient(45deg, rgba(255, 69, 0, 0.3) 10%, transparent 10%, transparent 20%, rgba(255, 69, 0, 0.3) 20%, rgba(255, 69, 0, 0.3) 30%, transparent 30%, transparent 40%, rgba(255, 69, 0, 0.3) 40%, rgba(255, 69, 0, 0.3) 50%, transparent 50%, transparent 60%, rgba(255, 69, 0, 0.3) 60%, rgba(255, 69, 0, 0.3) 70%, transparent 70%, transparent 80%, rgba(255, 69, 0, 0.3) 80%, rgba(255, 69, 0, 0.3) 90%, transparent 90%);

 }
 .covernegro{
    background:#000000c4;
 }
 .covernegro .container{
    background:#000000a8;
    padding:50px;
    border-radius:7px;
 }
 #section7{
    border-top: 6px solid #275B9C;
    padding:0px;
    background-image:url(../imagenes/ubicacion/ubicacion.jpg);
    background-position:71% 22%; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Añadir el efecto de parallax */
 }
 #section7 h2, #section7 p, #section7 address, #section7 h4{
    color:white;
 }
 /*PREGUNTAS Y RESPUESTAS*/
 .pregunta{
    font-weight: bold;
    font-size:15px;
    margin-top:8px;
 }
 .respuesta{     
    font-size:13px;    
    color:rgb(70, 70, 70);
    margin-top:8px;
 }
 .contiene_talleres_toggle{
    border:1px solid rgb(219, 219, 219);
    padding:10px;
}
.ac-title_{
    overflow: hidden;
}
.img-container{
    width: 50px;
    height: 50px;
    float:left;
    overflow: hidden;
    border-radius: 7px;
}
.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.titulo-container{
    width: 80%;
    height: 50px;
    float:left;
    display: flex;
    align-items: center;
    padding-left:10px;
     
}
.contiene_videos_toggle{
    border:1px solid rgb(219, 219, 219);
    padding:10px;
}
.ac-content_preguntas{
    border:1px solid rgb(219, 219, 219);
    padding:10px;
}
 /*PREGUNTAS Y RESPUESTAS*/
 /*CONTACTO*/
 /*PIEPAGINA*/
 .footer-content{
    background: #00132a;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 10px), repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 10px);
    background-size: 100px 100px;

    /* background: #ff9595; */
    /* background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 10px), repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 10px); */
    /* background-size: 100px 100px; */
 
    
 }
 .redessociales{
    display: inline-block;
    float: none!important;
 }
 .copyright-content{
    background: #ff9292!important;
    color:white;
 }
 /*PIEPAGINA*/
/*PAGO TARJETA*/
.contienepagotarjeta .card-header h3 {
    
    color: white;
}
.imagenbanco {
    display: inline-block;
    height: 20px;
    margin-right: 5px;
}
.botonpagarconekta {
    background: #143761!important;
    color: white!important;
    width: 100%!important;
    border: none;
    border-radius: 7px;
    padding: 10px;
    font-size: 15px;
    cursor: pointer;
}
.botonpagarconekta:hover {
    background: #0f2d52!important;
}
/*FIN PAGO TARJETA*/

/*FIN CARRUCEL*/

 .submit_boton{
    padding: 15px !important;
    color: white !important;
    border: none !important;
    border-radius: 7px!important;
    font-size: 14px !important;
    display: inline-block !important;
    width: 300px !important;
}
.product-price{
    width:45% !important;
}
/*BLOG*/
.contiene_borrarcomentario{
    height: 20px;   
}
.borrar_comentario{
    float:right;
}
#page-content-importantes {
    padding: 0px;
}
.grid-articles .post-entry_p {
    width: 24.5%;
    margin-left: 0.25%;
    margin-top: 0.5%;
}
.grid-articles .post-entry {
    width: 24.5%;
    margin-left: 0.25%;
    margin-top: 0.25%;
}
/*END BLOG*/
.logo-default{
    padding: 10px !important;
}
/*personalizable*/
.container{
   word-wrap: break-word;
}

.naranja #header .header-inner, .naranja #header #header-wrap, #header.naranja .header-inner, #header.naranja #header-wrap {
    background-color: #FFA500!important;
    color:white;
}
.naranja #mainMenu nav > ul > li > a, #mainMenu.naranja nav > ul > li > a {
    color: #ffffff!important;
}
.negro #mainMenu nav>ul>li .dropdown-menu {
    background-color:#2f2f2f!important;;
    border:none;
}

.negro #header .header-inner, .negro #header #header-wrap, #header.negro .header-inner, #header.negro #header-wrap {
    background-color: #2f2f2f!important;
    color:white;
}
.negro #mainMenu nav > ul > li > a, #mainMenu.negro nav > ul > li > a {
    color: #ffffff!important;
}

.negro .lines, .negro .lines:after, .negro .lines:before {
    background-color: #fff;
}

.negro #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li [class*=col-]>ul>li>a, .negro #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>a, .negro #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>span {
    color:white!important;
    background-color: #2f2f2f!important;
}
.azul #mainMenu nav>ul>li .dropdown-menu {
    background-color:#2474bb!important;
    border:none;
}
.azul #header .header-inner, .azul #header #header-wrap, #header.azul .header-inner, #header.azul #header-wrap {
    background-color: #2474bb!important;
    color:white!important;
}
.azul #mainMenu nav > ul > li > a, #mainMenu.azul nav > ul > li > a {
    color: #ffffff!important;
}

.azul .lines, .azul .lines:after, .azul .lines:before {
    background-color: #fff!important;
}

.azul #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li [class*=col-]>ul>li>a, .azul #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>a, .azul #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>span {
    color:white!important;
    background-color: #2474bb!important;
}
.verde #header .header-inner, .verde #header #header-wrap, #header.verde .header-inner, #header.verde #header-wrap {
    background-color:green;
    color:white;
}
.verde #mainMenu nav > ul > li > a, #mainMenu.verde nav > ul > li > a {
    color: #ffffff;
}
.verde .lines, .verde .lines:after, .verde .lines:before {
    background-color: #fff;
}

.verde #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li [class*=col-]>ul>li>a, .verde #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>a, .verde #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu>li>span {
    color:white!important;
    background-color: green!important;
}
/*personalizable fin*/

.busqueda,.clasificacion_altas{
    border:1px solid #a1a1a1;
    border-radius: 4px;
}
.btnbuscar{
    margin-bottom:2px !important;
}

.logo-height{
    max-width: 500px;
    width:100%;
}

.logo-height2{
    max-height: 150px;
}
.pie-height{
    max-height: 300px;
}
/*PRODUCTO*/
.imagenproduc{
    width: 70px;
}
.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_e{
    color:red;
}
.mensaje_error{
    color:red;
    border:1px solid red !important;
}
.mensaje_exitoso{
    border:1px solid green;
}
#imagen{
   width: 150px;
}
.imagenes_temporales{
    height: 100px;
    cursor:move;
}
#cargando{
    display: none;
}
.contiene_imagen_adicional{
    float:left;
    margin-left:30px;
    margin-top: 30px;
    text-align: center;
}
.barra_eliminar_foto{
    width: 100%;
    height: 30px;
    margin-top: 20px;
    cursor:pointer;
    color:blue;
}
.barra_eliminar_foto:hover{
    color:red;
    font-weight: bold;
}
.productos_segmento{
    float:left;
    width:50%;
    background: #fcfcfc;
    padding: 20px;
}
.col-lg-20_{
    width:100%;
}
.clasificacion_altas{
    width: 200px;
}
/*colores*/
.txt_color{
    width: 100%;
}
.contiene_colores{
    display: flex;
    flex-wrap: wrap;
  
}
.color_item{
    display: flex;
    flex:1;
    height: 50px;
    border: 1px solid #e7e7e7;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.verde{
    background: #00913f!important;
    color:white!important;    
}
.rojo{
    background: #AE2029!important;
    color:white!important;    
}
.azul{
    background: #0000FF!important;
    color:white!important;    
}
.amarillo{
    background: #FFFF00!important;
    color:green!important;    
}
.naranja{
    background: #FFA500!important;
    color:white!important;    
}
.negro{
    background: black!important;
    color:white!important;    
}
.gris{
    background: #2f2f2f!important;
    color:white !important;    
}

.blanco{
    background: white !important;
    color:black !important;    
}

.salmon{
    background: rgb(238,92,88) !important;
    background: -moz-linear-gradient(90deg, rgba(238,92,88,1) 0%, rgba(237,106,80,1) 35%, rgba(245,120,101,1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(238,92,88,1) 0%, rgba(237,106,80,1) 35%, rgba(245,120,101,1) 100%) !important;
    background: linear-gradient(90deg, rgba(238,92,88,1) 0%, rgba(237,106,80,1) 35%, rgba(245,120,101,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee5c58",endColorstr="#f57865",GradientType=1) !important;
    color:white !important;
}
.salmon label,.salmon p,.salmon h2,.salmon h4{
    
    color:white !important;
}
.dorado{
  background: rgb(171,129,0);
background: -moz-linear-gradient(90deg, rgba(171,129,0,1) 0%, rgba(168,134,7,1) 35%, rgba(228,184,69,1) 100%)!important;
background: -webkit-linear-gradient(90deg, rgba(171,129,0,1) 0%, rgba(168,134,7,1) 35%, rgba(228,184,69,1) 100%)!important;
background: linear-gradient(90deg, rgba(171,129,0,1) 0%, rgba(168,134,7,1) 35%, rgba(228,184,69,1) 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ab8100",endColorstr="#e4b845",GradientType=1)!important;
    color:white !important;
}
.dorado label,.dorado p,.salmon h2,.dorado h4,.dorado h2{
    
    color:white !important;
}
.rosa{
    background: #FFC0CB;
    color:black;    
}
/*clasificaciones*/
.content_clasificaciones{
    padding: 20px;
    
}
.nombre_clasificacion{
    width: 30%;
    min-width: 500px;
    margin: 0 auto;
}
.clasificaciones_atributos{
    background: #eeeaea;;
    width: 30%;
    padding: 20px;    
    margin: 0 auto;
}
.check_atributos{
    padding: 5px !important;
}
.altura35 {    
    min-height: 35px;
    width: 70%;
    
}
.margin-top30{
    margin-top:30px;
    
}
.vercarritocolor{
    display:inline-block !important;
    margin-left:10px;
    width:25px;
    height:25px;
}


/*ticket*/

.t_contiene_ticket {
    text-align: center;
    
    padding: 10px;
    
}

.t_centrado {
    display: inline-block;
    
    padding: 10px;
    width: 750px;
    border:1px solid rgb(189, 189, 189);
}

.t_titulo {
    background: #000000;
    color: white;
    font-weight: bold;
    text-align: left;
    margin-top:10px;
    padding: 5px;
   
}

.t_datos_personales {
    display: flex;
}

.t_datos_contacto_principal {
    flex:1;
    
}

.t_datos_contacto_secundario {
    flex:1;
    padding-left: 10px;
}
.t_datos{
    text-align: left;
}
#t_logo{
    height: 100px;
}
.t_imgright{
    text-align: right;
}
.t_datos_fecha{
    text-align: right;
    padding: 30px;
    padding-right: 15px;
}
.seccion{
    overflow-x: auto;
}
.t_seccion{
    width: 100%;
    display: flex;
     text-align: center;
    padding: 20px;
}
.t_deposita{
    flex:1;    
}
.t_deposita img{
    width: 80%;
   padding-bottom: 6px;
     
}
.t_deposita_d{
    width: 170px;   
    display: inline-block;
    text-align: left;
}

.t_cantidad{
    width: 50px;
}

.t_precio{
    width: 120px;
}
.t_total{
    width: 120px;
}
/*MOVIMIENTOS PEDIDOS DETALLES*/
#cerrar_detalle {
    width: 100%;
    text-align: right;
}
.serie{
	width: 100px;
}
.formapago{
	width: 150px;
}
.fechapedido{
	width: 155px;
}
th{
	color:#515efc;
	background: #F7F9FB;
}
#cerrar_icon{
	padding: 3px 10px 3px 10px;
    color:white;
    background: #adadad;   
    cursor:pointer;
    display: inline-block;
}
.detalles{
    padding: 20px;
    width: 100%;
    
    z-index: 2000;
    display: none;
	border:1px solid #d3d3d3;
	padding: 15px;
}
#informacion_detalles{

    height: auto;
    overflow-x: hidden;    
    padding: 10px;
}
/*TABLAS*/

tr:nth-child(odd) {
    background-color:#f2f2f2;
   
}
tr:nth-child(even) {
    background-color:#fbfbfb;
}
/*PEDIDOS*/
 
.selects_busquedapedido{
    width: auto;
}
.boton_pedido{
    margin-bottom: 0px !important;
}
#enviando{
    display: none;
    height: 50px;
}
/*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;
    
}
.contiene_metodospago{
    background: red;
    height: 100px;
}
.pagos{
    float: left;
    border:none;
    height: 60px;
    width: 200px;
    text-align: center;
    background: white;
    margin: 5px;
    font-size: 17px !important;
    line-height:0px !important;
    padding: 0px !important;
    min-height: 0px !important;
    border:1px solid #a29e9e;
    border-bottom:3px solid #7b7b7b;
    border-right:3px solid #7b7b7b;

}
.pagos:hover{
    background: #e6e6e6;
}
/*BARRA DE MENUS*/
#header{
 
    background: #00132a;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 10px), repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 10px);
    background-size: 100px 100px;
}
#topbar {
    background:rgb(0, 3, 31)!important;
    border:1px solid rgb(46, 46, 46);
}
#topbar .top-menu > li > a {
    color: #ffffff;
}
.header-inner {
  height: auto !important;
}
#header.header-sticky.sticky-active #header-wrap, #header.header-sticky.sticky-active .header-inner {
    background: #00132a;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 10px), repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 10px);
    background-size: 100px 100px;
}
#mainMenu.dark.menu-outline nav>ul>li.current>a, #mainMenu.dark.menu-outline nav>ul>li:focus>a, #mainMenu.dark.menu-outline nav>ul>li:hover>a, .dark:not(.submenu-light) #mainMenu.menu-outline nav>ul>li.current>a, .dark:not(.submenu-light) #mainMenu.menu-outline nav>ul>li:focus>a, .dark:not(.submenu-light) #mainMenu.menu-outline nav>ul>li:hover>a {
    color: #ffffff;
    border-color: #2250fc;
}
.contiene_blog_categorias{
    background: #f7f7f7;
    padding:10px !important;    
    color:#ffffff;
    text-align: center;
    line-height: 10px;
    width: 100%;
    display: inline-block;
/*    height: 60px;*/
/*
    display: flex;
   align-items: center;
*/
}
/*
#header{
    height: auto !important;
}
*/
.contiene_blog_categorias ul{
    margin-bottom: 0px;
}
.contiene_blog_categorias li{
    display:inline-block;
    padding:12px;

    border:1px solid #d5d5d5;
    background: white;
    
}
.contiene_blog_categorias li:hover{
    background: #ededed;
    
}
.contiene_blog_categorias li>a{
    
    color:#830000 !important;
    font-weight: bold;
}
.contiene_blog_categorias li>a:hover{
    
    color:#bb0000 !important;;
}
.quienessomos{
    background: #ffe9e9;
}
.detalles_individual{
    background: #ffe9e9;
}
/*CONFIGURACION*/
#txt_nuestra_historia,#txt_mision,#txt_vision,#txt_politica_privacidad,#txt_terminos_condiciones,#txt_valores{
    width: 100%;
    padding: 20px;
}


/*REACCIONES*/
.contiene_contenido1{

        overflow: hidden;
        max-width: 1300px;
        margin:0 auto;
        
    }
    .post_item1{
        padding: 5px;
    }
    .itemm{
        width:100%;
        box-sizing: border-box;                  
        height:300px;
        display:inline-block;
        border-radius:10px;
        position: relative;
/*        border:1px solid rgba(203, 203, 203, 0.67);*/
    }

     .itemm .subcontenedor{
        height:60%;
        width:100%;
        background:rgba(0, 0, 0, 0);
        position: absolute;
        bottom:0px;
        padding: 10px;
        border-radius:0px 0px 10px 10px;
    }
     .itemm .subcontenedor_todo{
        height:100%;
        width:100%;               

        position: absolute;
        bottom:0px;
        padding: 10px;
        border-radius:0px 0px 10px 10px;

        background: rgb(40,22,3);
        background: -moz-linear-gradient(0deg, rgba(40,22,3,1) 2%, rgba(40,22,3,0.9556197478991597) 11%, rgba(40,22,3,0.865983893557423) 20%, rgba(40,22,3,0.7455357142857143) 30%, rgba(40,22,3,0.5186449579831933) 43%, rgba(40,22,3,0.36738445378151263) 53%, rgba(40,22,3,0.19091386554621848) 64%, rgba(40,22,3,0) 83%);
        background: -webkit-linear-gradient(0deg, rgba(40,22,3,1) 2%, rgba(40,22,3,0.9556197478991597) 11%, rgba(40,22,3,0.865983893557423) 20%, rgba(40,22,3,0.7455357142857143) 30%, rgba(40,22,3,0.5186449579831933) 43%, rgba(40,22,3,0.36738445378151263) 53%, rgba(40,22,3,0.19091386554621848) 64%, rgba(40,22,3,0) 83%);
        background: linear-gradient(0deg, rgba(40,22,3,1) 2%, rgba(40,22,3,0.9556197478991597) 11%, rgba(40,22,3,0.865983893557423) 20%, rgba(40,22,3,0.7455357142857143) 30%, rgba(40,22,3,0.5186449579831933) 43%, rgba(40,22,3,0.36738445378151263) 53%, rgba(40,22,3,0.19091386554621848) 64%, rgba(40,22,3,0) 83%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#281603",endColorstr="#281603",GradientType=1);



    }
     .itemm .subcontenedor_todo:hover{
             background: rgb(40,22,3);
            background: -moz-linear-gradient(0deg, rgba(40,22,3,0.9332107843137255) 2%, rgba(40,22,3,0.8211659663865546) 11%, rgba(40,22,3,0.7035189075630253) 20%, rgba(40,22,3,0.5942752100840336) 30%, rgba(40,22,3,0.4066001400560224) 43%, rgba(40,22,3,0.25253851540616246) 53%, rgba(40,22,3,0.09567577030812324) 64%, rgba(40,22,3,0) 83%);
            background: -webkit-linear-gradient(0deg, rgba(40,22,3,0.9332107843137255) 2%, rgba(40,22,3,0.8211659663865546) 11%, rgba(40,22,3,0.7035189075630253) 20%, rgba(40,22,3,0.5942752100840336) 30%, rgba(40,22,3,0.4066001400560224) 43%, rgba(40,22,3,0.25253851540616246) 53%, rgba(40,22,3,0.09567577030812324) 64%, rgba(40,22,3,0) 83%);
            background: linear-gradient(0deg, rgba(40,22,3,0.9332107843137255) 2%, rgba(40,22,3,0.8211659663865546) 11%, rgba(40,22,3,0.7035189075630253) 20%, rgba(40,22,3,0.5942752100840336) 30%, rgba(40,22,3,0.4066001400560224) 43%, rgba(40,22,3,0.25253851540616246) 53%, rgba(40,22,3,0.09567577030812324) 64%, rgba(40,22,3,0) 83%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#281603",endColorstr="#281603",GradientType=1);
    }
    .subcontenedor .descripcion{

       position: relative;
        height:85%;
        width:100%;

    }
     .subcontenedor .descripcion .subdesp{
         bottom: 20px;
         position: absolute;
    }

    .subcontenedor .descripcion .categoria{
        font-size: 12px;
        margin-bottom: 5px;

    }
     .subcontenedor .descripcion .categoria a{
             font-weight: normal!important; 
    }
     .subcontenedor .descripcion a,.subcontenedor .descripcion p{
          color:white!important;
         font-weight: bold;
    }
    .subcontenedor .reacciones{
        height:20%;
        width:100%;

    }

    .emojies-box {
        width: 375px!important;
        height: 64px!important;
        padding: 5px;
        z-index: 2;
        box-shadow: none;

        background: rgb(40,22,3);
        background: -moz-linear-gradient(0deg, rgba(40,22,3,1) 2%, rgba(40,22,3,0.9612219887955182) 11%, rgba(40,22,3,0.8995973389355743) 20%, rgba(40,22,3,0.8491771708683473) 30%, rgba(40,22,3,0.773546918767507) 43%, rgba(40,22,3,0.7203256302521008) 53%, rgba(40,22,3,0.6474964985994398) 64%, rgba(40,22,3,0.5690651260504201) 83%);
        background: -webkit-linear-gradient(0deg, rgba(40,22,3,1) 2%, rgba(40,22,3,0.9612219887955182) 11%, rgba(40,22,3,0.8995973389355743) 20%, rgba(40,22,3,0.8491771708683473) 30%, rgba(40,22,3,0.773546918767507) 43%, rgba(40,22,3,0.7203256302521008) 53%, rgba(40,22,3,0.6474964985994398) 64%, rgba(40,22,3,0.5690651260504201) 83%);
        background: linear-gradient(0deg, rgba(40,22,3,1) 2%, rgba(40,22,3,0.9612219887955182) 11%, rgba(40,22,3,0.8995973389355743) 20%, rgba(40,22,3,0.8491771708683473) 30%, rgba(40,22,3,0.773546918767507) 43%, rgba(40,22,3,0.7203256302521008) 53%, rgba(40,22,3,0.6474964985994398) 64%, rgba(40,22,3,0.5690651260504201) 83%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#281603",endColorstr="#281603",GradientType=1);
    }
    .reacciones{
        padding-left: 3px;

    } 
    .reacciones span{

        color:#ff0000!important;
    }
    .reaction-btn{
        margin: 0px;
    }
    .reaction-btn-emo {
        display: inline;
        margin: 0px;
    }
    .comentarios_home{
        margin-top:5px;
        color:#ffb100; 

    }
    .comentarios_home:hover{
        text-decoration: underline;

    }
    .descripcion_reaccion{

        display: inline-block;
    }
    .subreacciones{
        margin-left:10px;
        color:white;
        width: 100px;
        display: inline-block;
    }
    .subreacciones img{
        display: inline-block!important;
        height: 20px!important;
        width: 20px!important;
    }
    .totalreacciones{
        display: inline-block;
    }
/*REACCIONES*/

@media (max-width: 992PX) {
    .grid-articles:not(.post-carousel) .post-entry {
        width: 49%;
        margin-left: 0.5%;
        margin-top: 0.5%;
    }
    .izquierda_video{
        width:100%;
    }
    .derecha_video{
        width:100%;
    }
 
    .izquierda_video h2{
        font-size:27px!important;
    }
    .derecha_video h2{
        font-size:27px!important;
    }
    .derecha_video .lista h4{
        font-size:24px!important;
    }
    .derecha_video .lista .descripcion{
        font-size:20px!important;
    }
    footer{
        text-align: center;
    }
    
}
@media (min-width: 0px) and (max-width: 1024px) {
    .contiene_mision{
       font-size:14px;
    }
    .contiene_vision{
       font-size:14px;
    }
}
@media (min-width: 0px) and (max-width: 800px) {
    .misionvisionvalores{
        display:block;
    }
    .contiene_mision{
        display:block;
    }
    .contiene_vision{
        display:block;
    }
    .busqueda,.btnbuscar{
        width: 100%;
        margin-top:10px;
    }
}
@media (min-width: 0px) and (max-width: 600px) {
    .formulario .foto{
        width:100%;
    }
    .formulario .contenido{
        width:100%;
        height: auto;
    }

    .grid-articles .post-entry {
        width: 25%;
        margin: 0%;
    }
    .grid-articles .post-entry_p {
        width: 24.5%;
        margin-left: 0.25%;
        margin-top: 0.5%;
    }
    .grid-articles .post-entry {
        width: 24.5%;
        margin-left: 0.25%;
        margin-top: 0.25%;
    }
    
    
    .heading-text.heading-section>h2 {
    
        font-size: 28px;
    }
    .productos_segmento{
        float:left;
        width:100%;
    }
    .todaslasclasificaciones_div{
        width: 100%;   
        min-width: inherit;
    }    
    .naranja #mainMenu nav > ul > li > a, #mainMenu.naranja nav > ul > li > a {
        color: white!important;
        
    }    
    .negro #mainMenu nav > ul > li > a, #mainMenu.negro nav > ul > li > a {
        color: white!important;
        
    }     
    .azul #mainMenu nav > ul > li > a, #mainMenu.azul nav > ul > li > a {
        color: white!important;
    }     
    .verde #mainMenu nav > ul > li > a, #mainMenu.verde nav > ul > li > a {
        color: #000000;
    } 
     .navclasificaciones{
        
        margin-left: 0px;
        
    }  
     .elticket{
        width: 100%!important;
    }
 
 
    .izquierda_video h2{
        font-size:20px!important;
         
    }
    .derecha_video h2{
        font-size:20px!important;
        
    }
    .derecha_video .lista h4{
        font-size:17px!important;
        line-height: 16px;
    }
    .derecha_video .lista .descripcion{
        font-size:13px!important;
        line-height: 16px;
    }
    .taller .titulo{       
        font-size:11px;  
        line-height: 18px;     
    }
    .taller .descripcion{       
        display: -webkit-box;
        -webkit-line-clamp: 3; /* Número de líneas a mostrar */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal; /* Asegura que el texto se muestre en varias líneas */
        font-size: 10px;
        line-height: 16px;    
    }

}

