@charset "UTF-8";
@font-face{
	font-family: "Raleway Light";
    src: url("../fonts/Raleway-Light.ttf") format("truetype");
}
@font-face{
	font-family: "Raleway ExtraBold";
    src: url("../fonts/Raleway-ExtraBold.ttf") format("truetype");
}
@font-face{
	font-family: "Raleway Medium";
    src: url("../fonts/Raleway-Medium.ttf") format("truetype");
}

/************* MENU *************/
a,a:link, a:visited, a:hover, a:active { 
    text-decoration: none;
}
.menu{
	background:#c5665c;
	font-family:"Raleway Light";
	font-size:18pt;
	padding:0;
	text-align:center;
}
.menu div{
	padding:0;
}
.menu a{
	color:#323232;
	display:block; 
	padding:7px 0px 7px 0px;
	font-size:14pt;
	transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.menu a:hover{
	background:#f0f0f0;
	font-family:"Raleway ExtraBold";
}

.activeCategory{
	background:#f0f0f0;
	font-family:"Raleway ExtraBold";
}
.activeCategoryEnvases{
	color:#c5665c !important;
}
.activeCategoryBombas{
	color:#8ec3d4 !important;
}
.activeCategoryTapas{
	color:#8ec19e !important;
}

.menuColorEnvases{
	background:#c5665c !important;
}
.menuColorEnvases a:hover{
	color:#c5665c !important;
}
.menuColorBombas{
	background:#8ec3d4 !important;
}
.menuColorBombas a:hover{
	color:#8ec3d4 !important;
}
.menuColorTapas{
	background:#8ec19e !important;
}
.menuColorTapas a:hover{
	color:#8ec19e !important;
}
/************* DETALLE PRODUCTOS *************/
.categoria{
	color:#fff;
	font-family:Raleway Bold;
	font-size:1em;
	padding:7px;
	padding-left:16px;
	padding-right:16px;
}
.tituloProducto{
	color:#233059;
	font-family:Raleway Light;
	font-size:39pt;
	width:100%;
}
.tituloProducto span{
	font-family:"Raleway Medium"
}
.descripcionProducto{
	margin-top:60px;
}
.detalleProducto article hr{
	border:2px solid #9b7961;
	margin-bottom:30px;
}
.detalleProducto img{
	width:100%;
}
@media (min-width: 1200px){
	.detalleProducto img{
		height: 540px;
	}
}
@media (min-width: 992px) and (max-width:1199px){
	.detalleProducto img{
		height: 440px;
	}
}
@media (min-width: 768px) and (max-width:991px){
	.detalleProducto img{
		height: 330px;
	}
}
@media (max-width: 767px){
	.detalleProducto img{
		min-height: 450px;
	}
}
@media (max-width: 540px){
	.detalleProducto img{
		min-height: 250px;
	}
}
.subtitulo{
	color:#1b1b1a;
	font-family:Raleway Bold;
	font-size:10pt;
}
ul{
	color:#1b1b1a;
	font-family:"OpenSans";
	font-size:12pt;
	padding:0;
	margin-bottom:50px;
	margin-top:30px;
}
ul li{
	margin-bottom:13px;
}
ul span{
	font-family:"OpenSans Bold";
}
.solicitarMasInfo{
	background:#263763;
	border:2px solid #263763;
	color:white;
	padding:1em;
	padding-bottom:12px;
	padding-top:12px;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	cursor:pointer;
}
.solicitarMasInfo:hover{
	background:#fff;
	color:#263763;
}
/************* PRODUCTOS *************/ 
.productosServicios{
	padding-top:60px;
	text-align:center;
}
.separadorServicios{
	margin-bottom:54px;
}
.productosServicios article{
	margin-bottom:60px;
	padding:0 8px 10px 8px;
	text-align:center;
        background-color:#FFF;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition:all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        -moz-transition-delay:0.1s;
        transition-delay: 0.1s;
}
.productosServicios article hr{
    margin-bottom: 0px !important;
    -webkit-transition: visibility 0.1s ease-out;
    -o-transition: visibility 0.1s ease-out;
    -moz-transition: visibility 0.1s ease-out;
    transition: visibility 0.1s ease-out;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -moz-transition-delay:0.1s;
    transition-delay: 0.1s;
}
.productosServicios article:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -ms-transform: scale(1.1); 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform:scale(1.1);
    z-index: 100;
}
.productosServicios article:hover img{
    border:none;
}
.productosServicios article:hover hr{
    visibility: hidden;
    transition: visibility 0.1s ease-out;        
}
.masInfo{
display:block; width: 100%; background: #263763; border: 2px solid #263763;
padding: 0.6em 0.9em 0.6em 0.9em; color:#FFF; text-align: center; visibility: hidden;
}

.productosServicios article:hover .masInfo{
    visibility: visible;
    transition: visibility 0.1s ease-out; 
    transition-delay: 0.1s;
}
.cartel{
	position: relative;
}
.categoLink{
	color:#fff;
	font-family:Raleway Bold;
	font-size:1em;
	padding:8px;
	padding-left:12px;
	padding-right:12px;
}
.categoLink:hover{
	color:#fff !important;
}
.productosServicios h4{
	color:#233059;
	cursor:pointer;
	margin-top:20px;
	font-family:"OpenSans";
	font-size:16pt;
}
.productosServiciosTitulo h4{
	font-family:"Raleway Bold";
	font-size:22pt;
	margin-bottom:18px;
	text-align:center;
}
.productosServicios span{
	font-family:"OpenSans Bold";
}
.productosServicios article img{
	border:1px solid #E9E9E9;
	cursor:pointer;
	margin-bottom:21px;
	width:100%;
}
.productosServicios hr{
	border-bottom:2px solid #65aec6;
}
@media screen and (max-width: 767px){
	.productosServicios article{
		padding-left:0px;
	}
	.marcas{
		display:none;
	}
}
.separador{
	margin-top:40px;
}
