﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



* {
    font-family: 'Montserrat', Helvetica, sans-serif;
    color: #000000;
}
h1.titleError {
    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;
}

form {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}



.mainFormulario {
    
}

h2 {
    font-size: clamp(35px, 3.125vw + 25px, 65px);
    font-weight: 400;
    margin: 0;
}

h3 {
    font-size: clamp(20px, 1.5625vw + 15px, 35px);
    font-weight: 400;
    margin: 0;
}
.mt15{
    margin-top:15px;
}
p {
    font-size: clamp(12px, 0.78125vw + 12.5px, 20px);
    font-weight: 400;
    text-align: left;
    line-height: 25px;
}

p.mw850 {

    max-width: 850px;
}

.textBold {
    font-weight: 600;
}

.mt20{
    margin-top:20px;
}
img.flechaBoton {
    /* position: absolute; */
    width: 23px;
    position: absolute;
    top: 50%;
    transform: translate(1%, -57%);
    right: 10px;
}

.mainContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    text-align:center;
}

.header {
    background: white;
    padding: 10px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
img#logoHeader {
    width: 300px;
}

.formularioGroup {
    padding: 0px 45px;
}
    /*loading y alertas*/

    .loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(62,32,68,1);
    z-index: 1000;
}
.botonesConfir {
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
}

.load {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainFormulario.noBg {
    overflow-y: visible;
}
.formLateral {
    overflow-y: auto;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #BF6AF9 transparent; /* Firefox */
}

/* Chrome, Edge y Safari */
    .formLateral::-webkit-scrollbar {
        width: 6px; /* Grosor fino */
    }

    .formLateral::-webkit-scrollbar-track {
        background: transparent; /* Fondo invisible */
    }

    .formLateral::-webkit-scrollbar-thumb {
        background-color: #BF6AF9;
        border-radius: 20px;
        transition: background-color 0.3s ease;
    }

/* Hover elegante */
        .formLateral::-webkit-scrollbar-thumb:hover {
            background-color: #a855f7; /* Un tono un poco más oscuro */
        }
.formLateral {
    overflow-y: auto;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #BF6AF9 transparent; /* Firefox */
}

    /* Chrome, Edge y Safari */
.formLateral::-webkit-scrollbar {
    width: 6px; /* Grosor fino */
}

.formLateral::-webkit-scrollbar-track {
    background: transparent; /* Fondo invisible */
}

.formLateral::-webkit-scrollbar-thumb {
    background-color: #BF6AF9;
    border-radius: 20px;
    transition: background-color 0.3s ease;
}

        /* Hover elegante */
    .formLateral::-webkit-scrollbar-thumb:hover {
        background-color: #a855f7; /* Un tono un poco más oscuro */
    }
.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: 'Montserrat';
        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: #ffffffd9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* display: none; */
}


@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%
    }
}


/*FORMULARIO*/
.formLateral {
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    width: 50%;
    background: white;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0);
    transform: translateX(-100%);
    transition: transform 0.45s cubic-bezier(.25, .8, .25, 1);
    z-index: 1;
    height: 100%;
}
.formularioConfirmacion {
    display: flex;
    padding: 45px;
    gap: 40px;
}
.imgCheck img {
    width: 50px;
}
.formLateral.activo .mainFormulario.noBg {
    transform: translateX(0);
    box-shadow: 7px -19px 13px -2px rgb(0 0 0);
}
.formLateral.activo {
    transform: translateX(0);
    box-shadow: 7px -19px 13px -2px rgb(0 0 0);
}
.form-control {
    border: 1px solid black;
    border-radius: 5px !important;
    padding: 10px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.mb40{
    margin-bottom:40px;
}
.mt40 {
    margin-top: 40px;
}
p.mainP {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .fotoFormulario img {
        max-width: 100%;
    }
.mainFormulario {
    display: flex;
    flex: 1;
    overflow: auto;
    padding: 60px;
    gap: 40px;
    background-image: url(../../images/fondo-web.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
}
.noBg {
    background-image: none;
    background: white;
}
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: 15px;
    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:focus {
    color: #495057;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}
.row-sm {
    margin-left: -5px;
    margin-right: -5px;
}

    .row-sm > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
.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: 18px;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 5px;
}
.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;
    background: white;
}
.logosGroup {
    display: flex;
    gap: 10px;
    font-size: 20px;
}
.cerrarOver {
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
}
.btn-principal {
    background: #BF6AF9;
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 15px 10px;
    border-radius: 5px;
    max-width: 320px;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 250ms;
}
    .btn-principal:hover {
        color: white;
        text-decoration: none;
    }
.enlacesLegalesGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
    .enlacesLegalesGroup a, .enlacesLegalesGroup {
        color: #000000;
        font-size: 12px;
        text-decoration: none;
    }
        .enlacesLegalesGroup a:hover {
            color: #000000;
            font-size: 12px;
            text-decoration: none;
        }
#cabecera {
    display: block;
    width:100%;
}

#cabeceraMovil {
    display: none;
    width: 100%;
}
img#logoAsistencia {
    width: 140px;
}
.mainContentAsistencia {
    width: 100%;
    height: 100%;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}
    .mainContentAsistencia h2, .mainContentAsistencia h3 {
        text-align: center;
    }
    .mainContentAsistencia a {
        color: white;
        font-size: 35px;
        text-decoration: underline;
    }
.formAsistencia {
    width: 100%;
    height: 100%;
}
/*radiobuttons*/
/* Customize the label (the container) */
.containerRadioButtons {
    display: block;
    position: relative;
    padding-right: 25px;
    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;
    }
label.containerCheckbox.legales a {
    color: black;
    text-decoration: underline;
}
/* Create a custom radio button */
.containerRadioButtonscheckmark {
    position: absolute;
    top: 3px;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid black;
}
.textoLegal {
    font-size: 10px;
}

/* 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: 11px;
    height: 11px;
    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 #000000;
    background-color: #ffffff;
}

/* 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;
}
.botones a {
    width: 100%;
}
/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
    left: 5px;
    top: -1px;
    width: 8px;
    height: 15px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.formLateral .header img {
    opacity: 0;
}
.formLateral .form-container {
    width: 100%;
}

/*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: 1300px) {
    .formLateral {
        width: 65%;
        transition: 250ms;
    }
}

@media (max-width: 1200px) {
    .formLateral {
        width: 75%;
        transition:250ms;
    }
}
@media (max-width: 1100px) {
    .formLateral {
        width: 85%;
        transition: 250ms;
    }
}
@media (max-width: 1200px) {

}
    @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: 750px) {
        .formularioConfirmacion {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .formLateral {
            width: 100%;
            transition: 250ms;
        }
        .enlacesLegalesGroup {
            flex-direction: column;
            gap: 10px;
        }
        .formularioGroup {
            padding: 0px;
        }
        .radioGroup {
            justify-content: center;
        }
    }

@media (max-width: 450px) {
    div#btnInscribete {
        width: 100%;
        max-width: unset;
        transition:250ms;
    }
}