﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    background: #fff;
}


html {
    font-size: 16px;
}

body {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

.enlace_ventajas{
    text-decoration: none;
}

.brand {
    display: block;
    margin: 20px auto 48px;
    /* 50 auto 90 */
}


.banner {
    background: #ffffff;
    /* margin-top: -20px; */

    max-width: 1350px;
    margin: 0 auto;
}


.banner .columnas {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    flex-direction: row;
    /* background: #d79c95; */
}

.banner .columnas .col {
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* background: #d79c95; */
}


.banner .content {
    margin: 0 auto;
    width: 100%;
    max-width: 1350px;
    position: relative;
}

.banner-content-back {
    width: 100%;
    height: auto;
    position: relative;
}

.banner-content-bottom {
    position: absolute;
    color: #000;
    /* color: #fff; */
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.banner-content-text {
    /* background: rgba(140, 169, 172, 0.8); */
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    padding: 50px 18px 24px;
    /* background: #C5DBF9; */
    background: #C5DBF9;    
    /* background: #f17529; */ /* Posible naranja alternativo */
    opacity: 0.9;
}

.banner h1,
.banner-qty {
    font-family: "DM Sans", sans-serif;
    line-height: 1;
    margin: 0;
    font-weight: 700;
    /* font-weight: 500; */
}

.banner h1 {
    font-size: 80px;
    letter-spacing: 0;
}

.banner.success h1 {
    margin: 0 0 25px;
}

.banner.success .banner-content-text {
    padding: 50px 98px 24px;
}

.banner-qty {
    font-size: 100px;
    margin: 0 0 6px;
}

.banner-top-text {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}

.banner-bottom-text {
    font-size: 25px;
    font-weight: 500;
    max-width: 60%;
    margin: 0 auto;
}

.fl-item {
    /*
    width:50%;
    flex-grow: 1;
    */
}

.fl-item-left {
    width: 50%;
    flex-grow: 5000;
}

.fl-item-right {
    width: 50%;
    flex-grow: 5000;
}

.banner img {
    width: 100%;
    display: block;
}

h1 {
    font-size: 2.875rem;
    /* 46 */
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}

.section h2,
.section h3 {
    font-size: 1.25rem;
    /* 20 */
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #000000;
    margin: 0 0 1.25rem;
}

.section h2.thanks {
    color: #C5DBF9;    font-size: 50px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
}

.section {
    overflow: hidden;
    color: #000000;
    font-size: 1.25rem;
    margin-top: 3.75rem;
}

.section p {
    text-align: center;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 1.25rem;
}

.section a {
    color: #141414;
    text-decoration: underline;
}

.intro {
    margin-bottom: 6.25rem;
    /* 100 */
}

.intro a {
    color: #141414;
    text-decoration: underline;
}


.h2baseslegales{
    text-align: left !important;
    font-size: 28px !important;
    font-weight: 500;
    margin: 0em 0 1em !important;
    color: #636363;
}

.baseslegales{
    padding:40px;
    background: #DADADA;
}

.baseslegales p{
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1.2em;    
    color: #636363;
}

.baseslegales ul{
    list-style: disc;
    padding-left: 30px;
    margin: 0;
}

.baseslegales ul li{
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1.2em;    
    color: #636363;
}

.baseslegales h3{
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin: 1em 0 1em;    
}




.legal-txt,
.formulario {
    max-width: 62rem;
    /* 832 */
    padding-bottom: 1.125rem;
    /* 18 */
    margin: 0 auto;
}

.formulario form {
    max-width: 52rem;
    margin: 0 auto;
}

.legal-txt {
    font-size: 0.875rem;
    /* 14 */
    padding: 0 0.3125rem 1.125rem;
    color: #000;
    box-sizing: border-box;
    max-width: 73rem;
    text-align: justify;
    margin-top: 1.4375rem;
    /* 23 */
}

.legal-txt a {
    text-decoration: none;
    color: #000;
}

.formulario .col {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    float: left;
    padding: 0 1rem;
    margin-bottom: 1.875rem;
}

.label,
.formulario .col>label {
    float: left;
    font-weight: 600;
    margin: 5px 0 0;
    font-size: 1.25rem;
    /* 20 */
    letter-spacing: 0.025em;
    color: #000000;
}

.nolabel, .formulario .col>.nolabel{
    float: unset;
    font-weight: unset;
    margin: unset;
    font-size: unset;
    letter-spacing: unset;
    color: unset;
}

.formulario .col.col-email {
    margin-bottom: 0.7rem;
}

.email-suggestion {
    display: block;
    text-align: right;
    clear: both;
    padding-top: 0.175rem;
    font-size: 12px;
    height: 1.1rem;
}

.formulario input.texto {
    box-sizing: border-box;
    float: right;
    color: #606060;
    font-size: 1.125rem;
    /* 18 */
    font-family: "DM Sans", sans-serif;
    height: 31px;
    border: none;
    padding: 1px 8px;
    margin: 0;
    background: #fff;
    width: 100%;
    /* border: 1px solid rgb(140, 169, 172); */
    border: 1px solid #C5DBF9;    border-radius: 9px;
    font-weight: 400;
}

.expand {
    width: auto;
    overflow: hidden;
    padding-left: 0.9375rem;
}

.radio-control {
    float: left;
}

.radio-group .expand {
    height: 30px;
    line-height: 30px;
    margin: 3px 0 0;
}

.radio-group .radio-control:not(:first-child) {
    margin-left: 1.125rem;
    /* 18 */
}

.formulario .form-legal {
    width: 100%;
    font-size: 0.875rem;
    /* 14 */
    height: auto;
    line-height: 1.4;
    /*margin-top: -0.3125rem;*/
    /* -5 */
}

.formulario .submit {
    width: 100%;
}

.formulario .boton {
    display: block;
    /* width: 270px;
    height: 42px; */
    width: 350px;
    height: 50px;
    font-size: 1.25rem;
    /* 20 */
    /* color: #FFF; */
    color: #C5DBF9;    
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-appearance: none;
    /* border-radius: 0; */
    border-radius: 10px;
    border: none;
    padding: 0;
    margin: 0 auto;
    /* background: rgb(140, 169, 172); */
    font-family: "DM Sans", sans-serif;
    cursor: pointer;
    /* background-color: #C5DBF9; */    background-color: #000;
}

.formulario .required-tip {
    margin: 12px auto;
    font-size: 0.875rem;
    /* 14 */
    text-align: center;
}

.escritorio .formulario .boton:hover {
    cursor: pointer;
    background: #000;
}

.section h3 {
    font-size: 1.125rem;
    /* 18 */
    font-weight: 800;
    color: #606060;
    letter-spacing: 0.015em;
    margin: 0 0 1.125rem;
    text-transform: uppercase;
}

.section .benefits h3 {
    font-weight: 500;
    text-transform: none;
    color: #000;
    margin: 0 0 0.625rem;
    /* 10 */
}

.section .benefits p {
    margin: 0 0 2.6875rem;
    /* 43 */
}

.hu .benefits {
    max-width: 73rem;
    /* 1168 */
    padding-bottom: 1.5rem;
    /* 56 */
    margin: 0 auto;
    text-align: center;
}

.hu .benefits h3 {
    font-size: 20px;
    font-weight: 600;
}

.hu .benefits p {
    font-size: 20px;
    font-weight: normal;
    margin-top: -5px;
}
.benefits .content .flex2 {
    display: flex;
    justify-content: space-between;
}

.benefits .content .flex2>a {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 1.1875rem;
    /* 5px */
    display: flex;
    height: 160px;
    /* 169 */
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #000000;
}

.benefit-text-subtitle {
    font-size: 18px;
}

.benefits {
    max-width: 73rem;
    /* 1168 */
    padding-bottom: 1.5rem;
    /* 56 */
    margin: 0 auto;
    text-align: center;
}

.benefits .content .flex {
    display: flex;
    justify-content: space-between;
}

.benefits .content .flex>a {
    box-sizing: border-box;
    width: 25%;
    margin: 0 0 1.1875rem;
    /* 5px */
    display: flex;
    height: 127px;
    /* 169 */
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #000000;
}

.hu .benefits .content .flex>a {
    width: 33%;
}

.benefits .content .flex>a.benefit-01-fr {
    font-size: 18px;
}


/*
    .benefits .content > a > div {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.0625rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-decoration:none;
    }*/

.benefit {
    display: flex;
    border-right: 1px solid #000000;
    justify-content: center;
}

.benefit:last-child {
    border: 0 none;
}

.hu .benefit2 {
    display: flex;
    /* border-right:1px solid #000000; */
    justify-content: center;
    border: 0 none;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    margin-top: 30px !important;
    margin-bottom: 25px !important;
}
.benefit-img img {
    display: block;
    height: 100%;
    max-height: 127px;
    width: auto;
    margin: 0 12px;
}

.benefit-text {
    margin: 0 12px;
    text-align: left;
}

/* .social_new {}

.social_new .columnas {
    max-width: 370px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 70px;
    margin-bottom: 40px;
} */


/* .social_new{
    border-top: black 2px solid;
    width: 90%;
    margin: 0 auto;
}

.social_new .instagram_destacado{
    margin:0 auto;
    margin-top: 70px;
    margin-bottom: 50px;    
    text-align: center;    
}

.social_new .instagram_destacado a{
    text-decoration: none;    
}

.social_new .instagram_destacado img{
    max-width: 100%;
}


.social_new .columnas {
    max-width: 600px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;

    margin-top: 20px;
    margin-bottom: 40px;

    color: #000;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
}

.social_new .columnas .link_social{
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    letter-spacing: 0.3px;
} */


.social_new{
    border-top: black 2px solid;
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.social_new .instagram_destacado{
    margin:0 auto;
    margin-top: 70px;
    margin-bottom: 50px;    
    text-align: center;

    /* Ahora ya no quieren mostrar este destacado */
    display:none;
}

.social_new .instagram_destacado a{
    text-decoration: none;    
}

.social_new .instagram_destacado img{
    max-width: 100%;
}


.social_new .columnas {
    max-width: 700px;
    /* max-width: 370px; */
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 0;
    color: #000;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
}

.social_new .columnas .link_social{
    text-transform: uppercase;
    /* text-decoration: none; */
    /* color: #000; */
    /* letter-spacing: 0.3px; */

    color: #000;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 80% */
    letter-spacing: 0.3px;
    text-decoration-line: underline;

}

/* Nuevo bloque beneficios */

/* .benefits_new {
    background: #ebecec;
    padding-top: 45px;
    padding-bottom: 55px;
    text-align: center;
}

.benefits_new .nivel_spf {
    text-align: center;
    margin-bottom: 20px;
}

.benefits_new .txt_spf {
    text-align: center;
    font-size: 29px;
    font-weight: 500;
    color: #585f66;
    margin-bottom: 66px;
}

.benefits_new .columnas {
    max-width: 600px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
}

.benefits_new .columnas .col {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.benefits_new .columnas .col p {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: unset;
    line-height: 20px;
    margin-bottom: 8px;
}

.benefits_new .columnas .col p.subtitulo {
    font-size: 13px;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    line-height: 1;
} */

/* Nuevo bloque beneficios */

.benefits_new {
    background: #F6F6F6;
    padding-top: 45px;
    padding-bottom: 55px;
    text-align: center;

    max-width: 95%;
    margin: 0 auto;    
}

.benefits_new .nivel_spf {
    text-align: center;
    margin-bottom: 20px;

    /* Ahora ya no quieren mostrar la imagen de "Friend" */
    display:none;
}

.benefits_new .txt_spf {

    font-size: 29px;
    
    margin-bottom: 30px;

    color: #000;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    /* font-size: 35px; */
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

.benefits_new .txt_spf span {
    font-weight: 700;
}



.benefits_new .columnas {
    width: 600px;
    display: flex;
    margin: 0 auto;
    align-items: baseline;
}

.benefits_new .columnas .col {
    /* flex-basis: 25%; */
    flex-basis: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.benefits_new .columnas .col p {
    text-align: center;
    /* font-size: 18px; */
    /* color: #000; */
    /* font-weight: 600; */
    letter-spacing: unset;
    /* line-height: 20px; */
    margin-bottom: 8px;
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.benefits_new .columnas .col p.subtitulo {
    font-size: 13px;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    line-height: 1;

    color: #000;
    font-family: "DM Sans", sans-serif;
    /* font-size: 15px; */
    font-style: normal;
    font-weight: 400;
    /* line-height: 25px;     */
    text-transform: none;
}

.social {
    text-align: center;
    color: #000;
    font-size: 2.75rem;
    /* 44px; */
}

.social a {
    margin: 0 1.875rem;
    text-decoration: none;
    color: #000;
    display: inline-block;
}

#footer {
    color: #817f7f;
    font-size: 0.75rem;
    padding: 30px 0 50px;
}

#footer a {
    color: #817f7f;
}

#footer a:hover {
    color: #000;
}

#footer .menu_legales {
    text-align: center;
    font-size: 1em;
    margin-bottom: 20px;
}

.lang-nav-wrapper {
    margin: 10px auto;
    width: 100%;
    max-width: 1350px;
    position: relative;
    text-align: right;
}

.lang-nav li,
#footer .menu_legales li {
    display: inline-block;
}

.lang-nav li:after,
#footer .menu_legales li:after {
    content: '|';
    display: inline-block;
    color: #817f7f;
    padding: 0 8px;
}

.lang-nav li:last-child:after,
#footer .menu_legales li:last-child:after {
    display: none;
}

#footer .menu_legales a {
    display: inline-block;
    padding: 0 8px;
}

.lang-nav li a {
    text-transform: uppercase;
    color: #817f7f;
    text-decoration: none;
    font-weight: 400;
}

.lang-nav li a.selected {
    /* color: rgb(140, 169, 172); */
    color: #C5DBF9;}

.redes {
    text-align: center;
    margin: 0 auto 38px;
}

.redes a {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    background-image: url('../img/interface/redes.png?20180214');
    background-repeat: no-repeat;
    margin: 0 7px;
}

.redes .facebook {
    background-position: 0 0;
}

.redes .facebook:hover {
    background-position: 0 -40px;
}

.redes .twitter {
    background-position: -40px 0;
}

.redes .twitter:hover {
    background-position: -40px -40px;
}

.redes .pinterest {
    background-position: -80px 0;
}

.redes .pinterest:hover {
    background-position: -80px -40px;
}

.redes .instagram {
    background-position: -120px 0;
}

.redes .instagram:hover {
    background-position: -120px -40px;
}

.redes .youtube {
    background-position: -160px 0;
}

.redes .youtube:hover {
    background-position: -160px -40px;
}

.redes .socialboard {
    background-position: -200px 0;
}

.redes .socialboard:hover {
    background-position: -200px -40px;
}

#footer .menu_corporativo {
    color: #141414;
    text-align: center;
    font-size: 1.25rem;
    /* 20 */
    font-weight: 500;
}

#footer .menu_corporativo a {
    color: #141414;
    text-decoration: none;
}

.escritorio #footer .menu_corporativo a:hover {
    color: #000;
    text-decoration: underline;
}

#footer .columna {
    box-sizing: border-box;
    position: relative;
    width: 19%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 0 12px;
}

#footer .menu_corporativo h3 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    text-align: left;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
}

#footer .menu_corporativo h3:after {
    display: block;
    content: '';
    height: 1px;
    margin-top: 10px;
    background: #b5b5b5;
    background: linear-gradient(90deg, hsla(0, 0%, 71%, 0) 0, #b5b5b5 15%, #b5b5b5 85%, hsla(0, 0%, 71%, 0));
}

#footer .menu_corporativo ul {
    font-family: "DM Sans", sans-serif;
    text-align: center;
}

#footer .menu_corporativo li {
    display: inline-block;
    font-size: 1em;
}

#footer .menu_corporativo li a {
    display: inline-block;
    padding: 0 10px;
}

#footer .menu_corporativo li:after {
    content: '|';
    display: inline-block;
}

#footer .menu_corporativo li:last-child:after {
    display: none;
}

.brand-footer {
    margin: 3.375rem auto 0;
    /* 54 */
    display: block;
}


/***********************************************************/

.formulario .form-group.error label,
.formulario .col.error label,
.col.error .label {
    color: #de2026;
}

.formulario .form-group.error input.texto,
.formulario .col.error input.texto {
    border: 1px solid #de2026;
}

.formulario .form-legal.error,
.formulario .form-legal.error a {
    color: #de2026;
}

.formulario .form-legal input {
    margin-left: 0;
}

.formulario .mensaje-error {
    display: none;
    font-weight: 700;
    color: #de2026;
    text-align: center;
    margin-top: 20px;
}

.formulario .mensaje-error p {
    margin-bottom: 10px;
}

.formulario .mensaje-error p .error-small {
    display: block;
    text-transform: none;
    font-size: 9px;
    line-height: 1.6;
}

.contenido .mensaje-ok {
    max-width: 480px;
    color: #000;
    font-size: 10px;
    line-height: 1.8;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}

.contenido .mensaje-ok h3 {
    font-family: "DM Sans", sans-serif;
    color: #000;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.contenido .mensaje-ok h4 {
    font-family: "DM Sans", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.formulario .form-legal.tip-club {
    margin-bottom: 0px;
    height: auto;
}

@media only screen and (max-width:1180px) {
    .benefits {
        margin: 0 0.6875rem;
    }
    .legal-txt {
        margin: 1.4375rem 0.6875rem 0;
    }
}

@media only screen and (max-width:1100px) {
    /* logo */
    .brand {
        margin: 1rem auto 1.8125rem;
        width: unset;
        /* max-width: 100%; */
        max-width: 40%;        
    }
    .brand-footer {
        width: 251px;
    }
    .benefits .content .flex>a {
        height: 9.6875rem;
        font-size: 0.9375rem;
    }
}

@media only screen and (max-width:860px) {
    /* banner */
    .banner {
        background: #fff;
    }
    .banner .content {
        max-width: 28.75rem;
        display: block;
        /* background: rgba(140, 169, 172, 1); */
        background: #C5DBF9;        opacity: 0.9;
    }
    .lang-nav-wrapper {
        max-width: 28.75rem;
    }
    .banner-content-bottom {
        position: relative;
        bottom: auto;
    }
    .banner-content-text {
        /* background: rgba(140, 169, 172, 1); */
        padding: 30px 14px 20px;
        background: #C5DBF9;        opacity: 0.9;
    }
    .banner.success .banner-content-text {
        padding: 30px 14px 20px;
    }
    .banner.success .banner-top-text br {
        display: none;
    }
    .banner h1 {
        font-size: 40px;
        letter-spacing: 0;
    }
    .section h2.thanks {
        font-size: 32px;
    }
    .banner-qty {
        font-size: 50px;
        margin: 0 0 6px;
    }
    .banner-top-text {
        font-size: 18px;
        font-weight: 400;
        margin: 0 0 14px;
    }
    .banner-bottom-text {
        font-size: 16px;
    }
    .fl-item {
        width: 100%;
        flex-grow: 1;
    }
    .formulario {
        max-width: 23.125rem;
        /* 370 */
    }
    .formulario .col {
        display: block;
        width: 100%;
    }
    /*
        .section p br {
            display: none;
        }
    */
    .formulario .form-legal {
        line-height: 1.4;
        height: auto;
    }
    .benefits {
        width: 100%;
        max-width: 23.125rem;
        /* 370 */
        margin: 0 auto;
    }
    .benefits .content .flex {
        display: block;
    }
    .benefits .content .flex>a {
        box-sizing: border-box;
        width: auto;
        margin: 0 1rem 1.1875rem;
    }
    .benefits .content .flex>a>div {
        padding: 0.625rem;
    }
    .benefit {
        border: 0 none;
        border-bottom: 1px solid #000000;
    }
    .benefit:last-child {
        border: 0 none;
    }
    .intro {
        margin: 0 1rem 2.125rem;
    }
    .section h3 {
        margin: 0 1rem 1.125rem;
    }
    #footer {
        max-width: 680px;
        padding: 30px 0;
        margin: 0 auto;
    }
    #footer .columna {
        display: block;
        width: auto;
        padding: 0 20px;
    }
    #footer .columna:after {
        content: '';
        position: absolute;
        top: 11px;
        right: 20px;
        width: 12px;
        height: 12px;
        background: url('../img/interface/sprite.png') no-repeat -50px -50px;
        z-index: -1;
    }
    #footer .columna.activo:after {
        background: url('../img/interface/sprite.png') no-repeat 1px -98px;
    }
    #footer .menu_corporativo {
        font-size: 1.2em;
    }
    #footer .menu_corporativo ul {}
    #footer .menu_corporativo h3 {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .social a {
        margin: 0 1.25rem;
    }
    .section p,
    .radio-control,
    .label,
    .formulario .col>label {
        font-size: 1rem;
    }
    .formulario .form-legal.tip-club {
        margin: 1px 0 2px;
    }

    .banner .columnas {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        flex-direction: column;
    }

    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
        max-width: 100%;
    }    
    
    /* Nuevo bloque beneficios - ajustes 600px - */
    /* .benefits_new .txt_spf {
        font-size:19px;
    }
    .benefits_new .columnas .col {
        flex-basis: 100%;
        width: 100%;
        margin-bottom:20px;
    } */


    /* Nuevo bloque beneficios - ajustes 860px - */
    .benefits_new {
        padding-top: 45px;
        padding-bottom: 55px;
    }
    .benefits_new .txt_spf {
        font-size: 22px;
        margin-bottom: 26px;
        margin-right: 20px;
        margin-left: 20px;
    }
    
    /* Nuevo bloque beneficios - ajustes 600px - */
    .benefits_new {
        padding-bottom: 45px;
    }
    .benefits_new .columnas {
        width: 100%;
        flex-direction: column;
        padding-bottom: 45px;
        align-items: unset;
    }
    .benefits_new .columnas .col {
        padding-top: 20px;
        padding-bottom: 20px;

        flex-basis: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;        
    }

    /* .social_new .columnas .col {
        width: 100%;
        margin-bottom: 10px
    }

    .social_new .columnas{        
        font-size: 20px;
    } */

    /* Corrección móviles pequeños */
    .formulario {
        max-width: 90%;
        margin: 0 auto;
    } 
    .brand{
        /* max-width: 90%; */
        margin: 0 auto;
        padding-bottom: 40px;        
    }  
    .social_new{
        padding-top: 30px;        
    }    
    .social_new .columnas{
        max-width: 90%;
        margin: 0 auto;
        display:flex;
        flex-direction: column;
    }     
    .social_new .columnas .col{
        padding-bottom:10px;
    }    

    .hu .benefits_new {
        padding-bottom: 45px;
    }
    .hu .benefits_new .columnas {
        width: 100%;
        flex-direction: column;
        padding-bottom: 45px;
        align-items: unset;
    }
    .hu .benefits_new .columnas .col {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hu .benefits .content .flex2 > a {
        height: 220px;
        font-size: 20px;
    }    
    .hu .benefit-text{
        font-size: 20px;
    }   
    .hu .benefits .content .flex>a{
        margin:0;
        margin-top: -14px;
    }    

    .hu .benefits .content .flex>a {
        width: 100%;
    }    
}

@media screen and (max-width:580px) {
    #footer .menu_legales li,
    #footer .menu_corporativo li {
        display: block;
        line-height: 1.8;
    }
    #footer .menu_legales li:after,
    #footer .menu_corporativo li:after {
        display: none;
    }
    .redes {
        margin: 0 auto 30px;
    }

    .banner-bottom-text {
        font-size: 16px;
        font-weight: 500;
        max-width: 70%;
        margin: 0 auto;
    }    
}

@media screen and (max-width:500px) {
    .lang-nav-wrapper {
        text-align: center;
    }
}

@media screen and (max-width:400px) {
    .banner h1 {
        font-size: 30px;
    }
    .banner-qty {
        font-size: 40px;
    }
}

#aviso-cookies {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    color: #000;
    padding: 2.6em 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
    z-index: 600;
}

#aviso-cookies .centrado {
    max-width: 640px;
    padding: 0 1.8em;
    margin: 0 auto;
}

#aviso-cookies a {
    text-decoration: underline;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

#aviso-cookies .titular {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 1em;
}

#aviso-cookies p {
    font-size: 12px;
    margin-bottom: 2em;
}

#aviso-cookies .boton {
    text-align: center;
    margin-bottom: 1.8em;
}

#aviso-cookies .boton a {
    display: inline-block;
    height: 2.5em;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.5em;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 2em;
    border-radius: 0.3em;
    background: #C5DBF9;}

.no-touch #aviso-cookies .boton a:hover {
    background: #000;
    color: #FFF;
}