﻿body,
html {
    margin: 0;
    padding: 0;
    background: #fff;
}

html {
    font-size: 16px;
}

body {
    font-family: "Nunito Sans", sans-serif;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand {
    display: block;
    margin: 1.6875rem auto 2.9375rem;
}

.texto_legal{
    font-size:12px;
    max-width: 52rem;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;  
    
    /* display:none; */
}

.banner {
    background: #f9eac1;
}

    .banner .content {
        margin: 0 auto;
        width: 100%;
        max-width: 1280px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

.fl-item {
    width: 50%;
    flex-grow: 1;
}

.banner img {
    width: 100%;
    display: block;
}

h1 {
    font-size: 2.875rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
}

.section h2,
.section h3 {
    font-size: 1.6rem;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    color: #348761;    
    line-height: 1.1;
    letter-spacing: 2px;
    margin: 0 0 0.6rem;
}

.hu .section h2 {
    color: #348761;}

.hu .section h3 {
    color: #000;
}

.section h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
}

.section .mensaje_gracias h2 {
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0 0 1.4rem;
}

.section {
    overflow: hidden;
    color: #000000;
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    margin-top: 3rem;
}

    .section p {
        text-align: center;
        margin: 0 auto;
        line-height: 1.4;
        font-size: 1.25rem;
    }

    .section a {
        color: #000000;
        text-decoration: underline;
    }

.intro {
    margin-bottom: 3rem;
}

.mensaje_gracias {
    max-width: 41rem;
    margin: 0 auto;
}
.hu .mensaje_gracias {
    max-width: 41rem;
    margin: 0 auto;
    margin-bottom: 30px;
}

.formulario,
.legal-txt {
    text-align: center;
    /* max-width: 52rem; */
    max-width: 915px;
    padding-bottom: 1.6875rem;
    margin: 0 auto;
}

.legal-txt {
    font-size: 0.75rem;
    padding: 0 1rem 3.5rem;
    color: #000000;
    box-sizing: border-box;
}

    .legal-txt a {
        text-decoration: none;
        color: #817f7f;
    }

.formulario .col {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    float: left;
    padding: 0 1rem;
    margin-bottom: 1.25rem;
}

    .formulario .col.col-email {
        margin-bottom: 0.25rem;
    }

.email-suggestion {
    display: block;
    text-align: right;
    clear: both;
    padding-top: 0.175rem;
    font-size: 12px;
    height: 1.1rem;
}

.formulario .col > label,
.label {
    float: left;
    font-weight: 700;
    margin: 5px 0 0;
    font-size: 1.125rem;
    letter-spacing: 0.025em;
    text-align: left;
}

    .formulario .col > label small,
    .label small {
        font-weight: 400;
        font-size: 0.875rem;
    }

.formulario input.texto {
    box-sizing: border-box;
    /* float: right; */
    color: #606060;
    font-size: 1.125rem;
    font-family: "Nunito Sans", sans-serif;
    height: 30px;
    border: none;
    padding: 1px 8px;
    margin: 0;
    background: #f9eac1;
    width: 100%;
}

    .formulario input.texto.code {        
        background: #4d2a4d29 !important;
    }

.expand {
    width: auto;
    overflow: hidden;
    padding-left: 0.9375rem;
}

.radio-control {
    float: left;
}

.radio-group .expand {
    height: 30px;
    line-height: 30px;
}

.radio-group .radio-control:not(:first-child) {
    margin-left: 1.125rem;
}



/* Inicio ESTILOS nuevo bloque deportes */
.formulario .deporte_opciones{
    display:none;
}
.formulario .deporte_opciones.visible{
    display:block;
}
.formulario .deporte_opciones.no_visible{
    display:none;
}

.formulario .col.deporte_opciones{
    width:100%;
    /* margin-bottom: 0; */
}

.formulario .deporte_opciones p{
    display:block;
    clear:both;

    font-weight: 700;
    /* margin: 5px 0 0; */
    font-size: 1.125rem;
    letter-spacing: 0.025em;

    margin-bottom: 0.9em;
}
.formulario .deporte_opciones .listado{
    display:block;
    clear:both;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.formulario .deporte_opciones .listado label{
    flex-basis: 31%;
    text-align: left;

    margin: 0 2% 1em 0;
}
/* Fin ESTILOS nuevo bloque deportes */



.formulario .form-legal {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.4;
    text-align: left;
}

.formulario .submit {
    width: 100%;
}

.formulario .boton {
    display: block;
    width: 205px;
    height: 44px;
    font-size: 0.9375rem;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 0 auto;
    background: #348761;
        font-family: "Nunito Sans", sans-serif;
    cursor: pointer;
    border-radius: 7px;
}

.formulario .required-tip {
    margin: 12px auto;
    font-size: 0.875rem; /* 14 */
    text-align: center;
}

.hu .formulario .boton {    
    /* background: #1c5168; */
    background: #348761;}

.escritorio .formulario .boton:hover {
    cursor: pointer;
    background: #000;
}

.section h3 {
    font-size: 1.125rem;
    font-weight: 800;
    /* color: #606060; */
    color: #000;
    letter-spacing: 0.015em;
    margin: 0 0 1.125rem;
    text-transform: uppercase;
    margin-left:25px;
}

.benefits {
    max-width: 540px;
    padding: 1.5rem 1rem;
    margin: 0 auto;
    text-align: left;
}

.section .benefits h3 {
    text-align: left;
}

.hu .benefits {
    max-width: 700px;
}

.hu .section .benefits h3 {
    text-align: center;
}

.benefit {
    letter-spacing: normal;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
}

.benefit-icon {
    width: 42px;
    height: 31px;
    flex: 0 0 42px;
}

.benefit-01 {
    background: url(img/clubdays25/icon_01.svg) no-repeat left center;
    background-size: 31px 22px;
}

.benefit-02 {
    background: url(img/clubdays25/icon_02.svg) no-repeat 5px center;
    background-size: 20px 25px;
}

.benefit-03 {
    background: url(img/clubdays25/icon_03.svg) no-repeat left center;
    background-size: 34px 34px;
}

.benefit-04 {
    background: url(img/clubdays25/icon_04.svg) no-repeat 6px center;
    background-size: 21px 31px;
}

.benefit-05 {
    background: url(img/clubdays25/icon_05.svg) no-repeat 1px center;
    background-size: 28px 23px;
}

#footer {
    color: #817f7f;
    font-size: 0.75rem;
    padding: 30px 0 50px;
}

    #footer a {
        color: #817f7f;
    }
    
    .hu #footer a {
        color: #000;
        font-weight: 700;
    }

        #footer a:hover {
            color: #000;
        }

    #footer .menu_legales {
        text-align: center;
        font-size: 1em;
        margin-bottom: 20px;
    }

    .hu #footer .menu_legales {
        text-align: center;
        font-size: 1.1em;
        margin-bottom: 20px;
    }

        #footer .menu_legales li {
            display: inline-block;
        }

            #footer .menu_legales li:after {
                content: "|";
                display: inline-block;
                color: #817f7f;
                padding: 0 8px;
            }

            #footer .menu_legales li:last-child:after {
                display: none;
            }

        #footer .menu_legales a {
            display: inline-block;
            padding: 0 8px;
        }

.redes {
    text-align: center;
    margin: 0 auto 38px;
}

    .redes a {
        display: inline-block;
        width: 28px;
        height: 28px;
        text-indent: -9999px;
        /* background-image: url(https://www3.womensecret.com/landings/img/interface/redes.png?20180214); */
        background-image: url(img/redesnew.png?20210720);
        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;
        }

    .redes .tiktok {        
        background-position: -238px 0;
    }

        .redes .tiktok:hover {
            background-position: -238px -40px;
        }        

#footer .menu_corporativo {
    color: #817f7f;
    text-align: center;
}

    #footer .menu_corporativo a {
        color: #817f7f;
    }

    .hu #footer .menu_corporativo a {
        color: #000;
        font-weight: 700;
    }    

.escritorio #footer .menu_corporativo a:hover {
    color: #000;
}

#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: "Nunito Sans", sans-serif;
    text-align: center;
}

#footer .menu_corporativo li {
    display: inline-block;
    font-size: 1em;
}

.hu #footer .menu_corporativo li {
    display: inline-block;
    font-size: 1.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;
    }

.col.error .label,
.formulario .col.error label,
.formulario .form-group.error label {
    color: #348761;
}

.formulario .col.error input.texto,
.formulario .form-group.error input.texto {
    border: 1px solid #348761;
}

.formulario .form-legal.error,
.formulario .form-legal.error a {
    color: #348761;
}

.formulario .form-legal input {
    margin-left: 0;
}

.formulario .mensaje-error {
    display: none;
    font-weight: 700;
    color: #348761;
    text-align: center;
    margin-top: 20px;
    /* float:left; */
    clear: both;
}

    .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;
    }

.brand {
    width: 207px;
}

@media only screen and (max-width: 1100px) {
    .brand {
        display: block;
        margin: 1rem auto 1.8125rem;
        width: 131px;
    }
}

@media only screen and (max-width: 860px) {
    .banner {
        background: #fff;
    }

        .banner .content {
            max-width: 28.75rem;
            display: block;
            background: #f9eac1;
    }
    
    .fl-item {
        width: 100%;
        flex-grow: 1;
    }

    .formulario {
        max-width: 23.125rem;
    }

        .formulario .col {
            display: block;
            width: 100%;
        }

        /* Modificación ESTILOS para nuevo bloque deportes */
        .formulario .col.vacia{
            display:none;
        }
        .formulario .deporte_opciones{
            display:none;
        }
        .formulario .deporte_opciones .listado label{
            flex-basis:45%;
        }


    .section p br {
        display: none;
    }

    .formulario .form-legal {
        line-height: 1.4;
        height: auto;
    }

    .benefits {
        width: 100%;
        max-width: 23.125rem;
        box-sizing: border-box;
    }

        .benefits .content .flex {
            display: block;
        }

            .benefits .content .flex > div {
                box-sizing: border-box;
                width: auto;
                margin: 0 1rem 1.1875rem;
            }

                .benefits .content .flex > div > div {
                    padding: 0.625rem;
                }

    .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 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;
            }
}

@media screen and (max-width: 580px) {
    #footer .menu_corporativo li,
    #footer .menu_legales li {
        display: block;
        line-height: 1.8;
    }

        #footer .menu_corporativo li:after,
        #footer .menu_legales li:after {
            display: none;
        }

    .redes {
        margin: 0 auto 30px;
    }
}

#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: #348761;
}

.no-touch #aviso-cookies .boton a:hover {
    background: #000;
    color: #FFF;
}

