/*****************************************************************
ESQUELETO GENERAL
****************************************************************/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	witdh: 100%;
	font-size:18px;
}

#container-page {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#container-content {
	width: 100%;
	left: 0;
	min-height: 400px;  
	padding-bottom: 105px;
}
#container-foot {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 105px;
	width: 100%;
}


/*****************************************************************
MENU
****************************************************************/

.holderMenu {
	height: 140px;
	width: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	transition:all 500ms ease-in-out 0s;
}

.holderMenu.headroom--unpinned {
	height: 0px;
}

.holderMenu .menufondo{
	position:absolute;
	top:-75px;
	left:0;
	width:100%;
	height:227px;
    background-position: center top;
    background-repeat: no-repeat;
	background-image:url(../images/menutop.png);
	transition:all 500ms ease-in-out 0s;
}


.holderMenu .menu {
	width: 95%;
	max-width: 1180px;
	height: 100%;
	position:absolute;
	left:50%;
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	transform:translate(-50%,0);
	transition:all 500ms ease-in-out 0s;
	top:-75px;
}

.holderMenu.headroom--top .menufondo,
.holderMenu.headroom--pinned.headroom--top .menufondo,
.holderMenu.headroom--top .menu,
.holderMenu.headroom--pinned.headroom--top .menu{
	top:0 !important;
}

.holderMenu.headroom--unpinned .menufondo,
.holderMenu.headroom--unpinned .menu{
	top:-250px;
}

.holderMenu.headroom--pinned .menufondo,
.holderMenu.headroom--bottom .menufondo,
.holderMenu.headroom--pinned .menu,
.holderMenu.headroom--bottom .menu{
	top:-75px;
}


.holderMenu .menu .logo {
	width: 143px;
	height: 104px;
	position: relative;
	float:left;
	margin: 50px 15px 0 0;
	transition:all 500ms ease-in-out 0s;
}

.holderMenu.headroom--pinned .menu .logo,
.holderMenu.headroom--bottom .menu .logo {
	margin: 50px 15px 0 0;
}

.holderMenu.headroom--top .menu .logo,
.holderMenu.headroom--pinned.headroom--top .menu .logo{
	margin: 25px 15px 0 0;
}

.holderMenu .menu .logo a.bigLogo {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/logomain.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition:all 500ms ease-in-out 0s;
	opacity:0;
}

.holderMenu.headroom--pinned .menu .logo a.bigLogo,
.holderMenu.headroom--bottom .menu .logo a.bigLogo{
	opacity:0;
}

.holderMenu.headroom--top .menu .logo a.bigLogo,
.holderMenu.headroom--pinned.headroom--top .menu .logo a.bigLogo{
	opacity:1;
}


.holderMenu .menu .logo a.smallLogo {
	display: block;
	width: 100%;
	height: 28%;
	opacity:1;
	background-image:url(../images/logograma.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position:absolute;
	top:52px;
	transition:all 500ms ease-in-out 0s;
}


.holderMenu.headroom--pinned .menu .logo a.smallLogo,
.holderMenu.headroom--bottom .menu .logo a.smallLogo{
	opacity:1;
	height: 28%;
}

.holderMenu.headroom--top .menu .logo a.smallLogo,
.holderMenu.headroom--pinned.headroom--top .menu .logo a.smallLogo{
	height: 23%;
	opacity:0;
}

.holderMenu .menu ol {
	list-style: none;
	margin:0;
	padding:0;
}



.holderMenu .menu ol li {
	list-style: none;
	padding:0;
	margin:0;
}

.holderMenu .menu ol.menuList {
	display:table;
	float:left;
    margin: 85px 0 0;
	width:calc(100% - 15px - 143px - 130px);
	transition:margin 500ms ease-in-out 0s;
}


.holderMenu.headroom--pinned .menu ol.menuList,
.holderMenu.headroom--bottom .menu ol.menuList {
    margin: 85px 0 0;
	width:calc(100% - 15px - 143px - 130px);
}

.holderMenu.headroom--top .menu ol.menuList,
.holderMenu.headroom--pinned.headroom--top .menu ol.menuList {
    margin: 65px 0 0;
	width:calc(100% - 15px - 143px);
}


.holderMenu .menu ol.menuList li {
	display:table-cell;
	vertical-align:bottom;
	width:calc(100% / 6);
	position:relative;
}

.holderMenu .menu ol.menuList li a {
	text-decoration:none;
	font-weight:normal;
}

.holderMenu .menu ol.menuList li.active {
}

.holderMenu .menu ol.menuList li.active a {
}

.holderMenu .menu ol.menuList li a p {
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 0 20px;
    text-align: center;
	font-style:oblique;
}


.holderMenu.headroom--pinned .menu ol.menuList li a p,
.holderMenu.headroom--bottom .menu ol.menuList li a p  {
    font-size: 16px;
}

.holderMenu.headroom--top .menu ol.menuList li a p,
.holderMenu.headroom--pinned.headroom--top .menu ol.menuList li a p  {
    font-size: 20px;
}

.holderMenu .menu ol.menuList li.responsive{
	display:none;
}

.holderMenu .menu ol.menuList li .ornament{
	position:absolute;
	right:0;
	background-position:center center;
	background-repeat:no-repeat;
	transition:all 500ms ease-in-out 0s;
}

.holderMenu .menu ol.menuList li:nth-child(2) .ornament{	width:15px;		height:19px;		top:42px;	background-image:url(../images/menuornate01.png);	}
.holderMenu .menu ol.menuList li:nth-child(3) .ornament{	width:20px;		height:20px;		top:32px;	background-image:url(../images/menuornate02.png);	}
.holderMenu .menu ol.menuList li:nth-child(4) .ornament{	width:16px;		height:19px;		top:26px;	background-image:url(../images/menuornate03.png);	}
.holderMenu .menu ol.menuList li:nth-child(5) .ornament{	width:12px;		height:13px;		top:28px;	background-image:url(../images/menuornate04.png);	}
.holderMenu .menu ol.menuList li:nth-child(6) .ornament{	width:12px;		height:16px;		top:28px;	background-image:url(../images/menuornate05.png);	}
.holderMenu .menu ol.menuList li:nth-child(7) .ornament{	display:none	}


.holderMenu.headroom--pinned .menu ol.menuList li:nth-child(2) .ornament,
.holderMenu.headroom--bottom .menu ol.menuList li:nth-child(2) .ornament{ top:42px; }

.holderMenu.headroom--pinned .menu ol.menuList li:nth-child(3) .ornament,
.holderMenu.headroom--bottom .menu ol.menuList li:nth-child(3) .ornament{ top:32px; }

.holderMenu.headroom--pinned .menu ol.menuList li:nth-child(4) .ornament,
.holderMenu.headroom--bottom .menu ol.menuList li:nth-child(4) .ornament{ top:26px; }

.holderMenu.headroom--pinned .menu ol.menuList li:nth-child(5) .ornament,
.holderMenu.headroom--bottom .menu ol.menuList li:nth-child(5) .ornament{ top:28px; }

.holderMenu.headroom--pinned .menu ol.menuList li:nth-child(6) .ornament,
.holderMenu.headroom--bottom .menu ol.menuList li:nth-child(6) .ornament{ top:28px; }



.holderMenu.headroom--top .menu ol.menuList li:nth-child(2) .ornament,
.holderMenu.headroom--pinned.headroom--top .menu ol.menuList li:nth-child(2) .ornament{ top:58px; }

.holderMenu.headroom--top .menu ol.menuList li:nth-child(3) .ornament,
.holderMenu.headroom--pinned.headroom--top .menu ol.menuList li:nth-child(3) .ornament{ top:50px; }

.holderMenu.headroom--top .menu ol.menuList li:nth-child(4) .ornament,
.holderMenu.headroom--pinned.headroom--top .menu ol.menuList li:nth-child(4) .ornament{ top:44px; }

.holderMenu.headroom--top .menu ol.menuList li:nth-child(5) .ornament,
.holderMenu.headroom--pinned.headroom--top .menu ol.menuList li:nth-child(5) .ornament{ top:48px; }

.holderMenu.headroom--top .menu ol.menuList li:nth-child(6) .ornament,
.holderMenu.headroom--pinned.headroom--top .menu ol.menuList li:nth-child(6) .ornament{ top:50px; }


.holderMenu .menu ol.socNet {
	width:313px;
	height:59px;
	position:absolute;
	transition:all 500ms ease-in-out 0s;
    right: -175px;
    top: 80px;
	background:none;
    padding: 0;
}



.holderMenu.headroom--pinned .menu ol.socNet,
.holderMenu.headroom--bottom .menu ol.socNet {
    right: -175px;
    top: 80px;
	background:none;
    padding: 0;
}


.holderMenu.headroom--top .menu ol.socNet,
.holderMenu.headroom--pinned.headroom--top .menu ol.socNet {
    right: 0;
    top: 0;
	background:url(../images/menu-organic-leaf-pomita.png) no-repeat center center;
	padding:0 0 0 30px;
}


.holderMenu .menu ol.socNet li {
	display:block;
	float:left;
	background-position:center center;
	background-repeat:no-repeat;
	margin:15px 8px 0 0;
}

.holderMenu .menu ol.socNet li:nth-child(1) {	opacity:0; 		width:0px;		height:23px;		background-image:url(../images/pomita-redes-name.png); background-position:center 7px; }
.holderMenu .menu ol.socNet li:nth-child(2) {	width:22px;		height:23px;		background-image:url(../images/pomita-redes-icon-facebook.png); }
.holderMenu .menu ol.socNet li:nth-child(3) {	width:22px;		height:23px;		background-image:url(../images/pomita-redes-icon-twitter.png); }
.holderMenu .menu ol.socNet li:nth-child(4) {	width:22px;		height:23px;		background-image:url(../images/pomita-redes-icon-pinterest.png); }
.holderMenu .menu ol.socNet li:nth-child(5) {	width:22px;		height:23px;		background-image:url(../images/pomita-redes-icon-instagram.png); }


.holderMenu.headroom--pinned .menu ol.socNet li:nth-child(1),
.holderMenu.headroom--bottom .menu ol.socNet li:nth-child(1) {	opacity:0; width:0;}

.holderMenu.headroom--top .menu ol.socNet li:nth-child(1),
.holderMenu.headroom--pinned.headroom--top .menu ol.socNet li:nth-child(1) {	opacity:1; width:101px}


.holderMenu .menu ol.socNet li a {
	display:block;
	width:100%;
	height:100%;
}

.holderMenu .menu ol.socNet li a p {
	margin:0;
}

.holderMenu .menu ol.socNet li a p span{
	display:none;
}

.holderMenu .more-menu{
	display:none;
}

/*****************************************************************
FOOTER
****************************************************************/
#container-foot a{
	text-decoration:none;
}

#container-foot #curvaFoot{
	position:absolute;
	width:100%;
	height:10vw;
	background-image:url(../images/footer-back-curve.png);
	background-position:center bottom;
	background-size:contain;
	background-repeat:no-repeat;
	top:-10vw;
	z-index:-1;
}

#container-foot #footer{
	width: 90vw;
	max-width: 1100px;
	margin: 0 auto;
	padding:10px 0 0;
}

.footerCol{
	float:right;
	width:calc(65% - 150px);
	background-image:url(../images/footer-pomita-ornate.png);
	background-position:right center;
	background-repeat:no-repeat;
	font-size:12px;
	padding:0 110px 0 0;
	margin:0 40px 0 0;
}

.footerCol p{
	margin:0 0 6px;
}

.footerCol a{
	text-decoration:none;
	font-weight:700;
}


.footerCol p:nth-child(1) a{
	font-size:14px;
}


.footerCol sup{
	font-size:8px;
}

.footerCerts{
	float:right;
	width:35%;
	display:table;
	margin:15px 0 0;
}

.footerCerts .certCel{
	display:table-cell;
	vertical-align:middle;
	width:25%
}

.footerCerts .certCel .certif{
	display:block;
	height:60px;
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}

.footerCerts .certCel:nth-child(2) .certif{ background-image:url(../images/footer-pomita-certificado-certimex.png); }
.footerCerts .certCel:nth-child(3) .certif{ background-image:url(../images/footer-pomita-certificado-sagarpa.png); }
.footerCerts .certCel:nth-child(4) .certif{ background-image:url(../images/footer-pomita-certificado-kosher-parave.png); }

.footerCerts .certCel .certif span{
	display:none;
}


/*****************************************************************
CONTENIDO
****************************************************************/
.contentHolder{
	width:85vw;
	max-width:1000px;
	margin:0 auto;
}

#mainHeader{
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 134vw auto;
    margin: 0 0 -3.5vw;
    padding: 15vw 0 7vw;
    position: relative;
    width: 100%;
    z-index: -1;
}

#mainHeader h1{
	text-align:center;
	font-size:55px;
	text-shadow:0 0 10px rgba(0,0,0,0.8);
	margin:0 auto 45px;
	font-weight:bold;
	font-style:italic;
}

#tapaHeader{
	width:100%;
	background-image:url(../images/header-tapa.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:contain;
	height:12vw;
	position:absolute;
	bottom:0;
}

.lastSecc{
	width:100;
	position:relative;
	padding:40px 0;
}

.lastSecc .lastSeccBack{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	z-index:-2;
}

sup{
    font-size: 0.6em;
    line-height: 0;
    position: relative;
    top: -0.5em;
    vertical-align: baseline;
}

/*****************************************************************
MEDIA QUERIES
****************************************************************/

@media only screen and (max-width: 1180px) {
	#mainHeader{
		background-size: 150vw auto;
		padding: 18vw 0 5vw;
	}	
}

@media only screen and (max-width: 1060px) {
	.holderMenu .menu ol.menuList li a p {
		font-size: 14px;
		padding: 0 20px;
	}
	
	
	.holderMenu.headroom--pinned .menu ol.menuList li a p,
	.holderMenu.headroom--bottom .menu ol.menuList li a p  {
		font-size: 14px;
	}
	
	.holderMenu.headroom--top .menu ol.menuList li a p,
	.holderMenu.headroom--pinned.headroom--top .menu ol.menuList li a p  {
		font-size: 16px;
	}

	.holderMenu .menu ol.menuList li:nth-child(2) .ornament{	top:35px;	}
	.holderMenu .menu ol.menuList li:nth-child(3) .ornament{	top:29px;	}
	.holderMenu .menu ol.menuList li:nth-child(4) .ornament{	top:25px;	}
	.holderMenu .menu ol.menuList li:nth-child(5) .ornament{	top:27px;	}
	.holderMenu .menu ol.menuList li:nth-child(6) .ornament{	top:25px;	}
	
	
	.holderMenu.headroom--pinned .menu ol.menuList li:nth-child(2) .ornament,
	.holderMenu.headroom--bottom .menu ol.menuList li:nth-child(2) .ornament{ top:35px; }
	
	.holderMenu.headroom--pinned .menu ol.menuList li:nth-child(3) .ornament,
	.holderMenu.headroom--bottom .menu ol.menuList li:nth-child(3) .ornament{ top:29px; }
	
	.holderMenu.headroom--pinned .menu ol.menuList li:nth-child(4) .ornament,
	.holderMenu.headroom--bottom .menu ol.menuList li:nth-child(4) .ornament{ top:25px; }
	
	.holderMenu.headroom--pinned .menu ol.menuList li:nth-child(5) .ornament,
	.holderMenu.headroom--bottom .menu ol.menuList li:nth-child(5) .ornament{ top:27px; }
	
	.holderMenu.headroom--pinned .menu ol.menuList li:nth-child(6) .ornament,
	.holderMenu.headroom--bottom .menu ol.menuList li:nth-child(6) .ornament{ top:25px; }
	
	
	
	.holderMenu.headroom--top .menu ol.menuList li:nth-child(2) .ornament,
	.holderMenu.headroom--pinned.headroom--top .menu ol.menuList li:nth-child(2) .ornament{ top:55px; }
	
	.holderMenu.headroom--top .menu ol.menuList li:nth-child(3) .ornament,
	.holderMenu.headroom--pinned.headroom--top .menu ol.menuList li:nth-child(3) .ornament{ top:47px; }
	
	.holderMenu.headroom--top .menu ol.menuList li:nth-child(4) .ornament,
	.holderMenu.headroom--pinned.headroom--top .menu ol.menuList li:nth-child(4) .ornament{ top:43px; }
	
	.holderMenu.headroom--top .menu ol.menuList li:nth-child(5) .ornament,
	.holderMenu.headroom--pinned.headroom--top .menu ol.menuList li:nth-child(5) .ornament{ top:46px; }
	
	.holderMenu.headroom--top .menu ol.menuList li:nth-child(6) .ornament,
	.holderMenu.headroom--pinned.headroom--top .menu ol.menuList li:nth-child(6) .ornament{ top:46px; }

	.holderMenu .menu ol.socNet {
		right: -195px;
	}
	
	
	.holderMenu.headroom--pinned .menu ol.socNet,
	.holderMenu.headroom--bottom .menu ol.socNet {
		right: -195px;
	}
	
	
	.holderMenu.headroom--top .menu ol.socNet,
	.holderMenu.headroom--pinned.headroom--top .menu ol.socNet {
		right: 0;
	}



}

@media only screen and (max-width: 1000px) {
	.holderMenu .menu ol.menuList li a p {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 985px) {
	.footerCol {
		padding: 0 80px 0 0;
		width: calc(55% - 120px);
	}

	.footerCol p {
		margin: 0;
	}
	
	.footerCerts {
		width: 45%;
	}
	
	#mainHeader{
		background-size: 165vw auto;
		padding: 21vw 0 6vw;
	}
}

@media only screen and (min-width: 891px) and (max-width: 892px) {
	.holderMenu .menu ol.menuList {
		transition: none;
	}
}

@media only screen and (max-width: 890px) {
	
	.holderMenu,
	.holderMenu.headroom--bottom{
		height:100px;
	}

	.holderMenu .menufondo{
	    background-size: 890px auto;
		height: 100%;
		top:-5px;
	}
	
	.holderMenu .menu {
		width:100%;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		transform:none;
		left:0;
		top:-5px;
	}

	.holderMenu.headroom--pinned .menufondo,
	.holderMenu.headroom--bottom .menufondo,
	.holderMenu.headroom--pinned .menu,
	.holderMenu.headroom--bottom .menu{
		top:-5px;
	}
		
	
	.holderMenu .menu .logo {
		float:none;
		margin:5px auto 0 !important;
	}
	
	.holderMenu .menu .logo a.smallLogo{
		top:14px;
	}
	
	
	.holderMenu.headroom--pinned .menu .logo a.smallLogo,
	.holderMenu.headroom--bottom .menu .logo a.smallLogo{
		top:14px;
	}
	
	.holderMenu.headroom--top .menu .logo a.smallLogo,
	.holderMenu.headroom--pinned.headroom--top .menu .logo a.smallLogo{
		top:52px;
	}		
	
	
	.holderMenu .menu #responsiveMenu{
		background: #babe10 none repeat scroll 0 0;
		bottom: 0;
		box-shadow: 0 0 10px rgba(80, 80, 80, 0.4);
		color: #fff;
		max-width: 450px;
		position: fixed;
		right: -100vw;
		top: 0;
		width: 90vw;
	}
	
	
	.holderMenu .menu ol.menuList {
		display:block;
		margin:25px 0 0 !important;
		width:100% !important;
	}
	
	.holderMenu .menu ol.menuList li {
		display:block;
		width:100%;
	}
	
	.holderMenu .menu ol.menuList li.responsive{
		display:block;

	}
	
	.holderMenu .menu ol.menuList li .ornament{
		display:none;
	}
	
	.holderMenu .menu ol.menuList li a p {
		padding: 10px 25px 10px 65px;
		color:#fff;
		font-size:22px !important;
		font-weight:100;
		text-align:left;
		transition:none;
		background-position: 20px center;
		background-repeat:no-repeat;
		background-size:30px;
	}
	
	.holderMenu .menu ol.menuList li:nth-child(1) a p { background-image:url(../images/responsive-menu-pomita-icon-01.png); }	
	.holderMenu .menu ol.menuList li:nth-child(2) a p { background-image:url(../images/responsive-menu-pomita-icon-02.png); }	
	.holderMenu .menu ol.menuList li:nth-child(3) a p { background-image:url(../images/responsive-menu-pomita-icon-03.png); }	
	.holderMenu .menu ol.menuList li:nth-child(4) a p { background-image:url(../images/responsive-menu-pomita-icon-04.png); }	
	.holderMenu .menu ol.menuList li:nth-child(5) a p { background-image:url(../images/responsive-menu-pomita-icon-05.png); }	
	.holderMenu .menu ol.menuList li:nth-child(6) a p { background-image:url(../images/responsive-menu-pomita-icon-06.png); }	
	.holderMenu .menu ol.menuList li:nth-child(7) a p { background-image:url(../images/responsive-menu-pomita-icon-07.png); }	

	.holderMenu .more-menu {
		cursor: pointer;
		width: 30px;
		height: 30px;
		margin: 0;
		opacity: 1;
		transition: all 500ms ease-in-out 0s;
		position: fixed;
		top:10px;
		right:15px;
		display:block;
	}

	.holderMenu .more-menu.open {
		top:15px !important;
	}

	.holderMenu.headroom--unpinned .more-menu{
		top:-275px;
	}

	.holderMenu.headroom--pinned .more-menu,
	.holderMenu.headroom--bottom .more-menu{
		top:10px;
	}
	
	.holderMenu.headroom--top .more-menu,
	.holderMenu.headroom--pinned.headroom--top .more-menu{
		top:15px;
	}
	
	.holderMenu .more-menu .line {
		background-color: #005740;
		border-radius: 0;
		height: 1px;
		position: absolute;
		width: 30px;
		transition: transform 300ms ease-in-out 0s;
		opacity: 1;
	}

	.holderMenu .more-menu .uno { top: 5px; }

	.holderMenu .more-menu .dos { top: 14px; }

	.holderMenu .more-menu .tres { bottom: 6px; }


	.holderMenu .menu ol.socNet {
		background: #fff none repeat scroll 0 0 !important;
		bottom: 0;
		display: block;
		height: 50px;
		max-width: 450px;
		padding: 0 !important;
		position: absolute;
		right: 0 !important;
		top: auto !important;
		width: 90vw;
		transition:none;
	}

	.holderMenu .menu ol.socNet li.redesName{
		margin:15px 15px 0 15px;
		opacity: 1 !important;
    	width: 101px !important;
	}
	
	
	.holderMenu .menu ol.socNet li {
		margin: 15px 15px 0 0;
	}
	
	
	
	
	#container-content {
		left: 0;
		min-height:0;
		padding-bottom: 0px;
		width: 100%;
	}
	
	#container-foot {
		bottom:auto;
		height: auto;
		left:auto;
		position: relative;
		width: 100%;
	}
	
	
	#container-foot #footer{
		overflow:hidden;
		padding:40px 0 0;
	}
	
	.footerCol, .footerCerts{
		width:80vw;
		max-width:450px;
		float:none;
		margin:0 auto 25px;
	}
	
	.footerCol{
		background-position: center top 20px;
		background-size: 45px auto;
		font-size: 14px;
		padding: 80px 0 0;
		text-align: center;
	}
	
	.footerCol p {
		margin: 0 0 10px;
	}
	
	.footerCerts .certCel{ width:28%; }
	.footerCerts .certCel:nth-child(1) { width:16%; }

	.footerCerts .certCel .certif {
		width: 80%;
		margin:0 auto;
	}

	#mainHeader{
		background-size: 1230px;
		padding: 21vw 0 6vw;
	}	
	
	#mainHeader h1{
		font-size:35px;
	}
	
	#tapaHeader{
		width:100%;
		background-size:160vw;
		height:30vw;
		max-height:150px;
	}
	
	

}

@media only screen and (max-width: 710px){
	#mainHeader {
		background-size: 1231px auto;
		padding: 25vw 0 8vw;
	}


	.lastSecc {
		padding:0;
	}
	
	.lastSecc .lastSeccBack {
		background-attachment: scroll;
		background-size: cover;
		height: 65vw;
		position: relative;
		width: 100%;
	}
	
}

@media only screen and (max-width: 540px){
	#mainHeader{
		background-size: 1030px auto;
		padding: 27vw 0 6vw;
	}	
}

@media only screen and (max-width: 400px){
	#mainHeader{
		background-size: 986px auto;
		padding: 126px 0 15px;
	}
	
	#mainHeader h1{
		font-size: 28px;
	}
	
}


@media only screen and (max-height: 380px) and (max-width: 890px){
	.holderMenu .menu ol.menuList li a p {
		font-size: 17px !important;
		font-weight: 100;
		padding: 5px 25px 5px 65px;
		text-align: left;
		transition: none 0s ease 0s ;
	}

	.holderMenu .menu ol.menuList {
		margin: 15px 0 0 !important;
	}
}
