* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
z
body {
    height: 100vh;
    width: 100vw;
    scroll-behavior: smooth;
    font-family: 'MetaSerifOT-Book';
}

.destacado {
    padding: 0px 120px 50px 120px;
    text-align: center;
}

.destacado p {
    color: rgba(255, 255, 255, .8);
    font-size: 1.4vw;
    font-family: 'MetaSerifOT';
    font-weight: 300;
    display: block;
    line-height: 25px;
}

.destacado p strong {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}

#articulo {
    padding: 60px 0px 130px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
}

.flecha-arriba{
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    cursor: pointer;
}

.nuestro-compromiso {
    /*  background-image: url(../img/bg-consumo-responsable.jpg); */
    background-position: center;
}

.conoce-tu-medida {
    background-image: url(../img/bg-conoce-tu-medida.jpeg);
    background-position: top center;
}

.recomendaciones-generales {
    background-image: url(../img/bg-recomendaciones-generales.jpeg);
    background-position: top center;
}

#articulo .subtitulo {
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-top: 40px;
    position: relative;
    text-align: center;
}


#articulo .subtitulo:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 50%;
    width: 130px;
    margin-left: -65px;
    height: 2px;
    background-color: #fff;
}

.conoce-tu-medida .subtitulo {
    text-align: left !important;
}

.conoce-tu-medida .subtitulo:after {
    left: 0px !important;
    margin-left: 0px !important;
}

.recomendaciones-generales .subtitulo {
    text-align: left !important;
}

.recomendaciones-generales .subtitulo:after {
    left: 0px !important;
    margin-left: 0px !important;
}


#articulo .subtitulo span {
    font-size: 1.4rem !important;
    color: #fff;
}

#articulo .subtitulo h2 {
    font-size: 2.3rem !important;
    font-weight: 600 !important;
    color: #fff;
}

#articulo h3 {
    font-size: 1.3rem!important;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

#articulo h4 {
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

#articulo li {
    font-weight: 400 !important;
    font-family: 'Meta OT';
}

#articulo ul {
    margin-bottom: 60px;
}

#articulo li {
    margin: 35px 0px;
    position: relative;
    list-style-type: none;
}
#articulo li:before {
    content: '-';
    position: absolute;
    left: -10px;
}
#articulo ul ul li {
    font-size: 14px !important;
    margin: 20px 0px !important;
}

.logo-moderation {
    width: 250px;
    margin: 80px 0px 40px 0px;
}

.infografia {
    border: 1px solid rgba(255, 255, 255, .7);
    padding: 40px 40px;
    border-radius: 10px;
    margin-bottom: 100px;
    margin-top: 40px;
}

.numero {
    height: 60px;
}

.ico-medidas {
    width: 70px;
    margin-right: 10px;
    float: left;
    height: 100px;
}

.infografia .row {
    /*    padding-top: 10px;
    padding-bottom: 10px; */
}

.infografia .row:nth-child(2),
.infografia .row:nth-child(3),
.infografia .row:nth-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.infografia .row:nth-child(2) .col-4,
.infografia .row:nth-child(3) .col-4,
.infografia .row:nth-child(4) .col-4 {
    /*  margin-top: 15px;
    margin-bottom: 15px; */
    text-align: center;
}

.infografia .row:nth-child(5) .col-4 {
    /*     margin-top: 15px; */
    text-align: center;
}

.infografia .col-9 {
    border-left: 1px solid rgba(255, 255, 255, .3);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px !important;
    padding-right: 0px !important;
}

.infografia .col-9 .row .col-3 {
    border-right: 1px solid rgba(255, 255, 255, 0) !important;
    display: flex;
    align-items: center;
}


.infografia .col-3 p {
    margin-bottom: 0px !important;
    line-height: 19px;
}

.influencia {
    position: relative;
}

.influencia .col-lg-6 .row {
    margin-top: 40px;
    margin-bottom: 40px;
}

.influencia h4 {
    text-transform: inherit !important;
    margin-bottom: 10px !important;
    font-size: 21px !important;
}

.influencia p {
    margin-bottom: 0px !important;
}

.copa-lineal {
    position: absolute;
    height: 1100px;
    bottom: 100px;
    right: -120px;
}

#prepage {
/*     background-image: url(../img/bg-prepage.jpeg); */
    background: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100%;
    color: #fff;
    overflow-x: hidden;
}

#prepage .row {
    height: 100vh;
}

#prepage h6 {
    font-size: 18px;
}

#prepage .row div h6:nth-child(2) {
    margin: 20px 0px 20px 0px !important;
}

#prepage .row div h6:nth-child(4) {
    margin-bottom: 20px !important;
}

#prepage .row div img:nth-child(1) {
    width: 300px;
}

#prepage .row div img:nth-child(6) {
    width: 200px;
    display: block;
    margin: 80px auto 0px auto;
}

#prepage p {
    font-weight: 300 !important;
    font-family: 'Meta OT';
    max-width: 300px;
    margin: 0 auto;
}

#prepage form {
    position: relative;
    margin-bottom: 60px;
}

#prepage select {
    background: #252523;
    color: #fff;
    padding: 7px 30px;
    border-radius: 3px;
    border: #707070;
    font-family: 'Meta OT';
    -webkit-appearance: none;
    font-weight: 500;
}

#prepage form:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-image: url(../img/arrow-down.svg);
    top: 15px;
    left: calc(50% + 35px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#prepage form:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #FF5C35;
    bottom: -30px;
    left: 50%;
    margin-left: -20px;
}

#prepage a{
    font-family: 'Meta OT';
    padding: 7px 40px; 
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    width: 150px;
    margin: 0px 5px;
}

#prepage .verificacion {
    margin: 30px 0px 80px 0px;
}

#prepage a:nth-child(1){
    background: #252523;
    border:  1px solid #252523;
}

#prepage a:nth-child(2){
    border: 1px solid #fff;
}


#articulo .item{
    border: 1px dotted rgba(255,255,255,.5);
    padding: 0px 50px;
    height: 650px;
    display: flex;
}

#articulo .item h3{
    max-width: 250px;
    margin-top: 15px;
}

#articulo .item p{
    font-family: 'Meta OT';
    line-height: 21px;
}

#articulo .item .row .col-lg-6:first-child{
    padding-right: 13%;
    position: relative;
}

#articulo .col-lg-6-1{
    display: flex;
    align-items: center;
    overflow-y: initial!important;
}

#articulo .item .row .col-lg-6:last-child{
   padding: 0px 50px;
    border-left: 1px dotted rgba(255,255,255,.5);
    position: relative;
    height: 500px;
    overflow-y: scroll;
}

#articulo .item .row .col-lg-6:first-child:before{
    position: absolute;
    content: "";
    top: 50%;
    right: 0px;
    width: 80px;
    border-top: 1px dotted rgba(255,255,255,.5);
}


#articulo .item .row .col-lg-6:last-child p{
    margin: 30px 0px!important;
    position: relative;
    font-family: 'Meta OT';
}

#articulo .item .row .col-lg-6:last-child p:before{
   position: absolute;
    content: "";
    background-image: url(../img/diamante-blanco.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 5px;
    height: 5px;
    color: #fff;
    top: 9px;
    left: -20px;
}

#articulo .owl-theme .owl-nav {
    margin-top: -17px!important;
    top: 50%;
    position: absolute;
    width: 100%;
}

.ico-copa-botella{
    width: 50px!important;
    height: auto;
}

.ico-wine-m{
    width: 220px!important;
    margin-bottom: 30px;
    height: auto;

}

#articulo  .owl-carousel .owl-nav .owl-prev {
    left: -8px!important;
    position: absolute!important;
}

#articulo  .owl-carousel .owl-nav .owl-prev span {
    color: transparent;
}

#articulo .owl-carousel .owl-nav .owl-prev:after {
    position: absolute;
    content: "";
    background-image: url(../img/flecha-izquierda-owl.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
    top: -20px;
    left: -30px;
}

#articulo  .owl-carousel .owl-nav .owl-next {
    right: -8px!important;
    position: absolute!important;
}

#articulo  .owl-carousel .owl-nav .owl-next span {
    color: transparent;
}

#articulo .owl-carousel .owl-nav .owl-next:after {
    position: absolute;
    content: "";
    background-image: url(../img/flecha-derecha-owl.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
    top: -20px;
    right: -30px;
}





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
















