@import"normalize.css";
@import"filter.css";
@import"modal.css";
@import"https://fonts.googleapis.com/css?family=Mukta+Vaani";

@font-face {
    font-family: MRKpro black;
    src: url(MRKpro-Black.otf) format("otf");
    src: url(MRKpro-Black.eot) format("eot");
    src: url(MRKpro-Black.ttf) format("ttf");
    src: url(MRKpro-Black.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MRKpro bold;
    src: url(MRKpro-Bold.otf) format("otf");
    src: url(MRKpro-Bold.eot) format("eot");
    src: url(MRKpro-Bold.ttf) format("ttf");
    src: url(MRKpro-Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MRKpro medium;
    src: url(MRKpro-Medium.otf) format("otf");
    font-weight: 400;
    font-style: normal
}

.white{
    color: #fff;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.medio_circulo{
    position: absolute;
    z-index: 10;
    top:0;
    left: 19%;
}

.emblema img:nth-child(2){
    margin:0 0 0 15px;
}

@media (max-width: 1160px) {
    section#splash-circulo .welcome {
    margin-left: 0;
    }

    section#splash-circulo {
    height: auto !important;
    }

    .container {
    width: 100%;
    margin: 0 auto;
    }

    footer.dark {
    padding: 3rem 0 3rem 30px;
    }

    section#expertos {
    padding: 0 0 60px;
    color: #fff;
    background: #000;
    }

    footer .emblema, footer .nosotros, footer .ayuda, footer .social {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-right: 3.5%;
    }

    section#splash-circulo .foto {  
        opacity: .2;
    }
}



@media (max-width: 860px) {
    section#splash-circulo .welcome {
    margin-left: -120px !important;
    }
}



@media (max-width: 770px) {
    section#splash-circulo .welcome {
    margin-left: 0px !important;
    }

    section#splash-circulo {
    padding-top: 100px;

    }
    
    footer .emblema, footer .nosotros, footer .ayuda, footer .social {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-right: 1.5%;
    }

    .container-scroll.scroll{
        height: auto !important
    }
}
@media (max-width: 580px) {

    footer .emblema, footer .nosotros, footer .ayuda, footer .social {
        display: inline-block;
        vertical-align: top;
        width: 41%;
        margin-right: 3%;
    }

    footer.dark {
    padding: 3rem 0 3rem 0px;
    }
}


*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

a {
    text-decoration: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    color: #000
}

a:hover {
    cursor: pointer
}

.button {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    padding: 1rem 2rem;
    border: solid 1px #000;
    border-radius: 3px;
    white-space: nowrap
}

.rosado {
    background-color: #ffc5b7;
    color: #000
}

.back {
    margin-right: 2rem;
    background-color: #fff;
    border: solid 1px #fff;
    color: #000
}

.back:hover {
    background-color: #f5f5f5;
    border: solid 1px #f5f5f5
}

p {
    line-height: 1.7rem
}

@media screen and (max-width: 768px) {
    p {
        font-size: 1.2rem
    }
}

body {
    font-family: Mukta Vaani, sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

body.circulo {
    background-color: #000
}

h1,
h2,
h3,
h4 {
    margin: 0
}

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

    h1,
    h2,
    h3,
    h4 {
        font-size: 4vw
    }
}

h2,
h3 {
    font-family: MRKpro bold, sans-serif;
    font-size: 3rem;
    letter-spacing: -2px
}

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

    h2,
    h3 {
        font-size: 2rem
    }
}

h5 {
    font-size: .8rem;
    font-family: MRKpro bold, sans-serif;
    text-transform: uppercase;
    margin: 0
}

ul,
li {
    margin: 0;
    padding: 0
}

.container {
    width: 1180px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        overflow: hidden;
        padding: 0 1rem
    }
}

header.headerScroll {
    line-height: 50px;
    text-align: left;
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    -webkit-animation: fade .6s ease;
    animation: fade .6s ease
}

@media screen and (max-width: 768px) {
    header.headerScroll {
        -webkit-animation: none;
        animation: none
    }
}

@-webkit-keyframes fade {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

header.principal {
    line-height: 50px;
    text-align: left;
    background-color: #fff
}

@media screen and (max-width: 768px) {
    header.principal {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999
    }
}

header.principal a.home,
header.principal ul {
    display: inline-block;
    vertical-align: middle
}

header.principal a.home {
    height: 100px
}

@media screen and (max-width: 768px) {
    header.principal a.home {
        height: 80px
    }
}

header.principal a.home h1 {
    background-image: url(logo-vinario.svg);
    background-size: 166px 26px;
    width: 166px;
    height: 26px;
    margin-left: 40px;
    margin-top: 2rem
}

@media screen and (max-width: 768px) {
    header.principal a.home h1 {
        width: 108px;
        background-size: 108px 17px;
        height: 17px;
        margin-left: 1rem
    }
}

header.principal a.home h1 span {
    display: none
}

header.principal ul#menu-header,
header.principal ul#menu-header-perfil {
    width: 70%;
    text-align: right;
    padding-right: 40px;
    float: right
}

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

    header.principal ul#menu-header,
    header.principal ul#menu-header-perfil {
        display: none
    }
}

header.principal ul#menu-header li,
header.principal ul#menu-header-perfil li {
    display: inline-block;
    margin-left: 40px;
    padding-top: 1.75rem;
    height: 100px;
    position: relative;
    font-size: 1rem;
    vertical-align: middle
}

header.principal ul#menu-header li .carrito-lleno,
header.principal ul#menu-header-perfil li .carrito-lleno {
    position: absolute;
    background-color: #ffc5b7;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    top: 3.2rem;
    left: .8rem;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1.3rem;
    font-family: MRKpro bold, sans-serif
}

header.principal ul#menu-header li .icon-search,
header.principal ul#menu-header li .icon-cart,
header.principal ul#menu-header-perfil li .icon-search,
header.principal ul#menu-header-perfil li .icon-cart {
    font-size: 1.8rem;
    vertical-align: middle
}

header.principal ul#carrito-movil {
    display: none
}

@media screen and (max-width: 768px) {
    header.principal ul#carrito-movil {
        display: block;
        float: right;
        margin-right: 2rem;
        margin-top: -1rem
    }
}

header.principal ul#carrito-movil li {
    display: inline-block;
    margin-left: 40px;
    padding-top: 1.75rem;
    height: 100px;
    position: relative;
    font-size: 1rem;
    vertical-align: middle
}

header.principal ul#carrito-movil li .carrito-lleno {
    position: absolute;
    background-color: #ffc5b7;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    top: 3.2rem;
    left: .8rem;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1.3rem;
    font-family: MRKpro bold, sans-serif
}

header.principal ul#carrito-movil li .icon-search,
header.principal ul#carrito-movil li .icon-cart {
    font-size: 1.8rem;
    vertical-align: middle
}

header.principal .menu-movil {
    display: none
}

@media screen and (max-width: 768px) {
    header.principal .menu-movil {
        display: block !important;
        float: right;
        padding-top: 1.6rem;
        padding-right: 1.6rem
    }

    header.principal .menu-movil span {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
}

header.principal nav {
    background-color: #000;
    color: #fff;
    padding: 0 10px;
    text-align: center
}

@media screen and (max-width: 768px) {
    header.principal nav {
        display: none
    }
}

header.principal nav ul {
    margin: 0 auto
}

header.principal nav ul li {
    display: inline-block;
    margin: 0;
    border-bottom: solid 3px #000;
    border-top: solid 3px #000
}

header.principal nav ul li a {
    color: #fff;
    padding: 1.25rem
}

header.principal nav ul li:hover a {
    color: #ffc5b7
}

header.principal nav ul li.active {
    border-bottom: solid 3px #FFC5B7
}

header.mini {
    height: 95px;
    border-bottom: solid 10px #000
}

@media screen and (max-width: 768px) {
    header.mini {
        height: 90px
    }
}

header.mini ul#menu-header,
header.mini nav {
    display: none
}

header.mini ul#menu-header-perfil {
    margin-top: -10px
}

header.order {
    height: 95px;
    border-bottom: solid 10px #000;
    text-align: center
}

header.order h1 {
    margin-left: 0 !important
}

header.order div {
    position: absolute;
    right: 1rem;
    top: .5rem
}

@media screen and (max-width: 768px) {
    .form-vertical {
        padding: 0
    }
}

.form-vertical form {
    width: 360px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .form-vertical form {
        width: 90%;
        max-width: 360px
    }
}

.form-vertical form h3 {
    font-size: 1.5rem;
    line-height: 2rem
}

.form-vertical form p {
    line-height: 1.3rem
}

.form-vertical form p a {
    text-align: left;
    margin-top: 0;
    text-decoration: underline
}

.form-vertical form p.link {
    text-align: left;
    margin-top: 0;
    opacity: .4
}

.form-vertical form input {
    height: 54px;
    padding: 1rem;
    width: 100%;
    margin: .8rem 0;
    border: solid 1px #000;
    outline: none;
    border-radius: 2px;
    font-family: MRKpro bold, sans-serif;
    font-weight: 200
}

nav.breadcrumb,
nav.breadcrumbs {
    font-size: .6;
    text-transform: uppercase;
    text-align: left;
    padding: 1rem 0
}

nav.breadcrumb span,
nav.breadcrumb a,
nav.breadcrumbs span,
nav.breadcrumbs a {
    padding: 0;
    margin: 0
}

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

    nav.breadcrumb,
    nav.breadcrumbs {
        padding: 1rem
    }
}

.dark nav {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.dark nav a {
    color: #fff
}

.dark nav a:hover {
    text-decoration: underline
}

.prevScroll.headerScroll {
    padding-top: 156px !important
}

section#vino {
    text-align: left
}

@media screen and (max-width: 768px) {
    section#vino {
        padding-top: 60px
    }
}

section#vino .fotos,
section#vino .info {
    display: inline-block;
    vertical-align: top
}

section#vino .fotos {
    width: 400px;
    margin-right: 70px
}

section#vino .fotos div {
    text-align: center !important
}

section#vino .fotos div img.initial {
    margin: 0 auto !important
}

@media screen and (max-width: 768px) {
    section#vino .fotos {
        width: 100%;
        margin: 0
    }

    section#vino .fotos img {
        height: 280px;
        margin: 0 auto
    }
}

section#vino .info {
    width: 700px
}

@media screen and (max-width: 768px) {
    section#vino .info {
        width: 100%
    }
}

section#vino .info .nombre,
section#vino .info .precio {
    display: inline-block;
    vertical-align: top
}

section#vino .info .nombre {
    width: 500px
}

@media screen and (max-width: 768px) {
    section#vino .info .nombre {
        width: 100%;
        text-align: center
    }
}

section#vino .info .nombre h2 {
    line-height: 2.8rem
}

section#vino .info .nombre h2 span {
    font-size: 1.7rem;
    margin-left: 10px;
    vertical-align: middle
}

section#vino .info .nombre h2 span img {
    margin-left: 10px;
    width: 18px;
    vertical-align: middle
}

section#vino .info .nombre h2 span.tipo {
    font-size: .9rem;
    background-color: #000;
    color: #fff;
    padding: 0 .5rem;
    text-transform: uppercase;
    margin-right: 0rem;
    font-weight: 400;
    font-family: Mukta Vaani, sans-serif;
    letter-spacing: normal;
    border-radius: 3px
}

section#vino .info .nombre h2 span.tipo a {
    color: #fff
}

section#vino .info .nombre h2 span.rosado {
    background-color: #ffc5b7;
    color: #000
}

section#vino .info .nombre h2 span.blanco {
    background-color: #fff;
    color: #000;
    border: solid 1px #000
}

section#vino .info .precio {
    width: 190px;
    padding-top: 1.5rem
}

@media screen and (max-width: 768px) {
    section#vino .info .precio {
        width: 100%
    }
}

section#vino .info .precio p.original,
section#vino .info .precio p.rebajado {
    text-align: right
}

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

    section#vino .info .precio p.original,
    section#vino .info .precio p.rebajado {
        text-align: center
    }
}

section#vino .info .precio p.original {
    font-size: 1.25rem;
    opacity: .5;
    text-decoration: line-through;
    font-family: MRKpro medium, sans-serif
}

section#vino .info .precio p.rebajado {
    font-family: MRKpro bold, sans-serif;
    font-size: 2.5rem;
    margin: 0;
    line-height: 0
}

section#vino .info .divider {
    background-color: #000;
    width: 100%;
    height: 2px;
    margin: 20px 0
}

section#vino .info .swatch {
    margin-top: 10px
}

@media screen and (max-width: 768px) {
    section#vino .info .swatch {
        margin-top: 50px;
        text-align: left
    }
}

section#vino .info .swatch .header {
    display: inline;
    margin-right: 1rem;
    float: center;
    padding-top: .5rem
}

section#vino .info .swatch .swatch-element {
    margin: 0 10px 10px 0;
    position: relative;
    display: inline;
    line-height: 2rem
}

section#vino .info .swatch .swatch-element input {
    display: none;
    border: solid 1px #eaeaea
}

section#vino .info .swatch .swatch-element input:checked+label {
    border: solid 1px #000;
    color: #000;
    font-weight: 600
}

section#vino .info .swatch .swatch-element label {
    padding: .5rem 1.3rem;
    border: solid 1px #eaeaea
}

section#vino .info .swatch .swatch-element label:hover {
    cursor: pointer
}

section#vino .info .swatch .rating {
    width: 240px;
    height: 40px;
    padding-top: 1rem;
    text-align: right;
    float: right
}

section#vino .info .caracteristicas {
    margin: 30px 0 10px
}

section#vino .info .caracteristicas .caracteristica {
    display: inline-block;
    vertical-align: top;
    width: 45%
}

@media screen and (max-width: 768px) {
    section#vino .info .caracteristicas .caracteristica {
        width: 100%;
        margin-bottom: 0
    }
}

section#vino .info .caracteristicas .caracteristica h5 {
    background-image: url(info-bg.png);
    background-repeat: repeat-x;
    background-position: -10% 70%;
    background-size: 13px 13px;
    height: 27px;
    vertical-align: top !important
}

section#vino .info .caracteristicas .caracteristica h5 span {
    font-size: 22px;
    margin-right: 5px;
    vertical-align: top !important
}

section#vino .info .caracteristicas .caracteristica h5 a {
    text-decoration: none
}

section#vino .info .caracteristicas .caracteristica h5 a:hover {
    border-bottom: dashed 1px #000
}

@media screen and (max-width: 768px) {
    section#vino .info .caracteristicas .caracteristica h5 {
        width: 160px !important
    }
}

section#vino .info .caracteristicas .caracteristica a {
    text-decoration: underline
}

@media screen and (max-width: 768px) {
    section#vino .info .caracteristicas .caracteristica p {
        text-align: left
    }
}

section#vino .info .caracteristicas .uvas h5 {
    width: 82px
}

section#vino .info .caracteristicas .maridaje h5 {
    width: 104px
}

section#vino .info .caracteristicas .region h5 {
    width: 87px
}

section#vino .info .caracteristicas .colecciones {
    width: 100%;
    margin: 1rem 0
}

@media screen and (max-width: 768px) {
    section#vino .info .caracteristicas .colecciones {
        text-align: left
    }
}

section#vino .info .caracteristicas .colecciones h5.no-ayuda {
    width: 200px;
    background: none
}

@media screen and (max-width: 768px) {
    section#vino .info .caracteristicas .colecciones h5.no-ayuda {
        text-align: left
    }
}

section#vino .info .caracteristicas .colecciones a {
    margin-right: 1rem !important
}

section#vino .info .caracteristicas .colecciones a.all,
section#vino .info .caracteristicas .colecciones a.frontpage {
    display: none
}

section#vino .info .caracteristicas .bodega h5 {
    width: 93px
}

section#vino .info .caracteristicas .uvas,
section#vino .info .caracteristicas .region {
    margin-left: 30px
}

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

    section#vino .info .caracteristicas .uvas,
    section#vino .info .caracteristicas .region {
        margin-left: 0
    }
}

section#vino .info .agregar .quantity {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: -20px
}

section#vino .info .agregar .quantity .collection-select {
    height: 40px;
    width: auto;
    margin-right: 15px
}

section#vino .info .agregar .quantity .collection-select .selected-style,
section#vino .info .agregar .quantity .collection-select select {
    width: auto;
    padding-right: 20px
}

section#vino .info .agregar .quantity .selector {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    border: 1px solid #000;
    height: 54px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px;
    margin-right: 15px
}

section#vino .info .agregar .quantity .selector .label {
    text-transform: uppercase;
    font-size: 13px;
    padding-right: 10px;
    line-height: 1
}

section#vino .info .agregar .quantity .selector .input,
section#vino .info .agregar .quantity .selector .less,
section#vino .info .agregar .quantity .selector .more {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer
}

section#vino .info .agregar .quantity .selector .input:before,
section#vino .info .agregar .quantity .selector .less:before,
section#vino .info .agregar .quantity .selector .more:before {
    color: #000
}

section#vino .info .agregar .quantity .selector .input {
    width: 50px
}

@media screen and (max-width: 768px) {
    section#vino .info .agregar .quantity a.button {
        width: 65%;
        text-align: center
    }
}

section#vino .info .agregar button.primary {
    width: 300px;
    font-family: MRKpro bold, sans-serif
}

section#vino .info .pago-envio {
    margin-top: 30px
}

@media screen and (max-width: 768px) {
    section#vino .info .pago-envio {
        text-align: center
    }
}

section#vino .info .pago-envio img {
    width: 310px
}

section#vino .info .detalles {
    margin-top: 10px;
    border: solid 1px #eaeaea;
    padding: 2rem 2rem 1rem
}

section#vino .info .detalles div {
    display: inline-block;
    vertical-align: top;
    width: 30%
}

@media screen and (max-width: 768px) {
    section#vino .info .detalles div {
        width: 47%
    }
}

section#vino .info .detalles div p {
    font-family: MRKpro bold, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #0006
}

section#vino .info .detalles div p span {
    font-family: Mukta Vaani, sans-serif;
    margin-left: 15px;
    font-size: 16px;
    text-transform: none;
    color: #000
}

.introtyb {
    margin-top: 0 !important
}

p.disponibilidad {
    margin-top: -2.8rem;
    float: left;
    padding-left: 8.5rem
}

@media screen and (max-width: 768px) {
    p.disponibilidad {
        display: none
    }
}

section#sentidos {
    margin-top: 80px;
    background-color: #f5f5f5;
    position: relative
}

section#sentidos .uvas {
    width: 100%;
    background-image: url(corchos.webp);
    height: 510px;
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative
}

section#sentidos .uvas:after {
    content: "\a";
    position: absolute;
    width: 100%;
    height: 510px;
    top: 0;
    left: 0;
    background: #00000080
}

@media screen and (max-width: 768px) {
    section#sentidos .uvas:after {
        height: 1310px
    }
}

@media screen and (max-width: 768px) {
    section#sentidos .uvas {
        width: 100%;
        height: 1310px
    }
}

section#sentidos .uvas .container-sentidos {
    width: 1180px;
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -590px
}

@media screen and (max-width: 768px) {
    section#sentidos .uvas .container-sentidos {
        width: 90%;
        left: 0;
        position: relative;
        margin: 0 auto;
        text-align: left
    }
}

section#sentidos .uvas .container-sentidos .sentido {
    background-color: #fff;
    width: 350px;
    margin-top: 6rem;
    padding: 2rem 3rem;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 6rem 1rem;
    height: 330px;
    z-index: 3;
    position: relative
}

@media screen and (max-width: 768px) {
    section#sentidos .uvas .container-sentidos .sentido {
        width: 100%;
        text-align: left;
        height: 370px;
        margin: 50px 0 0
    }
}

section#sentidos .uvas .container-sentidos .sentido h3 {
    font-family: MRKpro bold, sans-serif;
    font-size: 1.9rem
}

section#sentidos .uvas .container-sentidos .sentido .divider {
    width: 160px;
    height: 2px;
    background-color: #000;
    margin: 2rem 0
}

section#sentidos .uvas .container-sentidos .sentido button {
    position: absolute;
    right: 0
}

section#sentidos .uvas .container-sentidos .sentido p.descripcion {
    height: 105px
}

@media screen and (max-width: 768px) {
    section#sentidos .uvas .container-sentidos .sentido p.descripcion {
        height: 160px
    }
}

section#sentidos .uvas .container-sentidos nav.arrows {
    position: absolute;
    right: 2em;
    bottom: 11rem
}

@media screen and (max-width: 768px) {
    section#sentidos .uvas .container-sentidos nav.arrows {
        bottom: 13rem
    }
}

section#sentidos .uvas .container-sentidos nav.arrows div {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    float: right;
    opacity: .6;
    font-size: 1.5rem;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease
}

section#sentidos .uvas .container-sentidos nav.arrows div:hover {
    opacity: 1;
    cursor: pointer
}

section#sentidos .uvas .container-sentidos nav.arrows .prev {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH"
}

section#relacionados {
    padding: 100px 0 50px;
    text-align: center
}

section#relacionados h3 {
    font-size: 3rem;
    font-family: MRKpro bold, sans-serif;
    margin: 0 0 3rem;
    letter-spacing: -1px
}

@media screen and (max-width: 768px) {
    section#relacionados h3 {
        font-size: 2.3rem;
        line-height: 2.6rem
    }
}

section#relacionados div#relacionados,
section#relacionados #cbb-also-bought-box {
    padding: 0;
    position: relative
}

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

    section#relacionados div#relacionados,
    section#relacionados #cbb-also-bought-box {
        padding: 3rem 0 0
    }
}

section#relacionados div#relacionados a.explorar,
section#relacionados #cbb-also-bought-box a.explorar {
    line-height: 9rem
}

section#grid-productos {
    padding: 100px 0
}

@media screen and (max-width: 768px) {
    section#grid-productos div.container {
        padding: 0 !important
    }
}

@media screen and (max-width: 768px) {
    section#grid-productos {
        padding: 40px 0
    }
}

div.card {
    border: solid 1px #f5f5f5;
    width: 275px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    height: 460px;
    margin-bottom: 20px;
    background-color: #fff;
    text-align: center;
    position: relative;
    float: left;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease
}

div.card div.foto {
    height: 270px;
    position: relative
}

@media screen and (max-width: 768px) {
    div.card div.foto {
        height: 180px
    }
}

div.card div.foto .pais {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 1.4rem;
    z-index: 3
}

div.card div.foto img {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 220px
}

@media screen and (max-width: 768px) {
    div.card div.foto img {
        height: 130px
    }
}

div.card span.tags {
    position: absolute;
    top: 1rem;
    right: 0
}

div.card span.tags .tag {
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    height: 25px;
    padding: 0 .7rem 3px 1rem;
    display: block;
    width: auto;
    background-size: 116px 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;
    font-weight: 700
}

div.card span.tags .tag.new {
    background-image: url(tag-nuevo.svg)
}

div.card span.tags .tag.offer {
    background-image: url(tag-oferta.svg)
}

div.card div.detalles {
    height: 190px;
    padding: 1rem;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

@media screen and (max-width: 768px) {
    div.card div.detalles {
        padding: 0;
        height: auto
    }
}

div.card div.detalles p.precio {
    font-size: 1rem;
    font-family: MRKpro bold, sans-serif
}

div.card div.detalles p.precio span {
    font-family: MRKpro medium, sans-serif;
    text-decoration: line-through;
    opacity: .4;
    margin-right: 15px
}

div.card div.detalles p.nombre {
    font-family: MRKpro bold, sans-serif;
    font-size: 1.5rem;
    margin: 0;
    line-height: 0
}

@media screen and (max-width: 768px) {
    div.card div.detalles p.nombre {
        font-size: 1.1rem;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 1rem
    }
}

div.card div.detalles form div.hidden {
    display: none
}

div.card div.detalles form input[type=submit] {
    background-color: #fff;
    color: #000;
    margin: 2rem auto 0;
    border: solid 1px #fff;
    display: none;
    width: 220px
}

div.card:hover {
    cursor: pointer
}

div.card:hover div.detalles {
    background-color: #000;
    color: #fff;
    padding-bottom: .15rem
}

div.card:hover div.detalles form div.hidden {
    display: none
}

div.card:hover div.detalles form input[type=submit] {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 3rem
}

@media screen and (max-width: 768px) {
    div.card:hover div.detalles form input[type=submit] {
        padding: .5rem;
        margin-top: 0
    }
}

div.card:hover div.detalles div.uvas {
    display: none
}

@media screen and (max-width: 768px) {
    div.card {
        width: 50%;
        min-width: 175px;
        margin: 0;
        min-height: 320px;
        height: auto
    }
}

h5.ayuda {
    background-image: url(info-bg.png);
    background-repeat: repeat-x;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-position: -10% 70%;
    background-size: 13px 13px;
    height: 27px;
    vertical-align: top !important;
    text-transform: none;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 2.5rem;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%)
}

@media screen and (max-width: 768px) {
    h5.ayuda {
        bottom: -3rem
    }
}

h5.ayuda span {
    font-size: 22px;
    margin-right: 5pxsplacj;
    vertical-align: bottom
}

section#circulo,
section#tienda {
    background-color: #000;
    color: #fff;
    height: 500px;
    text-align: left;
    position: relative
}

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

    section#circulo,
    section#tienda {
        height: auto
    }

    section#circulo img.logo-circulo,
    section#tienda img.logo-circulo {
        margin-top: 70px !important
    }
}

section#circulo img.logo-circulo,
section#tienda img.logo-circulo {
    margin-top: 150px
}

section#circulo p,
section#tienda p {
    width: 500px;
    line-height: 1.3rem;
    margin: 1rem 0
}

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

    section#circulo p,
    section#tienda p {
        width: 100%
    }
}

section#circulo a.button,
section#tienda a.button {
    background-color: #ffc5b7;
    color: #000;
    margin-top: 3.5rem;
    line-height: 5rem;
    width: 220px;
    padding: 1rem 5rem !important
}

section#circulo div.botellas,
section#circulo .beber-vino,
section#tienda div.botellas,
section#tienda .beber-vino {
    width: 40%;
    height: 500px;
    background-color: #ffc5b7;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 500px 500px;
    background-repeat: no-repeat;
    background-position: center center
}

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

    section#circulo div.botellas,
    section#circulo .beber-vino,
    section#tienda div.botellas,
    section#tienda .beber-vino {
        width: 100%;
        height: 400px;
        position: relative;
        margin-top: 3rem
    }
}

section#circulo .botellas,
section#tienda .botellas {
    background-image: url(../assets/botellas.webp)
}

section#circulo .beber-vino,
section#tienda .beber-vino {
    background-image: url(../assets/winess.webp);
    background-size: cover;
    background-position: center 0%
}

section#tienda {
    background-color: #fff;
    color: #000 !important
}

section#tienda a.button {
    background-color: #000 !important;
    color: #fff
}

section#tienda img.logo-circulo {
    width: 550px
}

@media screen and (max-width: 768px) {
    section#tienda img.logo-circulo {
        width: 90%;
        margin-top: 2rem !important
    }
}

section#pretexto.headerScroll {
    height: 496px !important
}

section.prevScroll.headerScroll {
    padding-top: 156px
}

section#pretexto {
    height: 340px;
    position: relative;
    background-size: cover;
    background-position: center center
}

@media screen and (max-width: 768px) {
    section#pretexto {
        height: 420px
    }
}

section#pretexto div.transparencia {
    background-color: #0006;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

section#pretexto div.banner {
    position: relative;
    z-index: 2
}

section#pretexto div.banner h2 {
    color: #fff;
    margin-top: 2.5rem;
    font-size: 3.7rem
}

@media screen and (max-width: 768px) {
    section#pretexto div.banner h2 {
        line-height: 3rem
    }
}

section#pretexto div.banner p {
    color: #fff;
    width: 550px;
    margin: 0rem auto;
    font-size: 1.2rem
}

@media screen and (max-width: 768px) {
    section#pretexto div.banner p {
        width: 100%
    }
}

section#pre-related {
    background-color: #f5f5f5;
    padding: 100px 0 70px
}

section#pre-related div.card-pretexto {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    margin: 1rem;
    position: relative;
    height: 455px
}

@media screen and (max-width: 768px) {
    section#pre-related div.card-pretexto {
        width: 90%;
        height: 500px
    }
}

section#pre-related div.card-pretexto div.transparencia {
    height: 200px;
    width: 100%;
    background-color: #0006;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease
}

section#pre-related div.card-pretexto div.foto {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center center
}

section#pre-related div.card-pretexto div.info {
    padding: 3rem 3rem 2rem;
    text-align: left
}

@media screen and (max-width: 768px) {
    section#pre-related div.card-pretexto div.info {
        padding: 2rem 2rem 1rem
    }
}

section#pre-related div.card-pretexto div.info h4 {
    font-family: MRKpro bold, sans-serif;
    font-size: 1.7rem
}

@media screen and (max-width: 768px) {
    section#pre-related div.card-pretexto div.info h4 {
        line-height: 1.9rem
    }
}

section#pre-related div.card-pretexto div.info .divider {
    width: 160px;
    height: 2px;
    background-color: #000;
    margin: 2rem 0
}

section#pre-related div.card-pretexto div.info p {
    font-size: 1.1rem
}

section#pre-related div.card-pretexto div.info p.ver-todos {
    text-align: right;
    font-family: MRKpro bold, sans-serif;
    margin-top: 2rem;
    position: absolute;
    bottom: 1.5rem;
    right: 3rem
}

section#pre-related div.card-pretexto div.info a:hover {
    text-decoration: underline
}

section#pre-related h3 {
    font-size: 3rem;
    line-height: 2rem;
    margin-bottom: 3rem
}

@media screen and (max-width: 768px) {
    section#pre-related h3 {
        font-size: 2rem
    }
}

footer {
    padding: 3rem 0;
    text-align: left;
    height: 300px;
    border-top: solid 1px #eaeaea
}

@media screen and (max-width: 768px) {
    footer {
        height: auto
    }
}

footer .emblema,
footer .nosotros,
footer .ayuda,
footer .social {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin-right: 40px
}

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

    footer .emblema,
    footer .nosotros,
    footer .ayuda,
    footer .social {
        width: 40%;
        margin: 1rem
    }
}

footer .emblema h4,
footer .nosotros h4,
footer .ayuda h4,
footer .social h4 {
    font-family: MRKpro bold, sans-serif;
    font-size: 1.3rem;
    line-height: 3rem
}

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

    footer .emblema h4,
    footer .nosotros h4,
    footer .ayuda h4,
    footer .social h4 {
        line-height: 1.5rem
    }
}

footer .emblema ul,
footer .nosotros ul,
footer .ayuda ul,
footer .social ul {
    list-style: none
}

footer .emblema ul li,
footer .nosotros ul li,
footer .ayuda ul li,
footer .social ul li {
    margin: 1rem 0
}

footer .emblema a,
footer .nosotros a,
footer .ayuda a,
footer .social a {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease
}

footer .emblema a:hover,
footer .nosotros a:hover,
footer .ayuda a:hover,
footer .social a:hover {
    text-decoration: underline
}

@media screen and (max-width: 768px) {
    footer .emblema {
        width: 100%
    }
}

footer.dark {
    color: #fff;
    background-color: #000
}

footer.dark .emblema img {
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

footer.dark .emblema h4,
footer.dark .nosotros h4,
footer.dark .ayuda h4,
footer.dark .social h4 {
    color: #fff
}

footer.dark .emblema ul,
footer.dark .nosotros ul,
footer.dark .ayuda ul,
footer.dark .social ul {
    list-style: none
}

footer.dark .emblema ul li,
footer.dark .nosotros ul li,
footer.dark .ayuda ul li,
footer.dark .social ul li {
    margin: 1rem 0;
    color: #fff
}

footer.dark .emblema a,
footer.dark .nosotros a,
footer.dark .ayuda a,
footer.dark .social a {
    color: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease
}

footer.dark .emblema a:hover,
footer.dark .nosotros a:hover,
footer.dark .ayuda a:hover,
footer.dark .social a:hover {
    text-decoration: underline
}

section#splash {
    background-color: #fff;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1000
}

@media screen and (max-width: 768px) {
    section#splash {
        z-index: 0
    }
}

section#splash .foto,
section#splash .welcome {
    display: inline-block;
    vertical-align: top;
    height: 100vh
}

section#splash .foto {
    background-image: url(bodega-bg.webp);
    background-size: cover;
    background-position: center center;
    width: 35%;
    background-repeat: no-repeat
}

@media screen and (max-width: 768px) {
    section#splash .foto {
        width: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .06
    }
}

section#splash .welcome {
    width: 550px;
    text-align: left;
    position: relative;
    margin-left: 150px
}

@media screen and (max-width: 768px) {
    section#splash .welcome {
        width: 100%;
        margin-left: 0
    }
}

section#splash .welcome .home {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 400px;
    width: 680px;
    margin: -200px 0 0 -340px
}

@media screen and (max-width: 768px) {
    section#splash .welcome .home {
        width: 90%;
        height: 440px;
        margin: -220px 0 0 -45vw
    }
}

section#splash .welcome .home img {
    width: 200px;
    margin-bottom: 2rem
}

@media screen and (max-width: 768px) {
    section#splash .welcome .home img {
        display: none
    }
}

section#splash .welcome .home h2 {
    font-family: MRKpro black, sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 68px
}

@media screen and (max-width: 768px) {
    section#splash .welcome .home h2 {
        font-size: 50px;
        line-height: 58px
    }
}

section#splash .welcome .home p {
    margin: 1rem 0;
    font-size: 1.1rem
}

section#splash .welcome .home a {
    line-height: 6rem;
    padding: 1rem 5rem;
    vertical-align: middle;
    position: relative
}

@media screen and (max-width: 768px) {
    section#splash .welcome .home a {
        display: none
    }
}

section#splash .welcome .home a span {
    position: absolute;
    right: 3rem;
    top: -.1rem;
    font-size: 23px;
    line-height: 30px;
    padding-top: 1rem
}

section#splash-circulo {
    background-color: #000;
    width: 100%;
    text-align: left
}

section#splash-circulo ul.login-club {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 999
}

section#splash-circulo ul.login-club li a {
    color: #fff
}

section#splash-circulo .foto,
section#splash-circulo .welcome {
    display: inline-block;
    vertical-align: top;
    height: 100vh
}

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

    section#splash-circulo .foto,
    section#splash-circulo .welcome {
        min-height: 720px
    }
}

section#splash-circulo .foto {
    background-image: url(botella.svg);
    background-size: cover;
    background-position: 100% 0%;
    width: 35%;
    background-repeat: no-repeat
}

@media screen and (max-width: 768px) {
    section#splash-circulo .foto {
        width: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .2
    }
}

section#splash-circulo .welcome {
    width: 550px;
    text-align: left;
    position: relative;
    margin-left: 150px
}

@media screen and (max-width: 768px) {
    section#splash-circulo .welcome {
        width: 100%;
        margin-left: 0;
        min-height: 720px
    }
}

section#splash-circulo .welcome .home {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 400px;
    width: 680px;
    margin: -200px 0 0 -340px;
    color: #fff
}

@media screen and (max-width: 768px) {
    section#splash-circulo .welcome .home {
        width: 90%;
        height: 540px;
        margin: -320px 0 0 -45vw
    }
}

section#splash-circulo .welcome .home img {
    width: 200px;
    margin-bottom: 2rem
}

@media screen and (max-width: 768px) {
    section#splash-circulo .welcome .home img {
        width: 150px
    }
}

section#splash-circulo .welcome .home h2 {
    font-family: MRKpro black, sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 68px
}

@media screen and (max-width: 768px) {
    section#splash-circulo .welcome .home h2 {
        font-size: 40px;
        line-height: 50px
    }
}

section#splash-circulo .welcome .home p {
    margin: 1rem 0;
    font-size: 1.1rem;
    width: 480px
}

@media screen and (max-width: 768px) {
    section#splash-circulo .welcome .home p {
        width: 100%
    }
}

section#splash-circulo .welcome .home a {
    line-height: 6rem;
    padding: 1rem 5rem;
    vertical-align: middle;
    position: relative
}

section#splash-circulo .welcome .home a span {
    position: absolute;
    right: 3rem;
    top: -.1rem;
    font-size: 23px;
    line-height: 30px;
    padding-top: 1rem
}

@media screen and (max-width: 768px) {
    section#splash-circulo .welcome .home a {
        padding: 1rem 3rem;
        width: 100% !important
    }

    section#splash-circulo .welcome .home a span {
        display: none
    }
}

section#membresia {
    color: #fff;
    height: 80vh;
    padding: 0
}

@media screen and (max-width: 768px) {
    section#membresia {
        min-height: 730px
    }
}

section#membresia h3 {
    line-height: 8rem
}

section#membresia p {
    width: 650px;
    margin: 0 auto 2rem
}

@media screen and (max-width: 768px) {
    section#membresia p {
        width: 100%
    }
}

section#membresia div.corchos {
    height: 80vh;
    width: 100%;
    background-image: url(corchos.png);
    background-size: cover;
    position: relative
}

section#membresia div.corchos div.transparencia {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 380px
}

section#membresia div.corchos div#que-es {
    position: relative;
    z-index: 6;
    padding-top: 6rem
}

section#pretextos {
    padding: 100px 0
}

@media screen and (max-width: 768px) {
    section#pretextos {
        padding: 30px 0
    }
}

section#pretextos h3 {
    line-height: 3rem
}

section#pretextos p.subtitulo {
    font-size: 1.1rem;
    margin: 2rem 0
}

@media screen and (max-width: 768px) {
    section#pretextos a.button {
        line-height: 90px
    }
}

section#pretextos div.full {
    height: 480px !important
}

section#pretextos div.full div.foto {
    padding: 0;
    height: 190px;
    overflow: hidden
}

section#pretextos div.full div.foto img {
    width: 100%
}

section#pretextos div.full div.foto:after {
    content: "\a";
    position: absolute;
    width: 100%;
    height: 190px;
    top: 0;
    left: 0;
    background: #00000080
}

section#pretextos div.pretextos-gp {
    padding: 0;
    width: 340px;
    display: inline-block;
    vertical-align: top;
    margin: 1rem 1rem 4rem;
    text-align: left;
    position: relative;
    height: 515px;
    border: solid 1px #f5f5f5
}

@media screen and (max-width: 768px) {
    section#pretextos div.pretextos-gp {
        margin: 0
    }
}

section#pretextos div.pretextos-gp div {
    background-color: #fff;
    padding: 1.3rem
}

section#pretextos div.pretextos-gp div h4 {
    font-family: MRKpro bold, sans-serif;
    font-size: 1.7rem;
    margin-top: 10px
}

section#pretextos div.pretextos-gp div div.divider {
    width: 160px;
    height: 2px;
    background-color: #000;
    margin: 2rem 0;
    padding: 0
}

section#pretextos div.pretextos-gp div p {
    font-size: 1rem
}

section#pretextos div.pretextos-gp div p.ver-todos {
    text-align: right;
    font-family: MRKpro bold, sans-serif;
    margin-top: 2rem;
    position: absolute;
    bottom: 1rem;
    right: 3rem
}

section#pretextos div.pretextos-gp div a {
    text-align: center
}

section#pretextos div.pretextos-gp div a div {
    height: 80px;
    margin-bottom: 1rem;
    background-image: url(contemplar-thumb.webp);
    background-size: cover;
    position: relative;
    z-index: 0;
    border-radius: 5px
}

section#pretextos div.pretextos-gp div a div div.transparencia {
    background-image: none;
    background-color: #00000080;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease
}

section#pretextos div.pretextos-gp div a div div.transparencia:hover {
    background-color: #0000004d
}

section#pretextos div.pretextos-gp div a div span {
    color: #fff;
    padding: 1rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    border-radius: 5px;
    font-family: MRKpro bold, sans-serif;
    font-size: 1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    width: 250px
}

section#pretextos div.pretextos-gp div a:hover {
    cursor: pointer
}

section#pretextos div.pretextos-gp a.button {
    padding: 1rem 4rem;
    line-height: 6rem
}

section#quote {
    background-color: #f5f5f5;
    padding: 80px 0 50px
}

section#quote h3 {
    font-family: MRKpro black, sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 68px;
    width: 960px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    section#quote h3 {
        width: 90%;
        font-size: 45px;
        line-height: 50px
    }
}

section#quote .comillas {
    line-height: 120px
}

@media screen and (max-width: 768px) {
    section#quote .comillas {
        line-height: 90px
    }
}

section#values {
    padding: 100px 0
}

section#values h3 {
    margin-bottom: 5rem
}

@media screen and (max-width: 768px) {
    section#values h3 {
        margin-bottom: 3rem
    }
}

section#values div.value {
    border: solid 1px #f5f5f5;
    padding: 2rem 1rem;
    width: 280px;
    display: inline-block;
    vertical-align: top;
    margin: 1rem 2.5rem;
    position: relative;
    height: 400px
}

@media screen and (max-width: 768px) {
    section#values div.value {
        width: 80%;
        height: auto;
        margin: 1rem
    }
}

section#values div.value img {
    height: 120px
}

section#values div.value h4 {
    font-family: MRKpro bold, sans-serif;
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin: 2rem 0
}

section#precio {
    padding: 0 0 100px
}

section#precio p {
    color: #fff;
    margin-bottom: 3rem;
    margin-top: 2rem
}

section#precio img {
    width: 100%
}

@media screen and (max-width: 768px) {
    section#precio img {
        width: 100%;
        margin-left: -6%;
        max-width: 100% !important
    }
}

section#precio h4 {
    font-size: 1.8rem;
    color: #fff;
    line-height: 6rem;
    font-family: MRKpro bold, sans-serif;
    font-weight: 400
}

@media screen and (max-width: 768px) {
    section#precio h4 {
        line-height: 2.4rem;
        width: 90%;
        margin: 2rem auto 0;
        font-size: 2rem
    }
}

section#precio h4 span {
    color: #ffc5b7
}

section#precio a.button {
    background-color: #fff;
    color: #000;
    padding: 1rem 3rem;
    line-height: 3rem
}

section#precio .mitad {
    display: inline-block;
    vertical-align: top;
    width: 45%
}

@media screen and (max-width: 768px) {
    section#precio .mitad {
        width: 90%;
        margin-bottom: 4rem
    }
}

section#values.white {
    padding: 100px 0
}

@media screen and (max-width: 768px) {
    section#values.white {
        padding: 50px 0
    }
}

section#values.white h3 {
    margin-bottom: 5rem;
}

section#values div.value {
    border: solid 1px #404040;
    padding: 2rem 1rem;
    width: 280px;
    display: inline-block;
    vertical-align: top;
    margin: 1rem 2.5rem;
    position: relative;
    height: 400px;
}

@media screen and (max-width: 768px) {
    section#values div.value {
        width: 80%;
        height: auto;
        margin: 1rem
    }
}

section#values div.value img {
    height: 120px
}

section#values div.value h4 {
    font-family: MRKpro bold, sans-serif;
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin: 2rem auto;
    width: 80%
}

section#expertos {
    padding: 0 0 100px;
}

section#expertos h3 {
    margin: 3rem 0 1rem
}

section#expertos p.subtitulo {
    margin-bottom: 3rem
}

section#expertos div.consejo {
    padding-bottom: 100px
}

section#expertos div.consejo div.experto {
    color: #fff;
    width: 400px;
    margin: 0 2rem 7rem;
    padding: 50px;
    height: 560px;
    background-image: url(valentina.webp);
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 5px
}

@media screen and (max-width: 768px) {
    section#expertos div.consejo div.experto {
        width: 90%;
        max-width: 400px;
        height: 620px !important;
        margin: 0 auto
    }
}

section#expertos div.consejo div.experto div.info {
    background-image: url(gradient-experto.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 560px;
    width: 100%;
    padding-top: 25rem;
    padding: 22rem 2rem 3rem;
    text-align: left
}

@media screen and (max-width: 768px) {
    section#expertos div.consejo div.experto div.info {
        height: 620px !important
    }
}

section#expertos div.consejo div.experto div.info h3 {
    font-family: MRKpro bold, sans-serif;
    font-size: 1.9rem;
    margin-bottom: 2.5rem
}

section#expertos div.consejo div.experto div.info .divider {
    width: 160px;
    height: 2px;
    background-color: #fff;
    margin: 2rem 0
}

section#expertos div.consejo div.experto div.info p {
    font-size: 1rem
}

.slick-slide:focus {
    outline: none
}

.slick-dots {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.slick-dots li {
    display: inline
}

.slick-dots li button {
    background: #ccc;
    text-indent: -9999px;
    border: none;
    width: .6rem;
    height: .75rem;
    margin: 1rem .7rem;
    opacity: .5
}

.slick-dots .slick-active {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.slick-dots .slick-active button {
    background: #ffc5b7;
    opacity: 1 !important
}

.slick-dots .slick-active button:active,
.slick-dots .slick-active button:focus {
    outline: none
}

section#intro-tyb {
    background-color: #f5f5f5;
    color: #000;
    padding: 100px 0
}

@media (max-width: 568px) {
    section#intro-tyb {
        padding: 60px 0
    }
}

section#intro-tyb div.aprende,
section#intro-tyb div.que-es {
    display: inline-block;
    vertical-align: top
}

section#intro-tyb div.aprende {
    height: 280px;
    width: 550px;
    text-align: right;
    padding-right: 5rem
}

@media (max-width: 568px) {
    section#intro-tyb div.aprende {
        width: 100%;
        height: 230px
    }

    section#intro-tyb div.aprende img {
        width: 200px !important
    }
}

section#intro-tyb div.aprende img {
    width: 310px
}

section#intro-tyb div.que-es {
    width: 600px;
    background-color: #fff;
    padding: 4rem;
    text-align: left;
    height: 280px
}

@media (max-width: 568px) {
    section#intro-tyb div.que-es {
        height: auto;
        width: 100%;
        padding: 3rem 2rem
    }
}

section#intro-tyb div.que-es p {
    margin: 3rem auto 0;
    width: 100%
}

@media screen and (max-width: 768px) {
    section#archivo {
        padding: 90px 0 60px
    }
}

section#archivo div.sidebar,
section#archivo section#grid-productos {
    padding-top: 50px;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

section#archivo div.sidebar {
    width: 230px
}

@media screen and (max-width: 768px) {
    section#archivo div.sidebar {
        display: none
    }
}

section#archivo div.sidebar img {
    width: 220px
}

section#archivo section#grid-productos {
    width: 900px;
    margin-left: 40px
}

@media screen and (max-width: 768px) {
    section#archivo section#grid-productos {
        width: 100%;
        margin-left: 0
    }
}

section#archivo section#grid-productos div.titulo,
section#archivo section#grid-productos div.ordenar,
section#archivo section#grid-productos div.ordenar-vinos {
    display: inline-block;
    vertical-align: middle;
    width: 50%
}

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

    section#archivo section#grid-productos div.titulo,
    section#archivo section#grid-productos div.ordenar,
    section#archivo section#grid-productos div.ordenar-vinos {
        width: 90%;
        margin-left: 1rem
    }
}

section#archivo section#grid-productos div.titulo h2 {
    line-height: 2.8rem
}

@media screen and (max-width: 768px) {
    section#archivo section#grid-productos div.titulo h2 {
        line-height: 2.2rem
    }
}

section#archivo section#grid-productos div.ordenar-vinos {
    float: right;
    padding-top: 1rem
}

section#archivo section#grid-productos div.ordenar {
    border: 1px solid #000;
    position: relative;
    width: 240px;
    padding: .8rem 1rem;
    background: none;
    color: #000;
    outline: none;
    cursor: pointer;
    background-image: url(dropdown-down.svg);
    background-position: 93% 47%;
    background-repeat: no-repeat;
    margin-left: 20%
}

@media screen and (max-width: 768px) {
    section#archivo section#grid-productos div.ordenar {
        margin-left: 1rem;
        margin-bottom: 2rem
    }
}

section#archivo section#grid-productos div.ordenar label,
section#archivo section#grid-productos div.ordenar select {
    display: inline-block;
    vertical-align: top
}

section#archivo section#grid-productos div.ordenar label {
    margin-right: 0;
    font-size: 15px;
    cursor: pointer;
    width: 90px
}

section#archivo section#grid-productos div.ordenar select {
    font-size: 15px;
    cursor: pointer;
    outline: none;
    width: 100px;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    color: #000
}

@media screen and (max-width: 768px) {
    section#archivo section#grid-productos div.listados-de-vinos {
        width: 100%;
        text-align: left;
        padding-left: .75rem;
        margin-left: -.4rem
    }
}

section#error404 {
    height: 100vh;
    position: relative;
    background-image: url(bottle_404.svg);
    background-repeat: no-repeat;
    background-position: 15% 100%
}

@media screen and (max-width: 768px) {
    section#error404 {
        background-size: 40vw auto;
        background-position: 80% 100%
    }
}

section#error404 div.center {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: left;
    padding-left: 15rem
}

@media screen and (max-width: 768px) {
    section#error404 div.center {
        padding-left: 0;
        width: 300px
    }
}

section#error404 div.center h2 {
    font-size: 150px;
    line-height: 7rem
}

@media screen and (max-width: 768px) {
    section#error404 div.center h2 {
        font-size: 100px;
        line-height: 5rem
    }
}

section#error404 div.center p {
    font-size: 25px;
    line-height: 70px;
    font-family: MRKpro bold, sans-serif
}

@media screen and (max-width: 768px) {
    section#error404 div.center p {
        font-size: 20px;
        line-height: 5rem
    }
}

section#cuenta div.header {
    padding: 0;
    text-align: left
}

@media screen and (max-width: 768px) {
    section#cuenta div.header {
        padding: 0 1rem
    }
}

section#cuenta div.header h2 {
    line-height: 9rem
}

section#cuenta div.header ul {
    list-style: none
}

section#cuenta div.header ul li {
    display: inline;
    line-height: 50px;
    padding: 10px;
    border-bottom: solid 3px #fff;
    margin-right: 20px
}

section#cuenta div.header ul li:hover {
    cursor: pointer;
    border-bottom: solid 3px #f5f5f5
}

section#cuenta div.header ul li.active {
    border-bottom: solid 3px #000
}

section#cuenta div.content {
    background-color: #f5f5f5;
    min-height: calc(100vh - 290px);
    padding: 30px 0 60px
}

@media screen and (max-width: 768px) {
    section#cuenta div.content div.container {
        padding: 0;
        overflow: visible
    }
}

section#cuenta div.content h4 {
    font-size: 1.8rem;
    line-height: 6rem;
    font-family: MRKpro bold, sans-serif
}

.customr-container-item .radio input {
    width: 20px
}

.search-container {
    display: table;
    position: relative;
    width: 51px
}

.search-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.search-container *:after,
.search-container *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.search-container *:focus {
    background: #fff;
    color: #000;
    outline: 0
}

.search-icon-btn {
    background-color: #fff;
    display: table-cell;
    height: 50px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    z-index: 2
}

.search-movil {
    display: none
}

@media screen and (max-width: 768px) {
    .search-movil {
        display: block;
        height: 70px
    }
}

.search-movil .input-group .input-group-field {
    width: 87vw
}

.mobile-nav__search .search-bar {
    margin-top: 5px
}

.mobile-nav>.mobile-nav__item {
    text-align: left;
    background-color: #fff
}

.search-input {
    position: absolute;
    right: 0;
    z-index: 1
}

@media screen and (max-width: 768px) {
    .search-input {
        display: none
    }
}

.search-input input.search-bar {
    height: 50px;
    padding: 0;
    width: 50px;
    border: none;
    border-bottom: 2px solid #fff;
    font-family: MRKpro bold, sans-serif;
    font-size: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.search-input input.search-bar:focus {
    padding-left: 10px;
    padding-right: 10px;
    width: 260px;
    border-bottom: 2px solid #000
}

.search-icon-btn {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media screen and (max-width: 768px) {
    .search-icon-btn {
        display: none
    }
}

.search-container:hover>.search-input input.search-bar {
    padding-left: 10px;
    padding-right: 10px;
    width: 260px
}

@media screen and (max-width: 768px) {
    .search-container:hover>.search-input input.search-bar {
        display: none
    }
}

.modal {
    left: 0;
    top: 0;
    height: 100vh;
    background: #00000080;
    text-align: left;
    z-index: 9999
}

.modal header {
    background: #fff;
    font-size: 2rem;
    font-family: MRKpro bold, sans-serif;
    text-align: left;
    padding: 35px 50px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 600px;
    margin: 0 auto;
    margin-top: calc(50vh - 200px);
    background-image: url(glosario.svg);
    background-repeat: no-repeat;
    background-position: 90% 60%;
    background-size: 65px 65px
}

@media screen and (max-width: 768px) {
    .modal header {
        width: 100%;
        padding: 35px 40px 30px
    }
}

.modal header h2 {
    color: #000 !important;
    border-bottom: solid 3px #000;
    padding: 1rem 0
}

.modal header .btn-close {
    position: absolute;
    top: 290px;
    left: 50%;
    font-size: 1rem;
    height: 54px !important;
    background: #000 !important;
    font-weight: 600;
    border: solid 1px #000;
    border-radius: 3px;
    width: 320px;
    margin-left: -160px
}

@media screen and (max-width: 768px) {
    .modal header .btn-close {
        width: 80%
    }
}

.modal section {
    width: 600px !important;
    padding: 0 50px;
    margin: 0 auto;
    background-color: #fff;
    min-height: 250px
}

@media screen and (max-width: 768px) {
    .modal section {
        width: 100% !important;
        padding: 0 40px
    }
}

.ajaxcart__row {
    padding-bottom: 0 !important
}

.drawer--left {
    width: 100vw
}

.drawer--left a {
    text-align: left
}

.drawer {
    max-width: 100%;
    background-color: #fff
}

.drawer--right {
    width: 390px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    -ms-transform: translateX(110%);
    -webkit-transform: translateX(110%);
    transform: translate(110%);
    -webkit-box-shadow: -1px 10px 7px 0 rgba(0, 0, 0, .1);
    box-shadow: -1px 10px 7px #0000001a;
    background: #fff;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    z-index: 999999;
    max-width: 100vw;
    padding: 0
}

.drawer--right footer {
    position: absolute;
    bottom: 0;
    height: 195px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 0 !important
}

.drawer--right.active {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}

.drawer--right .action {
    cursor: pointer
}

.drawer--right .inline-cards {
    width: 100%;
    display: block;
    -webkit-overflow-scrolling: touch
}

.drawer--right .inline-cards .card-checkout {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    padding: 1rem 0
}

.drawer--right .inline-cards .card-checkout:last-child {
    margin-bottom: 0
}

.drawer--right .inline-cards .card-checkout .thumb,
.drawer--right .inline-cards .card-checkout .content,
.drawer--right .inline-cards .card-checkout .controls {
    display: inline-block;
    vertical-align: top
}

.drawer--right .inline-cards .card-checkout .content {
    width: 48%;
    text-align: left
}

.drawer--right .inline-cards .card-checkout .thumb {
    width: 65px;
    height: 85px;
    text-align: center;
    padding: 0
}

.drawer--right .inline-cards .card-checkout img {
    height: 60px
}

.drawer--right .inline-cards .card-checkout:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.drawer--right .inline-cards .card-checkout:hover .controls {
    border: none;
    border-top: none
}

.drawer--right .inline-cards .card-checkout .title {
    font-family: MRKpro bold, sans-serif;
    text-transform: uppercase;
    display: block
}

.drawer--right .inline-cards .card-checkout .collection {
    display: block
}

.drawer--right .inline-cards .card-checkout .price {
    font-family: MRKpro bold, sans-serif
}

.drawer--right .inline-cards .card-checkout .remove {
    color: #eb4659;
    display: block;
    font-family: Mukta Vaani, sans-serif
}

.drawer--right .inline-cards .card-checkout .controls {
    border: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 20%;
    position: static;
    height: auto
}

.drawer--right .inline-cards .card-checkout .controls .ajaxcart__qty {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 96px;
    border: 1px solid #000;
    height: 54px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px
}

.drawer--right .inline-cards .card-checkout .controls .ajaxcart__qty .js-qty__adjust--minus,
.drawer--right .inline-cards .card-checkout .controls .ajaxcart__qty .ajaxcart__qty--minus,
.drawer--right .inline-cards .card-checkout .controls .ajaxcart__qty .js-qty__adjust--plus,
.drawer--right .inline-cards .card-checkout .controls .ajaxcart__qty .ajaxcart__qty--plus {
    border: none !important;
    font-size: .6rem
}

.drawer--right .inline-cards .card-checkout .controls .ajaxcart__qty input,
.drawer--right .inline-cards .card-checkout .controls .ajaxcart__qty textarea,
.drawer--right .inline-cards .card-checkout .controls .ajaxcart__qty select {
    font-size: 1.2rem;
    padding: 0 !important;
    border: none !important
}

.drawer--right .inline-cards .card-checkout .controls:hover {
    background: transparent;
    color: inherit
}

.drawer--right .inline-cards .card-checkout .controls .warning {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-size: 13px;
    letter-spacing: -.1px;
    padding-left: 10px
}

.drawer--right .inline-cards .card-checkout .controls .warning .icon-ic_alerta:before {
    color: #e1a436;
    padding-right: 5px
}

.drawer--right .inline-cards .card-checkout .controls .warning.danger .icon-ic_alerta:before {
    color: #b10320
}

.drawer--right .inline-cards .card-checkout .controls .label {
    font-size: 13px;
    padding-right: 10px;
    line-height: 1
}

.drawer--right .inline-cards .card-checkout .controls .input,
.drawer--right .inline-cards .card-checkout .controls .less,
.drawer--right .inline-cards .card-checkout .controls .more,
.drawer--right .inline-cards .card-checkout .controls .remove {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    font-size: 15px;
    text-align: center;
    cursor: pointer
}

.drawer--right .inline-cards .card-checkout .controls .input {
    width: 20px
}

.drawer--right .summary {
    padding: 10px 25px;
    position: relative;
    -webkit-box-shadow: 0 -10px 7px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 -10px 7px #0000000a;
    background: #f1cac60d;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.drawer--right .summary>.title {
    font-size: 16px;
    letter-spacing: -.2px;
    color: #000;
    font-family: Roboto Condensed, sans-serif
}

.drawer--right .summary>.details {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%
}

.drawer--right .summary>.details .item {
    margin-bottom: 15px;
    line-height: 1.46;
    letter-spacing: -.1px
}

.drawer--right .summary>.details .item span {
    font-size: 1.3rem !important
}

.drawer--right .summary>.details .item.total {
    position: relative;
    color: #000
}

.drawer--right .summary>.details .item.total .label {
    padding-top: 15px
}

.drawer--right .summary>.details .item.total .price {
    padding-top: 15px;
    font-size: 15px
}

.drawer--right .summary>.details .item.total:before {
    top: 0;
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: 2px;
    background: #d9d9d980;
    left: 0;
    right: 0;
    margin: auto
}

.drawer--right .summary>.details .item .label input {
    margin-right: 5px
}

.drawer--right .summary>.details .item .price {
    font-size: 13px;
    letter-spacing: -.2px
}

.drawer--right .summary .button {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px
}

.drawer--right .row.accent .message {
    padding: 0 15px;
    font-size: 16px
}

.drawer--right .row.title {
    padding: 1rem 15px 1rem 0;
    font-size: 16px;
    text-align: right
}

.drawer--right .row.title .name {
    font-family: MRKpro bold, sans-serif;
    font-size: 24px
}

.drawer--right .row.title .ocultar {
    position: absolute;
    left: .5rem;
    width: 52px;
    text-align: center;
    font-size: 1.8rem;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 20% 40%;
    transform: rotate(45deg);
    transform-origin: 20% 40%;
    top: .4rem
}

.drawer--right .row.title .ocultar a {
    font-size: 1.3rem
}

.drawer--right .row.expand {
    padding: 5px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.drawer--right .row.accent {
    background: #f1cbc7;
    padding: 0 5px 5px
}

.drawer--right .row.accent .inline-cards {
    padding-bottom: 0
}

.drawer--right .row.accent .message {
    font-size: 13px;
    color: #000;
    padding-left: 10px
}

.drawer--right header {
    max-height: calc(100vh - 300px);
    line-height: 1.3rem
}

@media (max-width: 768px) {
    .drawer .inline-cards .card {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (max-width: 568px) {
    .drawer {
        width: 100%
    }

    .drawer footer {
        -ms-flex: 0 1 150px;
        -webkit-box-flex: 0;
        flex: 0 1 150px
    }

    .drawer .summary {
        min-height: 1px
    }
}

.js-drawer-open-right .drawer--right {
    -ms-transform: translateX(0px) !important;
    -webkit-transform: translateX(0) !important;
    transform: translate(0) !important;
    border-left: none
}

#cbb-also-bought-box {
    display: none
}

li.cbb-also-bought-product {
    border: solid 1px #f5f5f5;
    width: 275px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    text-align: center;
    position: relative;
    padding: 1rem !important;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease
}

li.cbb-also-bought-product button {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    border: solid 1px #000;
    border-radius: 3px
}

li.cbb-also-bought-product h3.cbb-also-bought-product-name,
li.cbb-also-bought-product .cbb-also-bought-product-price-container {
    margin: 1rem 0 !important;
    font-family: MRKpro bold, sans-serif
}

li.cbb-also-bought-product .cbb-also-bought-product-price-container {
    font-family: Mukta Vaani, sans-serif
}

@media screen and (max-width: 768px) {
    li.cbb-also-bought-product {
        width: 45%;
        min-width: 182px;
        margin: .5rem .25rem;
        min-height: 360px;
        height: auto
    }
}

.js-qty {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 96px;
    border: 1px solid #000;
    height: 54px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px;
    margin-right: 1rem;
    margin-top: 1rem
}

.js-qty .js-qty__adjust--minus,
.js-qty .ajaxcart__qty--minus,
.js-qty .js-qty__adjust--plus,
.js-qty .ajaxcart__qty--plus {
    border: none !important;
    font-size: .6rem
}

.js-qty input,
.js-qty textarea,
.js-qty select {
    font-size: 1.2rem;
    padding: 0 !important;
    border: none !important
}

.modal-prompt {
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px #00000080;
    width: 590px;
    height: auto;
    margin: 0 auto;
    padding: 3rem;
    position: relative;
    top: 25%;
    z-index: 1000000
}

.modal-prompt p,
.modal-prompt h1 {
    color: #232323;
    font-family: Mukta Vaani, sans-serif
}

.modal-prompt h1 {
    font-family: MRKpro bold, sans-serif;
    font-size: 35px
}

#prompt-background {
    background-color: #000000b3;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999
}

.modal-prompt select {
    float: left;
    margin-right: 160px
}

section#page {
    padding: 4rem 0;
    text-align: left
}

@media screen and (max-width: 768px) {
    section#page {
        padding: 0
    }
}

section#page div.container-700 {
    width: 700px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    section#page div.container-700 {
        width: 100%;
        padding: 0 1rem
    }
}

section#page div.container-700 div.divider {
    width: 160px;
    height: 2px;
    background-color: #000;
    margin: 0 0 1rem
}

section#page div.container-700 h1 {
    text-align: left;
    font-family: MRKpro bold, sans-serif;
    font-size: 50px;
    line-height: 65px;
    margin: 2rem 0;
    letter-spacing: -2px
}

@media screen and (max-width: 768px) {
    section#page div.container-700 h1 {
        font-size: 35px;
        line-height: 45px
    }
}

section#page div.container-700 h2 {
    font-size: 30px;
    line-height: 42px;
    margin: 2rem 0
}

@media screen and (max-width: 768px) {
    section#page div.container-700 h2 {
        font-size: 28px;
        line-height: 35px
    }
}

section#page div.container-700 blockquote {
    font-family: Mukta Vaani, sans-serif;
    font-size: 28px;
    font-style: italic;
    letter-spacing: 0
}

@media screen and (max-width: 768px) {
    section#page div.container-700 blockquote {
        font-size: 24px;
        line-height: 30px
    }
}

section#page div.container-700 blockquote p,
section#page div.container-700 blockquote span {
    font-size: 1.5rem
}

section#page div.container-700 p {
    margin: 1rem 0;
    line-height: 1.3rem;
    font-size: 1rem
}

section#page div.container-700 a {
    text-decoration: underline
}

section#page div.container-700 ul {
    margin-bottom: 1rem
}

section#page div.container-700 ul li {
    margin: 0 0 0rem 1rem;
    padding: 0;
    list-style: disc;
    font-size: 1rem
}

section#page div.container-700 img {
    max-width: 100%
}

@media screen and (max-width: 768px) {
    section#page div.container-700 img {
        max-width: 110%;
        width: 110%;
        margin-left: -5%
    }
}

.filter-group h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
    border-bottom: none;
    padding-bottom: 5px;
    padding-right: 45px;
    font-family: MRKpro bold, sans-serif;
    text-transform: uppercase
}

.filter-group li a {
    font-size: 15px
}

.filter-group .collection-count {
    font-size: 15px;
    top: 4px
}

i.check-icon {
    margin-top: 2px
}

.filter-group .collection-container {
    margin-bottom: .7rem
}

.filter-group {
    border-bottom: solid 1px #000;
    padding-bottom: 1rem
}

.refine-header {
    padding-bottom: 0 !important
}

.refine-header h4 {
    text-transform: none;
    font-size: 23px;
    line-height: 23px
}

.filter-clear {
    top: 5px
}

.account {
    min-height: calc(100vh - 95px) !important;
    padding: 5rem 0
}

.account h1,
.account h2,
.account h3 {
    font-family: MRKpro bold, sans-serif;
    font-size: 25px;
    margin: 1rem 0
}

.account input[type=submit] {
    background-color: #000
}

.form-vertical form input {
    font-size: 16px
}

#customer-fields {
    text-transform: uppercase;
    font-size: 10px;
    font-family: MRKpro bold, sans-serif;
    margin: 2rem 0 0 !important;
    text-align: left !important;
    display: inline !important
}

#customer-fields .form-footer {
    border-top: 1px solid rgba(0, 0, 0, 0) !important
}

#customer-fields .form-footer input.button {
    width: 100%
}

#customer-fields .form-footer a {
    display: block;
    font-family: Mukta Vaani, sans-serif;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1rem;
    margin-right: 0;
    text-transform: none
}

.customr-field-radio {
    border: 1px solid rgba(203, 203, 203, .5);
    border-radius: 3px;
    padding: 1rem;
    width: 720px;
    margin-left: -180px;
    margin-bottom: 2rem
}

.customr-field-radio label.customr-control-label {
    font-size: 20px !important;
    text-transform: none !important;
    line-height: 1.5rem !important;
    margin-top: 0 !important;
    display: block !important
}

.customr-field-radio .radio {
    margin-top: 0 !important;
    width: 30%;
    position: relative
}

.customr-field-radio .radio label {
    font-family: Mukta Vaani, sans-serif !important;
    text-transform: none !important;
    font-size: 1rem !important
}

.customr-container-item .h2 {
    width: 720px;
    margin-left: -180px;
    text-align: center
}

.customr-container-item .h2 label {
    font-size: 25px !important;
    font-family: MRKpro bold, sans-serif !important;
    margin: 4rem 0 !important;
    text-transform: none
}

.errors {
    padding: 1rem;
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    max-width: 360px;
    position: fixed;
    font-family: Mukta Vaani, sans-serif;
    text-transform: none;
    font-size: 1rem
}

.errors ul {
    list-style: none !important;
    margin-left: 0 !important;
    text-align: left
}

.form-success {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    max-width: 360px;
    margin-left: 0 !important;
    text-align: center;
    padding: 1rem;
    position: fixed;
    font-family: Mukta Vaani, sans-serif;
    text-transform: none;
    font-size: 1rem
}

.text-link {
    text-decoration: underline;
    text-align: left !important
}

.table-wrap {
    width: 1180px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px
}

@media screen and (max-width: 768px) {
    .table-wrap {
        padding: 0rem;
        width: 100%
    }
}

.table-wrap table.full {
    margin: 0
}

@media screen and (max-width: 768px) {
    .table-wrap table.full {
        overflow-x: scroll !important
    }
}

.table-wrap table.full a {
    font-family: MRKpro bold, sans-serif
}

.table-wrap table.full thead {
    text-transform: uppercase;
    font-family: MRKpro bold, sans-serif;
    font-size: 11px
}

.table-wrap table.full thead td,
.table-wrap table.full thead th {
    padding: 1rem !important;
    border: 0px solid #fff
}

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

    .table-wrap table.full thead td.hide-movil,
    .table-wrap table.full thead th.hide-movil {
        display: none
    }
}

.table-wrap table.full tbody td,
.table-wrap table.full tbody th {
    padding: 1rem !important;
    border: 0px solid #fff
}

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

    .table-wrap table.full tbody td.hide-movil,
    .table-wrap table.full tbody th.hide-movil {
        display: none
    }
}

.table-wrap table.full tbody tr:nth-child(odd) {
    background-color: #f7f7f7
}

.table-wrap table.full tbody tr {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

.table-wrap table.full tbody tr:hover {
    background-color: #eaeaea;
    cursor: pointer
}

header.order div.ocultar {
    width: 52px;
    text-align: center;
    font-size: 1.8rem;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 20% 40%;
    transform: rotate(45deg);
    transform-origin: 20% 40%
}

header.order div.ocultar a {
    font-size: 3rem
}

section#cuenta.pedido {
    padding: 2rem 0 0
}

section#cuenta.pedido div.header h2 {
    line-height: 4rem;
    text-align: center
}

section#cuenta.pedido p {
    text-align: center;
    margin-bottom: 2rem
}

section#cuenta.pedido div.content {
    padding: 5rem 0;
    min-height: auto !important
}

section#cuenta.pedido div.content div.container-700 {
    width: 700px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    section#cuenta.pedido div.content div.container-700 {
        width: 100%
    }
}

section#cuenta.pedido div.content div.container-700 tbody td div.image {
    background-color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: .5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem
}

section#cuenta.pedido div.content div.container-700 tbody td div.image img {
    height: 40px
}

section#cuenta.pedido div.content div.container-700 tfoot td,
section#cuenta.pedido div.content div.container-700 tfoot th {
    padding: .5rem 1rem;
    border: none
}

section#envio {
    background-color: #f7f7f7;
    padding-bottom: 3rem
}

section#envio div.container-700 {
    width: 700px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    section#envio div.container-700 {
        width: 100%
    }
}

section#envio div.container-700 div.facturacion,
section#envio div.container-700 div.envio {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    text-align: left
}

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

    section#envio div.container-700 div.facturacion,
    section#envio div.container-700 div.envio {
        width: 100%;
        margin-left: 1rem
    }
}

section#envio div.container-700 div.facturacion h3,
section#envio div.container-700 div.envio h3 {
    font-size: 23px
}

section#envio div.container-700 div.facturacion p,
section#envio div.container-700 div.envio p {
    text-align: left
}

section#envio div.container-700 div.facturacion h4,
section#envio div.container-700 div.envio h4 {
    font-family: MRKpro bold, sans-serif;
    font-size: 18px
}

#reviews {
    margin-bottom: 6rem !important;
    text-align: left !important
}

#reviews .container-700 {
    width: 700px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    #reviews .container-700 {
        width: 100%
    }
}

#reviews .container-700 h2,
#reviews .container-700 h3 {
    letter-spacing: -1px !important
}

#reviews .container-700 h2 {
    font-size: 35px !important
}

#age-check-prompt {
    top: 15%
}

@media screen and (max-width: 768px) {
    #age-check-prompt {
        width: 100%;
        padding: 5rem 1rem 2rem;
        top: 0;
        height: 100vh;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    #age-check-prompt h1 {
        font-size: 28px
    }

    #age-check-prompt p {
        font-size: 1rem
    }

    #age-check-prompt a {
        margin: 1rem 0
    }
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/style.css.map */