@charset "utf-8";
/* CSS Document */
.title-section-main{
  font-size:1.2rem; text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  line-height:normal;
  padding:10px;
}
.sec-tipoproductos{
 	list-style:none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0;
    margin:0;
}
.sec-tipoproductos li{
 width:18%;
 display:flex; 
}
.sec-tipoproductos a{
 	display:flex;
    flex-direction: column;
  align-items: center;
    justify-content: space-between;
  box-sizing: border-box;
    border-radius:7px;
    background-color:#0964CB !important;
    color:#fff !important;
    padding:6px;
    text-align:center;
    text-decoration:none !important;
    transition: background-color 0.4s ease;
     box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.5);
   flex: 1;
}
.sec-tipoproductos a:hover{
   background-color:#203E8B !important; 
}
.sec-tipoproductos a:hover .sec-titulo{
   color:#ffffff;
     /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);*/
}
.sec-img{
 	background-color: #F7F7F7 !important;
  padding: 10px;
  border-radius: 3px;
  overflow: hidden;
}
.sec-img img {
  transition: transform 0.3s ease;
}
.sec-tipoproductos li:hover .sec-img img {
  transform: scale(1.2);
}
.sec-titulo{
  padding:10px 5px 5px 5px;
    font-size:0.8rem;
    line-height:normal;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.sec-tipoproductos a .sec-titulo p {
  transition: color 0.3s ease;
}
/* === SECCION SERVICIOS === */
.sec-tiposervicios{
 	list-style:none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0;
    margin:0;
}
.sec-tiposervicios li{
 width:15%;
 display:flex; 
}
.sec-tiposervicios a{
 	display:flex;
    flex-direction: column;
  align-items: center;
    justify-content: space-between;
  box-sizing: border-box;
    border-radius:7px;
    background-color:#0964CB !important;
    color:#fff !important;
    padding:6px;
    text-align:center;
    text-decoration:none !important;
    transition: background-color 0.4s ease;
     box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.5);
   flex: 1;
}
.sec-tiposervicios a:hover{
   background-color:#203E8B !important; 
}
.sec-tiposervicios a:hover .sec-titulo{
   color:#ffffff;
     /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);*/
}
.sec-tiposervicios li:hover .sec-img img {
  transform: scale(1.2);
}
/* === CLASE PARA LOS PRODUCTOS === */
.cont-producto{
 width:18%;
 display:block;
 text-decoration:none;
 background-color:#ECF1F5;
 border-radius:5px;
 border:solid 5px #fff;
 margin-bottom:15px;
    box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.7);
-webkit-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.7);
-moz-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.7);
}
.cont-producto > div:first-child {
    overflow: hidden; /* Necesario para el zoom */
}
.cont-producto img {
    transition: transform 0.3s ease, filter 0.3s ease;
}
.cont-producto:hover img {
    transform: scale(1.1); /* Zoom */
    filter: hue-rotate(30deg) brightness(1.1); /* Cambio de color */
}
.producto-titulo{
 font-size:1.6rem;
 font-weight:500;
 text-transform: uppercase;
   line-height:normal;
 padding:10px 0;
}
.producto-detalles{
    
}
.menu-texto{
 list-style:none;   
}
.menu-texto li a{
 text-decoration:none;
 color:#000;
    font-size:0.85rem;
}
.linea_abajo{
 border-bottom:solid 1px #000000;
   padding:20px 0;
}
/* === STYLES PROMOCIONES === */
.cont-anuncio{
 width:45%;
 margin-bottom:50px;
}
/* === STYLES NOTICIAS === */
.cont-noticia{
 width: 30%;
 border-radius:7px;
 border:solid 6px #ffffff;
 background:#ffffff;
 box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
display: flex;
flex-direction: column;  /* apila elementos en columna */
justify-content: space-between;
}
.cont-noticia-title{
  font-size: 1.0rem;
text-align:center;
   color:#001863;
    font-weight:600;
}
.det-noticia-title{
    font-size: 1.5rem;
   	color:#001863;
    font-weight:600;
    line-height:normal;
}
.det-noticia-fecha{
    font-size: 0.9rem;
   	color:#808080;
}
/* === estilos para el SLIDER DEL PRODUCTO === */
/* Contenedor de miniaturas */
/* === FORMULARIOS === */
form label{
  font-size: 0.9rem;
   padding:0 !important;
   margin:0 !important;
    color:rgb(128, 128, 128);
}
form input{
  font-size: 0.9rem !important;  
}
.map-responsive {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; /* Relación 16:9 */
  height: 0;
  border:solid 2px #000000;
}
.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*
@media screen and (max-width: 800px) {
    .sec-tipoproductos li{
 width:45%;
   
}
	.cont-producto{
 		width:45%;
    }
 }
*/
@media (max-width: 575.98px) {
  
}
/* Pequeño (sm) - ≥576px */
@media (min-width: 576px) {
  
}
/* Mediano (md) - ≥768px */
@media (max-width: 767.98px) {
  	.sec-tipoproductos li{
 		width:45%;
	}
	.cont-producto{
 		width:45%;
    }
}
/* Grande (lg) - ≥992px */
@media (min-width: 992px) {
    
}
/* Extra grande (xl) - ≥1200px */
@media (max-width: 1199.95px) {
 	.cont-anuncio{
 		width:45%;
 		margin-bottom:30px;
	}
}
/* XXL - ≥1400px */
@media (min-width: 1400px) {
 
}
		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  		  