@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100;300;400;500;600;700;800;900&family=Caladea:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*{ padding:0; margin:0; outline:none; font-family: 'Caladea', serif; }
html, table, td, tr, th, div { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; border:0px; }
img { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; border:0px; }

body { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background-color: #e9e7da; vertical-align:top; text-align:center; }


/* HEADER --------------------------- */

#Header{ width:100%; height: 75px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background-color: #000; text-align:center; float: left; display:block; }
#HeaderContent{ width:100%; max-width: 1224px; margin:0px auto 0px auto; padding:0px 0px 0px 0px; display: block; }
#HeaderLogo{ width:100%; max-width: 186px; margin:22px 0px 0px 0px; padding:0px 0px 0px 0px; text-align: left; float: left; }
#BtnsLang{ width:100%; max-width: 64px; margin:14px 0px 0px 0px; padding:0px 0px 0px 0px; text-align: left; float: right; }
#BtnsLang a { margin: 0px 4px 0px 0px; padding: 14px 5px 14px 5px; float: left; }

#HeaderMenu{ width:100%; max-width: 47px; margin:12px 0px 0px 0px; padding:0px 0px 0px 0px; text-align: right; float: right; }

.control-menu {
    background-color: transparent;
    background-position: center center;
    /*border: 1px solid #fff;*/
    display: block;
    float: right;
    /*height: 40px;*/
    margin-right: 1.3em;
    /*width: 40px;*/
}
.control-menu a span {
    display: inline-block;
    height: 47px;
    text-indent: -9999px;
    width: 47px;
}
.control-menu .close {
    background-image: url("../images/btn-menu-o.gif");
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 47px 47px;
    display: none;
}
.control-menu .open {
    background-image: url("../images/btn-menu-n.gif");
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 47px 47px;
    display: block;
}

ul.nav-items {
	width: 100%;
    clear: both;
    height: 0;
	top: 75px;
	left: 0;
	text-align: center;
    overflow: hidden;
    transition: height 0.4s ease-in-out 0s, background-color 2s ease 0s; /*El menú cambia su altura y su color de fondo mediante una transición suavizada al voover a su estado unicial*/
	position: absolute;
	z-index: 2000;
}

#navigation:target ul.nav-items {
    background: #000 none repeat scroll 0 0;
    height: 360px;
    transition: height 0.4s ease-in-out 0s, background-color 0.9s ease 0s; /*El menú cambia su altura y su color de fondo mediante una transición suavizada al abrirse*/
}


/*Al hacer clic sobre el enlace que abre el menú éste desaparece*/

.close { 
   display:none;
}
        
#navigation:target .open {
      display: none;
}

/* Al hacer clic sobre el enlace que abre el menú aparece el enlace .close que previamente estaba oculto*/

#navigation:target .close {
        display: block;
}
  
/*Estilos menu*/

ul.nav-items li {
    display: block;
}
/*
ul.nav-items li.Lang{ margin-top: 30px; display: inline-flex;}
*/
ul.nav-items a {
    margin: 0px 0px 0px 0px;
	padding: 22px 0px 22px 0px;
    border-top: 1px dotted #e9e7da;
    color: #e9e7da;
	text-decoration: none;
    display: block;
}
ul.nav-items a:hover {
	background-color: #bb2829;
}
ul.nav-items li:first-child a {
    border-top: 2px solid transparent;
}
ul.nav-items li a span {
    /*border-left: 3px solid;*/
    height: 3.2em;
    padding: 0.4em 0.5em;
}
/*
ul.nav-items li.Lang a span {
    padding: 0.4em 2.5em;
}
*/


/* FIN HEADER ----------------------- */




/* CONTENT --------------------------  */

#Content{ width:100%; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background-color: #e9e7da; text-align:center; float: left; display:block; }
#ContentContent{ width:100%; max-width: 1224px; margin:0px auto 0px auto; padding:0px 0px 0px 0px; display: block; }

.ContentTable2Col{ width:100%; margin:0px 0px 90px 0px; padding:0px 0px 0px 0px; float: left;}
.ContentTableColLeft{ width:100%; max-width: 570px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; float: left; }
.ContentTableColRight{ width:100%; max-width: 570px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; float: right; }

.first{ margin:0px 0px 40px 0px; }

.contentLogoMotivoTop{ width:100%; max-width: 570px; margin:0px 0px 0px 0px; padding:206px 0px 0px 0px; background-image:url("../images/motivo-top-valdespino.gif"); background-position: left top; background-repeat: no-repeat; background-size: 570px 183px; display: flex; float: left; }
.contentLogoMotivoBottom{ width:100%; max-width: 570px; margin:0px 0px 0px 0px; padding:0px 0px 206px 0px; background-image:url("../images/motivo-bottom-valdespino.gif"); background-position: right bottom; background-repeat: no-repeat; background-size: 570px 183px; display: flex; float: left; }
.contentLogovaldespino{ width:100%; max-width: 570px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; text-align: center; }
.contentLogovaldespino img{ width:100%; max-width: 452px; }
.contentImagBotellas{ width:100%; max-width: 570px; margin:0px 0px 0px 0px; padding:56px 0px 0px 0px;}
.contentImagBotellas img{ width:100%; max-width: 570px !important; height: 100%; max-height: 600px !important;}

.ContentTable1Col{ width:100%; margin:0px 0px 50px 0px; padding:0px 0px 0px 0px; float: left; }
.ContentTable1Col img{ width:100%; max-width: 1224px; height: 100%; }


.ContentColText { width:100%; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; text-align: left; float: left;}
.ContentColText h2 { margin:0px 0px 30px 0px; padding:0px 0px 0px 0px; font-family: 'Big Shoulders Display', cursive; font-size: 50px; font-style: normal; font-weight: 400; color: #bb2829; line-height: 50px; text-align: left; }
.ContentColText p { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size: 20px; font-style: normal; font-weight: 400; color: #4d4d4d; text-align: justify; }


.contentImagMotivoTop{ width:100%; max-width: 570px; margin:0px 0px 0px 0px; padding:76px 0px 0px 0px; background-image:url("../images/motivo-top-imagenes.gif"); background-position: left top; background-repeat: no-repeat; background-size: 289px 175px; display: flex; float: left; }
.contentImagMotivoBottom{ width:100%; max-width: 570px; margin:0px 0px 0px 0px; padding:0px 0px 76px 0px; background-image:url("../images/motivo-bottom-imagenes.gif"); background-position: right bottom; background-repeat: no-repeat; background-size: 289px 175px; display: flex; float: left; }
.contentImagvaldespino{ width:100%; max-width: 570px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; text-align: center; }
.contentImagvaldespino img{ width:100%; max-width: 452px; }

.ContentOrigenAperitivo{width:100%; float: left;}
.imagCambioPC { display: block; }
.imagCambioMovil { display: none; }


.SeparadorTop{ width:100%; margin:66px 0px 40px 0px; padding:0px 0px 0px 0px; background-image:url("../images/line-separa.gif"); background-position: left top; background-repeat:repeat-x; background-size: 5px 10px !important; display: block; float: left; }
.SeparadorBottom{ width:100%; margin:40px 0px 0px 0px; padding:0px 0px 0px 0px; background-image:url("../images/line-separa.gif"); background-position: left top; background-repeat:repeat-x; background-size: 5px 10px !important; display: block; float: left; }
.SeparadorTop img {margin: 0px auto 0px auto !important; padding: 0px 0px 0px 0px !important; display: flex; }
.SeparadorBottom img {margin: 0px auto 0px auto !important; padding: 0px 0px 0px 0px !important; display: flex; }

.contentLista1 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; text-align: left; display: block; float: left; }
.contentLista1 ul { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; list-style: none;}
.contentLista1 li { margin:0px 0px 0px 0px; padding:12px 0px 8px 56px; background-size: 39px 39px !important; text-align: justify; list-style-type: none; font-size: 17px; font-style:italic; font-weight: 400; color: #4d4d4d; }


/* FIN CONTENT ----------------------- */




/* FOOTER ---------------------------  */


#Footer{ width:100%; margin:0px 0px 0px 0px; padding:60px 0px 60px 0px; background-color: #000; text-align:center; float: left; display:block; }
#FooterContent{ width:100%; max-width: 1224px; margin:0px auto 0px auto; padding:0px 0px 0px 0px; color: #776952; display: block; }
#FooterLogo{ width:100%; max-width: 126px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; text-align: left; float: left; }
#FooterBodegas{ width:100%; max-width: 360px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; text-align: left; float: left; }
#FooterBodegas h3 { margin: 36px 0px 0px 0px; font-size: 20px; font-style: normal; font-weight: 700; color: #e9e7da; }
#FooterBodegas p { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size: 20px; font-style: normal; font-weight: 400; color: #e9e7da; }
#FooterAviso{ width:100%; max-width: 620px; margin:45px 0px 0px 0px; padding:0px 0px 0px 0px; font-size: 14px; font-style: normal; font-weight: 400; color: #776952; text-align: right; float: right; }
#FooterAviso p{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size: 14px; font-style: normal; font-weight: 400; color: #776952; text-align: right; }
#FooterAviso a{ font-size: 14px; font-style: normal; font-weight: 400; color: #776952; text-decoration: none;}
#FooterAviso a:hover{ text-decoration: underline;}


/* FIN FOOTER -----------------------  */


/* -------------------- VERSION MOVIL ---------------------- */


@media screen and (max-width:570px)
{
	.contentLogoMotivoTop{ background-size: 100% auto; padding:180px 0px 0px 0px !important; }
	.contentLogoMotivoBottom{ background-size: 100% auto; padding:0px 0px 180px 0px !important; }
	.contentLogovaldespino img{ width:94%; }
	
	.contentImagBotellas{ padding: 0px 0px 0px 0px !important;}
	
}

@media screen and (max-width:880px)
{
	
	.imagCambioPC { display: none; }
	.imagCambioMovil { display: block; }
	
	.ContentTable2Col { margin: 0px 0px 46px 0px !important; }
	.first{ margin:0px 0px 20px 0px !important; }
	
	.ContentTableColLeft{ max-width: 100% !important; margin:0px 0px 30px 0px !important; float: left !important; }
	.ContentTableColRight{ max-width: 100% !important; margin:0px 0px 0px 0px; float: left; }
	.contentImagMotivoTop { margin: 0px auto 0px auto !important; text-align: center !important; float: none;}
	
	.contentImagBotellas{ padding: 18px 0px 0px 0px; }
	
	.ContentTable1Col { margin: 0px 0px 40px 0px; }
	
	.SeparadorTop{margin:10px 0px 30px 0px; }
	.SeparadorBottom{ margin:30px 0px 20px 0px; }
	

		
}


@media screen and (max-width:1140px)
{
	.ContentTableColLeft{ max-width: 50%; margin:0px 0px 0px 0px; float: left; }
	.ContentTableColRight{ max-width: 50%; margin:0px 0px 0px 0px; float: left; }
	
	.contentLogoMotivoTop{ max-width: 100%; margin:0px 0px 0px 0px; padding:180px 0px 0px 0px; float: left; }
	.contentLogoMotivoBottom{ max-width: 100%; margin:0px 0px 0px 0px; padding:0px 0px 180px 0px; float: left; }
	.contentLogovaldespino{ max-width: 100%; margin:0px 0px 0px 0px; }
	.contentImagBotellas{ max-width: 100%; margin:0px 0px 0px 0px; }
	
	
}


@media screen and (max-width:1224px)
{
	#HeaderLogo{ padding:0px 0px 0px 10px; }
	#HeaderMenu{ padding:0px 10px 0px 0px; }
	
	#FooterLogo{ width:100%; max-width: 100%; padding:0px 0px 0px 0px; text-align: center; }
	#FooterBodegas{ width:100%; max-width: 100%; padding:0px 0px 0px 0px; text-align: center; }
	#FooterBodegas h3 { padding:0px 0px 0px 0px; text-align: center; }
	#FooterBodegas p { padding:0px 20px 0px 20px; text-align: center; }
	#FooterAviso{ width:100%; max-width: 100%; padding:0px 0px 0px 0px; text-align: center; }
	#FooterAviso p { padding:0px 20px 0px 20px; text-align: center; }
	
	.ContentColText h2 { padding:0px 20px 0px 20px; }
	.ContentColText p { padding:0px 20px 0px 20px; }
	
	.contentLista1 { padding:0px 20px 0px 20px; }
	
	
}



/* -------------------- FIN VERSION MOVIL ------------------ */


