@charset "utf-8";
/* CSS Text Document */
:link { color: #000000 }  /* for unvisited links */
  :visited { color: #000000 } /* for visited links */
  a:active { color: #000000 } /* when link is clicked */
  a:hover { color: #000000 } /* when mouse is over link 

*/
  a.plain { text-decoration: none 
}

body {
	margin: 0px;
	padding: 0px;
	font-size : 14px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	
}

.contenedor-head {width:100%;margin:0 auto;padding:0px;background-color:#ffffff;color:#f4f4f4;}

.portada{
   background: url(imagenes/apoyo/img-458763.jpg) no-repeat fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 100%;
   width: 100% ;
   text-align: center;
   height:400px;
 
}

.asociado_portada{
   /*background: url(imagenes/fondos/fondo-455001.jpg) no-repeat fixed center;*/
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 100%;
   width: 100% ;
   text-align: center;
   height:20px;
 
}

.text{
  color:#FFFFFF;
  width:100%;
  margin: 0px 0px 0px 0px;	
  padding: 0px;
  background: rgba(0,0,0,0.2);
  display: inline-block;
}

.contenedor-banner {width:100%;margin:0 auto;padding:0px;background-color:;color:#000000;}
.contenedor-search {width:98%;max-width:880px;margin:0 auto;padding:0px;background-color:#ffffff;color:#333333;border-radius: 4px;}
.contenedor-opciones {width:100%;margin:0 auto;padding:0px;background-color:#f4f4f4;color:#333333;}
.contenedor-asociados {display:inline-block;width:100%;margin:0 auto;padding:0px;background-color:#ffffff;color:#333333;}
.contenedor-rubros {display:inline-block;width:100%;margin:0 auto;padding:0px;background-color:#ffffff;color:#333333;text-align:center;}
.contenedor-final {width:100%;margin:0 auto;padding:0px;background-color:#ffffff;color:#0099CC;text-align:center;height:90px;}
.contenedor-pie {display:inline-block;width:100%;margin:0;padding:0px;background-color:#000000;color:#ffffff;text-align:center;}

.caja-contenido {width:80%;max-width:1980px;padding:8px;margin:0px auto;border: 0px solid #000000;}
.caja-asociados {width:90%;max-width:1980px;padding:30px;margin:10px auto;border: 0px solid #666666; font-size:1.2em;}
.caja-rubros {display:inline-block;width:98%;max-width:300px;padding:10px;margin:4px auto;border: 5px solid #666666;text-align:center;}

.caja-socio {vertical-align:top;display:inline-block;width:98%;max-width:320px;padding:10px;margin:4px auto;border: 5px solid #666666;text-align:center;}



.caja-pie {display:inline-block;width:98%;max-width:200px;padding:5px;margin:0px;border: 0px solid #666666;vertical-align:top;text-align:left;}
.texto-pie {
color:#FFFFFF;
text-decoration:none;
margin:10px;
padding:2px;
font-size:15px;
}
.texto-pie:hover {
color:#FFFFFF;
text-decoration : none; 
}

.input_cuatroboton{
  width: 90%;
  max-width:300px;
  background-color:#f4f4f4;
  color:#000000!Important;
  color: white;
  padding: 8px 14px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration:none;
  transition: 0.5s;
}

.input_cuatroboton:hover {
  background-color:#666666;
  color:#FFFFFF!Important;

}

.input_search{
  width: 90%;
  background-color: #E5E5E5;
  color:#000000!Important;
  color: white;
  padding: 8px 14px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration:none;
}

.input_search:hover {
  background-color: #F4F4F4;
  color:#000000!Important;
}


.boton_rubros{
  display: inline-block;
  width:90%;
  max-width:320px;
  background-color: #E5E5E5;
  color:#000000!Important;
  color: white;
  padding: 8px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration:none;
}

.boton_rubros:hover {
  background-color: #000000;
  color:#FFFFFF!Important;
}

.boton_socios{
  vertical-align:top;
  display: inline-block;
  width:80%;
  height:120px;
  background-color:#ffffff;
  color:#000000!Important;
  color: white;
  padding: 20px;
  margin: 4px auto;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration:none;
  overflow: none;
}

.boton_socios:hover {
  background-color: #F4F4F4;
  color:#000000!Important;
}

.boton_items{
  vertical-align:middle;
  display: inline-block;
  width:100%;
  height:240px;
  background-color:#ffffff;
  color:#333333!Important;
  color: white;
  padding: 20px;
  margin: 0 auto;
  margin-bottom:10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration:none;
  overflow: hidden;
  transition-duration: 0.4s;
}

.boton_items:hover {
  scale: 1.4;
  transition-duration: 0.4s;
  background-color: #ffffff;
  border: 2px solid #cccccc ;
  color:#000000!Important;
}

.boton_items img {
  width:100%;
  max-width:200px;
  heigth:100%;
  max-height:200px;
  padding:2px;
  text-align:center;
  border-radius:8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  
/*-----------------------------------------*/  
.contenedor-productos {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 20px;
	  width:100%;
      max-width: 1680px;
      margin: 0 auto;
    }

    .marco_items {
      margin: 0;
      padding: 6px;
      vertical-align: top;
      width: 300px;
      height: 320px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      background: white;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      border: 0px solid #e0e0e0;
    }

    .marco_items:hover {
      transform: scale(1.05);
      background-color: #ffffff;
      border: 2px solid #cccccc;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    }

    .marco_items a {
      text-decoration: none;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      color: #333333;
    }

    .titulo-container {
      flex-shrink: 0;
      padding: 12px 8px 6px 8px;
      text-align: center;
      width: 100%;
    }

    .titulo-container span {
      color: #666666;
      font-weight: 600;
      font-size: 0.95em;
      display: block;
      margin-bottom: 4px;
      line-height: 1.2;
    }

    .titulo-container .nombre-producto {
      color: #777777;
      font-size: 0.8em;
      font-weight: 500;
      line-height: 1.3;
    }

    .imagen-container {
      flex-grow: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 8px;
    }

    .marco_items img {
	  margin-top:-20px;
      max-width: 100%;
      max-height: 220px;
      object-fit: contain;
      padding: 2px;
      border-radius: 8px;
      /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
      transition: transform 0.3s ease;
    }

    .marco_items:hover img {
      transform: scale(1.05);
    }

/* Estilo de Tabla */
#customers {
  /*font-family: Montserrat, Arial, Helvetica, sans-serif;*/
  border-collapse: collapse;
  width: 100%;
  text-decoration:none!Important;
  
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size:0.9em;
  font-weight: bold;
  
}

#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #0084C4;
  color: white;
  font-size:0.7em;

}

@media (max-width:768px){
  .priority-5{
  display:none;
}

.boton_items:hover {
  scale: 1.1;
  }
  
  
  .contenedor-productos {
      
      gap: 5px;
	  width:90%;
      max-width: 800px;
      margin: 0 auto;
    }
	
  .marco_items {
  margin:0 auto;
      width: 45%;
	  max-width:600px;
      height: 300px;
	  }

}






