*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}


html,body{
margin:0px;
height:100%;max-width:100%;
}
body{overflow-x:hidden;}

div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body {
  background: white;
  color: #8f8f8f;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {text-decoration: none;}

h1{color:#9a1545;font-family: "Montserrat", sans-serif;font-weight:400;font-size:16px;text-align:center;text-transform: uppercase;}
h2{color:#9a1545;font-family: "Montserrat", sans-serif;font-weight:600;font-size:24px;text-align:center;text-transform: uppercase;}
h3{color:#fff;font-family: "Montserrat", sans-serif;font-weight:600;font-size:35px;text-align:center;text-transform: uppercase;}
h4{color:#9a1545;font-family: "Montserrat", sans-serif;font-weight:600;font-size:20px;text-align:center;text-transform: uppercase;}
h5{color:#9a1545;font-weight:600;font-size:20px;text-align:center;margin:15px 0;}

p {font-size: 17px;line-height: 2;}

hr.style1{border-top: 2px solid #9a1545;margin:10px 0;}

.izq{text-align:left;}
.justificado{text-align:justify;}
.cursiva{font-style:italic;}
.negrita{font-weight:bold;}
.rojo{color:red;}
.blanco{color:white;}
.naranja{color:#f60;}
.rosa-palido{color:#AB4B6D;}
.sombra-texto{text-shadow: 0px 0px 4px #000;}

.centro-img {margin-left:auto;margin-right:auto;display:block;}

.bg-blanco{background:#fff;}
.bg-gris{background:#f6f7f8;}
.bg-negro{background:#000;}
.bg-vino{background:#9a1545;}
.bg-1{background:url(../img/bg-1.jpg) bottom left no-repeat fixed;}
.bg-2{background:url(../img/bg-2.jpg) bottom left no-repeat ;}
.bg-3{background:url(../img/bg-5.jpg) bottom Left no-repeat;}
.bg-4{background:url(../img/bg-3.jpg) center center no-repeat fixed;}
.bg-5{background:url(../img/bg-6.jpg) center center no-repeat fixed;}
.bg-isotipo{background:#9a1545 url(../img/isotipo-gde.svg) center center no-repeat;}


.boton{background:#63babe;border-radius:10px;color:#fff;display:inline-block;font-size:18px;font-weight:400;margin:40px;padding:15px;text-align:center;}
.boton:hover{background:transparent;border:2px solid #599fa2;color:#599fa2;transition: all 0.3s linear;}

/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  margin-top:3px;margin-right:10px;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 1024px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}



/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .85);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 1024px) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  background: #;
  padding: 0.7em 1em;
  color: #fff;
  width: 100%;
  float: left;
}

.nav-collapse a:hover{color: #599689;}

.nav-collapse a:active,
.nav-collapse .active a {
  color:#5A0C28;font-weight:bold;
}

@media screen and (min-width: 1024px) {
  .nav-collapse a {
    border-left: 0px solid white;
    padding: .4em .4em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 1024px) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: -7px;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}


/* -------------------------------- 

Main Components 

-------------------------------- */
video {
    background-size: cover;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    right: 0;
    width: auto;
    z-index: -100;
}


.main_h {
  position: fixed;
  top: 0px;
  min-height: 125px;
  z-index: 3;
  width: 100%;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}

.sticky {width:100%;background:url(../img/menu-bg.svg) top center repeat-x;opacity: 1;top: 0px;}

.logo {width:360px;height:125px;background:url(../img/logo-bg.svg) top center no-repeat;margin:0 auto;position:absolute;padding-top:10px;text-align:center;}
/*--background: rgba(154,21,69,.5);--*/
.cover {
  width:100%;
  min-height: 100%;
  background:url(../img/trans-bg-vino.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  color: #fff;
  display:table;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
}

.cover-c {min-height:100%;color:#fff;display:table-cell;text-align:center;vertical-align:middle;}
.logo-cover-1{position:absolute;z-index:10;left:50%; margin-left: -175px;}
.logo-cover-2{position:absolute;z-index:11;left:50%; margin-left: -175px;}
.logo-cover-3{position:absolute;z-index:12;left:50%; margin-left: -175px;}
.logo-cover-4{position:absolute;z-index:13;left:50%; margin-left: -175px;}
.arrow-button{width:50px;height:50px;border:2px solid #fff;border-radius:50%;margin:180px auto 0 auto;padding:12px;text-align:center;}
.arrow-button:hover{border-color:#9a1545;}
.fa-arrow-down{color:#fff;font-size:22px;}
.fa-arrow-down:hover{color:#9a1545;}

.contenido{width:100%;margin:0;padding:0;text-align:center;}

.top-bar{width:100%;height:125px; background:rgba(154,21,69,.50);}

.f100{width:100%;float:left;}
.f100-b{width:100%;float:left;margin-bottom:-4px;}

.caja-1{width:50%;margin:0 auto;padding:40px 0;}

.cont-1, .cont-1b{width:50%;height:600px; display:inline-block; float:left;overflow:hidden;position:relative;vertical-align:top;}
.cont-1 li{padding-bottom:20px;}
.cont-1t40x800{width:40%;height:800px; display:table;margin:0 auto;}
.cont-1t{width:70%;height:100%; display:table;margin:0 auto;}
.cont-1c{background:none;display:table-cell;vertical-align:middle;}
.cont-1b{oveflow:hidden;}

.img-a{display:block;position:absolute;bottom:-4px;left:50%;margin-left:-160px;}
.img-a img{width:auto;height:520px;}
.img-b{display:block;position:absolute;bottom:-150px;}
.img-b img{width:960px;height:auto;}
.img-c{display:block;position:absolute;left:0;}
.img-c img{width:auto;height:600px;}

.caja25{width:49.7%;display:inline-block;margin:0;padding:0;}
.caja25 img{width:100%; height:auto;}



.pic-1{width:200px; display:inline-block; margin:10px;}
.pic-1 img{width:200px; height:200px;border-radius:50%;}

.pic-2{width:150px; height:150px; display:inline-block; margin:10px;}
.pic-2 img{max-width:200px; height:auto;}

.pic-3{width:100%; display:block;}
.pic-3 img{width:100%; height:auto;}

footer{width:100%;background:url(../img/trans-bg.png), url(../img/bg-4.jpg) bottom center no-repeat;background-size:cover;color:#ccc;text-align:center;overflow:hidden;}
.footer-row{width:35%; display:inline-block;margin:0;padding:152px 0;vertical-align:top;}
.footer-row h2{color:#E61F67;}
.footer-box{width:60%;display:inline-block;padding:5% 2%;vertical-align:top;}
.footer-box h1{font-weight:700; font-size:22px; padding-bottom:40px;text-align:center;text-transform:uppercase;}
.footer-box ul{text-align:left;}
.footer-box li{font-size:18px;font-weight:500;list-style-image:none;list-style:none; padding-bottom:10px;}
.footer-box i{color:#9a1545;}
.footer-box a{color:#E61F67;}
.footer-box a:hover{color:#AB4B6D;}
.footer-box-social-1{width:100%;display:inline-block;}
.footer-box-social-2{width:25%;display:inline-block;margin:10px;}
.footer-box-social-1 h3 .footer-box-social-2 h3{text-align:center;}
.footer-box-social-1 img{width:35%; height:auto;}
.footer-box-social-2 img{width:50px; height:auto;}
.creditos{width:100%;background:#000;font-size:10px; padding:10px;}
.creditos a{color:#599689;font-weight:bold;text-transform:uppercase;}
.creditos a:hover{color:#afcfc9;}

/* form */

input.form-1:focus ~ label.form-1, textarea:focus ~ label.form-1, input.form-1:valid ~ label.form-1, textarea:valid ~ label.form-1 {
  font-size: 1.2em;font-weight:500;
  color: #E61F67;
  top: -2.75rem;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
          transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

.styled-input {
  float: left;
  width: 33.3333%;
  margin: 2rem 0 1rem;
  position: relative;
}
.styled-input label.form-1 {
  color: #ccc;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
          transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
  pointer-events: none;
}
.styled-input.wide {
  width: 100%;
}

input.form-1, textarea {
  width: 100%;
  border: 0;
  background:transparent;
  border-bottom:1px solid #E61F67;color:#ccc;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  padding: 1rem 1rem;
}
input.form-1 ~ span, textarea ~ span {
  display: block;
  width: 0;
  height: 3px;
  background: #E61F67;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
          transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
input.form-1:focus, textarea:focus {
  outline: 0;
}
input.form-1:focus ~ span, textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
          transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

textarea{
  width: 100%;
  min-height: 15em;
}

#submit {
 width:100%;
 background:#9a1545;
 border:none;
 color:#fff;
 cursor:pointer;
 font-size:20px;
 padding:10px;
 }
 
input#submit:hover{
 background:#AB4B6D;
 }

.error-message{color:#fff; font-size: 15px; margin:10px 0;}

/* -------------------------------- 

efectos

-------------------------------- */
.fade{
   background-color: rgba(0,0,0,0);
   opacity: 1;
   -webkit-transition: opacity 0.3s;
   transition: opacity 0.3s;
}
.fade:hover {
	opacity: 0.2;
}

.bounce-1 {
  animation: bounce-1 infinite 3.5s;
  transform: scale(1);
}

@keyframes bounce-1 {
	0%{transform: scale(1);opacity:0.5;}
	50%{transform: scale(1.1);opacity:1;}
  100% { transform: scale(1); opacity:0.5;}
}

.bounce-2 {
  animation: bounce-2 infinite 3.5s;
  transform: scale(1);
}

@keyframes bounce-2 {
	0%{transform: scale(1.1);opacity:1;}
	50%{transform: scale(1);opacity:0.5;}
  100% { transform: scale(1.1); opacity:1;}
}

/* Efecto-arriba-abajo */
.up-down {
  animation: up-down infinite 1.0s;
}

@keyframes up-down {
	0%{transform: translate(0,0px);}
	50%{transform: translate(0,-6px);}
  100% { transform: translate(0,0px);}
}

@media only screen and (max-width: 1440px) {
.cont-3{width:95%;}
.footer-row{width:40%;}
.footer-box{width:80%;}
}

@media only screen and (max-width: 1280px) {
.caja-1{width:70%;}
.cont-3{width:100%;}
}

@media only screen and (max-width: 1024px) {
.img-b{left:-80px;}
}

@media only screen and (max-width: 768px) {
.bg-1{background:url(../img/bg-1.jpg) center center fixed no-repeat}
.bg-5{background:url(../img/bg-6b.jpg) center center no-repeat fixed;}
.cont-1, .cont-1b{width:100%;}

}

@media only screen and (max-width: 414px) {
video{display:none;}
.top-bar{background:url(../img/trans-bg-vino.png), url(../img/frecuence-1.jpg) top center no-repeat;}
.cover{background:url(../img/trans-bg-vino.png), url(../img/frecuence-1.jpg) bottom center no-repeat;background-size:cover;}
.bg-1{background:url(../img/bg-1.jpg) bottom left no-repeat;}
.bg-3{background:url(../img/bg-5b.jpg) no-repeat;}
.logo {display:none;}
.caja-1{width:90%;}
.caja25{width:100%;}
.cont-1{height:700px;}
.cont-1b{height:360px;}
.img-a{bottom:-130px}
.img-b img{width:550px;height:auto;}
.img-c{bottom:-4px;left:-50px;}
.img-c img{width:auto;height:360px;}
.footer-row{width:90%;padding:30px 0;}
.footer-box{width:100%;word-break: break-all;}
}

@media only screen and (max-width: 375px) {
.cont-1t{height:660px;}
.img-a{}
.img-b{}
.footer-box{}
}