﻿/* Fuentes importadas de google fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Ejemplos de uso de las fuentes importadas */

/* Montserrat */
/*
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

/* DM Sans */
/*
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 1000

.dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
html,
body {
    margin: 0;
    padding: 0;
    background: #fff;
}


/*
    font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', sans-serif;
*/

html {
    font-size: 16px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.enlace_ventajas{
    text-decoration: none;
}

.brand {
    display: block;
    /* margin: 20px auto 48px; */
    /* 50 auto 90 */

    margin: 0 auto;
    margin-bottom: 20px;
}

.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: #d64747; */
}

.banner .columnas .col {
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #d64747;
}

/* .banner .columnas .col-2 img {
    width:unset;
} */


.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: #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;
}

.banner h1,
.banner-qty {
    font-family: 'Prata', serif;
    line-height: 1;
    margin: 0;
    font-weight: 400;
}

.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: 400;
    margin: 0 0 20px;
}

.banner-bottom-text {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
}

.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: 'Montserrat', sans-serif;
    font-weight: 700;
}

.section h2,
.section h3 {
    font-size: 1.25rem;
    /* 20 */
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000000;
    margin: 0 0 1.25rem;
}

.section h2.thanks {
    color: #d64747;
    font-size: 50px;
    font-weight: 400;
    font-family: 'Montserrat', serif;
}

.section {
    overflow: hidden;
    color: #000000;
    font-size: 1.25rem;
    /* margin-top: 3.75rem; */
    margin-top: 0;
}

.section p {
    text-align: center;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 1.25rem;
    font-weight: 500;
}

.section a {
    color: #141414;
    text-decoration: underline;
}

.intro {
    /* margin-bottom: 6.25rem; */
    margin-top: 115px;
    margin-bottom: 95px;
    text-align: center;
}

.intro a {
    color: #141414;
    text-decoration: underline;
}

/* Estilos bases legales Love Cities */

.bodybaseslegales .section {
    margin-top: 3.75rem;
}

.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 ul ol{
    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;    
}


/* Nuevo bloque intro */

.intro_new {
    /* margin-top: 115px;
    margin-bottom: 95px; */
    margin-top: 65px;
    margin-bottom: 65px;
    font-family: 'Montserrat', sans-serif;
}

.intro_new .columnas {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    flex-direction: row;
}

.intro_new .columnas .col {
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.intro_new .columnas .col.col-2 {
    border-left: 2px solid #999;
    /* padding-left: 55px; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.intro_new .columnas .col.col-2 .txt_contenido h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 500;
    color: #585f66;
    text-align: left;
    line-height: 37px;
}

.intro_new .columnas .col.col-2 .txt_contenido h3 {
    margin: 0;
    font-size: 38px;
    font-weight: 500;
    color: #d64747;
    text-align: left;
    text-transform: none;
    /* line-height: 0px; */
    margin-top: -5px;
    margin-bottom: 20px;
}

.intro_new .columnas .col.col-2 .txt_contenido p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: left;
    max-width: 400px;
    line-height: 22px;
}

.intro_new h2{
    font-size: 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
    margin: 0;
    margin-bottom: 10px;    
}

.intro_new p{
    text-align: center;
    margin: 0 auto;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 500;
}

.legal-txt,
.formulario {
    max-width: 1090px;
    padding-bottom: 1.125rem;
    /* 18 */
    margin: 0 auto;
}

.formulario form {
    /* max-width: 100%; */
    max-width: 712px;
    margin: 0 auto;
}

.legal-txt {
    font-size: 11px;
    padding: 0 0.3125rem 1.125rem;
    color: #000;
    box-sizing: border-box;
    max-width: 73rem;
    text-align: justify;
    /* margin-top: 1.4375rem; */
    margin-top: 0;
}

.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 40px;
    margin-bottom: 1.875rem; */
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    float: left;
    /* padding: 0 35px; */
    padding: 0;
    margin-bottom: 15px;
}

.formulario .col.col-izda {
    padding-right: 35px;
}

.formulario .col.col-dcha {
    padding-left: 35px;
}

.label,
.formulario .col>label {
    float: left;
    font-weight: 600;
    margin: 5px 0 0;
    font-size: 1.25rem;
    letter-spacing: 0.025em;
    color: #000000;
    display: none;
}

.nolabel, .formulario .col>.nolabel{
    float: unset;
    font-weight: unset;
    margin: unset;
    font-size: unset;
    letter-spacing: unset;
    color: unset;

    /* Ultimos dos estilos deberian establecerse de otra forma. Por JS ¿? */
    display: inline;
    color: #000;    
}

.formulario .col.gender {
    width: 100%;
}

.formulario .col.gender .label {
    display: block;
    font-size: 17px;
    font-weight: normal;
    padding-top: 3px;
    padding-right: 15px;
}

.formulario .col.gender label {
    font-size: 17px;
    font-weight: normal;
}

.formulario .col.col-empty {
    display: none;
}

.formulario .col.col-email {
    /* margin-bottom:0.7rem; */
    margin-bottom: 0;
}

.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: 17px;
    font-family: 'Montserrat', sans-serif;
    height: 33px;
    border: none;
    padding: 1px 8px;
    /* margin: 0; */
    background: #fff;
    width: 100%;

    border: 1px solid #000;    
    /* border-radius: 30px; */
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}

.expand {
    width: auto;
    overflow: hidden;
    /* padding-left: 0.9375rem; */
    padding-left: 0;
}

.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;
    height: auto;
    line-height: 1.4; */
    width: 100%;
    font-size: 11px;
    height: auto;
    line-height: 1.6;
    font-weight: 500;
}

.formulario .submit {
    margin-top: 50px;
    width: 100%;
}

.formulario .boton {

    display: block;
    /* width: 150px; */
    width: 300px;
    /* height: 50px; */
    height: 40px;
    font-size: 25px;
    color: #FFF;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: normal;
    -webkit-appearance: none;
    /* border-radius: 0; */
    border: none;
    padding: 0;
    margin: 0 auto;
    background: #d64747;    
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    /* border-radius: 30px; */
}

.formulario .required-tip {
    /* margin: 12px auto;
    font-size: 0.875rem;
    text-align: center;
    font-weight: 500; */
    margin: 7px auto;
    font-size: 11.5px;
    text-align: center;
    font-weight: normal;
    margin-left: 1px;
    letter-spacing: 1px;
}

.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 */
}

.benefits {
    max-width: 73rem;
    /* 1168 */
    padding-bottom: 1.5rem;
    /* 56 */
    margin: 0 auto;
    text-align: center;
    /* background: #ebecec; */
    padding-top: 50px;
    padding-bottom: 50px;
}

.benefits .content .flex2 {
    display: flex;
    justify-content: space-between;
}

.hu .benefit-text {
    padding-right: 20px;
}

.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: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #000000;
}

.es .benefits{
    background: #ebecec;
}
.pt .benefits{
    background: #ebecec;
}

.benefits .content .flex {
    display: flex;
    justify-content: space-between;
    justify-content: center;
}

.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 {
    font-size: 17px;
}

.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;
}

.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;
    /* max-width: 370px; */
    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: Montserrat;
    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;
}

/* 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 {
    width: 600px;
    display: flex;
    margin: 0 auto;
    align-items: baseline;
}

.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;
}

.social {
    text-align: center;
    color: #000;
    font-size: 2.75rem;
    font-size: 30px;
    margin-top: 70px;
    margin-bottom: 40px;
}

.social a {
    /* margin: 0 1.875rem; */
    margin: 0 5px;
    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: #d64747;    
}

.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: Playfair Display, Georgia, 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: 'Montserrat', 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;
    font-weight: bold;
}

#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: Georgia, 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: Georgia, 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;
}

.formulario .col.col-empty {
    height: 30px
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

@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 {
        /* display: block;
        margin: 1rem auto 1.8125rem;
        width: 171px; */

        display: block;
        margin: 0 auto;
        width: auto;
        margin-top: 0px;
        margin-bottom: 20px;
    }   
    .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; */
        max-width: 100%;
        display: block;
        background: rgba(140, 169, 172, 1);
    }
    .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;
    }
    .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;         */
        max-width: 90%;
        /* 370 */
    }
    .formulario .col {
        display: block;
        width: 100%;
        /* padding:0 10px; */
    }
    .formulario .col.col-empty {
        display: none;
    }
    .formulario .col.col-izda {
        padding-right: 0;
    }
    .formulario .col.col-dcha {
        padding-left: 0;
    }
    /*
        .section p br {
            display: none;
        }
    */
    /* Nuevo bloque intro - ajustes 860px - */
    .intro_new {
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .intro_new .columnas {
        flex-direction: column;
    }
    .intro_new .columnas .col {
        flex-basis: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .intro_new .columnas .col.col-1 img{
        /* width:100%; */
    }

    .intro_new .columnas .col.col-2 {
        border-left: none;
        border-top: 2px solid #999;
        /* padding-left: 55px; */
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* 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;
    }
    .formulario .form-legal {
        line-height: 1.4;
        height: auto;
    }
    .benefits {
        width: 100%;
        max-width: 23.125rem;
        /* 370 */
        margin: 0 auto;
    }

    .benefits .content .flex2>a {
        height: 220px;
        font-size: 18px;
    }
        
    .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;
    }
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
        max-width: 100%;
    }

    .banner .columnas {
        display: flex;
        box-sizing: border-box;
        align-items: center;
        flex-direction: column;
    }

    /* .banner .columnas .col-1{
        order:1;
    }
    .banner .columnas .col-1{
        order:2;
    }     */

    /* Estilos bases legales Love Cities */

    .bodybaseslegales .section {
        margin-top: 2rem;
    }

    .h2baseslegales{
        /* text-align: left !important;
        font-size: 28px !important;
        font-weight: 500;
        margin: 0em 0 1em !important;
        color: #636363; */
    }
    
    .baseslegales{
        padding:20px;        
    }
    
    .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{
        font-size: 15px;
    }
    .baseslegales ul ol{
        font-size: 15px;
    }
    
    .baseslegales h3{
        margin-left: 0;
    }

}

@media only screen and (max-width:600px) {
    /* 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%;        
    }


}

@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;
    }
}

@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: #d64747;
}

.no-touch #aviso-cookies .boton a:hover {
    background: #000;
    color: #FFF;
}