@font-face {
    font-family: 'HowToDisappear';
    src: url('../../assets/fonts/HowToDisappear.eot');
    src: url('../../assets/fonts/HowToDisappear.eot') format('embedded-opentype'),
         url('../../assets/fonts/HowToDisappear.woff2') format('woff2'),
         url('../../assets/fonts/HowToDisappear.woff') format('woff'),
         url('../../assets/fonts/HowToDisappear.ttf') format('truetype'),
         url('../../assets/fonts/HowToDisappear.svg#HowToDisappear') format('svg');
}

@font-face {
    font-family: 'AsapBold';
    src: url('../../assets/fonts/AsapBold.eot');
    src: url('../../assets/fonts/AsapBold.eot') format('embedded-opentype'),
         url('../../assets/fonts/AsapBold.woff2') format('woff2'),
         url('../../assets/fonts/AsapBold.woff') format('woff'),
         url('../../assets/fonts/AsapBold.ttf') format('truetype'),
         url('../../assets/fonts/AsapBold.svg#AsapBold') format('svg');
}

@font-face {
    font-family: 'AsapRegular';
    src: url('../../assets/fonts/AsapRegular.eot');
    src: url('../../assets/fonts/AsapRegular.eot') format('embedded-opentype'),
         url('../../assets/fonts/AsapRegular.woff2') format('woff2'),
         url('../../assets/fonts/AsapRegular.woff') format('woff'),
         url('../../assets/fonts/AsapRegular.ttf') format('truetype'),
         url('../../assets/fonts/AsapRegular.svg#AsapRegular') format('svg');
}

html {
    font-size: 16px;
    color: #3e392f;
}
body {
    font-family: 'AsapRegular';
    color: #3e392f;
}
a,i,.home__pre__message,button{
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

/*//// UTILITIES ///*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}


.BotonTop{
    position: fixed;
    z-index: 999;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #545454;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    right: 30px;
    bottom: 20px;
    display: none;
}

.BotonTop i {
    font-size: 2rem;
    position: relative;
    top: 0px;
}

.BotonTop:hover, .BotonTop:focus, .BotonTop:active{
    color: #fff;
    background: #f07862;
}


/*//// AND UTILITIES ///*/

.Wrapper{
    max-width:100%;
    background-color:#fff;
    width:100%;
    padding-bottom:0px;
    margin:0 auto;
    position:relative;
    overflow-x: hidden;
}
.Header {
    padding: 0px;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    z-index: 2;
}
.Header .container{
    position: relative;
}
.Header-Seccion{background: #fff;position: static;}
.Header-Seccion .Menu-Principal a{color: #494949;}

.Header-Logo {
    display: flex;
    align-items: center;

}
.Logo-Content{}
.Logo-Content img{}
.Header-Menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.LinkIrAJa {
    background: #f8f7f3;
    color: #5f6062;
    border: 2px solid #5f6062;
    width: 110px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-family: 'AsapBold';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -20px;
    font-size: 0.9rem;
}

.LinkIrAJa:hover {
    background: #5f6062;
    text-decoration: none;
    color: #fff;

}

/*///////////// HOME /////////////*/

/*///////////// HOME INTRO /////////////*/

.Home-Intro{
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #f8f7f3;
}

.Home-Intro_Box .btnDown {
    position: absolute;
    left: 0%;
    bottom: 5%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.Home-Intro_Box .btnDown .Icon {
    display: flex;
    justify-content: center;
    width: 32px;
    height: 42px;
    text-decoration: none;
    background: url("../../assets/img/intro/icono-down.png");
        background-size: auto;
    background-size: cover;
}

.Home-Intro_Box .btnDown .Text {
    color: #5f6062;
    font-size: 1rem;
    text-align: center;
    font-family: 'AsapBold';
    text-transform: uppercase;
}

.Home-Intro_Box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    padding-top: 3rem;
}

.Home-Intro_Box .Title {
    font-family: 'HowToDisappear';
    font-size: 3.5rem;
    line-height: 7.5rem;
    text-align: center;
    color: #fdb813;
    position: relative;
    margin-bottom: 25px;
}

.Home-Intro_Box .Title .Destacado {
    font-size: 10rem;
}

.Home-Intro_Box .Title .DestacadoDiagonal {
    font-size: 3.5rem;
    color: #5f6062;
    position: absolute;
    bottom: -30px;
    right: 70px;
    font-style: italic;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.Home-Intro_Box .Text {

    text-align: center;
    color: #3e392f;
    font-size: 1.1rem;
    line-height: 1.4rem;

}

#IconIntro {
  -webkit-animation: scales 1.2s ease-in-out infinite alternate;
  -moz-animation: scales 1.2s ease-in-out infinite alternate;
  animation: scales 1.2s ease-in-out infinite alternate;
}
@-moz-keyframes scales {
  from {
    bottom: 5%;
  }
  to {
    bottom: 0%;
  }
}

.BoxIntro-Vino1 {
    position: absolute;
    z-index: 0;
    left: -80px;
    top: -280px;
}
.BoxIntro-Vino2 {
    position: absolute;
    z-index: 0;
    right: 6%;
    top: -200px;
}
.BoxIntro-Vino3 {
    position: absolute;
    z-index: 0;
    left: -5%;
    top: 55%;
    margin-top: -223px;
}
.BoxIntro-Vino4 {
    position: absolute;
    z-index: 0;
    right: -10%;
    top: 120px;
}
.BoxIntro-Vino5 {
    position: absolute;
    z-index: 0;
    left: 17%;
    bottom: -200px;
}

/*///////////// HOME COMO COMPRAR /////////////*/

.Home-ComoComprar{
    background: #fdb813;
}

.Home-ComoComprar-Header {
    position: relative;
    padding-top: 2rem;
}

.Home-ComoComprar-Header .Title{
    font-family: 'HowToDisappear';
    font-size: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    color: #5f6062;
    position: relative;
}

.BoxIntro-Vino6 {
    position: absolute;
    z-index: 0;
    right: 5%;
    bottom: -35px;
}

.Box-ComoComprar {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    padding-left: 8rem;
    min-height: 185px;
}

.Box-ComoComprar .Title {
    font-family: 'HowToDisappear';
    text-align: center;
    color: #5f6062;
    font-size: 2rem;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.Box-ComoComprar .Text {
    position: relative;
    text-align: left;
    z-index: 2;
    font-size: 1rem;
    color: #5f6062;
}
.Box-ComoComprar .Number {
    font-family: 'HowToDisappear';
    font-size: 12rem;
    line-height: 14rem;
    position: absolute;
    color: #fff;
    left: 0;
    z-index: 1;
}

/*///////////// HOME PRODUCTOS PACK /////////////*/

.Home-ProductoPack{
    position: relative;
    overflow: hidden;
}

.Home-ProductoPack.Home-ProductoPackLeft .ProductoPackImg .PackDetalle2 {
    top: -25px;
    left: 0;
    right: inherit;
}

.Home-ProductoPack.Home-ProductoPackLeft .PackDetalle1 {
    bottom: -60px;
    left: inherit;
    right: -80px;
}


.PackDetalle1 {
    position: absolute;
    bottom: -60px;
    left: -80px;
}

.Home-ProductoPack.Bg-GrisOscuro{background: #5f6062;}
.Home-ProductoPack.Bg-GrisClaro{background: #6c6d6f;}

.ProductoPack{
    text-align: left;
}
.ProductoPack .PackTitle{
    font-family: 'HowToDisappear';
    font-size: 4.2rem;
    line-height: 6rem;
    color: #fdb813;
    text-transform: uppercase;
}
.ProductoPack .PackPrecio {
    color: #fff;
    font-family: 'HowToDisappear';
    font-size: 3rem;
    line-height: 4rem;
    margin: 0;
}
.ProductoPack .PackLink{
    background: #fdb813;
    color: #5f6062;
    width: 145px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-family: 'AsapBold';
}

.ProductoPack .PackLink:hover{
    background: #fff;
}

.ProductoPack .PackQueTitle{
    color: #fff;
    font-size: 1.4rem;
    font-family: 'AsapBold';
}
.ProductoPack .PackQueText {
    color: #fff;
    font-size: 0.9rem;
}

.ProductoPackImg {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ProductoPackImg .PackDetalle2{
    position: absolute;
    top: -25px;
    right: 0;
}
.ProductoPackImg .ImgPack {
    position: relative;
    z-index: 1;
}


/*///////////// HOME COPY /////////////*/

.Seccion-Copy{background: #f8f7f3; position: relative;}

    .Copy-Grid{
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .Copy-Grid .TextCopy {
        color: #6c6d6f;
        font-size: 0.9rem;
        line-height: 1.1rem;
    }
    .Copy-Grid .TextCopy a{color: #6c6d6f;}
    .Copy-Grid .TextCopy a:hover{color: #fdb813;text-decoration: none;}

    .Copy-Grid .TextCopy strong {
        width: 100%;
        display: block;
        font-weight: lighter;
    }

    .BoxRedes {
        display: flex;
        max-width: 600px;
        justify-content: space-between;
        text-decoration: none;
        width: 100%;
    }

    .BoxRedes:hover{
        text-decoration: none;
    }
    .BoxRedes .BoxRed {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-decoration: none;

    }
    .BoxRedes .BoxRed .Icon {
        color: #fdb813;
        font-size: 3.5rem;
        margin-bottom: 10px;
        text-decoration: none;

    }
   .BoxRedes .BoxRed .Text {
        color: #5f6062;
        text-decoration: none;
        font-family: 'AsapBold';
        font-size: 1.2rem;

    }

.Copy-Grid .TextCopy br{display: none;}

/*///////////// HOME MOBILE /////////////*/

.icon-menu-mobile {
    display: none;
    padding: 7px 15px;
    position: absolute;
    right: 0;
}
.icon-menu-mobile img{width:30px;}
.menu-mobile-open{
    background-color: #3e392f;
    display:none;
    position:fixed;
    width:100%;
    top:0;
    z-index:9999;
    height:100%;
}
.cierra-menu {

    display: flex;
    justify-content: center;

}
.cierra-menu a {

    float: right;
    padding: 20px;

}
.cierra-menu a i{font-size:40px;color:#fff;}

/*///////////// HOME INTRO EDAD /////////////*/

.-hideOverflow {
  overflow: hidden;
}

.home__pre {
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: fixed;
  background: #f8f7f3;
  opacity: 1;
  width: 100vw;
  height: 100%;
  z-index: 2000;
  color: #545454;
  pointer-events: none;
-webkit-transform: translateY(-110%);
    transform: translateY(-110%);
transform: translateY(-110%);
}

.home__pre .Detalle1 {
    position: absolute;
    top: -10px;
    left: -10px;
}

.home__pre .Detalle2 {
    position: absolute;
    bottom: -10px;
    right: -10px;
}

.home__pre.-open {
  display: block;
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.home__pre__box {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.-hideOverflow {
    overflow: hidden;
}

.home__pre__logo {
    margin-bottom: 3rem;
    text-align: center;
}

.home__pre__box .Line {
    width: 2px;
    height: 25px;
    display: block;
    background: #f07862;
    margin: 0 auto;
    position: absolute;
}
.home__pre__box .Line.LineTop {
    top: 0;
    left: 50%;
}
.home__pre__box .Line.LineBottom {
    bottom: 0;
    left: 50%;
}


.home__pre__legal p strong{
  font-weight: 600;
}

.home__pre__legal p {
  margin: 0 0 2px;
  color: #333;
  font-size: 16px;
}

.home__pre__action {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    width: 580px;
    height: 340px;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
}

.home__pre__action .text {
    font-family: 'HowToDisappear';
    font-size: 3.5rem;
    line-height: 4rem;
    text-align: center;
    color: #fdb813;
    position: relative;
    text-transform: uppercase;
}

.home__pre__message {
    text-align: center;
    margin: 0;
    display: none;
    opacity: 1;
}

.home__pre__action button {
    cursor: pointer;
    text-transform: uppercase;
    color: #5f6062;
    text-align: center;
    font-size: 1.2rem;
    width: 120px;
    background: #fdb813;
    height: 45px;
    padding: 5px 0;
    position: relative;
    border: none;
    border-radius: 25px;
    margin: 25px 10px;
    font-size: 1rem;
}

.home__pre__action button.-ghost {
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    width: 120px;
    background: #5f6062;
    height: 45px;
    padding: 5px 0;
    position: relative;
    border: none;
    font-size: 1rem;
    border-radius: 25px;
}

/*///////////// HOME GRACIAS /////////////*/

.Home-Gracias{
    background: #fff;
}

.Home-Gracias-Header {
    position: relative;
    padding-top: 2rem;
    margin-bottom: 8rem;
}

.Home-Gracias-Header .Title {
    font-family: 'HowToDisappear';
    font-size: 3.5rem;
    line-height: 5.5rem;
    text-align: center;
    color: #5f6062;
    position: relative;
}

.Home-Gracias-Header .Link {
    position: static;
    width: 200px;
    display: inline-block;
    padding: 8px 0;
}

.Home-Gracias-Header .Link:hover{
    background: #5f6062;
    border-color: #fff;
}

.Gracias-Header {
    position: relative;
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f7f3;
}

.Gracias-Header .BoxIntro-Vino3 {
    left: 8%;
    top: 85%;
}

.Gracias-Header .BoxIntro-Vino2 {
    top: -280px;
}

.Gracias-Header .BoxIntro-Vino4 {
    right: 5%;
}

.Gracias-Header .Home-Intro_Box {
    height: auto;
    padding-top: 8rem;
}

.Gracias-Header .Home-Intro_Box .Title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Gracias-Header .Home-Intro_Box .Title .Destacado {
    font-size: 6rem;
}

.Gracias-Header .Home-Intro_Box .Title .DestacadoDiagonal {
    position: static;
}

.FormularioEnvio{}
.FormularioEnvio .Label{
    text-align: left;
    display: flex;
}
.FormularioEnvio .Input{
    background: #efefef;
    border: none;
}

.FormularioEnvio .BoxAcciones{
    margin-top: 2rem;
    text-align: right;
}
.FormularioEnvio .BoxAcciones .LinkVolver {
    position: static;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
}
.FormularioEnvio .BoxAcciones .LinkComprar {
    position: static;
    display: inline-block;
    cursor: pointer;
    background: #fdb813;
    border-color: #fff;
    border: 0px;
}
.FormularioEnvio .BoxAcciones .LinkComprar:hover {
    background: #5f6062;
}


