/* ----------------------
        GENERAL
---------------------- */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
}
body{
    height: 100vh;
    width: 100vw;
    scroll-behavior: smooth;
    font-family: 'MetaSerifOT-Book';
    line-height: 1.2;
    letter-spacing: 1px;
    position: relative;
}
.row{
    z-index: 1;
    margin: 0;
}
#prepage{
    background-image: url('../img/bg-prepage.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
}
#prepage-ok-es, #prepage-ok-en{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index: 99999999;
    opacity: 0;
}
#prepage .verificacion {
    margin: 2vh 0px 7vh 0px;
}
#prepage form:after {
    background: #68183a !important;
}
#prepage form:before {
    top: 13px !important;
    left: calc(50% + 30px) !important;
}
#prepage select {
    padding: 7px 35px 7px 25px !important;
}
#si:hover{
    background-color: #1a1a19 !important;
}
.main{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
}
section.container .row{
    z-index: 2;
}

.stage{ 
    width: 100vw;
    height: 100%;
}
.mask{
    background: linear-gradient(360deg, rgba(0,0,0,.7) 40%, rgba(0,0,0,.0) 130%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
header{
    width: 100%;
    position: fixed;
    z-index: 9999;
    padding: 0 !important;
}
.barra {
    padding: 3vh 2.5vw;
    background-color: transparent;
    transition: 1s ease all;
}
.open {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.open img{
    width: 75%;
}
.home {
    display: flex;
    align-items: center;
}
.home .casa{
    transition: .5s ease all;
    height: 100%;
    display: flex;
    align-items: center;
}
.home .casa:hover{
    transform: scale(1.2);
}
.logo-wine {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    height: max-content;
}
.wine {
    height: auto;
    width: 11vw;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: rgba(0,0,0,.35);
    
}

.logo-wine:before {
    position: absolute;
    content: "";
    background-image: url(../img/circulos-wim.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.7vw;
    height: 1.7vw;
    top: -0.2vw;
    left: 15px;
}

.video-completo{
    color: white;
    text-decoration: none;
    padding: 0 12px;
    transition: 1s ease;
    margin: 0 10px;
    display: flex;
    align-items: center;
    border: 1px solid white;
    border-radius: 5px;
    line-height: 2;
    height: 25px;
    appearance: none;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
}

.video-completo a{
    color: white;
    text-decoration: none !important;
    height: 25px;
    appearance: none;
    line-height: 0;
    /* margin-top: -1px; */
    display: flex !important;
    align-items: center;
    /* justify-self: inherit; */
    align-self: baseline;
    /* display: -webkit-inline-box; */
    font-family: 'Meta OT';
    font-weight: lighter;
    font-size: 11.5px !important;

    position: relative;
    width: max-content;
    min-width: 80px;
    -webkit-box-sizing: border-box;
}

.video-completo a span {
    width: max-content;
    height: 10px;
    /* align-self: baseline; */
   /*  position: absolute;
    top: 50%;
    transform: translateY(-50%); ESTE CODIGO SE PUEDE ELIMINAR POR LA NUEVA FUENTE
    left: 0px; */
    line-height: 1;
}

.video-completo:hover{
    color: white;
    cursor: pointer;
}
.video-completo::before{
    content: '';
    background-image: url(../img/ver-campania.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    display: inline;
    padding: 4px;
    color: white;
    font-size: 12px !important;
    margin-right: 5px;
}
.idiomas {
    /* width: 100%; */
    /* margin-left: 30px; */
    display: flex;
    justify-content: start;
    /* margin-bottom: 10vh; */
    /* height: 27px; */
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid white;
    background-color: transparent;
    transition: .5s ease all;
}

.idiomas .boton-idioma{
    padding: 7px 10px !important;
    /* border: 1px solid white; */
    border-radius: 5px;
    /* margin-right: 10px; */
    color: white;
    text-decoration: none;
    font-family: 'Meta OT';
    font-weight: lighter;
    font-size: 12px !important;
    width: 45px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    background-color: transparent;
    transition: .5s ease all;
}
.idiomas:hover{
    background-color: white;
    transition: .5s ease all;
}
.idiomas:hover a{
    color: black;
    transition: .5s ease all;
}
p{
    margin: 0;
}
section.container, .container.stage2, .container.stage3{
    overflow: hidden;
    position: relative;
    min-width: 100vw;
    min-height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:center;
    padding: 50px;
    color: white;
    transition: 1s ease all;
}

.icon{
    width: 60px;
    height: 60px;   
    min-width: 60px;
    min-height: 60px;
    border: 1px solid white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}
.icon img{
    width: 100%;
    height: 100%;
    padding: 14px;
}

.ico-influencia{
    width: 130px;
    height: 130px;
    border: 2px solid white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ico-influencia img{
    height: 100%;
    padding: 25px 30px;
}

.infografia .icon{
    margin: 10px 10px 10px 0;
}

h2{
    text-align: center;
    line-height: 1;
    margin-bottom: 15px!important;
    text-transform: uppercase;
}

h2 span:first-child{
    font-size: 1.7vw;
    font-family: 'MetaSerifOT-Book';
    font-weight: normal;
    display: block;
}
h2 span:last-child{
    font-size: 3vw;
     font-family: 'MetaSerifOT';
     font-weight: 600;
     display: block;
}
h2 ~ hr{
    width: 135px;
    margin: 0 auto;
    justify-content: start;
    background-color: white;
    height: 2px;
    opacity: 1;
}

p.relato{
    font-size: 1.5vw;
    text-align: center;
    line-height: 1.5;
}

p.relato .light{
    font-size: 1.5vw;
    font-family: 'MetaSerifOT';
    font-weight: 300;
    display: block;
}

p.relato .bold{
    font-size: 1.7vw;
    font-family: 'MetaSerifOT';
    font-weight: bold;
    display: block;
}


@keyframes zoom{
    0%{
        background-size: 100%;
    }
    100%{
        background-size: 120%;
    }
}
.zoom{
    animation: zoom 10s linear forwards;
    -moz-animation:  zoom 10s linear forwards;
    -o-animation:  zoom 10s linear forwards;
    -webkit-animation:  zoom 10s linear forwards;
}

/* MENU */
#menu{
    background-color: #2D2A26;
    position: absolute;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 30vw;
    transition: .5s ease all;
}
.caja-menu{
    text-align: end;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.close{
    display: flex;
    justify-content: flex-end;
    padding: 6%;
}
.close a img {
    width: 18px;
    height: 18px;
}
.navbar{
    width: 100%;
    height: 80%;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.navbar ul{
    padding: 0;
}
.navbar li{
    list-style-type: none;
    font-size: 2vh;
    text-transform: uppercase;
    padding: .8vh 0;
}
.navbar hr{
    display: block;
    width: 42px;
    height: 1px;
    background-color: white;
    margin: 20px 30px;
    opacity: 1;
}
.navbar ul.submenu li:after, .navbar ul li.menu:after{
    display: none;
}
.navbar a{
    color: white;
    text-decoration: none;
    width: 100%;
    display: block;
}
.navbar ul.submenu{
    padding: 10px 0;
    transition: .5s ease all;
    overflow: hidden;  
    margin-left: 30px; 
}
.navbar ul.submenu li{
    font-size: 1.6vh;
}

.menu{
    height: 3.5vh;
    overflow: hidden;
    transition: .5s ease all;
    margin: 2vh 0;
}
.menu:first-child a, .menu:last-child a{
    margin-left: 30px;
}

.dropdown{
    position: relative;
    display: flex;
    align-items: center;
}
.dropdown a{
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'MetaSerifOT-Book';
    font-weight: normal;
}

.dropdown button{
    color: #68183a;
    background: transparent;
    border: 0;
    width: 30px !important;
    min-width: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    align-items: center;
    transition: .5s ease all;
}
.dropdown button img{
    height: 10px;
    width: auto;
}
.submenu a{
    font-family: 'MetaSerifOT';
    font-weight: 300;
}
.activo{
    height: max-content;
}

.red{
   text-decoration: underline !important;
   font-weight: 600;
}

/* ----------------------
       FOOTER
---------------------- */
footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content:space-between;
    z-index: 999;
    transition: .5s ease all;
    align-items: center;
    padding-bottom: 20px;
}

footer .prev-slide, footer .next-slide{
    width: 80px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease all;
    cursor: pointer;
    opacity: 0;
}

footer .next-slide:hover, footer .prev-slide:hover{
    transform: scale(1.2);
}
footer .prev-slide img, footer .next-slide img{
    width: 30px;
}
/* ----------------------
        STAGE 1
---------------------- */
.stage1{
    background-image: url('../img/bg-1.jpg');
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    justify-content: center;
}
.stage1 .mask{
    background:  rgba(0,0,0,.3);
}
.stage1 .row{
    text-align: center;
    justify-content: center;
}
.stage1 .row:nth-child(2){
    justify-content: center;
    margin-top: 17vh;
}
.inicio{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    z-index: 10;
    /* padding: 3vh 0; */
    margin-top: -30px;
}
.inicio img{
    width: 11.5vw !important;
    margin-bottom: -0.8vw;
    height: auto;
}
.titulo{
    width: 100%;
    color: white;
    white-space: nowrap;
    line-height: 1.1;
    margin-bottom: 1vw;
    text-align: left;
    z-index: 10;
}
.titulo span:nth-child(1){
    font-size: 2.5vw;
    font-family: 'MetaSerifOT';
    font-weight: 300;
}

.titulo span:nth-child(3){
    font-family: 'MetaSerifOT';
    font-weight: 500;
    font-style: italic;
    font-size: 3vw;

}
.titulo span:nth-child(5){
    float: right;
    font-size: 1.84vw;
    font-family: 'MetaSerifOT';
    font-weight: 300;
}
.logos{
    align-items: center !important;
    margin-left: -2%;
}
#fin .logos{
    padding: 1.5vw 3vw;
    margin-left:0;
}
.logos img{
    padding: 0 4.2vw;
    z-index: 10;
}
.logos img:nth-child(1){
    padding: 0 3.4vw!important;
}
.logos img:nth-child(2){
    padding: 0 3.1vw !important;
}
.logos img:nth-child(4){
    padding: 0 3.3vw !important;
}
.logos img:nth-child(6){
    padding: 0 2.5% !important;
}
.logo-cyt{
    z-index: 10;
    padding: 0;
    margin-top: 1.5vh;
}
.logo-cyt img{
    padding: 2.5vh 2.5vw;
    height: auto;
    width: 100%;
}


.boton-inicia{
    display: flex;
    align-items: center;
    justify-content: center;
}
.boton-inicia a{
    width: 10vw;
    height: 2.7vw;
    /* background-color: #252523; */
    background-color: #68183a;
    margin: auto 0;
    font-family: 'Meta OT';
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1vw;
    transition: .5s ease;
    /* font-size: .9rem; */
    font-size: 0.9vw;
    margin-bottom: 3vw;
}

.boton-inicia a:hover{
    /* background-color: #1a1a19; */
    background-color:  #5e1533;
}

/* ----------------------
        STAGE 2
---------------------- */
#nuestro-compromiso-slide{
    background-image: url('../img/bg-nuestro-compromiso.jpg');
    background-position: top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    margin-top: 0;
    height: max-content;
    transition: .5s ease-in-out all;
    background-size: 100%;
    position: relative;
}
.stage2{
    /* background-image: url('../img/bg-2.jpg'); */
    align-items: center;
    background-position: center;
    background-size: auto;
    display: flex;
    justify-content: center;
    padding: 0 !important;
}
.stage2 .row{
    justify-content: center;
}
.stage2 .row > div{
    padding: 2vh 0;
}
.stage2 .mask{
    background: linear-gradient(360deg, rgba(5,27,2,.6) 0%, rgba(5,27,2,0) 100%);
    width: max-content;
    height: max-content;
}
#nuestro-compromiso-interior .mask{
    background: linear-gradient(360deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
    bottom: 0 !important;
    width: max-content;
    height: max-content;
}
.stage2 .iconos{
    display: flex;
    justify-content: center;
    align-items: center;
}
.stage2 .iconos .ico img{
    padding: 5%;
    height: 100%;
    width: 100%;
    max-width: 90px;
    max-height: 85px;
}
.stage2 .iconos .ico:nth-child(1) img{
    width: 90px;
}
.stage2 .iconos .ico:nth-child(3) img{
    width: 75px;
}
.ico {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.stage2 .iconos .ico:after{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    transform: rotate(45deg);
    display: block;
    background-color: #68183a;
    right: -3px;
}
.stage2 .iconos .ico:last-child:after{
    display: none;
}
.mas{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color:  #68183a;
    display: flex;
    position: relative;
    margin: 0 auto;
    line-height: 0;
    text-decoration: none;
    font-size: 60px;
    font-family: 'Meta OT';
    font-weight: 100;
    transition: .5s ease all;
    justify-content: center;
    align-items: center;
}
.mas:hover{
    background-color:  #5e1533;
}

.btn-volver{
    display: none;
    justify-content: flex-end;
}
.btn-volver .volver{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color:  #68183a;
    display: none;
    position: relative;
    line-height: 0;
    text-decoration: none;
    font-size: 60px;
    font-family: 'Meta OT';
    font-weight: 100;
    transition: .5s ease all;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.btn-volver .volver img{
    width: 15px;
    transform: rotate(45deg);
}
.btn-volver .volver:hover{
    background-color:  #5e1533;
}

.interior{
    display: flex;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    min-width: 100vw;
    min-height: 100vh;
    height: max-content;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
}

#articulo .item {
    height: 450px !important;
}
#articulo .item .row .col-lg-6:last-child {
    height: 300px !important;
}
 #articulo li {
    font-weight: 400 !important;
    font-family: 'Meta OT';
} 
.destacado {
   margin-bottom: 0px !important; 
}
.destacado p {
   line-height: 1.5 !important;
 }
#articulo .subtitulo {
    margin: 4vh 0;
}
#articulo .subtitulo h2 span:first-child{
    font-size: 1.7vw!important;
    font-family: 'MetaSerifOT-Book';
    font-weight: normal;
    display: block;
}
#articulo .subtitulo h2 span:last-child{
    font-size: 3vw!important;
    font-family: 'MetaSerifOT';
    font-weight: 600;
    display: block;
}

#articulo .subtitulo:after{
    display: none !important;
}
/* ----------------------
        STAGE 3
---------------------- */
.stage3{
    background-image: url('../img/bg-3.jpg');
    background-position: right bottom !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.stage3 .mask{
    background: linear-gradient(360deg, rgba(0,0,0,.1) 40%, rgba(0,0,0,.0) 130%);
}
.stage3 .row{
    justify-content:flex-end;
    z-index: 10;
}
.stage3 .row .col-lg-6:first-child > div {
    padding: 2vh 1vw;
}
.stage3 p.relato{
    text-align: start;
}

.stage3 p.relato .light, .stage3 p.relato .bold{
    display: contents;
    font-size: 1.5vw;
}

.stage3 .row .col-lg-6 ul{
    white-space: nowrap;
    margin: 0px;
    position: relative;
    padding-bottom: 15px;
}
.stage3 .ver-mas {
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    transition: max-height 0.3s cubic-bezier(0,1,0,1);
}
.stage3 .ver-mas h3{
    font-size: 1.3rem;
    font-family: 'MetaSerifOT';
    font-weight: bold;
    margin: -20px 0px 0px 0px;
}
.stage3 .ver-mas .parrafo{
    height: 60px;
    overflow: hidden;
    transition: .5s ease all;
}

.stage3 .ver-mas .parrafo-copa-estandar {
    font-family: 'Meta OT';
    font-weight: 400;
    width: 100%;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 12px 0;
    transition: .5s ease all;
    animation: close .5s linear forwards;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    
}
.stage3 .boton-ver-mas {
    margin-left: 0px;
    font-size: 1.1vw;
    align-self: flex-start;
    margin-top: 10px;
    color: white;
}

.ver-mas .parrafo-copa-estandar.abrir {
    height: max-content;
    transition: .5s ease all;
    line-clamp: initial;
    -webkit-line-clamp: initial !important;
    /* font-size: .8rem; */
}

.stage3 .medida-copa:nth-child(3) p span{
    font-size: 1.8vw !important;
}
.stage3 ul{
    position: relative;
}
.stage3 ul:before{
    content: '';
    background-image: url(../img/linea.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50%;
    width: 100%;
    height: 145%;
    position: absolute;
    display: block;
    bottom: 0;
    left: -101%;
}
.stage3 ul li{
    list-style-type: none;
    font-size: 24px;
    margin: 0;
    display: flex;
    align-items: center;
}
.stage3 ul li span{
    margin: 0 3px;
    font-size: 1.2vw;
}
.stage3 ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    position: relative;
    transform: rotate(45deg);
    display: block;
    background-color: #68183a;
    margin-right: 10px;
}
.stage3 .mas{
    margin: 0;
}
.stage3 h2{
    justify-content: start;
    text-align: start;
}
.stage3 h2 ~ hr{
    justify-content: start;
    margin: 0;
}



@keyframes open {
    0% {
      line-clamp: 2;
      -webkit-line-clamp:2;
    }
    100% {
      line-clamp: initial;
      -webkit-line-clamp: initial;
    }
  }
  @keyframes close {
    0% {
      line-clamp: initial;
      -webkit-line-clamp: initial;
    }
    100% {
      line-clamp: 2;
      -webkit-line-clamp: 2;
    }
  }

/* ----------------------
        STAGE 4
---------------------- */
.stage4{
    background-image: url('../img/bg-4.jpg');
    display: grid;
    align-items: center;
}
.stage4 h2 span:nth-child(2){
    display: inline-flex;
}
.stage4 .asterisco{
    font-size: 1vw;
}
.stage4 .row{
    justify-content: center;
    transition: .5s ease all;
    margin-top: -12vh;
} 

.stage4 .caja-medidas-recomendadas >div{
    padding: 3vh 0 2.5vh 0;
} 

.stage4 .caja-copa-estandar{
    margin-top: -2vw !important;
}
.stage4 .cantidad{
    display: flex;
    justify-content: space-around;
    transition: .5s ease all;
}
.stage4 .copa{
    opacity: .2;
    transition: .5s ease-in-out all;
    position: relative;
    cursor: default;
}
.stage4 .copa .textos{
    display: flex;
}
.stage4 .copa::before{
    content: '';
    height: 5px;
    width: 5px;
    background-color: #68183a;
    display: block;
    margin: 0 !important;
    transform: translateY(125px) translateX(-25%) rotate(45deg);
    left: 50%;
    position: absolute;
    transition: 1s ease all;
    opacity: 0;
}
.stage4 .copa::after{
    content: '';
    height: 25px;
    border-left: 1px dashed white;
    display: block;
    margin: 0 !important;
    transform: translateY(-5px);
    left: 50%;
    position: absolute;
    transition: 1s ease all;
    opacity: 0;
    width: 100%;
}

.copa-cero .info-copas .tipo:last-child .icon img{
    padding: 14px;
}
.copa-tres .info-copas .tipo .icon img{
    padding: 9px;
}
.copa-dos .info-copas .tipo .icon img{
    padding: 14px;
}
.copa.cero, .copa.cero::before .copa.cero::after{
    opacity: 1 !important;
}
.cero:before{
    content: '';
    height: 5px;
    width: 5px;
    background-color: #68183a;
    display: block;
    margin: 0 !important;
    transform: translateY(165px) translateX(-25%) rotate(45deg);
    left: 50%;
    position: absolute;
    transition: .5s ease all;
    opacity: 1 !important;
}
.cero:after{
    content: '';
    height: 25px;
    border-left: 1px dashed white;
    display: block;
    margin: 0 !important;
    transform: translateY(0px);
    left: 50%;
    position: absolute;
    transition: .5s ease all;
    opacity: 1 !important;
    width: 100%;
}

.stage4 .numero {
    font-family: 'MetaSerifOT';
    font-weight: 800;
    font-size: 95px;
    line-height: 0.2;
    position: relative;
}

.stage4 .copa .textos p span{
    display: flex;
}
.stage4 .copa .textos p:nth-child(2) {
    line-height: 1;
    margin-left: 10px;
}
.stage4 .copa .textos p:nth-child(2) span:first-child{
    font-family: 'MetaSerifOT';
    font-weight: 800;
    font-size: 19px;
}
.stage4 .copa .textos p:nth-child(2) span:nth-child(n+2){
    font-family: 'MetaSerifOT';
    font-weight: lighter;
    font-size: 12px;
}
.stage4 .img-copas{
    text-align: center;
    margin-top: 20px;
    padding-bottom: 30px;
    opacity: 0;
    transition: .5s ease all;
}

.stage4 .info-copas {
    border-top: 1px dashed white;
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: absolute;
    width: max-content;
    top: 114%;
    left: 50%;
    transition: .5s ease all;
    opacity: 1;
} 
.stage4 .tipo{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 10vw;
    transform: translateY(-5%);
    margin: 0 3vw;
}
.stage4 .tipo span {
    width: 20px;
    border-top: 1px dashed white;
    transform: rotate(90deg) translateY(50%);
    height: 33px;
}

[data-copa="cero"] .tipo span {
    margin-top: 5px;
}

.stage4 .tipo p{
    font-family: 'Meta OT';
    font-weight: lighter;
    font-size: 0.9vw;
    line-height: 1;
    text-align: center;
}
.stage4 .tipo:first-child{
    transform: translateX(0vw) translateY(-5%);
}
.stage4 .tipo:last-child{
    transform: translateX(4vw) translateY(-5%);
    margin: 0px -1vw;
    width: 10vw;
}
.stage4 .tipo .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    margin-bottom: 10px;
}
.stage4 .tipo .icon img {
    padding: 12px;
}
.copa:hover::after, .copa:hover::before, .copa:hover .img-copas{
    opacity: 1;
    
}
.copa:hover{
    cursor: crosshair;
}

.texto-oms {
    text-align: center;
    font-family: "Meta OT";
    font-size: 15px;
    color: #fff;
}

.texto-oms:hover {
    color: #fff;
}

/* ----------------------
        STAGE 5
---------------------- */
.stage5{
    background-image: url('../img/bg-5.jpg');
    background-size: 100%;
    text-align: center;
    font-family: 'MetaSerifOT';
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.stage5 .mask {
    background: linear-gradient(360deg, rgba(0,0,0,.6) 50%, rgba(0,0,0,.0) 100%);
}
.stage5 .row{
    justify-content: center;
}
.stage5 .row:nth-child(2) > div{
    padding: 3vh 0;
}
.stage5 .factores{
    display: flex;
    justify-content: space-between;
}
.stage5 figure{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stage5 figure figcaption p{
    font-family: 'Meta OT';
    font-weight: lighter;
    font-size: 0.9vw;
}
.stage5 .factores span{
    height: 3px;
    background-color: #68183a;
    transform: rotate(45deg);
    padding: 3px;
    margin-top: 26px;
}

.stage5 .icon::after{
    content: '';
    width: 40%;
    border-bottom: 1px dashed white;
    position: absolute;
    right: 0;
    transform: translateX(100%);
}
.stage5 .icon::before{
    content: '';
    width: 40%;
    border-bottom: 1px dashed white;
    position: absolute;
    left: 0;
    transform: translateX(-100%);
}
.stage5 figure:first-child .icon::before, .stage5 figure:last-child .icon::after{
    display: none;
}

.stage5 .factor::before{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: -2vh;
    transform: rotate(45deg);
    display: block;
    background-color: #68183a;
    opacity: 0;
    transition: .5s ease all;
}

.stage5 .factor:after{
    content: '';
    height: 20px;
    position: absolute;
    border-right: 1px dashed white;
    bottom: -6.5vh;
    opacity: 0;
    transition: .5s ease all;
}

.stage5 .f-cero::before{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: -1vh;
    transform: rotate(45deg) translateX(-10%);
    display: block;
    background-color: #68183a;
    transition: .5s ease all;
    opacity: 1 !important;
}

.stage5 .f-cero:after{
    content: '';
    height: 30px;
    position: absolute;
    border-right: 1px dashed white;
    bottom: -6.5vh;
    transition: .5s ease all;
    opacity: 1 !important;
}

.stage5 figure:hover::after, .stage5 figure:hover::before {
    opacity: 1;
}

.info-factores{
    border: 1px dashed white;
    padding: 2vh;
    margin-top: 5vh;
    transition: .5s ease all;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}
.info-factores p{
    font-family: 'Meta OT';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}

.info-factores:hover{
    opacity: 0;
    transition: .5s ease all;
}
.info-factores:hover .copa{
    opacity: 0.5;
    transition: .5s ease all;
}

/* ----------------------
        STAGE 6
---------------------- */
.stage6{
    background-image: url('../img/bg-6.jpg');
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.stage6 .row{
    z-index: 10;
}
.stage6 .row:nth-child(1) >div{
   padding: 3vh 0 5vh 0;
}
.recomendaciones figure{
    padding: 0 2.5vw;
}
.recomendaciones figure .icon{
    margin: 0 auto;
    width: 75px!important;
    height: 75px!important;
}
.recomendaciones figure figcaption p{
    font-family: 'Meta OT';
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 1.5;
}
.recomendaciones figure figcaption h3{
    font-family: 'MetaSerifOT';
    font-weight: bold;
    font-size: 1.3rem;
    padding: 0px;
    min-height: 4vw;
    line-height: 1.2;
    margin-top: 15px;
}
.recomendaciones figure figcaption p:nth-child(2){
    margin-bottom: 10px;
    margin-top: 25px;
}

/* ----------------------
        STAGE 7
---------------------- */
.stage7{
    background-image: url('../img/bg-7.jpg');
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    background-position: center;
    background-size: auto;
    display: flex;
    padding: 0 !important;
}

.stage7 .row:nth-child(3){
    margin-top: 10vh;
}
.stage7 video {
    position: absolute;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.stage7 .logo-cyt {
    margin-bottom: -2vw;
    margin-top: 0;
}
.stage7 .inicio img{
     margin-bottom: 0px;
    width: 14vw !important;
    height: auto;
}

.stage7 #hashtag {
    font-size: 3vw;
    font-family: 'MetaSerifOT';
    font-weight: 300;
    margin: 0px 0px 2vw 0px;
}
.stage7 .row{
    text-align: center;
    justify-content: center;
    z-index: 9999;
}
.stage7 .row:nth-child(2){
    justify-content: center;
    margin-top: 10vh;
}

.boton-final a {
    width: 10vw;
    height: 2.7vw;
    /* background-color: #252523; */
    background-color: #68183a;
    margin: auto 0;
    font-family: 'Meta OT';
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1vw;
    transition: .5s ease;
    /* font-size: .9rem; */
    font-size: 0.9vw;
    margin-bottom: 2vw;
}

/* .boton-final a:before {
   position: absolute;
    content: "";
    background-image: url(../img/left-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 20px;
    top: 12px;
    left: 15px;
    z-index: 2;
} */

/* _________________
    PROGRESSBAR IZQUIERDA
____________________ */
/* #progressbar{
    position: fixed;
    height: 50vh;
    z-index: 9999;
    color: white;
    font-size: 1.5vh;
    font-family: 'Meta OT';
    font-weight: lighter;
    margin: 20vh 0;
    opacity: 0;
}
#progressbar ul{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 40vh;
    margin-left: 1vw;
}
#progressbar ul li{
    list-style-type: none;
    position: relative;
    display: flex;
    align-items: center;
}
#progressbar ul span{
    opacity: 0;
    transition: .5s ease all;
    width: 0;
    white-space: nowrap;
}   
#progressbar ul li:hover span{
    opacity: 1;
}
#progressbar ul li::after{
    content: '';
    width: 10px;
    height: 10px;
    background-color: white;
    display: block;
    position: absolute;
    left: -17px;
    border-radius: 100%;
    z-index: 1;
    opacity: .3;
}

#progressbar ul li::before{
    content: '';
    width: 2px;
    height: 6.5vh;
    background-color: white;
    display: block;
    position: absolute;
    left: -13px;
    top: -5.5vh;;
    z-index: 0;
    opacity: .3;
}
#progressbar ul li.li-active::before{
    background-color:white;
    opacity: 1;
}
#progressbar ul li.li-active::after{
    background-color:white;
    opacity: 1;
}

#progressbar ul li:first-child::before{
    content: '';
    display: none;
} */


/* PROGESSSBAR FOOTER */
/*progressbar*/
#progressbar{
    opacity: 0;
    width: 100%;
}
#progressbar ul{
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100%;
    margin: 0 auto;
}

#progressbar ul li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 80px;
    float: left;
    position: relative;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s ease all;
    height: 15px;
}
#progressbar ul li .li-active{
    transition: .5s ease all;
} 

#progressbar ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    transition: .5s ease all;
   
}

#progressbar ul li:after {
    content: '';
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
    left: -50%;
    /* top: 9px; */
    z-index: -1;
    transition: .5s ease all;
}
#progressbar li:first-child:after {
    content: none;
}

#progressbar li span {
    opacity: 0;
    position: absolute;
    width: 200px;
    top: -30px;
    text-align: center;
    transition: .5s ease all;
}
#progressbar li:hover span {
    opacity: 1;
}

#progressbar ul .li-active:before {
    width: 15px;
    height: 15px;
    transition: .5s ease all;
}

@media (max-width: 1336px) { 

    .stage3 .ver-mas .parrafo-copa-estandar {
    font-size: .9rem;
}
    .stage5 .factor:after {
    bottom: -7.4vh;
}
}


@media (max-width: 1440px) { 

    .stage5 .icon::before, .stage5 .icon::after {
        width: 1.1vw;
    }
}


@media (max-width: 991px) { 
    /* ----------------------
            GENERAL
    ---------------------- */

    body,html{
        overflow-x: hidden !important;
        overflow-y: hidden;
        height: max-content !important;
        scroll-behavior: smooth !important;
    }
    header{
        width: 100vw;
        padding: 0 !important;
    }
    section{
        width: 100% !important;
        overflow-x: hidden !important;
        background-size: cover;
    }
    footer{
        display: none;
    }
    #prepage .row {
        height: 100% !important;
        width: 100%;
        margin: 0;
    }
    #prepage .verificacion {
        margin: 30px 0px 35px 0px;
    }
    .main{
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden !important;
        scroll-behavior: unset;
        width: 100%;
        height: auto;
    }
    .wine {
        height: 40px;
        width: auto;
    }
    .logo-wine:before {
        width: 30px;
        height: 21px;
        top: -3px;
        left: 11px;
    }
    .barra {
        padding: 2vh 1vw;
    }
    #menu{
        width: 100%;
        height: 100vh;
    }
    .video-completo {
        margin-left: 0px;
        width: max-content !important;
        margin-left: 30px;
        margin-top: 3vh;
    }
    .open img{
        width: 75%;
    }
    .caja-menu {
        justify-content:flex-end;
        padding: 10px 20px;
    }

    .logo-cyt {
        margin-top: 5vh;
    }
    
    .container{
        padding: 10% 5% !important;
    }
    section.container, .container.stage2, .container.stage3 {
        min-width: 100%;
        min-height: auto;
        background-size: cover!important;
    }
    .mask{
        background: linear-gradient(360deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,.0) 100%);

    }
    .zoom{
        animation: none;
        -moz-animation:  none;
        -o-animation:  none;
        -webkit-animation:  none;
    }
    h2 span:first-child {
        font-size: 22px !important;
    }
    h2 span:nth-child(2) {
        font-size: 25px !important;;
    }

    h2 ~ hr {
        margin: 2vh auto;
    }

    p.relato, p.relato .light,  p.relato .bold {
        font-size: 16px !important;
    }


    /* ----------------------
            STAGE 1
    ---------------------- */
    .stage1{
        background-size: cover !important;
    }
    .stage1 .inicio img{
        width: 150px !important;
        height: auto;
    } 
    .stage1, .stage7{
        height: 100vh;
    }
    .logos{
        display: none !important;
    }
    .titulo{
        width: max-content;
        margin: 30px;
    }
    .titulo span:nth-child(3) {
        font-size: 6vw;
    }
    .titulo span:nth-child(1) {
        font-size: 20px;
    }
    .titulo span:nth-child(5) {
        font-size: 15px;
    }
    .boton-inicia a {
        width: 120px;
        height: 40px;
        font-size: 15px;
        border-radius: 15px;
        line-height: 0;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        appearance: none;
    }

    /* ----------------------
            STAGE 2
    ---------------------- */
    #nuestro-compromiso-slide{
        background-repeat: no-repeat;
        background-size: 500%;
        background-position: 36% top;
    }
    .stage2 .iconos .ico{
        padding: 15px;
    }
    .stage2 .iconos .ico:after{
        bottom: 0;
        right: auto;
    }
    .stage2 .iconos .ico img {
        padding: 2%;
        height: 100%;
        width: 100%;
        max-width: 70px;
        max-height: 80px;
    }
    
    .stage2 p span.light {
        font-size: 22px;
    }
    .stage2 p span.bold {
        font-size: 25px;
    }

    #nuestro-compromiso-interior{
        display: flex;
        overflow-y: hidden !important;
        height: 0;
        min-height: 0;
        transition: .5s ease all;
    }

    #nuestro-compromiso-interior #articulo{
        height: max-content;
        width: 100%;
        padding: 60px 0px 130px 0px;
    }

    #nuestro-compromiso-interior #articulo .destacado {
        padding: 20px 0;
    }
    .destacado p {
        font-size: 16px !important;
    }

    #nuestro-compromiso-interior #articulo .item{
        height: max-content !important;
        padding: 20px 30px;
        border: none !important;
    }

    #articulo .subtitulo h2 span:first-child{
        font-size: 22px !important;
    }
    #articulo .subtitulo h2 span:last-child{
        font-size: 25px !important;
    }
    #articulo .item .row .col-lg-6:last-child, #articulo .item .row .col-lg-6:first-child:before{
        border: none !important;
    }
    #articulo .item .row .col-lg-6:last-child {
        padding: 0 30px !important;
        height: 20vh !important;
        overflow-y: scroll !important;
    }
    #articulo .item .row .col-lg-6:first-child {
        padding: 10% !important;
        padding-top: 0 !important;
    }

    #articulo .item .row .col-lg-6-1 {
        height: max-content !important;
        overflow-y: initial !important;
    }

    .owl-carousel .owl-stage-outer {
        border: 1px dotted rgba(255,255,255,.5) !important;
        
    }
    .owl-stage{
        align-items: center;
        display: flex;
    }

    #articulo .item .row .col-lg-6-1 div {
        height: inherit !important;
    }

    .col-lg-6-1::-webkit-scrollbar {
        width: 2px;
        height: 2px;
      }
      .col-lg-6-1::-webkit-scrollbar-button {
        width: 0px;
        height: 0px;
      }
      .col-lg-6-1::-webkit-scrollbar-thumb {
        background: #fafafa;
        border: 0px none #ffffff;
        border-radius: 0px;
      }
      .col-lg-6-1::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
      }
      .col-lg-6-1::-webkit-scrollbar-thumb:active {
        background: #fcfcfc;
      }
      .col-lg-6-1::-webkit-scrollbar-track {
        background: #382929;
        border: 0px none #ffffff;
        border-radius: 39px;
      }
      .col-lg-6-1::-webkit-scrollbar-track:hover {
        background: #402b2b;
      }
      .col-lg-6-1::-webkit-scrollbar-track:active {
        background: #4b3535;
      }
      .col-lg-6-1::-webkit-scrollbar-corner {
        background: transparent;
      }
      
      
      
   

    /* ----------------------
            STAGE 3
    ---------------------- */
    .stage3{
        background-position: center !important;
    }
    
    .stage3 ul{
        padding: 0;
    }
    .medida-copa {
        text-align: center;
    }
    .stage3 .row {
        margin: 0;
    }
    .stage3 .row .col-lg-6:first-child > div {
        padding: 2vh 0;
    }
    .medida-copa {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: relative;
    }
    .stage3 p.relato {
        text-align: center;
        display: flex;
        font-size: 18px;
    }
    .stage3 .medida-copa p {
        position: relative;
    }
    .stage3 .medida-copa p:first-child {
        margin: 0;
    }
    .stage3 .medida-copa:first-child::after {
        content: '';
        height: 150px;
        position: absolute;
        width: 1px;
        bottom: -5px;
        transform: translateY(100%);
        display: block;
        border-left: 1px dashed white;
    }
    .stage3 h2 {
        position: relative;
        text-align: center;
    }
    .stage3 .titulo-slide{
        justify-content: center;
    }
    .stage3 h2 ~ hr {
        margin: 2vh auto;
       
    }
    .stage3 ul:before {
        display: none;
    }
    .stage3 ul li:before {
        display: none;
    }
    .stage3 ul li span {
        font-size: 0.7em;
    }
    .stage3 .p-before::before {
        display: none;
    }
    .stage3 .ver-mas {
        background-color: rgba(0,0,0,.7);
        padding: 5% !important
    }
    .stage3 .ver-mas h3{
        font-size: 18px;
        font-family: 'MetaSerifOT';
        font-weight: bold;
        margin: 0;
    }
    .stage3 .ver-mas .parrafo {
        height: 60px;
    }
    .stage3 .ver-mas .parrafo-copa-estandar {
        font-size: 15px;
    }
    .stage3 .boton-ver-mas {
        font-size: 18px;
    }

    
    /* ----------------------
            STAGE 4
    ---------------------- */  
    .stage4{
        background-position: 70%!important;
    }
    .stage4 .row{
        margin: 0;
    }
    .stage4 .light,  .stage4 .bold{
        font-size: 1.2em;
    }
    #accordionMedidasRecomendadas {
        margin: 30px 0;
    }
    .stage4 .asterisco{
        font-size: 12px !important;
    }
    .stage4 .textos{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 115px;
        margin-right: 30px;
    }

    .stage4 .textos p{
       text-align: start;
    }
    .stage4 .textos p:first-child{
        text-align: center;
    }
    .stage4 .textos p:first-child span{
        font-size: 100px;
    }
    .stage4 .textos p:nth-child(2){
        margin-left: 10px;
        padding: 10px 0px;
    }

    .stage4 .textos p:nth-child(2) span{
        display: block;
    }

    .stage4 .textos p:nth-child(2) span:first-child{
        font-size: 14px;
        font-family: 'MetaSerifOT';
        font-weight: 700;
        
    }
    .stage4 .textos p:nth-child(2) span{
        font-size: 12px;
    }
    .stage4 .img-copas {
        text-align: center;
        margin-top: 0px;
        padding-bottom: 0px; 
        opacity: 1;
    }
    .accordion-button{
        opacity: 0.5;
        padding: 1rem;
    }
    .accordion-button:not(.collapsed){
        background-color: rgba(0,0,0,0.0) !important;
        color: white;
        opacity: 1;
    }

    #accordionMedidasRecomendadas figure {
        display: flex;
        align-items: center;
    }
    #accordionMedidasRecomendadas figure:last-child {
        margin: 0;
    }
    #accordionMedidasRecomendadas figure .icon {
        min-width: 60px;
        min-height: 60px;
        width: 60px;
        height: 60px;
        margin: 0;
    }
    #accordionMedidasRecomendadas figure .icon img {
        padding: 12px;
    }
    #accordionMedidasRecomendadas figure p {
        font-family: 'Meta OT';
        font-weight: lighter;
        margin-left: 20px;
        font-size: 15px;
        text-align: start;
    }

    .stage4 p.texto-oms {
        text-align: center;
        position: relative;
        font-size: 14px;
    }

    /* ----------------------
            STAGE 5
    ---------------------- */
    .stage5 {
        background-size: cover;
        background-position: 45% !important;
    }

    .stage5 .light {
        font-size: 18px;
    }
    .stage5 .bold {
        font-size: 18px;
    }  
    .accordion-item {
        background-color: rgba(0,0,0,0.5);
        margin-bottom: 10px;
    }  
    .accordion-button {
        background-color: rgba(0,0,0,0);
        color: white;
    }
    .accordion-body{
        border-top: 1px dashed white;
    }
    #accordionFactoresInfluencia .accordion-item .icon{
        margin-right: 10px;
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
    }
    #accordionFactoresInfluencia .accordion-item .icon img {
        width: 100%;
        height: 100%;
        padding: 10px;
    }
    .accordion-item .icon::before, .accordion-item .icon::after{
        display: none;
    }
    .accordion-button:not(.collapsed)::after, .accordion-button::after {
        background-image: url('../img/arrow-dropdown.svg');
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    .accordion-button::after{
        transform: rotate(90deg);
    }
    .accordion-button:not(.collapsed)::after{
        transform: rotate(270deg);
    }
    .accordion-button:focus {
       box-shadow:none;
    }
    #accordionFactoresInfluencia .accordion-button p{
        font-family: 'Meta OT';
        font-weight: 400;
        line-height: 1.5;
    }
    #accordionFactoresInfluencia p{
        font-family: 'Meta OT';
        font-weight: 400;
        line-height: 1.5;
    }
    
    /* ----------------------
            STAGE 6
    ---------------------- */
    .stage6{
        background-position: 40%!important;
    }
    .recomendaciones p{
        line-height: 1.5;
    }
    .recomendaciones figure {
        padding: 5% 10%;
    }
    .recomendaciones figure figcaption h3 {
        font-size: 20px;
        min-height: 0;
        margin-bottom: 10px;
    }
    .recomendaciones figure figcaption p{
        margin-bottom: 0px;
        font-size: 15px;
    }
    /* ----------------------
            STAGE 7
    ---------------------- */
    .stage7{
        padding: 0% !important;
    }
    .inicio{
        margin-top: 0;
    }
    .stage7 #hashtag {
        font-size: 2em;
        margin-bottom: 30px;
    }
    .stage7 .logo-cyt{
        margin-top: 3vh;
    }
    .logo-cyt img {
        width: 70%;
        padding: 0;
        height: auto;
    }
    .stage7 .inicio img{
        width: 170px !important;
        margin-bottom: 0;
        height: auto;
    }
    .boton-final a {
        width: 120px !important;
        height: 40px;
        font-size: 15px;
        border-radius: 15px;
        line-height: 0;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        appearance: none;
    }

}


/* ----------------------
    LOADING-GLASS
---------------------- */
.loading {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    font-family: 'Meta OT';
    font-weight: bold;
}

.container-copa {
    width: 450px;
    height: 220px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -225px;
    margin-top: -110px;
    z-index: 3;
    
}

.container-copa:after {
    content: "";
    width: 415px;
    height: 2px;
    position: absolute;
    background: #fff;
    left: 29px;
    top: 90px;
    animation: deslizar 3s ease-in-out infinite;
}

.copa-load {
    float: left;
    height: 100%;
    animation: voltear 3s ease-in-out infinite;
    
}

.mascara-copa {
    height: 100%;
}

.texto {
    display: flex;
    align-items: center;
    height: 100%;
}

.texto p {
    color: #fff;
    font-style: italic;
    font-weight: bolder;
    font-size: 1.4em;
    
}

.texto a {
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 7px 30px;
    text-align: center;
    margin-top: 15px;
    text-decoration: none;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 2px;
}

.responsibility{
    font-style: normal!important;
    margin-bottom: 20px;
    margin-top: -40px;
    font-size: 1.7em!important;
    font-weight: 200!important;
}

.hashtag{
    font-family: 'MetaSerifOT';
    font-weight: 300 !important;
    letter-spacing: 1px;
}

.container-water {
   position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -202px;
    margin-top: -110px;
    height: 120px;
    width: 100px;
    overflow: hidden;
    z-index: 2;
    color: #fff;
    border-radius: 50%;
}

.water-effect {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40%;
    animation: stretch 3s ease-in-out infinite;
    opacity: 1;
}

.water-effect .waves {
    height: 30px;
    background: linear-gradient(180deg, rgba(70, 15, 15, 1) 18%, rgba(136, 19, 19, 1) 76%);
    animation: waves 1s ease-in-out infinite;
}

.water-effect .water {
    height: calc(30% - 0px);
    margin-top: -1px;
    background: rgba(136, 19, 19, 1);
}

@keyframes waves {

    0%,
    100% {
        clip-path: polygon(0 8%, 7% 6%, 14% 5%, 21% 5%, 28% 6%, 34% 8%, 40% 12%, 46% 17%, 50% 20%, 54% 23%, 60% 25%, 66% 26%, 70% 26%, 77% 25%, 83% 23%, 89% 21%, 95% 19%, 100% 17%, 100% 100%, 0% 100%);
    }

    50% {
        clip-path: polygon(0 15%, 9% 21%, 14% 23%, 18% 25%, 21% 26%, 30% 28%, 32% 28%, 40% 27%, 46% 26%, 52% 23%, 57% 19%, 62% 15%, 68% 11%, 73% 8%, 79% 6%, 86% 5%, 93% 5%, 100% 6%, 100% 100%, 0% 100%);
    }
}

@keyframes stretch {
    0% {
        bottom: -30%;
        opacity: 1;

    }

    10% {
        opacity: 1;

    }

    20% {
        opacity: 1;

    }

    30% {
        opacity: 1;

    }

    40% {
        opacity: 1;

    }

    50% {
        opacity: 1;

    }

    60% {
        opacity: 1;

    }

    70% {
        opacity: 1;

    }

    80% {
        opacity: 1;

    }

    90% {
        opacity: .5;

    }

    100% {
        bottom: -10px;
        opacity: 0;
    }
}

@keyframes voltear {
    0% {
        transform: scaleX(1);

    }
    
    90% {
        transform: scaleX(1);

    }

    100% {
       transform: scaleX(-1);

    }
}

@keyframes deslizar {
    0% {
        opacity: 0;

    }
    
    20% {
        opacity: 1;

    }
    
    80% {
        opacity: 1;

    }

    100% {
       opacity: 0;

    }
}


@media only screen and (max-width: 991px){

    .container-copa {
        width: 400px;
        margin-left: -200px;
    }
    .container-copa:after {
        width: 350px;
    }
        .container-water {
        margin-left: -177px;
    }
    .responsibility {
        margin-bottom: 20px;
        margin-top: -55px;
    }
    .responsibility span{
        display: block;
    }    
        .texto {
        margin-top: -10px;
    }
}

/* sobre escritura nueva fuente */
h1, h2, h3, h4, h5, p, a, .btn, body, span, input, select, li, strong{
   font-family: 'Inter' !important; 
}