/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
body { /* background:url(../img/fondo.jpg)*/ }
html {
    color: #58595B;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Noto Sans', sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    opacity: .5;
}
audio, canvas, iframe, img, svg, video { vertical-align: middle; }
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea { resize: vertical; }
::-webkit-input-placeholder { /* Edge */
    color: var(--gris);
    opacity:1;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: var(--gris);
    opacity:1;
}

::placeholder {
    color: var(--gris);
    opacity:1;
}
:root {
    --azul: #001b71;
    --verde: #009845;
    --verde-oscuro: #165B3F;
    --celeste: #F0F4FF;
    --gris:#BBBDBF;
}
.verde { color: var(--verde) }
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.half {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
/* ==========================================================================
   Plugins
   ========================================================================== */
/* animacion */
.inline-photo {
    opacity: 0;
    transform: translateY(4em) rotateZ(-5deg);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),
    opacity .3s .25s ease-out;
    will-change: transform, opacity;
}

.inline-photo.is-visible {
    opacity: 1;
    transform: rotateZ(0deg);
}
.position-photo {
    opacity: 0;
    transform: translateY(4em);
    transition: transform 2s .25s cubic-bezier(0,1,.3,1), opacity .3s .25s ease-out;
    will-change: transform, opacity;
}

.position-photo.is-visible {
    opacity: 1;
    transform: translateY(0em);
}
.from-left {
    opacity: 0;
    transform: translateX(-500px);
    transition: transform 2s .25s cubic-bezier(0,1,.3,1),
    opacity .1s .1s ease-out;
    will-change: transform, opacity;
}

.from-left.is-visible {
    opacity: 1;
    transform: translateX(0);
}
.from-right {
    opacity: 0;
    transform: translateX(500px);
    transition: transform 2s .25s cubic-bezier(0,1,.3,1),
    opacity .1s .1s ease-out;
    will-change: transform, opacity;
}

.from-right.is-visible {
    opacity: 1;
    transform: translateX(0);
}
.scale {
    opacity: 0;
    transform: scale(.1);
    transition: transform .8s .25s, opacity .3s .25s ease-out;
    will-change: transform, opacity;
}

.scale.is-visible {
    opacity: 1;
    transform: scale(1);
}
.delay-1 {transition-delay: .1s;}
.delay-2 {transition-delay: .2s;}
.delay-3 {transition-delay: .3s;}
.delay-4 {transition-delay: .4s;}
.delay-5 {transition-delay: .5s;}
.delay-6 {transition-delay: .6s;}
.delay-7 {transition-delay: .7s;}
.delay-8 {transition-delay: .8s;}
.delay-9 {transition-delay: .9s;}
.delay-10 {transition-delay: 1s;}
/* fin animacion */
.slider {
    margin: 0 auto;
    display: block;
    height: auto;
    max-width: 100%;/*! border-bottom: 5px solid #08798C; */
    /*! background: #08798C; */
}
.slider img {
    max-width: 100%;
    height: auto;
    min-width: 100%;
    display: none;
}
.slider .lSSlideOuter img { display: block; }
/* pop up */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 1em auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-img {
    border-top: 30px solid #000;
    border-bottom: 30px solid #000;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 34px;
    height: 34px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close {
    color: #fff;
    -webkit-border-bottoms: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    top: 10px;
    right: 10px;
    opacity: 1;
    line-height: 1em;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: center;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    background:var(--verde);
    -webkit-border-bottoms: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    top: -10px;
    right: 10px;
    opacity: 1;
    line-height: 1em;
    font-size: 2rem
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: center;
}
.white-popup-cupon {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 0px solid #000000;
    background: #fff url(../img/gato.png) no-repeat 10px bottom;
    max-width: 100%;
    width: 450px;
    margin: 0 auto;
    position: relative;
    padding: 25px;
    text-align: center;
}
.white-popup-cupon img {
    max-width: 45%;
}
.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: 1s linear;
    display: none;
}
/* back to top */
.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom:60px;
    right: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: var(--azul) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index:99;
    border-radius:100px;
    -webkit-box-shadow: -4px 4px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -4px 4px 20px 0px rgba(0,0,0,0.2);
    box-shadow: -4px 4px 20px 0px rgba(0,0,0,0.2);
    border:2px solid #fff;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: 1; }
.cd-top:hover {
    background: var(--verde) url(../img/cd-top-arrow2.svg) no-repeat center 50%;
    opacity: 1;
}
/* fin back to top */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header {
    background: #fff;
    display: block;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.09), 0 6px 6px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    height: 121px;
    position: fixed;
    top: 0;
    z-index: 99;
    border-top: 8px solid var(--azul)
}
.wrapper {
    overflow:hidden;
    display:block;
}
main {
    width: 100%;
    margin-top: 121px;
    display: block;
    overflow:hidden;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    display: block;
    clear: both;
    box-sizing: border-box;
    padding: 1rem;
    position:relative;
}
.open_nav {
    display: none;
    background: url(../img/menu.svg) no-repeat center;
    background-size: 100%;
    font-size: 22px;
    cursor: pointer;
    height: 52px;
    width: 52px;
    margin-left: 15px;
}
#mySidenav2 {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: -20px;
    background: #fff;
    background-size: 100% 100%;
    transition: 0.5s;
    color: #6D6E70;
    box-sizing: border-box;
    z-index: 102;
}
header .container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
header h1 {
    max-width: 244px;
    padding: 0;
    margin: 0;
    flex: 0 1 auto;
}
header h1 img {
    width: 100%;
    height: auto;
}
.nav-principal { flex: 0 1 auto; }
.nav-principal ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    align-content: center;
}
.nav-principal li {
    flex: 0 0 auto;


}
.nav-principal a {
    font-weight: bold;
    margin-left: 1.5rem;
    display: block;
    height:40px;
    line-height:40px;
}
.nav-principal .inscribete {
    padding-top:0;
}
.nav-principal a:hover { color: var(--verde) }
.nav-principal li:first-of-type a { margin-left: 0; }
.inscribete {
    color: var(--verde);
    border: 1px solid var(--verde);
    padding:.5rem 1rem;
    border-radius: 8px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    border-radius: 8px;
    text-align:center;
    z-index: 0;
}
.inscribete::after {
    background: var(--verde);
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all .4s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
    opacity: 0;
    border-radius: 7px;
    border: 1px solid var(--verde);
}
.inscribete:hover, .nav-principal a.inscribete:hover { color: #fff; }
.inscribete:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 1;
}
.ingresa {
    color: var(--azul);
    border: 1px solid var(--azul);
    padding:.5rem 1rem;
    border-radius: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 68px!important;
    height: 40px;
    background: url(../img/ingresa.svg) no-repeat center;
    background-size: 35px;
    position: relative;
}
.ingresa::after {
    background: var(--azul);
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
    opacity: 0;
}
.ingresa:hover {
    background: url(../img/ingresa2.svg) no-repeat center;
    background-size: 35px;
}
.ingresa:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 1;
}
footer {
    -webkit-box-shadow: -1px -1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -1px -1px 5px 0px rgba(0,0,0,0.1);
    box-shadow: -1px -1px 5px 0px rgba(0,0,0,0.1);
    overflow:hidden;
}
.footer-content {
    padding: 3em 1rem;
    display: block;
}
.footer-content a {
    margin-bottom:.8rem; display: block; }
.footer-content img { max-width: 90%; }
.footer-content ul { margin-left: 1rem; }
.footer-content .medio{width:45%;}
.footer-content .sesenta {width:59%; display:inline-block; vertical-align: top;}
.footer-content .cuarenta {width:39%;display:inline-block; vertical-align: top;}
.footer-content p {
    margin-right:1rem;
}
.footer-content .caja-circulo { border-right: 1px solid #D0D2D3; }
.footer-content ul li a {
    color: #808184;
    padding-left: 20px;
    background: url(../img/bullet.png) no-repeat left top 3px;
}
.footer-content .logo-syngenta {
    margin:0 auto 2rem auto;
    display:block;
    width:200px;
}
.azul {
    color: var(--azul);
}
.azul-bg {
    background: var(--azul);
    padding:.5rem;
    text-align: center;
    color: #fff;
    display:block;
    clear:both;
}
.cupones-destacados {
    min-width: 100%;
    clear: both;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*! margin: 1rem 0; */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    align-content: space-around
}
.cupones-destacados li {
    display: inline-block;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 23.5%;
    -ms-flex: 0 1 23.5%;
    flex: 0 1 22.5%;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: all .5s;
    background: #fff;
    margin-bottom: 2em;
    background: #FFFFFF;
    text-align: left;
    cursor: pointer;
    transition: all .5s;
    border-radius: 20px;
    padding-bottom: 60px;
    padding:0 1rem .5rem 1rem;
    transition: all .3s;
    margin: 16px;
}
.cupones-destacados .especial small {
    display:block;
    height:42px
}

.parent {
    margin-top:-20px;
}
.parent .cupones-destacados li.titular {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1  %;
    background: none!important;
    color:#b3bf17!important;
    margin: 1em;
    background: #FFFFFF;
    text-align: center;
    cursor: default;
    transform: scale(1);
    padding:0;
}
.cupones-destacados li.titular h3, h3.titular {
    margin:0;
    padding:0;
    font-size:1.5rem;
    font-weight:bold!important;
    color:#708224;
    border-bottom:2px solid #708224;
    padding-bottom:15px;
}
.cupones-destacados li.titular:hover {
    box-shadow: none;
    transform: scale(1);
}

.nuevo {
    background:#F9B000;

    color:#fff;
    /*! line-height:60px; */
    border-radius:60px;
    position:absolute;
    left:10px;
    top:10px;
    text-align:center;
    z-index:9;
    padding:2px 5px;
}
.cupones-destacados li:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); }
.cupones-destacados img {
    max-width: 100%;
    height: auto;
    transition: all .5s;
    margin-bottom: 8px;
}
.cupones-destacados li:hover { transform: scale(1.05); }
.cupones-destacados li:hover img { transform: rotate(5deg); }
.bg-celeste {
    background: var(--celeste);
    padding: 2rem 0;
}
.bg-verde {
    background: var(--verde);
    padding: 2rem 0;
}
.bg-verde.como-canjear {
    color: #fff;
    font-size: 1.5rem;
    padding: 4rem 0;
    display: block;
}
.como-canjear h3 {
    font-size: 4rem;
    line-height: 1.2em;
    margin-top: 0;
}
.como-canjear .pasos { padding-left: 50px; }
.como-canjear .pasos li {
    position: relative;
    margin-bottom: 1em;
}
.como-canjear .pasos span {
    margin:0 auto;
    background: var(--azul);
    width: 32px;
    height:32px;
    display: block;
    text-align: center;
    border-radius: 30px;
    line-height:32px;
    position:absolute;
    left:-45px
}

.como-canjear .medio span {
    margin:0 auto;
    background: var(--azul);
    width: 32px;
    height:32px;
    display: block;
    text-align: center;
    border-radius: 30px;
    line-height:32px;
    position:relative;
    left:0!important;
}

.btn-linea-blanca {
    color: #fff;
    border: 1px solid #fff;
    padding:.5rem 2rem;
    border-radius: 8px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden!important;
    border-radius: 8px;
    z-index: 99
}
.btn-linea-blanca::after {
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
    border: 1px solid #fff;
    border-radius: 7px;
}
.btn-linea-blanca:hover, .btn-linea-blanca:hover { color: var(--verde); }
.btn-linea-blanca:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.bolas {
    padding: 2rem 0;
    font-size: 1.5rem;
    position:relative;
}

.bolas:nth-child(2) {
    margin-top:-30px;
    padding-top:6rem;
}
.bolas h2 {
    color: var(--azul);
    font-size: 3rem;
    line-height:1.1em;
}
.bolas h4 {
    color: var(--azul);
    font-weight: normal;
    font-size:1.4rem;
}
.bolas h4 strong {
    font-size:1.4rem;
}
.bolas .inscribete {
    font-size:1.4rem;
}
.circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.circle li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    animation: animate 25s linear infinite;
    bottom:-150px;
}
.circle li.blue {border:1px solid  #009845 }
.circle li.red { background:#7F99BF; }
.circle li.green { background:#D2F7E8; }
.circle li.yellow { border:1px solid #001b71; }
.circle li:nth-child(1) {
    left:25%;
    height:80px;
    width:80px;
}
.circle li:nth-child(2) {
    left:10%;
    height:20px;
    width:20px;
    animation-delay:2s;
    animation-duration: 12s;
}
.circle li:nth-child(3) {
    left:30%;
    height:80px;
    width:80px;
    animation-delay:4s;
    animation-duration: 12s;
}
.circle li:nth-child(4) {
    left:70%;
    height:60px;
    width:60px;
    animation-delay:0s;
    animation-duration: 18s;
}
.circle li:nth-child(5) {
    left:65%;
    height:20px;
    width:20px;
    animation-delay:0s;
    animation-duration: 12s;
}
.circle li:nth-child(6) {
    left:75%;
    height:80px;
    width:80px;
    animation-delay:3s;
    animation-duration: 12s;
}
.circle li:nth-child(7) {
    left:94%;
    height:120px;
    width:120px;
    animation-delay:4s;
    animation-duration: 12s;
}
.circle li:nth-child(8) {
    left:20%;
    height:50px;
    width:50px;
    animation-delay:1s;
    animation-duration: 12s;
}
.circle li:nth-child(9) {
    left:-1%;
    height:100px;
    width:100px;
    animation-delay:2s;
    animation-duration: 12s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
    }
}
.bg-celeste h2 {
    font-size: 2.5rem;
    margin-bottom:2rem;
}
.titulo-cupon {
    font-weight: bold; text-transform:uppercase;
    font-size:13px;
    height:56px;
}
.titulo-cupon-especial {
    font-weight: bold; text-transform:uppercase;
    font-size:13px;
    height:36px;
}
.puntos {
    font-size: 3rem;
    color: var(--azul);
    font-weight: bold;
    line-height: 1.1em;
    /*border:2px solid green; */
    display:inline-block;
}
.puntos small {
    font-size:18px;
    margin:0; padding:0;
    line-height:1rem;
}
.especial .puntos {
    font-size:1.45rem;
    margin-bottom:.5rem;
    height:60px;
    font-weight:700;
}
.puntos-syngenta {
    font-size: 1.2rem;
    color: var(--azul);
    font-weight: bold;
    /* border:2px solid orange;*/
    line-height:1.1rem;
    display:inline-block;
}
.puntos-syngenta small {

}
.botones-caluga {
    margin: 20px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.botones-caluga a {
    width: 48%;
    display: inline-block;
    background: red;
    border-radius: 8px;
    padding:.5rem;
    text-align: center;
    color: #fff;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    height:40px;;
}
.botones-caluga .agregar {
    background: var(--verde);
    border-bottom: 4px solid var(--verde);
}
.botones-caluga .agregar:after {
    content: '';
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    background: url(../img/carrito.svg) no-repeat center;
    background-size: 100%;
    vertical-align: bottom;
    margin-left: .5em;
}
.botones-caluga .agregar:hover { border-bottom: 4px solid #06ED8A; }
.botones-caluga .ver-mas {
    background: var(--azul);
    border-bottom: 0 solid var(--azul);
}
.botones-caluga .ver-mas:hover { border-bottom: 4px solid #2676F7; }
.botones-caluga .ver-mas:hover, .botones-caluga .agregar:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transform: translate(0, -6px)
}
.btn-linea-azul {
    color: var(--azul);
    border: 1px solid var(--azul);
    padding:.5rem 2rem;
    border-radius: 8px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}
.btn-linea-azul:after {
    background: var(--azul);
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all .4s;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
    opacity: 0;
    border-radius: 7px;
    border: 1px solid var(--azul);
    display: block;
}
.btn-linea-azul:hover { color: #fff; }
.btn-linea-azul:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 1;
}
.banners-syngenta a {
    margin: 1rem 0;
    display: block;
}
.banners-syngenta a img {
    width: 100%;
    height: auto;
}
.distribuidores h2 {
    font-size: 3rem;
    line-height: 1em;
    margin-top:2rem!important;;
}
.logos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: auto;
    align-content: start
}
.logos li {
    flex: 0 1 16%;
    margin-bottom:2rem;
}
.logos li a {
    display: block;
    text-align: center;
}
.logos li img {
    width: 80%;
    height: auto;
}
.videos-circulo .video {
    width: 97%;
    display: block;
    position: relative;
    height: 350px;
    border: 1px solid #ccc;
    overflow:hidden;
    margin-bottom:1rem;
}
.videos-circulo .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
}
.videos-circulo .video h2 {
    margin-top:0;
}
.como-canjear h2 {
    font-size:1.8rem;
}
.sidebar {
    position: fixed;
    z-index: 999!important;
    right: 0;
    width: 350px;
    height: 100vh;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    top:0;
}
.sidebar.sidebar-view { transform: translateX(0); }
.sidebar h2 {
    margin: 0;
    padding: 16px 16px 0px 16px;
    font-size: 24px;
}
.sidebar h4 {
    margin: 0;
    padding: 0 16px;
    font-size: 16px;
}
.sidebar .tabla-productos { font-size: .75em; }
.sidebar .tabla-productos input[type="number"] { font-size: 1em; width:48px; height:30px;}
.sidebar .tabla-productos input[type="number"]:disabled { color:#999; background: #ececec; border:1px solid #ccc; }
.sidebar .tabla-productos p { margin: 0; }
.sidebar .contenedor-tabla {
    margin: 1em;
    height: 63vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.sidebar .contenedor-tabla.vacio {
    background: url(../img/caja-gris.jpg) no-repeat center;
    background-size: 100%;
}
.carro-compras {
    position: absolute;
    top: 50%;
    display: block;
    background: #00A060;
    padding: 8px 8px 8px 22px;
    width: 70px;
    height: 50px;
    left: -70px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-box-shadow: -4px 4px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -4px 4px 20px 0px rgba(0,0,0,0.2);
    box-shadow: -4px 4px 20px 0px rgba(0,0,0,0.2);
    border-top:2px solid #fff;
    border-left:2px solid #fff;
    border-bottom:2px solid #fff;
}
.carro-compras img {
    width:90%;
    height:auto;
}
.carro-compras span {
    position: absolute;
    top: -15px;
    left: -15px;
    display: block;
    background: #F6921E;
    padding: 6px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
    -webkit-box-shadow: -9px 13px 25px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: -9px 13px 25px -16px rgba(0,0,0,0.75);
    box-shadow: -9px 13px 25px -16px rgba(0,0,0,0.75);
    min-width:35px;
    text-align:center;
}
.tabla-productos td {
    border-top: 1px solid #ccc;
    padding: 4px;
}
.eliminar {
    display: block;
    background: red;
    padding: 0;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
}
.sidebar .titulo {
    display: block;
    height: 12vh;
}
.sidebar .comprar {
    display: block;
    height: 23vh;
    background: var(--celeste);
    padding: 1em;
    text-align: right;
}
.sidebar .subtotal {
    font-weight: bold;
    font-size: 1.2em;
}
.sidebar .comprar .btn {
    background: #483193;
    margin-top: 8px;
}
.fondo-negro {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
}
#filtros {
    display:block;
    text-align:center;
    margin-bottom:50px;
}
#filtros button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:0 none;
    font-size:1rem;
    padding:.3rem .8rem .5rem .8rem;
    color:#666;
    background:#fff;
    line-height:1rem;
    height:46px;
    vertical-align:top;
    border-bottom:2px solid #fff;
    border-radius:40px;
}
#filtros button:hover {
    color:#5f7800;
}
#filtros .active {	color:#5f7800; border-bottom:2px solid #5f7800; font-weight:bold;}
.categoria-01 span  {	background:#f69531;	color:#fff;}
.categoria-02 span   {	background:#5f7800;	color:#fff;}
.categoria-03 span   {	background:#f8ad2c;	color:#fff;}

h2.canjes {
    font-size:3rem;
    margin-bottom:1rem;
}
.disponibles {
    display:inline-block;
    background:#B9C518;
    padding:.5rem 2rem;
    font-size:1.5rem;
    border-radius:50px;
    margin-bottom:1em;
    color:#fff;
}
.disponibles strong {font-size:1.5rem
}
.disponibles a {
    display:block;
    font-size:1rem;

}
.disponibles a:hover {
    text-decoration: underline;
}
.box-usuario {
    text-align:left;
}
.botones a {
    display:inline-block;
    margin:0!important;
    padding:0 1rem;
    font-weight:normal;
    border:1px solid var(--azul);
    height:30px;
    border-radius:8px;
    line-height:30px;
    font-size:14px;
}
.botones a:hover {
    background: var(--azul);
    color:#fff;
}
.box-usuario {
    margin-left:2rem;
    padding-left:2rem;
    border-left:1px solid #ccc;
}
.box-usuario .usuario {
    color: var(--verde);
    margin-bottom:.5rem;
}
.bloque-superior {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}
.celeste {
    border:1px solid var(--celeste);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 1.2rem;
    margin:1rem 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.form-container {
    margin:0 0 0 -1rem!important;
    padding:0;
}
.bloque-superior:last-of-type {margin-bottom:3em}
.bloque-superior .bienvenida {
    -webkit-flex: 0 1 39%;
    -ms-flex: 0 1 39%;
    flex: 0 1 39%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding:0 0 1.2rem 0;
    font-size:2rem;
    font-weight:bold;
}
.bloque-superior .bienvenida span {
    color:#00a261;
    font-size:1.2em;
    line-height:1.2em
}
.editar-datos {
    display:inline-block;
    background:var(--azul);
    color:#fff;
    font-size:1rem;
    padding:.5em 1em;
    width:250px;
    text-align:center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.editar-datos:hover {
    color:#fff;
}
.bloque-superior .puntos-acumulados {
    -webkit-flex: 0 1 59%;
    -ms-flex: 0 1 59%;
    flex: 0 1 60%;
    background:#B9C518;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;

}
.formulario-datos {
    background:var(--celeste);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight:bold;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    width: calc(100% - 16px);
    margin:1em;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.form-container {display:none;}
.input-box {
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    /*! margin-bottom:5px; */
    padding:1em;
}
.guardar-datos {
    display:block;
    width:100%;
    color: #fff;
    text-transform: uppercase;
    border: 0 none;
    background: #00a261;
    height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
    line-height: 36px;
    text-decoration:none;
}
.guardar-datos:hover {
    text-decoration:none;
    color:#fff;
    background: #02b86f;
}
.textarea-box, .select-box {
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 25%;
    padding:0 1em 1em 1em;
}
.input-box label {
    display:block;
}
.input-box input[type="text"] {
    width: 100%;
    padding: .3em 2em .5em 2.5em;
    color: #666;
    font-weight: normal;
    border: 0 none;
    background: #fff;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.textarea-box textarea {
    width: 100%;
    padding: .5em .5em .5em .5em;
    color: #666;
    font-weight: normal;
    border: 0 none;
    background: #fff;
    height: 36px;
    max-height: 150px;
    min-height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.select-box select {
    width: 100%;
    padding: .3em 2em .5em .3em;
    color: #666;
    font-weight: normal;
    border: 0 none;
    background: #fff;
    height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.select-box select:disabled , .input-box select:disabled {
    opacity:.5;
    background:#ececec!important;;
}
.input-box select{
    padding: .3em .3em .5em .3em;
    color: #666;
    font-weight: normal;
    border: 0 none;
    background: #fff;
    height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display:inline-block;
}
.cuarto {width:22%;}
#txtLMail {background: #fff url(../img/mail.png) no-repeat 5px center;}
#txtLCelular {background: #fff url(../img/celular.png) no-repeat 5px center;}
#txtLFono {background: #fff url(../img/phone.png) no-repeat 5px center;}

.editar-datos.active {
    color: #fff;
    background: #1492c6!important;
    position: relative;
}
.editar-datos.active:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #1492c6 transparent;
    border-width: 20px 20px 0;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
}
.bloques-textos {
    display:block;
    width:100%;
    box-sizing: border-box;

}
.bloques-textos li.listas-textos {
    border: 1px solid var(--celeste);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 8px;
    position: relative;
    box-sizing:border-box;
    overflow: hidden;
    width:100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-bottom:1rem;
}
.bloques-textos li.listas-textos h3.on {
    color: #004189;
    text-align:left;
    background: #ececec;
}
h3.anios {
    margin: 0;
    padding: .4em;
    color: #fff;
    cursor: pointer;
    text-align:left;
    color: #009EBE;
    transition: all .5s;
    width:100%;
}
h3.anios:hover {
    background:#ececec;
    transition: all .5s;
}
h3.anios:before {
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    background: url(../img/down.svg) no-repeat left center ;
    background-size:100%;
    vertical-align:middle;
    margin:8px;
}
h3.anios.on:before {
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    background: url(../img/up.svg) no-repeat left center ;
    background-size:100%;
    vertical-align:middle;
    margin:8px;
}
.bloques-textos .accordionContent {
    padding: 16px 0px 16px 16px;
    width:100%;
    max-width:10vw!important;
    min-width:100%!important;
    display:block;
    overflow:hidden;
    box-sizing: border-box;
}
.table-container {
    display:block;
    width:100%;
    overflow: scroll;
}
.tablas {
    display:block;
    width:100%;
    height:260px;
    overflow-y: scroll;
    box-sizing: border-box;
}
.tablas table {
    width: 100%;
}
article h3 {
    width: 100%;
    padding-bottom: .5em;
    margin-bottom: .5em;
    color: #3d2882;
    font-size: 18px;
    text-transform: uppercase;
    font-weight:normal;
}
.tablas .titulo_tabla  {
    background: var(--azul);
    color: #fff;
    border-right: 1px solid #fff;

}
.tablas .titulo_tabla td {
    background: var(--azul);
    color: #fff;
    border-right: 1px solid #fff;
    display: table-cell !important;
}
.tablas tr td {
    /*! white-space: nowrap; */
}
.tablas thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.tablas tr:nth-child(even) {background-color: #E6E7E8;}
.tablas td {
    font-size: 13px;
    padding: 5px;
    display: table-cell !important;
}
.tablas td a {
    background:#00A265;
    display:inline-block;
    color:#fff;
    text-align:center;
    border-radius:12px;
    line-height:1em;
    padding:4px 8px;
    font-size:.8em;
    margin:3px 3px 3px 0;
}
.on.canjes-box + .accordionContent, .on.abonos-box + .accordionContent, .on.vencimientos-box + .accordionContent {
    display: block !important;

}
.abonos {
    -webkit-flex: 0 1 39%;
    -ms-flex: 0 1 39%;
    flex: 0 1 39%;

}
.canjes {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.bloque-superior h4.subtitulo {
    color:#666;
    margin-bottom:.8em;
    font-size:2rem;
    color:var(--verde)
}
.titular {
    display:block;
    width:100%;
    margin:1em 1em 0 1em;
    /*! border-bottom:1px solid #004189; */
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}
.titular h3 {
    color:#004189;
    font-weight:normal!important;
}
.btn-vencimientos, .btn-canjes {
    display:inline-block;
    color: #fff;
    text-transform: uppercase;
    border: 0 none;
    background: var(--verde);
    height: 36px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align:center;
    line-height: 36px;
    text-decoration:none;
    padding:0 1em;
    margin-bottom:1em;
}
.btn-canjes{
    /*! margin-right:1rem; */
}
.btn-vencimientos:hover, .btn-canjes:hover {
    text-decoration:none;
    color:#fff;
    background:var(--verde-oscuro);
}
.tabs-1, .tabs-2 {
    display:none;
}
.btn-canjes, .btn-vencimientos {
    display:inline-block;
}
.btn-canjes.active, .btn-vencimientos.active {
    background:#ccc;
}
.tabs-1.active, .tabs-2.active {
    display:block!important;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
    max-width: 100%;

}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
#tabs {
    display:inline-block;
    float:right;
}
.puntos-totales {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    flex-wrap: wrap;
}
.puntos-activos .puntos {
    background:#fff;
    padding:10px 5px;
    border-radius:60px;
    text-align:center;
    width:100%;
}
.puntos-vencer, .puntos-activos {
    flex-basis: 48%;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin:.2rem 1.2rem 1.2rem 1.2rem
}
.subtitulo-puntos {
    line-height: .8em;
    font-size:22px;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    margin: .9rem 1rem .5rem 1rem;
}
.puntos-acumulados .subtitulo-puntos2 {
    padding: 0 0 8px 0;
    font-size: 1.1em;
    line-height: 1.1em;
    color: #fff;
}
.puntos-activos h2 {
    font-weight: bold;
    font-size: 3rem;
    color: #143D8D;
    font-weight: bold;
    display: inline-block;
    background: url(../img/cupon.svg) no-repeat left center;
    padding-left: 48px;
    margin:0;
}
.puntos-activos div p  {
    color:#143D8D;
    font-weight:bold;
    font-size:15px;
    margin:0;
    height:16px;
    line-height:1rem;
}

.puntos-vencer h4 {
    background: #fff;
    padding: 5px;
    border-radius: 40px;
    color:#00A261;
    font-size:2.2em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-align:center;
    margin:0;
}
.puntos-vencer h4 strong {
    background: url(../img/vencer.svg) no-repeat left center;
    padding-left:48px;
    font-size:2rem
}

.grayscale img, .grayscale .puntos, .grayscale .puntos-syngenta {
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);

}

.agotado {
    width: 100%;
    position: absolute;
    background: var(--verde);
    height: auto;
    z-index: 1;
    top: 20%;
    color: #fff;
    padding: .3em .5em;
    text-transform: uppercase;
    font-weight: bold!important;
    text-align:center;
    font-size:1.4em;
    font-family: 'lato', sans-serif;
    left:0;
}
.caracteristicas  {
    margin-bottom:2rem;
}
.caracteristicas li {

    color: #808184;
    padding-left: 20px;
    background: url(../img/bullet.png) no-repeat left top 3px;
    margin-bottom:1rem;

}
.descripcion {
    color:var(--azul);
    font-size:2rem;
}

.columna-foto img.foto-cupon{
    width:90%;
    height:auto;
}
.columna-texto .caluga-info {
    padding:3rem 2rem;
    width:100%;

}
.columna-texto .titulo-cupon {
    font-size: 2rem;
    height: auto;
}
.columna-texto .puntos { font-size: 6rem;}
.columna-texto .puntos-syngenta {
    font-size: 2rem;
    color: var(--azul);
    font-weight: bold;
    width:100%;

}
.columna-texto input.puntos-syngenta {
    font-size: 2rem;
    color: var(--azul);
    font-weight: bold;
    border:1px solid gray;
    border-radius:8px;
    width:100%;
    margin-top:.5rem;
    padding:.5rem;
}
input.puntos-syngenta::-webkit-input-placeholder { /* Edge */
    color: var(--gris);
    opacity:1;
}

input.puntos-syngenta:-ms-input-placeholder { /* Internet Explorer */
    color: var(--gris);
    opacity:1;
}

input.puntos-syngenta::placeholder {
    color: var(--gris);
    opacity:1;
    font-size:1.2rem
}
.columna-texto label {
    font-size:1.2rem;
    margin-bottom:0;
    margin-top:2rem;
    display:block;
}


.columna-texto .botones-caluga .agregar {
    background: var(--verde);
    border-bottom: 4px solid var(--verde);
    font-size:2rem;
    height:auto;
    width:100%;
}
.columna-texto .agotado {
    position:relative;
}
.sociales {
    display: block;
    /*! text-align: center; */
    color: #7D868C;
    font-weight: 600;
    font-size:1.2rem;
}
.redes {
    display:block;
    vertical-align:middle;
    margin-top:15px;
}
.sociales li { display: inline-block; }
.sociales li a {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    text-indent: -999em;
}
.sociales li a:hover { filter: brightness(80%); }
.sociales li a.fb { background: url(../img/fb.svg) no-repeat; background-size:100%; }
.sociales li a.tw { background: url(../img/tw.svg) no-repeat; background-size:100%;}
.sociales li a.wsp { background: url(../img/wsp.svg) no-repeat; background-size:100%;}
.formulario-login {
    width:400px;
    max-width:100%;
    margin:0 auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding:1rem 1rem 2rem 1rem;
    border-radius:16px;
    background:#fff;
}
.form-input label, .fake-label {
    text-align:left!important;
    float:left;
    margin-bottom:.5rem;
    Font-weight:bold;
    display:block; width:100%;
}
.form-input input[type="text"], .form-input input[type="password"]  {
    width: 100%;
    padding: .3em 2em .5em 2.5em;
    color: #666;
    font-weight: normal;
    border:1px solid #ececec;
    background: #fff;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:1rem;
}
.formulario-login .inscribete {
    width:100%;
    margin:1rem 0;
    display: block;
}
#txtLoginRut, #txtRutEmpresa, .rut {background: #fff url(../img/usuario.png) no-repeat left 4px center!important;}
#txtLoginPass, .clave {background: #fff url(../img/clave.png) no-repeat left 4px center;}
.formulario-inscripcion .select-box {
    width:100%;
    padding:0;
}
.formulario-inscripcion .input-box {
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin-bottom: 5px;
    padding: 0;
}
.formulario-inscripcion {

    max-width:100%;
    margin:0 auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding:2rem 1rem;
    border-radius:16px;
    background:#fff;
}
.formulario-inscripcion .select-box select,
.formulario-inscripcion .input-box select
{
    border:1px solid #ececec;
    background: #fff;
    margin-bottom:1rem;

}
.textos li {
    color: #808184;
    padding-left: 20px;
    background: url(../img/bullet.png) no-repeat left top 3px;
}
.volver {
    font-size:18px;
    font-weight:bold;
}
.faq h3.preguntas {
    font-size: 20px;
    line-height: 27px;
    color: var(--verde);
    font-weight: normal;
    border-bottom: 1px dashed var(--verde);
    background: url(../img/down.svg) no-repeat right 10px center;
    background-size: 1rem 1rem;
    cursor: pointer;
    padding:.5rem 2rem .5rem 0;
}
.faq h3.preguntas.on {
    background: url(../img/up.svg) no-repeat right 10px center;
    background-size: 1rem 1rem;
    color: var(--azul);
    border-bottom: 1px dashed var(--azul);
}
.faq .accordionContent {
    padding: 1rem;
    transform:;
}
.tabla-productos th {
    text-align:left;
    color:var(--azul);
    padding:1rem 0;
}
.tabla-productos input {
    width:4rem;
    text-align:center;
}

.tabla-productos input:disabled { color:#999; background: #ececec; border:1px solid #ccc; }
}


.carro-compras-full .tabla-productos strong {
    padding-top:1rem;
    padding-bottom:1rem;
    display:block;
}
.pasos-como-canjear {
    position:relative;
    font-size:18px;
    padding:1rem;
    text-align:center;
}
.pasos-como-canjear img {
    max-width:100%;
    height:auto;
}
.pasos-como-canjear .paso {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #F6921E;
    padding: 6px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
    -webkit-box-shadow: -9px 13px 25px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: -9px 13px 25px -16px rgba(0,0,0,0.75);
    box-shadow: -9px 13px 25px -16px rgba(0,0,0,0.75);
    min-width: 35px;
    text-align: center;
    z-index:2;
}
.como-acumular {
    font-size: 1.5rem;
    padding: 4rem 0;
    display: block;
}
.como-acumular li {
    display:inline-block;
    width:30%;
    overflow:hidden;
}
.como-acumular li img {
    max-width:100%;
    height:auto;
}
.bg-azul {
    background:var(--azul)
}
.bg-azul.centrar {
    color:#fff;
    font-size:1.4rem;
}
.bienvenido {
    min-height: 400px;
    padding:2rem;
    text-align:center;
    font-size:3rem;
    background-image: url(../img/bg-descubre.jpg);
    min-height: 500px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}
.bienvenido img {
    width:500px;
    max-width:90%;
}
.bienvenido h2 {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    margin:1rem 0;
    font-size:4rem;
}


.fila {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: auto;
    align-content: start;
    margin:1rem -1rem;
}
.datos {
    flex: 0 0 30%;
    margin: 16px;
    border:1px solid #133E8D;
    border-radius:8px;
    padding:.5rem 1rem;
}
.datos strong, .datos small {
    display:block;
}
.datos small {
    color: var(--verde);
}
.titulo.azul {
    color: var(--azul);
    border-bottom:1px solid var(--azul);
    padding-bottom:.5rem;
}
.puntos-uso {
    background: var(--azul);
    padding:1rem;
    display:block;
    width:100%;
    margin-bottom:1.5rem;
    text-align:center;
    color:#fff;
    font-size:20px;
}
.puntos-acumulados .titular {
    display: block;
    width: 100%;
    margin: 1em 1em 0 1em;
    border-bottom: 1px solid #004189;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;

}
.botones-editar {
    width:100%;
    margin-top:1rem;
}
.cantidad-cupones {
    font-size:1.2rem;
    margin-bottom:2rem;
}
.cantidad-cupones input[type="number"] {
    font-size: 1.1em;
    width: 100px;
    text-align:center;
    margin-left:1rem;
}
.columna-texto .ui-slider {
    position: relative;
    text-align: left;
}
.columna-texto .ui-slider-horizontal {
    height: .8em;
}
.columna-texto .ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.columna-texto .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.columna-texto .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.columna-texto .ui-state-default, .columna-texto .ui-widget-content .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #abb42c url(../img/drag.svg) no-repeat center;
    font-weight: normal;
    color: #454545;
    border-radius:50px;
}
.columna-texto .ui-slider-horizontal .ui-slider-handle {
    top: -.6em;
    margin-left: -.6em;
}
.columna-texto .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}
.columna-texto .ui-widget-header {
    border: 1px solid #dddddd;
    background: #00A0DF;
    background-position-x: 0%;
    background-position-y: 0%;
    color: #333333;
    font-weight: bold;
}
.caluga-info .disponibles {
    display: inline-block;
    background: #B9C518;
    padding: .5em 2rem;
    font-size: 1rem;
    border-radius: 50px;
    margin-bottom: 0;
    margin-top: 1em;
    color: #fff;
    width:100%;
    text-align:center;
}

.socio, .vendedor {
    background:var(--azul);
    color:#fff;
    font-size:1.8rem;
    margin:.5rem auto;
    width:300px;
    display:block;
    padding:.5rem;
    border-radius:50px;
}
.socio:hover, .vendedor:hover {
    background:var(--verde);
}
.socio:before {
    content:'';
    display:inline-block;
    width:1.2em;
    height:1.2em;
    background: url(../img/socios.svg) no-repeat left center ;
    background-size:100%;
    vertical-align:middle;
    margin:8px;
}
.vendedor:before {
    content:'';
    display:inline-block;
    width:1.2em;
    height:1.2em;
    background: url(../img/vendedores.svg) no-repeat left center ;
    background-size:100%;
    vertical-align:middle;
    margin:8px;
}
.white-popup-cupon .btn {

    margin-bottom: .5rem !important;
    text-align: center;
    height: 35px;

}
.forma-parte img {
    width:100%;
    height:auto;
}
.forma-parte .tercio, .forma-parte .tercios {
    vertical-align: middle;
}
.forma-parte h2 {
    font-size:2.1rem;
    font-weight:normal
}
.forma-parte h3 {
    font-size:1.8rem;
    font-weight:normal
}
.forma-parte h3 strong {
    font-size:1.8rem;
    font-weight:bold
}
.como-canjear .pasos img {
    display:block;
    margin: 0 auto;
}
.bienvenida-descubre img {
    width:100%;
    height:auto;
}
.error {
    color:red;
    display:block;
    margin-top:-15px;
    margin-bottom:10px;
    font-size:.9rem;
    background: url(../img/error.svg) no-repeat left top 4px;
    background-size: 15px;
    padding-left:20px;
    text-align:left;
}
.formulario-predio .form-input input[type="text"], .formulario-predio .form-input input[type="password"] {
    width: 98%;
    padding: .3em .5em .5em .5em;
}
.formulario-predio .select-box select,
.formulario-predio .input-box select {
    border:1px solid #ececec;
    background: #fff;
    margin-bottom:1rem;

}
.formulario-predio .select-box, .formulario-predio .input-box {
    padding:0;
    width: 98%;
}
.formulario-predio ul label {
    cursor:pointer;
}
ul.fotos-cupones li {
    display: inline-block;
    margin-right:15px;
}
ul.fotos-cupones img{
    width:180px;
    height:auto;

}
.videos-galeria {
    min-width: 100%;
    font-size: 0;
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin:2rem 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position:relative;
}
.videos-galeria li {
    display: inline-block;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 31%;
    -ms-flex: 0 1 31%;
    flex: 0 1 31%;
    overflow:hidden;
    position: relative;
    font-size:.8rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: all .5s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
    background: #fff;
    margin-bottom:2em;
    /*! padding-bottom: 4em; */
}
.videos-galeria li:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);

}
.videos-galeria li img {
    width:100%;
    height:auto;
}
.mfp-iframe-scaler {
    width:800px;

}
.mfp-iframe {
    width:100%;
    height:450px;
}
.info-video {
    padding:1rem;
    font-size:1rem;
}
.info-video span {
    padding:4px 16px;
    border-radius:20px;
    font-size:.8em;
}
.info-video p {
    color:#333;
    font-size:.95em;
}
/* encuesta */
.radios-encuesta input{
    background:#fff;
    border:1px solid #ccc;
    border-radius:4px;
    display:block;
    width:calc(100% - 8px);
    margin:8px 0;
    padding:8px;
}
.radios-encuesta input::placeholder {
    font-style: italic;
}
.box-encuesta .encuesta-container {
    text-align:left;
}
.radios-encuesta li div {
    display:inline-block;
    position:relative;
    width:30px;
    height:30px;
    vertical-align: middle;
}
.radios-encuesta li span {
    display:inline-block;
    width:30px;
    height:30px;
}
.radios-encuesta li label {
    display:inline-block;
    text-align:left!important;
    width:auto;
    vertical-align: middle;
    margin-bottom:4px;
}
.radios-encuesta li input[type="radio"]:checked + span {
    background:var(--verde) url(../img/tick2.svg) no-repeat center ;
    color:#fff;
    border:1px solid var(--naranjo);
}
.box-encuesta .white-popup-encuesta {
    padding:0;
    margin:2rem auto;
}
.box-encuesta img{
    max-width:100%;
    height:auto;
}
.tablas {
    display:block;
    width:100%;
    /*! height:260px; */
    /*! overflow-x: scroll; */
    box-sizing: border-box;
}
.tablas table {
    width: 100%;
}

.tablas .titulo_tabla td {
    background: var(--naranjo);
    color: #fff;
    border-right: 1px solid #fff;
    display: table-cell !important;
}
.tablas tr td {
    /*! white-space: nowrap; */
}
.tablas thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.tablas tr:nth-child(even) {background-color: #E6E7E8;}
.tablas td {
    font-size: 13px;
    padding: 5px;
    display: table-cell !important;
}
/* button slide */
.button-slider {

    position: relative;
    width: 64px;
    height: 30px;
    padding-top:4px;
    display:inline-block;
}
.button-slider .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}

.button-slider .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.button-slider .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.button-slider .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.button-slider input:checked + .slider {
    background-color: var(--morado);
}



.button-slider input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(34px);
}
.button-slider .slider {
    border-radius: 34px;
}

.button-slider .slider:before {
    border-radius: 50%;
}
.rate {
    float: left;
    height: 46px;
    /*! padding: 0 10px; */
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    height:2rem;
    overflow:hidden;
    /*! white-space:nowrap; */
    cursor:pointer;
    font-size:30px;
    color:#ccc;
    position:relative;
}
.rate:not(:checked) label:before {
    content: 'â˜… ';
}
.rate > input:checked ~ label {
    color: var(--naranjo);
}
.rate span {
    visibility: hidden;
}
.rate:not(:checked)  label:hover,
.rate:not(:checked)  label:hover ~ label {
    color: var(--naranjo);
}
.rate  input:checked + label:hover,
.rate  input:checked + label:hover ~ label,
.rate  input:checked ~ label:hover,
.rate  input:checked ~ label:hover ~ label,
.rate  label:hover ~ input:checked ~ label {
    color: var(--naranjo);
}
.radios-encuesta table {
    width:500px;
    max-width:100%;
    margin: 0 auto;
}
.encuesta-cupon {
    display:block;
    clear:both;
    float:left;
    margin:4rem 0;
    width:100%;;
}
.radios-encuesta textarea {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    width: calc(100% - 8px);
    margin: 8px 0;
    padding: 8px;
}
.encuesta small {
    line-height:.1rem;
}
.white-popup-encuesta {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-top: 40px solid var(--naranjo);
    background: #fff;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 .5em .5em .5em;
    position: relative; }

.encuesta-container {
    padding:1rem;
    text-align:center;
}
.encuesta-container h3 {
    font-weight:normal;
    font-size:1rem;
}
.radios-encuesta  span {
    left:0;
    top:0;
    position:absolute;
    width:calc(100% - 8px);
    background:#fff;
    border:1px solid #ccc;
    border-radius:4px;
    padding:4px;
    text-align:center;
}
.radios-encuesta  span:hover {
    background:#ececec;
}
.radios-encuesta input[type="radio"]:checked + span {
    background: var(--verde);
    color:#fff;
    border:1px solid var(--verde);
}
.radios-encuesta label {
    position:relative;
    width:100%;
    text-align:center;
    display:block;
    padding:5px;
    cursor:pointer;
}
.btn-siguiente {
    color: var(--verde);
    border:2px solid var(--verde);
    padding:5px 15px;
    border-radius:4px;
    margin:2rem auto;
    display: block;
    width:300px;
}
.btn-siguiente:hover {
    background: var(--verde);
    color:#fff;
    border: 2px solid var(--verde);
}
.encuesta-container h3 {
    color:var(--azul);
    font-weight:bold;
}
/* fin encuesta */
.formulario-contacto {
    max-width:100%;
    width:760px;
    margin:0 auto;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 2rem 2rem;
    border-radius: 16px;
    background: #fff;
}
.formulario-contacto p {
    margin-top:10px;
    margin-bottom:30px;
}
.inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom:10px;
}
.input-container, .textarea-container {
    display:block;
    /*! width:300px; */
    width:100%;
    position:relative;
}
.input-container input {
    width:100%;
    border:1px solid #ccc;
    padding:10px;
    width: 100%;
    padding: .5em 20px;
    color: #666;
    font-weight: normal;
    border:1px solid #ececec;
    background: #fff;
    height: 43px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input-container input:focus,
.textarea-container textarea:focus,
.select-container select:focus {
    outline: 2px solid #009845

}





.input-container label {
    font-size:16px;
    position:absolute;
    top:7px;
    left:15px;
    background:#fff;
    padding:3px 5px;
    transition:all .3s;
    pointer-events: none;
}
.input-container label.on-top, .textarea-container label {
    font-size:13px;
    font-weight:bold;
    position:absolute;
    top:-13px;
    left:10px;
    background:#fff;
    padding:3px 10px;
    transition:all .3s;
}
.select-container {
    display:block;
    position:relative;
}
.select-container select {
    width:100%;
    border:1px solid #ccc;
    padding:10px;
    width: 100%;
    padding: .5em 15px;
    color: #666;
    font-weight: normal;
    border:1px solid #ececec;
    background: #fff;
    height: 43px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.select-container label {
    font-size:16px;
    position:absolute;
    top:7px;
    left:10px;
    background:#fff;
    padding:3px 5px;
    transition:all .3s;
    pointer-events: none;
}

.select-container label.on-top {
    font-size:13px;
    font-weight:bold;
    position:absolute;
    top:-13px;
    left:10px;
    background:#fff;
    padding:3px 5px;
    transition:all .3s;
}
.textarea-container textarea {
    width:100%;
    border:1px solid #ccc;
    padding:10px;
    width: 100%;
    padding: .5em 20px;
    color: #666;
    font-weight: normal;
    border:1px solid #ececec;
    background: #fff;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;


}
.formulario-contacto .error {margin:0;}


.cajon-puntos {
    /*border:2px solid red; */
    height:90px;
}
.cajon-puntos small {
    display:block;
}

.cupones-tipo {
    min-width: 100%;
    clear: both;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    align-content: space-around
}
.cupones-tipo a {
    display: inline-block;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 23.5%;
    -ms-flex: 0 1 23.5%;
    flex: 0 1 22.5%;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: all .5s;
    background: #fff;
    margin-bottom: 2em;
    background: #FFFFFF;
    cursor: pointer;
    transition: all .5s;
    border-radius: 20px;
    padding-bottom: 60px;
    padding:1rem;
    transition: all .3s;
    margin: 16px;
    text-align:center;
    font-size:1.5rem;
    font-weight:bold;
}


.cupones-tipo a:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); }
.cupones-tipo img {
    max-width: 100%;
    height: auto;
    transition: all .5s;
    margin-bottom: 8px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown:hover a.dropbtn {
    color:var(--verde);
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left:20px;
    border-top:2px solid var(--verde)
}
.dropdown-content a {
    color: var(--azul);
    text-decoration: none;
    display: block;}

.dropdown-content a:hover {}
.dropdown:hover .dropdown-content {display: block;}

.footer-content li ul {
    padding-left:4px!important;
    border-left:1px solid #ccc;
    margin-left:5px;
}

#tabs-servicios.ui-widget-content {
    border: 0 none;
    border-top: 1px solid var(--azul)!important;;
    background: var(--celeste);
    margin-top:55px;
    position:relative;
}
#tabs-servicios ul.pestanias-servicios {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-start;
    margin-top:-98px;
    gap:10px;
    height:50px;
}
#tabs-servicios ul.pestanias-servicios li {

}
#tabs-servicios ul.pestanias-servicios li a {
    background: #F4F4F4;
    height:50px;
    padding:15px;
    display:block;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid #ececec;
    border-bottom: 1px solid var(--azul);
    transition:all .5s;
    color:#666;
    font-weight:bold;
}
#tabs-servicios ul.pestanias-servicios li a:hover {
    background: #ececec;
    color:var(--azul);
}
#tabs-servicios ul.pestanias-servicios li.ui-state-active a {
    border: 1px solid var(--azul);
    border-bottom: 1px solid var(--celeste);
    background: var(--celeste);
    font-weight:bold;
    color:var(--azul);
}
#tabs-servicios ul.pestanias-servicios li a.todos:before {
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    background: url(../img/todos.svg) no-repeat left center ;
    background-size:100%;
    vertical-align:middle;
    margin:8px;
}
#tabs-servicios ul.pestanias-servicios li a:hover.todos:before,
#tabs-servicios ul.pestanias-servicios li.ui-state-active a.todos:before {
    background: url(../img/todos2.svg) no-repeat left center ;
    background-size:100%;
}
#tabs-servicios ul.pestanias-servicios li a.dsctos:before {
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    background: url(../img/descuento.svg) no-repeat left center ;
    background-size:100%;
    vertical-align:middle;
    margin:8px;
}
#tabs-servicios ul.pestanias-servicios li a:hover.dsctos:before,
#tabs-servicios ul.pestanias-servicios li.ui-state-active a.dsctos:before  {
    background: url(../img/descuento2.svg) no-repeat left center ;
    background-size:100%;
}
#tabs-servicios ul.pestanias-servicios li a.digital:before {
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    background: url(../img/digital.svg) no-repeat left center ;
    background-size:100%;
    vertical-align:middle;
    margin:8px;
}
#tabs-servicios ul.pestanias-servicios li a:hover.digital:before,
#tabs-servicios ul.pestanias-servicios li.ui-state-active a.digital:before  {
    background: url(../img/digital2.svg) no-repeat left center ;
    background-size:100%;
}
#tabs-servicios ul.pestanias-servicios li a.no-digital:before {
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    background: url(../img/no-digital.svg) no-repeat left center ;
    background-size:100%;
    vertical-align:middle;
    margin:8px;
}
#tabs-servicios ul.pestanias-servicios li a:hover.no-digital:before,
#tabs-servicios ul.pestanias-servicios li.ui-state-active a.no-digital:before  {
    background: url(../img/no-digital2.svg) no-repeat left center ;
    background-size:100%;
}

.big-title {
    display:inline-block;
    margin:2rem;
    /*! translate: -50%; */
    text-align:center;
    background: var(--azul);
    color:#fff;
    font-size:1.9rem;
    padding:8px 30px;
    border-radius:40px;
    width:auto;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1110px) {
    .nav-principal a {
        margin-left: 1rem;
        font-size:.9em;
    }
    .cupones-tipo a {
        -webkit-flex: 0 1 35%;
        -ms-flex: 0 1 35%;
        flex: 0 1 35%;}
}
@media only screen and (max-width: 992px) {
    html, *  {font-size:15px;}
    header {
        height: 102px;
    }
    main {
        margin-top:102px;
    }
    header h1 {
        max-width: 200px;
    }
    .open_nav {
        display: flex;
        background: url(../img/menu.svg) no-repeat center;
        background-size: 100%;
        font-size: 22px;
        cursor: pointer;
        height: 52px;
        width: 52px;
        margin-left: 15px;
    }
    .nav-principal {
        display:none;
        right:0;
        top:101px;
        position:fixed;
        position:fixed;
        right:0;
        top:101px;
        background:#fff;
        width:300px;
        max-width:100%;
        padding:1rem;
        box-shadow: 0 10px 20px rgba(0,0,0,0.09), 0 6px 6px rgba(0,0,0,0.1);
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-bottom-left-radius: 20px;
        background:#F0F4FF;
    }
    .nav-principal.active {

    }
    .nav-principal li{
        display:block;
        margin:0;
        width:100%;
    }
    .nav-principal li a {
        width:100%;
        margin-left:0;
        margin-bottom:1rem;
    }

    .nav-principal li:nth-child(1) > a {
        border-bottom:2px dashed #ccc;
        padding-bottom:16px;
        width:100%;
    }
    .nav-principal li:nth-child(2) > a {
        border-bottom:2px dashed #ccc;
        padding-bottom:16px;
        width:100%;
    }
    .nav-principal li:nth-child(3) > a {
        border-bottom:2px dashed #ccc;
        padding-bottom:16px;
        width:100%;
    }
    .ingresa {
        width:100%!important;;
    }
    .tercio, .tercios {
        width:49%!important;
    }
    .box-usuario {
        margin-left: 0;
        padding-left: 0;
        border-left: 0 none;
        order:1;
    }
    .inicio{order:2; padding-top:2rem;}
    .canjes {order:3}
    .descubre {order:4}
    .videos-header {order:5}
    .botones a {
        margin-bottom:.5rem!important;
        text-align:center;
        height:35px
    }
    .cupones-destacados li {

        -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
    }
    .bloque-superior .bienvenida, .bloque-superior .puntos-acumulados {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .input-box, .textarea-box, .select-box {
        -webkit-flex: 0 1 49.5%;
        -ms-flex: 0 1 49.5%;
        flex: 0 1 49.5%;
        padding: .2em .7em .7em .7em;
    }
    .footer-content .medio {
        width: 100%;
    }
    .footer-content ul:first-of-type {
        margin-bottom:0;
    }
    .dropdown-content {
        display: block;
        position: relative;
        background-color: #f0f4ff;
        min-width: 220px;
        box-shadow: none;
        border-top:0 solid var(--verde);
        margin-top:-10px
    }
    .nav-principal li .dropdown-content a {
        border-bottom: 2px dashed #ccc;
        max-width:100%;
        width:250px;
        padding-left: 20px;
        background: url(../img/bullet.png) no-repeat left ;
    }

    .dropdown:hover .dropdown-content {display: block;}
    #tabs-servicios ul.pestanias-servicios {
        margin-top: -95px;
        gap: 3px;
        height: 50px;

    }
    #tabs-servicios ul.pestanias-servicios a {
        font-size:13px!important;

    }
}
@media only screen and (max-width: 768px) {
    .tercio, .tercios, .medio {
        width:100%!important;
    }
    .cupones-destacados li {
        -webkit-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
    }
    .input-box, .textarea-box, .select-box {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 100%;
        padding: .2em .7em .7em .7em;
    }
    .input-box select {
        width:100%;
        margin-bottom:8px;
    }
    .columna-texto .caluga-info { padding: 0;}
    .logos li {flex: 0 1 24%;}
    .bienvenido h2 {
        font-size:3rem;
    }

}
@media only screen and (max-width: 800px){
    .mfp-iframe-holder.mfp-container {
        max-width:100vw;
    }
    .mfp-iframe-holder.mfp-container	.mfp-content {
        position: absolute;
        width:90%;
        top:25%;
        left:5%;
    }
    .mfp-iframe-scaler {
        position:absolute;
        width:100%;
    }
    .mfp-iframe {
        width:100%;
        height:450px;
    }
    #tabs-servicios ul.pestanias-servicios li {
        width:23%; line-height:1rem;
    }
    #tabs-servicios ul.pestanias-servicios li *  {
        font-size:13px!important;
        text-align:center;
    }
    #tabs-servicios ul.pestanias-servicios li a.todos:before,
    #tabs-servicios ul.pestanias-servicios li a.dsctos:before,
    #tabs-servicios ul.pestanias-servicios li a.digital:before,
    #tabs-servicios ul.pestanias-servicios li a.no-digital:before
    {
        width:0; height:0; display:none;
    }
}

@media only screen and (max-width: 640px) {
    .puntos-vencer, .puntos-activos {
        -webkit-flex: 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: .2rem 1.2rem 1.2rem 1.2rem;
    }

    .tablas {
        display:block;
        height:260px;
        overflow-y: scroll!important;
        max-width:100%;

    }
    .tablas .puntos_cartola {

    }
    .tablas td {
        font-size: 11px;
        padding: 3px;

    }
    .editar-datos {

        width: auto;

    }
    .footer-content .sesenta, .footer-content .cuarenta {
        width:100%;
    }
    .footer-content .caja-circulo {
        border-right: 0 none;
    }
    .footer-content p {
        display:none;
    }
    .footer-content .medio {
        width: 45%!important;;
    }
    .footer-content .footer-logo {
        margin: 0 auto 2rem auto;
        display: block;
        width: 200px;
    }
    .forma-parte h2 strong {
        font-size: 1.8rem!important;
    }
    .forma-parte h3, .forma-parte h3 strong {
        font-size: 1.4rem;
    }
    .inputs {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }


}
@media only screen and (max-width: 540px) {
    .cupones-destacados li {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .distribuidores h2 {
        font-size: 2.5rem;
        line-height: 1em;
        text-align:center;
    }

    footer .medio .right {
        float:left;
        margin:2rem 0;
        width:100%;

    }
    footer li {
        width:100%;
        display:inline-block;
        vertical-align:top;
    }
    h2.canjes {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    .footer-content ul {
        margin-left: 0;
    }
    .editar-datos {

        height: auto;
        width: 30%;
        font-size: 13px;
        padding:5px 12px 5px 12px ;
        height:40px;
        line-height:1rem;
    }
    .btn-vencimientos, .btn-canjes {
        height: 40px;
        vertical-align:top;
        width: 49%;
        line-height: 1em;
        padding: 7px 20px;
        font-size: 13px;
    }
    .bloque-superior.celeste #tabs {
        width:50%;
    }
    .mfp-iframe {
        width:100%;
        height:250px;
    }
    .cupones-tipo a {
        -webkit-flex: 0 1 60%;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;}

    .cupones-tipo a img{
        width:60%;
        margin:0 auto;
        display:block;
    }
    .footer-content li ul {
        padding-left:10px!important;
        border-left:1px solid #ccc;
    }
}

@media only screen and (max-width: 480px) {
    .como-canjear h3 {
        font-size: 3rem;
        line-height: 1.2em;
        margin-bottom: 1rem;;
        text-align:center;
    }
    .como-canjear .tercio {
        text-align:center;
    }
    .como-canjear img {
        margin-bottom:1rem;
        display:inline-block;

    }
    .footer-content .medio, .footer-content ul {
        width:100%!important;

    }
    .footer-content ul li {

        display:inline-block;
        clear:both;

        margin-right:2rem;
    }
    .btn-vencimientos, .btn-canjes {
        height: 40px;
        vertical-align: top;
        width: 48%;
        line-height: 1em;
        padding: 7px;
        font-size: 12px;
    }
    .editar-datos {
        height: auto;
        width: 30%;
        font-size: 13px;
        padding:5px 12px 5px 12px ;
        height:40px;
        line-height:1rem;
        font-size: 12px;
    }
    .bloque-superior.celeste #tabs {
        width: 60%;
    }

}
@media only screen and (max-width: 375px) {
    .editar-datos {
        height: auto;
        width: 39%;
        font-size: 13px;
        padding:5px 12px 5px 12px ;
        height:40px;
        line-height:1rem;
        font-size: 12px;
    }
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1;
}
.centrar {
    margin: 0 auto;
    text-align: center;
}
.tercio {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.tercios {
    display: inline-block;
    width: 66%;
    vertical-align: top;
}
.medio {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.right { float: right; }
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 { page-break-after: avoid; }
}
.amarillo-bg { background: #FFDD00; }
