:root{
    --color_primary: rgba(243,221,207,1);
    --color_secondary: rgba(234,213,199,1);
    --color_tertiary: rgba(35,31,32,1);
    --color_quarternary: rgba(237,236,230,1);
    --color_quinary: rgba(38,64,64,1);
    --color_sextary: rgba(210,210,210,1);
    --color_septenary: rgba(241,241,236,1);
    --color_eight: rgba(234,213,199,1);
    --color_nine: rgba(203,168,152,1);
}

@font-face{
    font-family: 'Serif-Medium';
    /*src: url(/fonts/Silk\ Serif\ Medium.otf);*/
    src: url(../fonts/Silk\ Serif\ Medium.otf);
}
@font-face{
    font-family: 'Serif-Bold';
    /*src: url(/fonts/Silk\ Serif\ Bold.otf);*/
    src: url(../fonts/Silk\ Serif\ Bold.otf);
}
@font-face{
    font-family: 'Serif-Light';
    /*src: url(/fonts/Silk\ Serif\ Light.otf);*/
    src: url(../fonts/Silk\ Serif\ Light.otf);
}
@font-face{
    font-family: 'Serif-Regular';
    /*src: url(/fonts/Silk\ Serif\ Regular.otf)*/
    src: url(../fonts/Silk\ Serif\ Regular.otf);;
}
@font-face{
    font-family: 'Jost-Regular';
    /*src: url(/fonts/Jost-Regular.ttf);*/
    src: url(../fonts/Jost-Regular.ttf);
}
@font-face {
    font-family: 'Just-Medium';
    /*src: url(/fonts/JustLovely.ttf);*/
    src: url(../fonts/Jost-Medium.ttf);
}
@font-face {
    font-family: 'Just Lovely';
    /*src: url(/fonts/JustLovely.ttf);*/
    src: url(../fonts/JustLovely.ttf);
}

html{
    font-size: 14px;
}

*{
    margin: 0;
    padding: 0;
}

.header{
    height: 90vh;
    background-image: url(..//image/header/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

.header .header_nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 25px 0 0 0;
}
.header .header_nav .header_nav--l,
.header .header_nav .header_nav--shopp{
    display: none;
}

.header .header_nav .header_nav--left,
.header .header_nav .header_nav--right{
    width: 100%;
    display: flex;
    list-style: none;
}

.header .header_nav .header_nav--left{
    justify-content: flex-start;
}

.header .header_nav .header_nav--right{
    justify-content: flex-end;
}

.header .header_nav .header_nav--left li{
  /*  padding-left: 13%;
    margin-right: -2%;*/
    margin-right: -3%;
    margin-left: 13%;
}

.header .header_nav .header_nav--right li{
    display: flex;
    align-items: center;
   /* padding-left: 5%;
    padding-right: 2.5rem;
    padding-left: 4%;
    padding-right: 8%;*/
    margin-right: 10%;
}
.header .header_nav .header_nav--left li a:hover,
.header .header_nav .header_nav--right li a:hover{
    color: rgba(234, 213, 199, 0.459);
    transition: .2s;
}


.header .header_nav .header_nav--left li a,
.header .header_nav .header_nav--right li a{
    text-decoration: none;
    color: var(--color_secondary);
    font-size: 12px;
    font-family: 'Jost-Regular';
    letter-spacing: 1px;
    transition: .2s;
}

.header .header_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header .header_title h1{
    text-align: center ;
    color: var(--color_primary) ;
    /*font-size: 109px;*/
    font-size: 6.7rem ;
    font-family: 'Serif-Medium' ;
    font-weight: inherit ;
    line-height: 100px ;
}

.header .header_title p{
    color: var(--color_primary);
    font-size: 1.3rem;
    font-family: 'Serif-Light';
    margin-bottom: 60px;
    font-weight: inherit;
    letter-spacing: 3px;
}

.header .header_title a{
    color: var(--color_primary);
    text-decoration: none;
    font-size: 0.8rem;
    font-family: 'Jost-Regular';
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10;
    padding: 15px 35px 15px 35px;
    letter-spacing: 1px;
}

.nav-menu{
    display: none;
}
/*============================ PROYECTO ============================ */
.proyecto{
    
}

.proyecto .proyecto_intro{
    height: 1300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: var(--color_quarternary);
}

.proyecto .proyecto_intro h2{
    width: 55.1rem;
    text-align: center;
    font-family: 'Serif-Medium';
    font-size: 2.4rem;
    color: var(--color_quinary);
    font-weight: inherit;
    letter-spacing: 2px;
    word-spacing: 2px;
    line-height: 52px;
}

.proyecto .proyecto_intro p{
    width: 29rem;
    text-align: center;
    font-size: 1.13rem;
    font-family: 'Jost-Regular';
    margin-top: 5rem;
    line-height: 30px;
    color: var(--color_quinary);
    letter-spacing: 1px;
}

.proyecto .proyecto_intro div{
    width: 66%;
    margin-top: -4%;
}

.proyecto .proyecto_intro div > img{
    width: 100%;
}

.proyecto .proyecto_intro .proyecto_intro-play{
    position: absolute;
    top: 61%;
    width: 9%;
    cursor: pointer;
}
/*============================ FIN PROYECTO ============================ */

/*================== MODULO VIÑEDO =========================*/
.viñedo{
    display: flex;
}

.viñedo .viñedo_title{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.viñedo .viñedo_title h2{
    font-size: 4.7rem;
    font-family: 'Serif-Medium';
    line-height: 65px;
    text-align: center;
    color: var(--color_quinary);
    font-weight: inherit;
    margin-bottom: -5rem;
}

.viñedo .viñedo_title h2 > span{
    font-size: 8.8rem;
    font-family: 'Just Lovely';
}

.viñedo .viñedo_title p{
    font-size: 1.13rem;
    font-family: 'Jost-Regular';
    width: 27.6rem;
    text-align: center;
    letter-spacing: 1px;
    line-height: 32px;
}

.viñedo .viñedo_img {
    width: 50%;
    height: 800px;
    /*background-image: url(..//image/proyecto/Cartel_Tupungato.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 1px solid #000;
    background-position-y: bottom;
}

.viñedo .viñedo_img.img_gualta1{
    background-image: url(..//image/proyecto/Cartel_Tupungato.jpg);

}
.viñedo .viñedo_img.img_gualta2{
    background-image: url(..//image/proyecto/AltoGualta3.jpg);
    background-position: right;
    display: none;  
}
.viñedo .viñedo_img.img_gualta3{
    background-image: url(..//image/proyecto/AltoGualta2.jpg);
    background-position: right;
    display: none;   
}

/*================== FIN MODULO VIÑEDO =========================*/

/*================== MODULO GUALTALLARY =========================*/
.gualtallary{
    display: flex;
}

.gualtallary .gualtallary_title{
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: var(--color_quinary);
}

.gualtallary .gualtallary_title h2{
    font-size: 4.75rem;
    font-family: 'Serif-Medium';
    line-height: 75px;
    text-align: center;
    color: var(--color_secondary);
    font-weight: inherit;
    margin-bottom: -4rem;
}

.gualtallary .gualtallary_title p{
    font-size: 1.13rem;
    font-family: 'Jost-Regular';
    width: 32rem;
    text-align: center;
    color: var(--color_secondary);
    word-spacing: 1px;
    line-height: 27px;
}


.gualtallary .gualtallary_img {
    width: 35%;
    height: 1200px;
    background-image: url(..//image/gualtallary/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
/*================== FIN MODULO GUALTALLARY =========================*/

/*================== MODULO VINOS =========================*/

.vinos{
    height: 55rem;
    display: flex;
}

.vinos .vinos_left{
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.vinos .vinos_left .vinos_left--title{
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.vinos .vinos_left .vinos_left--title h3{
    font-family: 'Serif-Medium';
    font-size: 4.75rem;
    color: var(--color_quinary);
    line-height: 80px;
}

.vinos .vinos_left .vinos_left--title h3 > span{
    font-family: 'Just Lovely';
    font-size: 8.75rem;
    font-weight: initial;
    color: var(--color_quinary);
}

.vinos .vinos_left .vinos_left--title p{
    width: 32.5rem;
    word-spacing: 0px;
    letter-spacing: 2px;
    line-height: 28px;
    font-family: 'Jost-Regular';
    font-size: 1.13rem;
    color: var(--color_quinary);
}

.vinos .vinos_left .vinos_left--img{
    display: flex;
    justify-content: center;
   
}

.vinos .vinos_left .vinos_left--img div{
    width: 10rem;
    margin: 22px;
    text-align: center;
}

.vinos .vinos_left .vinos_left--img div > img{
    width: 100%;
}

.vinos .vinos_right{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.vinos .vinos_right .vinos_right--img{
    width: 80%;
   /* height: 47rem;*/
    height: 45.5rem;
    background-image: url(..//image/vinos/Huevos.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*================== FIN MODULO VINOS =========================*/

/*================== MODULO DETALLE =========================*/
.detalle{
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background: var(--color_eight);
    border-top: 1px solid #000;
}

.detalle .detalle_container{
    height: 115rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.detalle .detalle_container h3{
    font-size: 162px;
    font-family: 'Serif-Regular';
    color: var(--color_nine);
    margin-top: 6rem;
    margin-bottom: -4.7rem;
    text-align: center;
}
/*
.prueba {
    width: 150% !important;
    margin-left: -22rem;
}
*/
.btn_detalle{
    text-align: center;
    position: absolute;
    width: 25%;
    bottom: 5%;
    z-index: 100;
}



.detalle .detalle_container .detalle_container--arrow{
    position: absolute;
    top: 30%;
    right: 35%;
    width: 7%;
    cursor: pointer;
}

.detalle .detalle_container--img{
    width: 155%;
    height: 55rem;
}

.detalle .detalle_container--img img{
    width: 100%;
    height: auto;
}

/*
.detalle_container--ficha{
    width: 75%;
    height: 22rem;
    display: flex;
    background: #fff;
    border: 2px solid var(--color_nine);
    border-radius: 15px;
}

.detalle_container--ficha .ficha_left,
.detalle_container--ficha .ficha_right{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: var(--color_nine);
    font-size: 1.25rem;
    font-family: 'Just-Medium';
    width: 50%;
    align-items: center;
    height: 20rem;
}

.detalle_container--ficha .ficha_left p,
.detalle_container--ficha .ficha_right p{
    width: 81%;
    height: 35px;
    border-bottom: 1px solid var(--color_nine);
}*/

.detalle .detalle_container .detalle_container--ficha{
    width: 60%;
    height: 24rem;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 12px;
    border: 2px solid var(--color_nine);
    border-radius: 15px;
    margin-top: 9rem;
}

.detalle .detalle_container .detalle_container--ficha .ficha_left,
.detalle .detalle_container .detalle_container--ficha .ficha_right{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: var(--color_nine);
    font-size: 1.25rem;
    font-family: 'Just-Medium';
    width: 50%;
    align-items: center;
    height: 20rem;
}

.detalle .detalle_container .detalle_container--ficha .ficha_left p,
.detalle .detalle_container .detalle_container--ficha .ficha_right p{
/*     width: 26rem; */
    width: 90%;
    min-height: 22px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color_nine);
}

.detalle .detalle_container .detalle_container--ficha .ficha_left p:nth-child(4),
.detalle .detalle_container .detalle_container--ficha .ficha_right p:nth-child(4){
/*     height: 50px; */
}

.detalle .detalle_container .detalle_container--ficha .ficha_left p:nth-child(5),
.detalle .detalle_container .detalle_container--ficha .ficha_right p:nth-child(5){
/*     height: 65px; */
    border-bottom: 0px solid var(--color_nine);
}


.detalle .detalle_container .detalle_container--ficha .ficha_right_miau{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--color_nine);
    font-size: 1.25rem;
    font-family: 'Just-Medium';
    align-items: center;
    height: 20rem;
}

.detalle .detalle_container .detalle_container--ficha .ficha_right_miau p{
    width: 90%;
    min-height: 22px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color_nine);
    padding-top: 0.5rem;
}
.detalle .detalle_container .detalle_container--ficha .ficha_right_miau p:last-child {
    border-bottom: 0px;
}
.detalle .detalle_container .detalle_container--ficha .ficha_right_miau p:nth-child(6){
/*     height: 65px; */
/*     border-bottom: 0px solid var(--color_nine); */
}
.vino .vino_title p:nth-child(5){

}
.descarga{
    color: var(--color_nine);
    text-decoration: none;
    font-size: 1.3rem;
    font-family: 'Jost-Regular';
    border: 3px solid var(--color_nine);
    border-radius: 49px;
    padding: 10;
    padding: 15px 35px 15px 35px;
    letter-spacing: 1px;
    margin-top: 5rem;
    margin-bottom: -5rem;
    background: white;
}
/*================== FIN MODULO DETALLE =========================*/

/*================== MODULO RESEÑA =========================*/
.reseña{
    height: 115rem;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    background-color: var(--color_septenary);
}

.reseña h3{
    width: 70%;
    font-family: 'Serif-Regular';
    font-size: 125px;
    color: var(--color_quinary);
}

.reseña .reseña_container{
    display: flex;
    flex-direction: column;
    width: 70%;
    align-items: flex-start;

}

.reseña .reseña_container .reseña_container--Tim,
.reseña .reseña_container .reseña_container--Luis,
.reseña .reseña_container .reseña_container--Patricio{
    width: 21.8rem;
}

.reseña .reseña_container .reseña_container--Tim p,
.reseña .reseña_container .reseña_container--Luis p,
.reseña .reseña_container .reseña_container--Patricio p{
    font-family: 'Jost-Regular';
    font-size: 1.13rem;
    color: var(--color_quinary);
    line-height: 30px;
    padding-top: 1rem;
}

.reseña .reseña_container .reseña_container--Tim h4,
.reseña .reseña_container .reseña_container--Luis h4,
.reseña .reseña_container .reseña_container--Patricio h4{
    font-family: 'Serif-Bold';
    font-size: 18px;
    color: var(--color_quinary);
}

.reseña .reseña_container .reseña_container--Tim h4 > span,
.reseña .reseña_container .reseña_container--Luis h4 > span,
.reseña .reseña_container .reseña_container--Patricio h4 > span{
    font-size: 70px;
}

.reseña .reseña_container .reseña_container--Tim .reseña_container--perfil,
.reseña .reseña_container .reseña_container--Luis .reseña_container--perfil,
.reseña .reseña_container .reseña_container--Patricio .reseña_container--perfil{
    margin-top: 1.5rem;
    margin-left: -1rem;
}

.reseña .reseña_container .reseña_container--Patricio .reseña_container--perfil{
    margin-left: -1.3rem;
}

.reseña .reseña_container .reseña_container--Tim{
    width: 26rem;
    margin-bottom: -17rem;
}

.reseña .reseña_container .reseña_container--Luis{
    width: 26rem;
    margin-right: -5rem;
    align-self: flex-end;
}

.reseña .reseña_container .reseña_container--Patricio{
    width: 26rem;
    margin-left: 6rem;
    margin-top: -17rem;
}
/*================== FIN MODULO RESEÑA =========================*/

/*================== MODULO VINO =========================*/
.vino{
    height: 750px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
}

.vino img{
    position: absolute;
    bottom: -4rem;
    left: 3.5rem;
    width: 50rem;
}

.vino .vino_img{
    width: 50%;
    height: 100%;
    z-index: -100;
    background: var(--color_quinary);
}

.vino .vino_title{
    width: 50%;
    height: 100%;
    z-index: -110;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background: var(--color_quinary);
}

.vino .vino_title h2{
    font-size: 4.88rem;
    color: var(--color_sextary);
    text-align: center;
    line-height: 60px;
    font-weight: inherit;
    font-family: 'Serif-Medium';
    margin-top: 13rem;
}

.vino .vino_title p{
    width: 25rem;
    text-align: center;
    font-size: 1.13rem;
    font-family: 'Jost-Regular';
    color: var(--color_sextary);
    margin-bottom: 13rem;
    letter-spacing: 1px;
    line-height: 26px;
}

/*================== FIN MODULO VINO =========================*/

/*================== VINOTECAS =========================*/
.vinotecas{
    height: auto;
    background-color: rgba(234, 213, 199, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7rem 0 5rem 0;
}

.vinotecas h4{
    font-family: 'Serif-Medium';
    font-size: 123px;
    font-weight: normal;
    color: rgba(203, 168, 152, 1);
    margin: -4rem 0 5.5rem 0;
}

.vinotecas picture{
    margin: 0 0 2rem 0;
}

/*
.vinotecas picture img{
    width: 100%;
    height: 100%;
}
*/
.vinotecas button{
    width: 11rem;
    height: 3.3rem;
    text-decoration: none;
    font-size: 0.9rem;
    font-family: 'Jost-Regular';
    border: 2px solid rgb(203, 168, 152);
    border-radius: 30px;
    letter-spacing: 1px;
    cursor: pointer;
    background-color: transparent;
    font-weight: bold;
    margin: 0 0 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.vinotecas button a{
    text-decoration: none;
    color: rgba(203, 168, 152, 1);
    padding: .9rem 2.9rem .9rem 2.9rem;
}

.container_logos{
    display: flex;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto 0 auto;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.vinotecas .triana_img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 0 0;
}

.triana_img > img{
    object-fit: cover;
    width: 75%;
    height: 100%;
    margin: auto;
}

.container_logos div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 33%;
    margin: 0 0 50px 0;
}

/*
.container_logos div:nth-child(1){
    padding-top: 2.2rem;
}
.container_logos div:nth-child(2){
    padding-top: 2.2rem;
}
.container_logos div:nth-child(3){
    padding-top: 2.2rem;
}
.container_logos div:nth-child(4){
    padding-top: 2.2rem;
}
*/
.container_logos div:nth-child(5) picture{
    margin-top: -1rem;
}
.vinotecas article{
    margin: -5rem 0 6rem 0;
}
.vinotecas article p{
    font-family: 'Jost-Regular';
    font-size: 1.3rem;
    color: rgba(203, 168, 152, 1);
    line-height: 22px;
    padding-top: 0.5rem;
    text-align: center;
}

/*================== FIN VINOTECAS =========================*/

/*============================ FOOTER ============================ */

.footer{
    height: 35rem;
    background: var(--color_tertiary);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footer_up{
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer .footer_up a{
    color: var(--color_primary);
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10;
    padding: 12px 25px 12px 25px;
    padding: 15px 35px 15px 35px;
    margin-top: 5rem;
    letter-spacing: 1px;
}

.footer .footer_down{
    height: 20%;
    width: 85%;
    border-top: 1px solid #5f5652;
}
/*
.footer .footer_down{
    width: 85%;
    border-top: 1px solid #fff;
}
*/
.footer .footer_down ul{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer_down ul li{
    list-style: none;
}

.footer .footer_down ul li img{
    display: block;
}

.footer .footer_down ul li > p{
    font-family: 'Jost-Regular';
    text-align: center;
    font-size: 0.81rem;
    color: #5f5652;
}

.footer .footer_down .footer_down--text{
    text-align: center;
    font-size: 13px;
    color: var(--color_secondary);
    display: none;
}

.footer .footer_down ul li > a{
    font-size: 2rem;
    color: #5f5652;
}

@media (max-width: 1280px){

    html{
        font-size: 13px;
    }

    .header .header_title h1 {
        line-height: 85px;
    }

    .reseña {
        height: 115rem;
    }

    .reseña h3 {
        width: 80%;
    }
    .reseña .reseña_container {
        width: 80%;
    }

    .reseña .reseña_container .reseña_container--Patricio {
        margin-left: 0rem;
    }

    .vino img {
        left: 2.5rem;
    }

    .vinos .vinos_right .vinos_right--img{
        height: 47rem;
    }
}

@media (min-width: 1600px){
    .detalle .detalle_container--img {
        width: 125%;
    }
}

@media (max-width: 920px){
    
    .header {
        height: 55vh;
        background-image: url(..//image/header/bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .header .header_nav .header_nav--l,
    .header .header_nav .header_nav--shopp{
        display: block;
    }


    .header .header_nav .header_nav--left, .header .header_nav .header_nav--right {
        display: none;
    }

    .header .header_nav .header_nav--mid img{
        width: 80%;
        padding-left: 11%;
    }

    .header .header_title h1 {
        font-size: 56px;
        line-height: 55px;
    }

        
    .nav-menu{
        height: 100%;
        position: fixed;
        top: 0;
        right: 100%;
        z-index: 1000;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /*padding: 8rem 0;*/
        background: var(--color_sextary);
        overflow-y: auto;
        transition: 0.7s;
    }
    .nav-menu_visible{
        right: 0;
        transition: 0.7s;
    }
    .nav-menu li{
        padding: 20px 0;
        list-style: none;
    }

    .nav-menu li a{
        text-decoration: none;
        color: var(--color_quinary);
        font-size: 18px;
        font-family: 'Jost-Regular';
    }

    .nav-menu li a:hover{
        opacity: .4;
    }

    .nav-menu li:nth-child(1){
        width: 50%;
        color: var(--color_quinary);
        text-align: end;
        font-size: 20px;
        cursor: pointer;
    }

    .nav-menu li i:nth-child(1):hover{
        opacity: .4;
    }

    /*================== MODULO PROYECTO =========================*/
    .proyecto .proyecto_intro h2 {
        width: 49rem;
        word-spacing: 0px;
    }
    /*================== FIN MODULO PROYECTO =========================*/

    .detalle .detalle_container .detalle_container--ficha {
        width: 80%;
        height: 43rem;
        display: flex;
        background: #fff;
        border: 2px solid var(--color_nine);
        border-radius: 15px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        margin-top: -20rem;
    }
    .detalle .detalle_container h3 {
        font-size: 130px;
    }
    .detalle .detalle_container .detalle_container--arrow {
        top: 20%;
    }

    .detalle .detalle_container .detalle_container--ficha .ficha_right_miau {
        justify-content: space-evenly;
        /* height: 85%; */
        height: auto;
    }

    .detalle .detalle_container--ficha.ficha_miau{
        height: 30rem;
    }
    /*================== MODULO RESEÑA =========================*/
    .reseña {
        height: 150rem;
    }

    .reseña h3 {
        font-size: 115px;
    }
    .reseña .reseña_container .reseña_container--Tim {  
        margin-bottom: 5rem;
    }

    .reseña .reseña_container .reseña_container--Luis {
        margin-right: 0rem;
        align-self: flex-start;
    }

    .reseña .reseña_container .reseña_container--Patricio {
        margin-left: 0rem;
        margin-top: 5rem;
    }
    /*================== FIN MODULO RESEÑA =========================*/
    .descarga {
        margin-top: -10rem;
        margin-bottom: 22rem;
    }

    .detalle .detalle_container {
        height: 100rem;
        /*height: 90rem;*/
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        overflow: hidden;
    }
    .vinotecas {
        height: auto;
        padding: 9rem 0 5rem 0;
    }
    .container_logos {
        flex-wrap: wrap;
    }
    .container_logos div {
        width: 23rem;
        margin: 0 0 4rem 0;
    }
    .vinotecas h4 {
        font-size: 100px;
    }
}

@media (max-width: 768px){

    /*================== MODULO PROYECTO =========================*/
    .proyecto .proyecto_intro h2 {
        width: 90%;

    }
    /*================== FIN MODULO PROYECTO =========================*/

    /*================== MODULO VIÑEDO =========================*/
    .viñedo {
        display: flex;
        flex-direction: column;
    }
    .viñedo .viñedo_title {
        width: 100%;
        height: 50rem;
        border-right: 0px solid #000;
    }
    .vino .vino_title h2 {
        margin-top: 0rem;
        margin-bottom: 3rem;
    }

    .vino .vino_title p {
        margin-bottom: 3rem;
    }
    .viñedo .viñedo_img {
        width: 100%;
        height: 600px;
        background-position-y: center;
    }
    /*================== FIN MODULO VIÑEDO =========================*/

    /*================== MODULO GUALTALLARY =========================*/
    .gualtallary {
        display: flex;
        flex-direction: column-reverse;
    }
    .gualtallary .gualtallary_img {
        width: 100%;
        height: 600px;
    }

    .gualtallary .gualtallary_title {
        width: 100%;
        height: 70rem;
    }
    /*================== FIN MODULO GUALTALLARY =========================*/

    /*================== MODULO VINOS =========================*/
/*
    .vinos {
        flex-direction: column;
    }

    .vinos .vinos_left {
        width: 100%;
    }

    .vinos .vinos_right {
        width: 100%;
        height: 40%;
    }
    */
    .vinos {
        position: relative;
        height: 60rem;
        background-color: var(--color_quinary);
    }

    .vinos .vinos_left {
        justify-content: flex-start;
    }

    .vinos .vinos_left .vinos_left--title {
        justify-content: center;
    }

    .vinos .vinos_left .vinos_left--title h3 {
        width: 80%;
        line-height: 50px;
        font-size: 60px;
        text-align: start;
        color: var(--color_secondary);
    }

    .vinos .vinos_left .vinos_left--title p {
        width: 80%;
        margin-top: 2rem;
        word-spacing: 0px;
        letter-spacing: 0px;
        line-height: 28px;
        font-size: 15px;
        text-align: start;
        color: var(--color_secondary);
    }

    .vinos .vinos_left .vinos_left--title h3 > span {
        font-size: 85px;
        color: var(--color_secondary);
    }

    .vinos .vinos_left .vinos_left--img div {
        width: 10rem;
    }

    .vinos_left--capa13{
        position: absolute;
        bottom: 35%;
        z-index: 100;
        right: 20%;
    }
    .vinos_left--capa104{
        position: absolute;
        z-index: 100;
        bottom: 5%;
        left: 20%;
    }
    .vinos_left--capa11{
        position: absolute;
        z-index: 100;
        bottom: 0;
        right: 10%;
    }
    .vinos .vinos_right .vinos_right--img {
        height: 23rem;
        width: 17rem;
        position: absolute;
        bottom: 10%;
        left: 25%;
    }
    
    /*================== FIN MODULO VINOS =========================*/

    /*================== MODULO RESEÑA =========================*/
    .reseña .reseña_container {
        flex-direction: column;
    }


    /*================== FIN MODULO RESEÑA =========================*/

    /*================== MODULO VINO =========================*/

    .vino {
        flex-direction: column;
    }

    .vino .vino_img {
        width: 100%;
    }

    .vino img {
        width: 90%;
        left: 2.5rem;
        bottom: 20rem;
    }

    .vino .vino_title {
        width: 100%;
        height: 50%;
    }

    /*================== FIN MODULO VINO =========================*/
    .vinotecas article p {
        font-size: 1.13rem;
        width: 38.7rem;
        margin: auto;
    }
    /*================== FOOTER =========================*/

    .footer .footer_up {
        height: 70%;
    }

    .footer .footer_down {
        height: 30%;
    }

    .footer .footer_down ul {
        flex-direction: column-reverse;
        justify-content: space-evenly;
    }
/*
    .footer .footer_down .footer_down--text {
        display: block;
        margin-bottom: 1rem;
    }
*/
    /*
    .footer .footer_down ul li img {
        display: none;
    }
    */

    .footer .footer_down ul li > i {
        margin-top: 10px;
    }
    /*================== FIN FOOTER =========================*/
}

@media (max-width: 600px){
    .vinotecas .triana_img {
        margin: 2rem 0 4rem 0;
    }
    
}

@media (max-width: 490px){

    .header {
        height: 100vh
    }

    /*================== MODULO PROYECTO =========================*/

    .proyecto .proyecto_intro {
        height: 51rem;
    }
    .proyecto .proyecto_intro h2 {
        width: 26rem;
        font-family: 'Serif-Medium';
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 30px;
    }
    .proyecto .proyecto_intro p {
        width: 24rem;
        font-size: 1.3rem;
        margin-top: 1rem;
    }
    .proyecto .proyecto_intro div {
        width: 95%;
    }
    .proyecto .proyecto_intro .proyecto_intro-play {
        top: 70%;
        width: 14%;
    }
    /*================== FIN MODULO PROYECTO =========================*/
    
    /*================== MODULO VIÑEDO =========================*/
    .viñedo{
        position: relative;
        height: 65rem;
        background: var(--color_quarternary);
    }

    .viñedo .viñedo_title {
        border-top: 0px solid #000;
        background: var(--color_quarternary);
    }

    .viñedo .viñedo_title h2 {
        width: 90%;
        font-size: 45px;
        text-align: start;
        line-height: 50px;
    }
    
    .viñedo .viñedo_title h2 > span {
        font-size: 90px;
    }

    .viñedo .viñedo_title p {
        font-size: 16px;
        width: 24rem;
        text-align: start;
        letter-spacing: 0px;
        margin: 0 0 0 1.5rem;
    }

    .viñedo .viñedo_img {
        position: absolute;
        width: 100%;
        right: 0;
        height: 350px;
        top: 60%;
    }
    /*================== FIN MODULO VIÑEDO =========================*/


    /*================== MODULO RESEÑA =========================*/

    .reseña .reseña_container {
        width: 90%;
    }

    .reseña h3 {
        width: 90%;
        font-size: 80px;
    }

    .reseña .reseña_container .reseña_container--Tim p, .reseña .reseña_container .reseña_container--Luis p, .reseña .reseña_container .reseña_container--Patricio p {
        font-size: 14px;
    }

    .reseña .reseña_container .reseña_container--Tim {
        width: 20rem;
    }

    .reseña .reseña_container .reseña_container--Luis {
        width: 20.5rem;
    }

    .reseña .reseña_container .reseña_container--Patricio {
        width: 20.3rem;
    }

    /*================== FIN MODULO RESEÑA =========================*/

    /*================== MODULO VINO =========================*/
    .vino {
        height: 915px;
        flex-direction: column;
    }
    .vino .vino_img {
        width: 100%;
    }

    .vino .vino_img img {
        bottom: 50%;
        left: 0%;
        width: 100%;
    }
    .vino .vino_title {
        width: 100%;
        justify-content: flex-end;
    }

    .vino .vino_title h2 {
        font-size: 55px;
        line-height: 50px;
        text-align: start;
        width: 90%;
        margin-bottom: 0rem;
    }

    .vino .vino_title p {
        width: 23.5rem;
        font-size: 16px;
        margin-bottom: 10rem;
        letter-spacing: 0px;
        line-height: 26px;
        text-align: start;
        margin-top: 4rem;
        margin-left: 3rem;
    }
    .btn_detalle {
        width: 100% !important;
    }
    /*================== FIN MODULO VINO =========================*/

    /*================== MODULO GUALTALLARY =========================*/
    .gualtallary {
        display: flex;
        flex-direction: row;
        position: relative;
        z-index: 10;
        height: 87rem;
        background-color: var(--color_quinary);
    }
    .gualtallary .gualtallary_img {
        width: 50%;
        height: 300px;
        position: absolute;
        z-index: 20;
        bottom: 10%;
    }
    
    .gualtallary .gualtallary_title {
        height: 45rem;
    }
    .gualtallary .gualtallary_title h2 {
        font-size: 60px;
        text-align: start;
        line-height: 60px;
        padding: 0 0 0 15px;
    }
    .gualtallary .gualtallary_title p {
        width: 20rem;
        text-align: start;
        margin: 0 0 -10rem 0;
    }

    .gualtallary .gualtallary_title div{
        z-index: 30;
        background: rgba(0,0,0,.7);
        position: absolute;
        bottom: 10%;
        width: 50%;
        left: 50%;
        height: 26.8%;
        display: flex;
        align-items: center;
    }

    .gualtallary .gualtallary_title div > img{
        width: 100%;
    }
    /*================== FIN MODULO GUALTALLARY =========================*/
   
    /*================== MODULO VINOS =========================*/
     
    .vinos {
        position: relative;
        height: 70rem;
        background-color: var(--color_quinary);
    }
    .vinos .vinos_left {
        width: auto;
    }

    .vinos .vinos_left .vinos_left--title {
        justify-content: center;
    }

    .vinos .vinos_left .vinos_left--title h3 {
        width: 80%;
        line-height: 50px;
        font-size: 50px;
        text-align: start;
        color: var(--color_secondary);
    }

    .vinos .vinos_left .vinos_left--title p {
        width: 80%;
        margin-top: 2rem;
        word-spacing: 0px;
        letter-spacing: 0px;
        line-height: 28px;
        font-size: 15px;
        text-align: start;
        color: var(--color_secondary);
    }

    .vinos .vinos_left .vinos_left--title h3 > span {
        font-size: 75px;
        color: var(--color_secondary);
    }

    .vinos .vinos_left .vinos_left--img div {
        width: 7rem;
    }

    .vinos_left--capa13{
        position: absolute;
        bottom: 5%;
        z-index: 100;
        right: 30%;
    }
    .vinos_left--capa104{
        position: absolute;
        z-index: 100;
        bottom: 5%;
        left: 5%;
    }
    .vinos_left--capa11{
        position: absolute;
        z-index: 100;
        bottom: 5%;
        right: 2%;
    }
    .vinos .vinos_right .vinos_right--img {
        height: 20rem;
        width: 81%;
        position: absolute;
        bottom: 20%;
        left: 11%;
    }

    /*================== FIN MODULO VINOS =========================*/
    
    /*================== MODULO DETALLES =========================*/

    .detalle .detalle_container {
        /* height: 90rem; */
        height: 86rem;
    }
    .detalle .detalle_container .detalle_container--arrow {
        top: 15%;
        right: 30%;
        width: 15%;
    }
    .detalle .detalle_container--img {
        width: 260%;
        height: 50rem;
    }
    .detalle .detalle_container h3 {
        font-size: 80px;
        margin-top: 3rem;
        margin-bottom: -1.7rem;
    }
    .detalle .detalle_container .detalle_container--ficha {
        width: 90%;
        height: 43rem;
        display: flex;
        background: #fff;
        border: 2px solid var(--color_nine);
        border-radius: 15px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -20rem;
        height: auto;
        min-height: 470px;
    }
    .detalle .detalle_container .detalle_container--ficha .ficha_right_miau p {
        /* height: 50px; */
        padding-top: 10px;
    }
    .detalle .detalle_container--ficha.ficha_miau {
        /* height: 38rem; */
        height: auto;
        justify-content: center;

    }
    .detalle .detalle_container .detalle_container--ficha .ficha_left, 
    .detalle .detalle_container .detalle_container--ficha .ficha_right {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        color: var(--color_nine);
        font-size: 1.25rem;
        font-family: 'Just-Medium';
        width: 95%;
        align-items: center;
        height: 20rem;
        height: auto;
    }

    .detalle .detalle_container .detalle_container--ficha .ficha_left p, 
    .detalle .detalle_container .detalle_container--ficha .ficha_right p {
        /* width: 81%;
        border-bottom: 1px solid var(--color_nine);
        height: 2.5rem; */
        padding-top: 10px;
    }

    .detalle .detalle_container .detalle_container--ficha .ficha_left p:nth-child(4){
/*         height: 65px; */
    }
    .detalle .detalle_container .detalle_container--ficha .ficha_left p:nth-child(5){
        border-bottom: 1px solid var(--color_nine);
/*         height: 75px; */
    }
    .detalle .detalle_container .detalle_container--ficha .ficha_right p:nth-child(4){
/*         height: 30px; */
    }

    .descarga {
        margin-top: -18rem;
        margin-bottom: 22rem;
    }
    /*================== FIN MODULO DETALLES =========================*/

    /*================== MODULO RESEÑA =========================*/
    .reseña {
        height: 155rem;
    }
    .reseña .reseña_container .reseña_container--Tim {
        width: 25rem;
    }
    .reseña .reseña_container .reseña_container--Luis {
        width: 25.5rem;
    }
    .reseña .reseña_container .reseña_container--Patricio {
        width: 24.7rem;
    }
    /*================== FIN MODULO RESEÑA =========================*/
    .vinotecas article p {
        /*font-size: 1.5rem;*/
        width: 26rem;
        margin: auto;
    }
    /*================== FOOTER =========================*/

    .footer .footer_up > div {
        text-align: center;
    }
    .footer .footer_up > div > img {
        width: 75%;
    }
    .footer .footer_down ul li > p {
        font-size: 9px;
    }

    .footer .footer_down ul li > i {
        font-size: 27px;
        margin-top: 10px;
    }

    .footer .footer_down ul {
        justify-content: space-evenly;
    }
    .vinotecas h4 {
        font-size: 73px;
    }
}


@media (orientation: landscape) and (max-width: 1024px) {
    .header {
        height: auto;
    }
}