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

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

@font-face {
    font-family: 'SFProTextReguar';
    src: url('SFProText-Regular.woff2') format('woff2'),
        url('SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px;
    color: #3e392f;
}
body {
    font-family: 'SFProTextReguar', sans-serif;
    color: #3e392f;
}
a,i,.home__pre__message{
    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;
}

.hasScrolled{
    display: block;
}

.Circle{
    width: 10px;
    height: 10px;
    background: #3e392f;
    display: inline-block;
    border-radius: 50%;
}

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

.Wrapper{
    background: url("../../assets/img/bg-papel.jpg");
    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-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;
}
.Menu-Principal {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 2rem 0;
}

.Menu-Principal a {
    font-size: 1.4rem;
    color: #3e392f;
    padding: 0px 20px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    letter-spacing: 1.4px;
}

.Menu-Principal a .Circle {
    width: 8px;
    height: 8px;
    left: -4px;
    top: 12px;
    position: absolute;
}

.Menu-Principal a:hover{
    color: #f07862;
    text-decoration: none;
}

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

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

.Home-Intro{height: 100vh;}

.Home-Intro_Box .btnDown {
    position: absolute;
    left: 0%;
    bottom: 5%;
    width: 100%;
    display: flex;
    justify-content: center;
}

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

.Home-Intro_Box .btnDown span{
    color: #fff;
    font-size: 2rem;
    align-self: center;
}

.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: 'FontfabricNexaScript';
    font-size: 5.5rem;
    line-height: 5rem;
    text-align: center;
    color: #3e392f;
}

.Home-Intro_Box .Title .Destacado {
    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    font-size: 7rem;
}

.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-VinoRight {
    background: url("../../assets/img/intro/mancha-white.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    right: 0;
    top: -40px;
    background-position-y: 50px;
}

.BoxIntro-VinoRight .ImgBox{}
.BoxIntro-VinoRight .ImgBox .Img{
    margin-right: 120px;
}

.BoxIntro-VinoRight .Arrow{
    display: inline-block;
    width: 112px;
    height: 113px;
    background: url("../../assets/img/intro/flecha-white.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 85px;
    bottom: 200px;
}

.BoxIntro-VinoRight .Arrow:hover{
    opacity: 0.5;
}

.BoxIntro-VinoLeft {
    background: url("../../assets/img/intro/mancha-red.png");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    left: 0;
    top: -40px;
    background-position-y: 50px;
}

.BoxIntro-VinoLeft .ImgBox{}
.BoxIntro-VinoLeft .ImgBox .Img{
    margin-left: 120px;
}

.BoxIntro-VinoLeft .Arrow{
    display: inline-block;
    width: 112px;
    height: 113px;
    background: url("../../assets/img/intro/flecha-red.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 85px;
    bottom: 200px;
}

.BoxIntro-VinoLeft .Arrow:hover{
    opacity: 0.5;
}


/*///////////// HOME NOSOTROS /////////////*/

/*path {fill: transparent;}
text {fill: #3e392f;}*/

.Home-QuienEsPedro{
    margin-top: 5rem;
}

.Home-QuienEsPedro-Header {

    text-align: center;
    position: relative;
    top: 40px;

}

.Home-QuienEsPedro-Header .Title {

    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    font-size: 7rem;
    line-height: 4.5rem;

}
.Home-QuienEsPedro-Header .SubTitle{
    font-family: 'GoboldHollowBold';
    font-size: 5rem;
    line-height: 5.6rem;
    text-transform: uppercase;
    margin: 0 10px;
}

.Home-QuienEsPedro-Text{
    margin-top: 5rem;
    padding: 2rem 0;
}
.Home-QuienEsPedro-Text .Title {

    font-family: 'GoboldHollowBold';
    font-size: 4.5rem;
    line-height: 4.8rem;
    margin-bottom: 1rem;

}
.Home-QuienEsPedro-Text .Text{
    margin-bottom: 0;
    font-size: 1.2rem;
}

.QuienEsPedro-Img{}
.QuienEsPedro-Img .ImgBox{}
.QuienEsPedro-Img .ImgBox .Img{
    /*mix-blend-mode: multiply;*/
}

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

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

    .Copy-Grid{
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .Copy-Grid .Desarrollo{position: absolute; left: 0;}
    .Copy-Grid .Desarrollo p{color: #fff;margin: 0;font-size: 0.8rem;}
    .Copy-Grid .Desarrollo p a{color: #fff;}
.Copy-Grid .TextCopy {

    color: #999;
    font-size: 0.7rem;
    line-height: 0.7rem;

}
    .Copy-Grid .TextCopy br{display: none;}
    .Copy-Grid .TextCopy span br{display: block !important;}

    .Copy-Grid .Redes{position: absolute;right: 0;}
    .Copy-Grid .Redes a.LinkInstagram {
        padding: 0px 10px;
        font-size: 1.2rem;
        color: #fff;
    }

/*///////////// HOME PRODUCTO RED /////////////*/

.Home-ProductoRed-Img-Grid {

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;

}
.Home-ProductoRed-Img {
    width: 100%;
    position: relative;
}
.Home-ProductoRed-Img .BotellaBox {

    position: absolute;
    top: -175px;
    right: -50px;
    transform: rotate(5deg);

}
.Home-ProductoRed-Img .ImgIdeal {
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.Home-ProductoRed-Img .ImgIdeal .Title {

    font-family: 'GoboldHollowBold';
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    color: #fff;

}

.Home-ProductoRed-Img .ImgIdeal .Text{
    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    color: #efddc7;
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
}

.Home-ProductoRed{
    position: relative;
}

.Home-ProductoRed .RowProducto {

    position: relative;
    margin-bottom: 5rem;

}
.Home-ProductoRed .RowProducto .ImgBgRead{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.Home-ProductoRed .RowProducto .ImgBgRead-Mob{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}


.Home-ProductoRed .BorderCopy {
    position: absolute;
    bottom: -2px;
    width: 100%;
}

.Home-ProductoRed-Detalle-Grid {
    position: relative;
    z-index: 1;
}


.Home-ProductoRed-Detalle {
    padding-left: 0 !important;
}
.Home-ProductoRed-Detalle .Title {

    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    color: #efddc7;
    font-size: 5.6rem;
    text-align: center;
    line-height: 4rem;
    margin-top: 4rem;
    margin-bottom: 0;
}

.Home-ProductoRed-Detalle .Circle{
    background: #efddc7;
}

.Home-ProductoRed-Img .ImgIdeal .Img {
    margin-bottom: 0rem;
}

.Home-ProductoRed-Detalle .Text {
    text-align: center;
    color: #efddc7;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.BoxCompra {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;

}
.BoxCompra .Tit {
    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    color: #efddc7;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.BoxCompra .BoxVino {
    width: 440px;
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
}
.BoxCompra .BoxVino .Cantidad{
   display: flex;
    align-items: end;
    width: 100px;
}
.BoxCompra .BoxVino .Cantidad .Number {
    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    color: #efddc7;
    font-size: 4.3rem;
    width: 55px;
    line-height: 3.6rem;
    text-align: right;
}
.BoxCompra .BoxVino .Cantidad .LetraX {
    font-family: 'GoboldHollowBold';
    font-size: 2.5rem;
    color: #efddc7;
    line-height: 3.6rem;
    margin: 0 3px 0px 1px;
}
.BoxCompra .BoxVino .Cantidad .IconBotella {
    width: 13px;
    height: 52px;
    background: url("../../assets/img/productos/botella.png");
        background-repeat: repeat;
        background-size: auto;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    bottom: 2px;
}

.BoxCompra .BoxVino .Descripcion {

    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    color: #efddc7;
    font-size: 1.2rem;
    width: 280px;
    line-height: 1.1rem;
    margin: 0;
    padding-left: 15px;

}
.BoxCompra .BoxVino .Descripcion .TextPagalos {
    font-size: 0.9rem;
    position: relative;
    top: -2px;
}
.BoxCompra .BoxVino .Link {
    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    color: #3e392f;
    text-align: center;
    font-size: 1.4rem;
    width: 160px;
    background: #efddc7;
    height: 50px;
    padding: 10px 0;
    position: relative;
}
.BoxCompra .BoxVino .Link:hover {
    background: #3e392f;
    color: #efddc7;
}
.BoxCompra .BoxVino .Link:hover .Border{
    border: 1px solid #3e392f;
}

.BoxCompra .BoxVino .Link .Border {
    width: 100%;
    height: 100%;
    border: 1px solid #efddc7;
    position: absolute;
    left: 5px;
    top: 5px;
}

.BoxCompra .BoxVino .Link:hover {
    text-decoration: none;
}

/*///////////// HOME PRODUCTO WHITE /////////////*/

.Home-ProductoWhite-Img-Grid {

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;

}
.Home-ProductoWhite-Img {
    width: 100%;
    position: relative;
}
.Home-ProductoWhite-Img .BotellaBox {

    position: absolute;
    top: -175px;
    left: -50px;
    transform: rotate(5deg);

}

.Home-ProductoWhite-Img .ImgIdeal {
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    float: right;
}

.Home-ProductoWhite-Img .ImgIdeal .Title {

    font-family: 'GoboldHollowBold';
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    color: #fff;

}

.Home-ProductoWhite-Img .ImgIdeal .Text {

    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    color: #efddc7;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4rem;

}

.Home-ProductoWhite-Img .ImgIdeal .Img {
    margin-bottom: 1rem;
}

.Home-ProductoWhite{
    position: relative;
}

.Home-ProductoWhite .RowProducto {

    position: relative;
    margin-bottom: 5rem;

}
.Home-ProductoWhite .RowProducto .ImgBgRead{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.Home-ProductoWhite .RowProducto .ImgBgRead-Mob{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.Home-ProductoWhite .RowProducto .ImgBgRead-Mob{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.Home-ProductoWhite .BorderCopy {
    position: absolute;
    bottom: -2px;
    width: 100%;
}

.Home-ProductoWhite-Detalle-Grid {
    position: relative;
    z-index: 1;
}

.Home-ProductoWhite-Detalle {
    padding-right: 0 !important;
    margin-bottom: 7rem;
    text-align: center;
}

.Home-ProductoWhite-Detalle .Title {
    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    color: #efddc7;
    font-size: 5rem;
    text-align: center;
    line-height: 4rem;
    margin-top: 5rem;
    margin-bottom: 0;
}

.Home-ProductoWhite-Detalle .Circle {
    background: #efddc7;
}

.Home-ProductoWhite-Detalle .Text {

    text-align: center;
    color: #efddc7;
    font-size: 1.1rem;
    padding: 0 3.6rem;
    line-height: 1.3rem;

}

.Home-ProductoWhite-Detalle .Link {

    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    color: #3e392f;
    text-align: center;
    font-size: 1.4rem;
    width: 250px;
    background: #efddc7;
    height: 60px;
    padding: 14px 0;
    position: relative;
display: inline-block;
margin: 0 auto;
}
/*.Home-ProductoWhite-Detalle .Link:hover {
    background: #3e392f;
    color: #efddc7;
    text-decoration: none;
}*/
/*.Home-ProductoWhite-Detalle .Link:hover .Border{
    border: 1px solid #3e392f;
}*/
.Home-ProductoWhite-Detalle .Link .Border {

    width: 100%;
    height: 100%;
    border: 1px solid #efddc7;
    position: absolute;
    left: 5px;
    top: 5px;

}

/*///////////// HOME INSTAGRAM /////////////*/

.Home-Instagram{}

.Home-Instagram-Header{
    text-align: center;
    margin-bottom: 4rem;
}
.Home-Instagram-Header .Title{
    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    font-size: 1.4rem;
    line-height: 2rem;
}
.Home-Instagram-Header .SubTitle {

    font-family: 'GoboldHollowBold';
    font-size: 3.6rem;
    line-height: 3.6rem;
    text-transform: uppercase;
    margin: 0 15px;

}
.Home-Instagram-Header .SubTitle a{
    color: #3e392f;
    text-decoration: none;
}
.Home-Instagram-Header .SubTitle a:hover{
    text-decoration: none;
}

.Home-Instagram .ImgBoxIg{width: 100%;padding: 0px;}
.Home-Instagram .ImgBoxIg .Img{width: 100%;}

.BgInstagram{
    background: url("../../assets/img/bg-ig.jpg");
    background-size: cover;
}

.BoxImgFirts{
    display: inherit;
}

/*///////////// 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: #fff url("../../assets/img/pre-home/bg-prehome.jpg") no-repeat 85% center/cover;
  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.-open {
  display: block;
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 992px) {
  .home__pre {
    background: #fff url("../../assets/img/pre-home/bg-prehome.jpg") no-repeat center center/cover;
  }
}

.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__legal {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.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: url("../../assets/img/pre-home/bg-opciones.png");
        background-repeat: repeat;
        background-size: auto;
    background-size: contain;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
}

.home__pre__action .text {
    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    color: #3e392f;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

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

.pre_boxcopy {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
}
.pre_boxcopy .textcopy {
    color: #999;
    font-size: 0.7rem;
    line-height: 0.7rem;
    position: relative;
    z-index: 1;
}
@media (max-width: 992px) {
    .pre_boxcopy .textcopy span br{display: none;}
    .pre_boxcopy .textcopy span {display: none;}
}

.pre_boxcopy .boderdetalle {
    position: absolute;
    bottom: -20px;
    width: 100%;
    z-index: 0;
}


.home__pre__action button {
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    color: #efddc7;
    text-align: center;
    font-size: 1.6rem;
    width: 120px;
    background: #f65342;
    height: 50px;
    padding: 5px 0;
    position: relative;
    border: none;
    margin: 15px;
}

.home__pre__action button .Border {
    width: 100%;
    height: 100%;
    border: 1px solid #f65342;
    position: absolute;
    left: 5px;
    top: 5px;
}

/*.home__pre__action button:hover {
    background: #3e392f;
    color: #efddc7;
}*/

.home__pre__action button.-ghost {
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    /*font-weight: 600;*/
    color: #efddc7;
    text-align: center;
    font-size: 1.6rem;
    width: 120px;
    background: #3e392f;
    height: 50px;
    padding: 5px 0;
    position: relative;
    border: none;
}


/*.home__pre__action button.-ghost:hover {
    background: #3e392f;
    color: #efddc7;
}*/
.home__pre__action button.-ghost .Border {
    width: 100%;
    height: 100%;
    border: 1px solid #3e392f;
    position: absolute;
    left: 5px;
    top: 5px;
}

.pre_boxcopy .textcopy br{display: none;}
.pre_boxcopy .textcopy span br {

    display: block;

}


@media (max-width: 768px) {
    .pre_boxcopy .textcopy br {

    display: block !important;

}
    .home__pre__box {
        -webkit-transform: none;
        transform: none;
        position: static;
        margin-top: 5rem;
    }
    .home__pre__action {

    padding-top: 0;
    width: 100%;
    height: 215px;
    max-width: 580px;
    background-position: center;

}
.home__pre__action .text {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 0rem;
}
.pre_boxcopy .boderdetalle {
    bottom: 65px;
}
}