﻿@font-face {
    font-family: 'Adidas';
    src: url('../../fonts/adidas.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    font-family:'Adidas', Arial, Helvetica, sans-serif;
    color:white;
}
h1.titleError {
    font-family: 'Adidas';
    font-size: 36px;
}
img#logoError {
    width: 150px;
}
.containerError {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    gap: 30px;
}
body.pageError {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.containterProxima {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
html {
    height: 100%;
    width: 100%;
}
body {
    margin: 0;
    height: 100%;
    width: 100%;
    background: black;
}


h2 {
    font-size: clamp(35px, 3.125vw + 25px, 50px);
    font-weight: 200;
    margin: 0;
}

h3 {
    font-size: clamp(20px, 1.5625vw + 15px, 30px);
    font-weight: 200;
    margin: 0;
}

p {
    font-size: clamp(15px, 0.78125vw + 12.5px, 20px);
    font-weight: 300;
    text-align: center;
}
.btnAdidas {
    background: white;
    padding: 10px 30px;
    color: black;
    font-size: 17px;
    position: relative;
    cursor: pointer;
    transform-style: preserve-3d;
    text-decoration: none;
    width: 260px;
    text-align: center;
}
    .btnAdidas:hover{
        color:black;
        text-decoration:none;
    }
    .btnAdidas i {
        color: black;
    }

    .btnAdidas:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        right: -5px;
        bottom: -5px;
        transform: translateZ(-1px);
        z-index: -1;
    }

    .btnAdidas:hover::after {
        border-color: #929396;
    }
img.flechaBoton {
    /* position: absolute; */
    width: 23px;
    position: absolute;
    top: 50%;
    transform: translate(1%, -57%);
    right: 10px;
}
.logoAdidas img {
    width: 90px;
    margin-top: 40px;
}
.mainContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    text-align:center;
}


    /*loading y alertas*/

    .loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(62,32,68,1);
    z-index: 1000;
}

.load {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #333333;
    opacity: .8;
    display: none;
}
.uiBtnBar {
    display: none !important;
}
.alert {
    width: 95%;
    max-width: 800px;
    padding: 45px;
    position: fixed;
    z-index: 999;
    background-color: rgba(255, 255, 255, 1);
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 5px;
    border-radius: 0px;
    border: 0px;
}
.txt br:first-of-type {
    display: none;
}
.alert .txt {
    text-align: left;
    padding: 15px 0;
    color: #000000 !important;
    font-size: 20px;
}
        .alert .uiBtnBar {
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 10px;
    }

    .alert .uiBtn {
        width: 150px;
        margin: 0 auto;
        display: block;
    }



    .alert .btn-primary {
        color: var(--bgApp-color);
        background-color: var(--fifth--color);
        border: none;
        transition: all .4s cubic-bezier(.43,.39,.23,1.01);
        font-family: 'Adidas';
        font-size: 1.6em;
        text-transform: lowercase;
        /*min-height: 70px;*/
        min-height: 60px;
        padding: 0;
        border-radius: 0;
        text-decoration: none;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        /*width: 100%;*/
        width: fit-content;
        line-height: 1em;
        /*padding: 0 10px;*/
        padding: 0 30px;
        box-sizing: border-box;
        text-align: center;
        border-radius: 60px;
        /**/
        border: 2px solid var(--bgApp-color);
        color: var(--bgApp-color);
        background-color: var(--primary-color);
    }

        .alert .btn-primary:hover {
            background-color: var(--fifth--color);
            border: 2px solid var(--fifth--color);
        }





.alert {
    display: none;
}

.block {
    display: block;
}

.alertaNotificacion {
    position: absolute;
    width: 100%;
    min-height: 40px;
    max-height: 120px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 10px;
    line-height: 1.1em;
    top: -120px;
    left: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    transition: top ease-in-out 300ms;
    z-index: 1000;
}

    .alertaNotificacion .icoBell {
        font-size: 20px;
    }

    .alertaNotificacion .icoClose {
        font-size: 18px;
    }

    .alertaNotificacion .titulo {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .alertaNotificacion.show {
        top: 0;
    }


/********************************************************************************************/
/*******************************************loading*****************************************/
/*******************************************************************************************/
#divLoading {
    height: 100%;
    width: 100%;
    color: #ADAFB6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000000d9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* display: none; */
}display:none;*/
}

/* HTML: <div class="loader"></div> */
.loader {
    --r1: 154%;
    --r2: 68.5%;
    width: 60px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(var(--r1) var(--r2) at top,#0000 79.5%,var(--red-color) 80%), radial-gradient(var(--r1) var(--r2) at bottom,var(--red-color) 79.5%,#0000 80%), radial-gradient(var(--r1) var(--r2) at top,#0000 79.5%,var(--red-color) 80%), #ccc;
    background-size: 50.5% 220%;
    background-position: -100% 0%,0% 0%,100% 0%;
    background-repeat: no-repeat;
    animation: l9 2s infinite linear;
}

@keyframes l9 {
    33% {
        background-position: 0% 33%,100% 33%,200% 33%
    }

    66% {
        background-position: -100% 66%,0% 66%,100% 66%
    }

    100% {
        background-position: 0% 100%,100% 100%,200% 100%
    }
}

.tallaGroup {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}
.talla {
    padding: 10px;
    border: 1px solid black;
    cursor: pointer;
    transition: 500ms;
    color: black;
    background: #EBEFF1;
    width: 50px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.talla.activa {
    background:black;
    color:white;
    transition:500ms;
    padding: 10px;
    border: 1px solid black;
    cursor: pointer;
}
    .talla.tallaZapatilla span {
        color: black;
        font-size: 9px;
        margin-left: 2px;
    }
    .talla.tallaZapatilla.activa span {
        color: white;
        font-size: 9px;
    }


/*FORMULARIO*/
.form-container {
    width: 50%;
}
.mb40{
    margin-bottom:40px;
}
p.mainP {
    margin-top: 40px;
    margin-bottom: 40px;
}
.fotoFormulario {
    width: 50%;
    /* background: red; */
    display: flex;
    justify-content: start;
    align-items: start;
}
    .fotoFormulario img {
        max-width: 100%;
    }
.mainFormulario {
    display: flex;
    padding: 80px;
    gap: 40px;
}
img.logoRegistro {
    width: 100px;
    opacity: 0.7;
}

.textoLegal {
    font-size: 14px;
    padding: 10px;
    text-align: justify;
    line-height: 14px;
    margin-bottom: 20px;
}


.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.toggleLegal {
    cursor: pointer;
    transition: transform 0.3s;
}
.radioGroup2 input {
    height: 40px;
    width: 30px;
}
label.containerCheckbox.legales {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    margin: 0;
}
.groupLegales {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 13px;
    margin-bottom: 10px;
}
label.containerCheckbox.legales input {
    width: 30px;
    height: 30px;
}
.radioGroup2 {
    display: flex;
    gap: 20px;
}
    .form-radio2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-group label {
    font-size: 20px;
    margin-bottom: 0;
}
.subTituloForm {
    font-size: 20px;
}
.subTitle {
    font-size: 20px;
}
.form-control {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}
.containerFormControl {
    display: flex;
    flex-direction: column;
}
.radioGroup {
    display: flex;
    gap: 40px;
}
.row.botones {
    margin-top: 20px;
}
.botones {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
    .botones #logoFin{
        width: 50px;
    }
input, textarea {
    border-radius: 0px !important;
}
label.containerRadioButtons {
    font-size: 23px;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 7px;
}
.radioGroup input {
    height: 40px;
    width: 30px;
}
.form-radio {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 30px;
}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-top: 1px solid white;
    padding: 30px;
}
.logosGroup {
    display: flex;
    gap: 10px;
    font-size: 20px;
}
.enlacesLegalesGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.enlacesLegalesGroup a {
    color: white;
    font-size: 12px;
    text-decoration: none;
}
.enlacesLegalesGroup a:hover{
    color: white;
    font-size: 12px;
    text-decoration: none;
}
#cabecera {
    display: block;
    width:100%;
}

#cabeceraMovil {
    display: none;
    width: 100%;
}



/*radiobuttons*/

/* Customize the label (the container) */
.containerRadioButtons {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .containerRadioButtons input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.containerRadioButtonscheckmark {
    position: absolute;
    top: 5px;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRadioButtons:hover input ~ .containerRadioButtonscheckmark {
    background-color: white;
}

/* When the radio button is checked, add a blue background */
.containerRadioButtons input:checked ~ .containerRadioButtonscheckmark {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.containerRadioButtonscheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadioButtons input:checked ~ .containerRadioButtonscheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerRadioButtons .containerRadioButtonscheckmark:after {
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: black;
}

/*checkboxes*/

/* Customize the label (the container) */
.containerCheckbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

    /* Hide the browser's default checkbox */
    .containerCheckbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ffffff;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmark {
    background-color: var(--red-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
    left: 5px;
    top: -1px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*COOKIES*/
button.cky-btn {
    background: white !important;
    color: black !important;
    border: none;
    font-size: 16px;
}
.cky-notice-group p {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}




@media (max-width: 900px) {
    .footer {
        flex-direction: column;
        gap: 10px;
    }
    .mainContent {
        padding: 20px;
    }
    #cabecera{
        display:none;
    }
    #cabeceraMovil {
        display: block;
    }
    .mainFormulario {
        display: flex;
        flex-direction: column-reverse;
        padding: 25px;
    }
    .fotoFormulario, .form-container {
        transition:500ms;
        width:100%;
    }
    .alert {
        width: 85%;
        max-width: 800px;
        padding: 15px;
    }
    .acompanhantesGroup .row {
        flex-direction: column;
    }
    .acompanhantesGroup .col-md-4 {
        width: 100% !important;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .radioGroup {
        justify-content: center;
    }
}