body{
	margin:0;
	padding:0;
	font-family: 'Roboto Condensed', Helvetica Neue, Helvetica, sans-serif;
	font-size:15px;
	background-color:#e9e8da;
	color:#232437;
}

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900,300);

::-moz-selection {
    color: #fff;
    background: #355ba7;
}

::selection {
    color: #fff; 
    background: #355ba7;
}

a{
	text-decoration:none;
}

h1{
	margin:0 0 5px 0;
	font-family:'Raleway', Helvetica, Arial;
	font-weight:800;
	color:#fff;
	font-size:48px;
}

h2{
	margin:0;
	font-family:'Raleway', Helvetica, Arial;
	font-size:26px;
}

span{
	font-size:16px;
	color:#e8e8e8;
	font-weight:300;
}

.productoSpan{
	font-family:'Raleway', Helvetica, Arial;
	font-weight:700;
	color:#232437;
    line-height:3;
}

.spanSize{
	font-size:15px;
	line-height:1;
}

.gAlt{
	font-size:15px;
	font-family:'Raleway', Helvetica, Arial;
	color:#232437;
	font-weight:500;
}

.footerTxt{
	font-size:15px;
	float:right;
	font-weight:400;
}

.flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    justify-content:center;
	-ms-flex-align: center;
    align-items:center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.wrap{
	width:960px;
	height:auto;
	margin:0 auto;
	overflow:auto;
}

header{
	width:100%;
	height:auto;
	padding:15px 0;
	overflow:auto;
	background-color:#fff;
	position:relative;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}

footer{
	width:100%;
	background-color:#37465B;
	color:#fff;
	font-weight:300;
	padding:30px 0;
}

.footerFix{
	position:fixed;
    left:0px;
    bottom:0px;
}

.logo{
	width:199px;
	height:62px;
	float:left;
	background:url(images/logo.png);
}

.logoImg{
	display:none;
}

#empresa{
	background:url(images/abrilEmpresa.jpg) no-repeat center center;
	background-color:#37465B;
	padding:200px 0;
	text-align:center;
}

a.boton:link, a.boton:visited{
	background:#546587;
	color:#fff;
	border:2px solid #fff;
	border-radius:50px;
	padding:10px 30px;
	margin-top:30px;
	font-size:20px;
	transition:all 0.5s;
}

a.boton:hover{
	background:none;
	transition:all 0.5s;
}

#empresaDesc{
	width:969px;
	height:300px;
	background:url(images/abrilEmpresaBg.png) no-repeat center center;
	margin:0 auto 60px auto;
	margin-top:-30px;
	-webkit-transition: all 1s ease;
}

.empresaTexto{
	padding:20px 30px;
	font-size:16px;
	line-height:1.9;
	overflow:auto;
}

.contactoTexto{
	padding:0;
}

#empresaGaleria{
	margin:20px 0;
}

.galeria{
	width:79px;
	height:79px;
	background:url(images/galeria.png);
	float:left;
	margin-left:-2px;
	margin-right:15px;
}

.galeriaMargin{
	margin-top:14.5px;
}

.imgem{
	width:460px;
	height:345px;
	float:left;
	margin-right:40px;
	margin-bottom:45px;
	transition:all 0.5s;
}

.imagenes{
	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
}

a.gh:link, a.gh:visited{
	transition:all 0.5s;
	color:#fff;
	font-weight:400;
}

a.gh:hover{
	color:#3acedb;
}

.menu-responsive{
	display:none;
}

.responsiveFooter{
	display:none;
}

#contactoInfo{
	background:#fff url(images/abrilContactoForm.jpg) no-repeat right;
	width:960px;
	height:532px;
	margin:0 auto;
	margin-top:-30px;
	margin-bottom:40px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    border-radius:8px;
}

#productoInfo{
	width:960px;
	height:auto;
	margin:0 auto;
	margin-top:-30px;
	margin-bottom:40px;
	background:#fff;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    border-radius:8px;
}

.empresaTexto span{
	color:#232437;
	font-weight:400;
	float:left;
	margin:10px 0 30px 0;
	clear:both;
}

.empresaTexto h1{
	font-size:20px;
	float:left;
	color:#232437;
	text-transform:uppercase;
	margin:7px 0 0 7px;
}

#fadeandscale {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
}
.popup_visible #fadeandscale {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.btnCerrar{
	padding:10px 15px;
	background:#b42121;
	color:#fff;
	font-family:'Raleway', Helvetica, Arial;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	float:right;
	border:0;
	text-transform:uppercase;
	margin:5px 0 0 0;
}

table{
	border:1px solid #0c3d55;
	border-spacing:  0px;
	font-size:13px;
	margin:25px 0 -10px 0;
	float:left;
}

td{
	border-left:1px solid #0c3d55;
	border-bottom:1px solid #0c3d55;
	text-align:center;
	line-height:1.5;
	padding:7px;
}

.popup h1{margin:6px 0 0 0;}
.popup h2{color:#ba1414;font-weight:900;}
.popup span{margin:20px 0 0 0;}

.popup-trigger { display: block;cursor: pointer;}
.popup {width: 700px; padding: 50px 30px; margin:25px 0;
background: #fff; font-size: 19px; line-height: 30px; border: 10px solid #150E2D;}
.popup-mobile {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 100%;}		
.popup-btn-close {position: absolute; top: 8px; right: 14px; color: #4EBD79; font-size: 14px; font-weight: bold; text-transform: uppercase; cursor: pointer;}	

.heladeriaYreposteria{
	width:100%;
	height:auto;
	float:left;
	font-family:'Raleway', Helvetica, Arial;
}

a.heladeriaLink:link, a.heladeriaLink:visited{
	width:50%;
	height:auto;
	padding:50px 0;
	text-align:center;
	background:url(images/HelRepHref.png);
	background-position:0 0;
	float:left;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	transition:all 0.4s;
	border-bottom-left-radius:8px;
}

a.heladeriaLink:hover{
	filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
    transition:all 0.4s;
}

a.paniLink:link, a.paniLink:visited{background-position:-481px 0;border-bottom-right-radius:8px;border-bottom-left-radius:0px;}

.heladeriaYreposteria h2{
	font-size:16px;
	font-weight:300;
}

.productos{
	background:url(images/abrilProductos.jpg) no-repeat center center;
	background-color:#37465B;
	padding:200px 0;
	text-align:center;
}

.contactoA{
	background:url(images/abrilContacto.jpg) no-repeat center center;
	background-color:#37465B;
	padding:200px 0;
	text-align:center;
}

.producto{
	width:22%;
	height:265px;
	float:left;
	background:#fff;
	margin:5px 14.4px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    padding:25px 0;
}

.contentProductos{
	width:auto;
	margin:0 0 50px 0;
}

.abrilac{
	width:104px;
	height:88px;
	margin:0 auto;
	background:url(images/sam.jpg);
	margin-bottom:20px;
}

.abrilacsap{
	background:url(images/sap.jpg);
}

.abrilaclpa{
	background:url(images/lpa.jpg);
}

.fenix{
	margin-top:15px;
	width:141px;
	height:64px;
	background:url(images/fenix.jpg);
}

#abrilProductos{
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top:-35px;
}

.heladeria{
	width:auto;
	height:auto;
	background:#eaeaea;
	padding:5px 15px;
	overflow:auto;
	margin:15px 0;
}

.heladeriaImg{
	width:45px;
	height:45px;
	background:url(images/HelRep.png);
	background-position:0 0;
	float:left;
	margin-right:10px;
}

.fenixProducto{
	line-height:1.5;
	font-size:14px;
	text-align:center;
	padding:10px 15px;
}

.heladeriaHidden{opacity:0.7;}

.filterImg{
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.panificacionImg{background-position:0 -58px;}

a.verRpw{display:none;}

a.chFenix:link, a.chFenix:visited{color:#232437;}
a.chFenix:hover{text-decoration:underline;}

a.productoBoton:link, a.productoBoton:visited{
	background:#4a71c0;
	border-radius:50px;
	border:3px solid #fff;
	padding:12px 35px;
	color:#fff;
	font-size:18px;
	float:left;
	margin-left:12px;
	margin-top:10px;
	transition:all 0.5s;
}

a.productoBoton:hover{
	background:#1847a7;
	border:3px solid #0e337e;
	transition:all 0.5s;
}

a.botonFenix:link{
	margin-top:1px;
}

.panSi{border-bottom-right-radius:0 !important;border-bottom-left-radius:8px !important;}

.heladeriaNo{
	opacity:0.5;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition:all 0.5s;
    cursor:not-allowed;
    border-bottom-left-radius:0 !important;
    border-bottom-right-radius:8px !important;
}

.lecheEnPolvo{
	width:100%;
	height:auto;
	background:url(images/lechePolvo.jpg);
	font-family:'Raleway', Helvetica, Arial;
	font-weight:700;
	padding:75px 0;
	text-align:center;
	color:#fff;
	font-size:36px;
	transition:all 0.5s;
	margin:35px 0;
}

.lecheEnPolvo:hover{
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition:all 0.5s;
}

.galeriaMobile{display:none;}
.iconPrd{display:none;}

.iconPrdMobile{
	display:block;
	width:27px;
	height:27px;
	float:left;
	background:#619ddd;
	border-radius:50%;
	margin:0 3px 0 0;
	padding:10px;
	clear:both;
}

.iconPrdMobile2{background:#b639b9;}
.iconPrdMobile3{background:#d43333;}
.iconPrdMobile4{background:#7cbb2f;}

.contactocont{
width:auto;
height:auto;
margin:25px;
}

.formcont{
width:auto;
height:auto;
}

.contacto input[type="text"]{
width:50%;
height:50px;
border-radius:5px;
padding:0px 18px 0px 18px;
background:#eaeaea;
border:0 none;
outline:0;
display:block;
color:#232437;
font-size:17px;
transition: 0.3s ease-out;
border:1px solid #fff;
font-family: 'Roboto Condensed', Helvetica Neue, Helvetica, sans-serif;
margin:0 0 10px 0;
}

.contacto input[type="text"]:focus{
border:1px solid #60abfc;
transition: 0.3s ease-out;
}

.contacto textarea{
border:0 none;
width:50%;
height:200px;
border-radius:5px;
max-width:875px;
max-height:500px;
border-radius:4px;
padding:15px 18px 0px 18px;
transition: 0.3s ease-out;
border:1px solid #fff;
background:#eaeaea;
outline:0;
display:block;
color:#000;
font-family: 'Roboto Condensed', Helvetica Neue, Helvetica, sans-serif;
font-size:17px;
}

.contacto textarea:focus{
border:1px solid #60abfc;
transition: 0.3s ease-out;
}

.botonC{
width:auto;
height:auto;
padding:14px 30px;
float:left;
background:#476ba2;
cursor:pointer;
margin-top:25px;
margin-bottom:25px;
border-radius:4px;
color:#fff;
font-weight:bold;
font-size:15px;
font-family:'Raleway', Helvetica, Arial;
letter-spacing:1.5px;
}

.boton:hover{
background:#5581c4;
}


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #0d3e56;
}

.loader {
  position: absolute;
  left: 0;
  top: 42%;
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #0d3e56;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1024px){

.popup {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 82%;}
.rpwhead{float:left;}

footer{position:static;}

.menu{display:none;}
.menu-responsive{display:block;}
.logo{display:none;}

.logoImg{
	display:block;
	margin:0 auto;
}

.galeria{display:none;}
.iconPrd{display:none;}

.galeriaMobile{
	width:54px;
	height:54px;
	display:block;
	float:left;
	margin:12px 12px 0 0;
}


header{overflow:hidden;}

.wrap{width:95%;}

.wrap2{width:100%;}

#empresa, .productos, .contactoA{
	overflow:auto;
	clear:both;
	padding:125px 0;
}

#empresaDesc{
	width:95%;
	height:auto;
	background:#fff;
	border-radius:15px;
}

.imgem{
	width:48%;
	height:48%;
	float:left;
	margin-right:4%;
	margin-bottom:5%;
}

#empresaGaleria{margin-top:35px;}

}

@media screen and (max-width: 960px){

.contentProductos{height:auto !important;overflow:auto;}

.producto{display:none;}
#productoInfo{width:95%;}
#contactoInfo{width:95%;height:auto;background:#fff !important;}
.contacto textarea{width:95%;}
.contacto input[type="text"]{width:95%;}
a.heladeriaLink:link, a.heladeriaLink:visited, a.heladeriaLink:hover{font-size:26px;}

.productoRpw{
	width:auto;
	height:auto;
	float:left;
	margin:0 10px;
}

.individualRpw{
	width:104px;
	height:88px;
	background:#fff url(images/sam.jpg) no-repeat center;
	padding:15px;
	float:left;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
}

.sapRpw{background:#fff url(images/sap.jpg) no-repeat center;}
.lpaRpw{background:#fff url(images/lpa.jpg) no-repeat center;}
.fenixRpw{background:#fff url(images/fenix.jpg) no-repeat center;}

a.verRpw:link, a.verRpw:visited{
	display:block;
	width:100%;
	text-align:center;
	background:#0679a6;
	color:#fff;
	padding:15px 0;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	clear:both;
}

a.verRpw:hover{background:#056489;}

.lecheEnPolvo{
	padding:50px 0;
	font-size:32px;
}

}

@media screen and (max-width: 820px){

a.heladeriaLink:link, a.heladeriaLink:visited, a.heladeriaLink:hover{font-size:22px;}
.heladeriaYreposteria h2{font-size:14px;}

	}

@media screen and (max-width: 720px){

a.heladeriaLink:link, a.heladeriaLink:visited, a.heladeriaLink:hover{font-size:20px;}
.heladeriaYreposteria h2{font-size:13px;}

.responsiveFooter{
		display:block;
		text-align:center;
		line-height:2;
		font-size:16px;
}

.empresaTexto h1{font-size:18px;margin:10px 0 0 7px;}
.footerWeb{display:none;}

}

@media screen and (max-width: 665px){

a.heladeriaLink:link, a.heladeriaLink:visited, a.heladeriaLink:hover{font-size:18px;}
.heladeriaYreposteria h2{font-size:12px;}

h1{font-size:38px;}

a.boton:link, a.boton:visited, a.boton:hover{
	padding:9px 25px;
	margin-top:25px;
	font-size:18px;
}

.productoRpw{float:none;}
.contentPrRpw{width:100%;}

.individualRpw{
	padding:15px 0;
	width:100%;
	margin:25px 0 0 0;
}

#abrilProductos{margin-top:-60px;}
.lecheEnPolvo{font-size:28px;}

	}


@media screen and (max-width: 620px){

.popup{padding:0 !important;margin:10px 0 !important;width:90%;}
.empresaTexto h1{font-size:16px;margin:12px 0 0 7px;}
.contacto textarea{width:92%;height:125px;}
.contacto input[type="text"]{width:92%;height:50px;}

}

@media screen and (max-width: 580px){
a.heladeriaLink:link, a.heladeriaLink:visited, a.heladeriaLink:hover{font-size:24px;padding:30px 0;clear:both;border-radius:0;width:100%;margin:3px 0 0 0;}
.heladeriaYreposteria h2{font-size:14px;}
.iconPrdMobile{float:none;margin:0 auto;}
.empresaTexto h1{float:none;text-align:center;}
.empresaTexto span{text-align:center;}
.panificacionImg{float:none;margin:0 auto;}
.heladeriaImg{float:none;margin:0 auto;}
.rpwhead{clear:both;width:100%;}
}

@media screen and (max-width: 480px){

a.heladeriaLink:link, a.heladeriaLink:visited, a.heladeriaLink:hover{font-size:20px;padding:30px 0;clear:both;border-radius:0;width:100%;margin:3px 0 0 0;}
.heladeriaYreposteria h2{font-size:13px;}

h1{font-size:30px;}
#empresa, .productos, .contactoA{padding:100px 0;}

a.boton:link, a.boton:visited, a.boton:hover{
	padding:8px 22px;
	margin-top:20px;
	font-size:17px;
}

.lecheEnPolvo{font-size:22px;padding:45px 0;}

	}

@media screen and (max-width: 380px){

h1{font-size:24px;}
#empresa, .productos, .contactoA{padding:100px 0;}

a.boton:link, a.boton:visited, a.boton:hover{
	padding:7px 20px;
	margin-top:18px;
	font-size:16px;
}

h2{font-size:20px;}
.gAlt{font-size:13px;}
.galeriaMargin{margin-top:18px;}
.lecheEnPolvo{font-size:18px;padding:35px 0;}

	}

@media screen and (max-width: 240px){

h1{font-size:20px;}

a.boton:link, a.boton:visited, a.boton:hover{
	padding:7px 20px;
	margin-top:18px;
	font-size:16px;
}

#empresa, .productos, .contactoA{padding:100px 0;}
.responsiveFooter{font-size:14px;}
h2{font-size:17px;}
.gAlt{font-size:12px;}

	}