﻿

:root {
    --color-accent: #33245a;
    --color-primary: #9768a9;
    --color-secondary: #004b78;
    --color-gray: #ccc;
    --color-black: #161616;
    --color-black-2: #2c2c2c;
    --color-white: #fafafa;
    --color-danger: #d91448;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    box-sizing: border-box !important;
    font-family: Roboto, sans-serif !important;
}


html {
    height: 100vh !important;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
/*    overflow: hidden;
*/}

body {
    background-color: #fafafa !important;
    background-image: url("/Images/fondo.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed !important;
    height: 100% !important;
}






main, form {
    height: 100%;
    width: 100%;
}

/*main {
    overflow: auto;
}*/
form, #step2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    width: 100%;
}

.partesForm {
    padding: 0 !important;
    margin-top: 32px;
    width: 90%;
}

#divSearchButton {
    padding: 28px 0 32px;
    width: 90%;
    display: flex;
    justify-content: right;
    gap: 8px;
}

section {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}

#box-banner {
    width: 100%;
    object-fit: cover;
    max-height: 280px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0 0;
}

#bannerForm {
    width: 100%;
}

.partesForm .form-horizontal .inbox {
    box-shadow: 0px 4px 20px 4px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

main .partesForm h2 {
    font-weight: bold;
    text-align: center;
    color: var(--color-black-2);
}

.box-event-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 8px 0;
    padding: 0 15px;
}

.box-info {
    display: flex;
    justify-content: left;
    align-items: center;
}

    .box-info span {
        color: var(--color-black-2);
        font-size: 16px;
    }

    .box-info img {
        width: 32px;
        height: 32px;
    }

.box-event-info + p {
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0 15px;
}






.btn-delete {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fafafa;
    font-size: 16px;
    font-weight: bold;
    margin-left: 8px;
    cursor: pointer;
}

    .btn-delete svg {
        width: 24px;
        height: 24px;
        margin-right: 4px;
    }



.container-terms {
    padding-left: 15px;
}

.mensaje-inscripcion {
    color: #161616;
    padding: 8px;
    margin-top: 4px;
    text-align: center;
    width: 100%;
    margin: 0px 0 20px;
    border-radius: 8px;
    background: #e9d9e95c;
    justify-content: center;
}


    .mensaje-inscripcion p {
        margin: 0px;
        font-size: 18px;
        line-height: 1.6;
        color: var(--color-accent);
    }

.borde-mensaje {
    border: 4px var(--color-primary) dashed;
}







.checkbox-input {
    margin-right: 10px;
}

    .checkbox-section input, .checkbox-input input {
        transform: scale(1.5);
        margin-right: 4px !important;
        cursor: pointer;
    }


.form-horizontal .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
}




#divSearchButton {
    padding-bottom: 32px;
}




.Title {
    font-family: Anton,sans-serif !important;
    font-size: 45px;
    color: var(--color-white);
    line-height: 1.2;
    text-align: left;
    width: 100%;
    display: block;
    padding-top: 10px;
    letter-spacing: 2px;
}

.logoPosition {
    position: fixed
}

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    /*color: white !important;*/
    text-overflow: ellipsis;
    float: left;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: var(--color-accent) !important;
    border-color: var(--color-black) !important;
    border-image: none;
    border-style: none !important;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
    border-radius: 8px 8px 0px 0px;
}

    .ibox-title h5 {
        display: inline-block;
        font-size: 14px;
        margin: 0 0 7px;
        padding: 0;
        text-overflow: ellipsis;
        float: left;
        color: var(--color-white);
        font-weight: bold;
    }




.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
    background-color: var(--color-primary) !important;
    border-color: var(--color-accent) !important;
    color: var(--color-white) !important;
}

input[type=text], input[type=email], input[type=number] input[type=file] input[type=select] {
    border-radius: 5px 5px 5px 5px;
}

select {
    border-radius: 5px 5px 5px 5px !important;
}


.btn-primary {
    background-color: var(--color-accent) !important;
    border-color: var(--color-accent) !important;
    /*color: var(--color-white)!important;*/
}

.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    color: var(--color-black) !important
}

.ibox-content {
    background-color: var(--color-white) !important;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: var(--color-black) !important;
    border-image: none;
    border-style: none !important;
    border-width: 1px 0;
    border-radius: 0px 0px 8px 8px;
}




#img-top2 {
    max-width: 80% !important;
}

@media (max-width:1200px) {
    .logoPosition {
        position: unset
    }
}

@media (min-width: 480px) {
    #background {
        height: 250px;
    }

    #img-top2 {
        width: 28% !important;
        min-width: 400px !important;
    }
}



@media (min-width: 992px) {
    #background {
        height: 380px;
    }
}

a:hover, a:focus {
    background-color: var(--color-primary) !important;
    color: var(--color-accent);
}


.has-error .form-control {
    border: 2px solid var(--color-danger) !important;
}



/*celuar*/
@media (max-width:991px) {


    .imgandicom {
        margin: auto;
        width: 160px;
        background-color: transparent !important;
        background-image: url(/Images/logoform.png);
        background-size: 160px;
        height: 110px;
        background-repeat: no-repeat;
    }
}

/*pc*/
@media (min-width:991px) {


    .imgandicom {
        margin: auto;
        width: 300px;
        background-color: transparent !important;
        background-image: url(/Images/logoform.png);
        background-size: 300px;
        height: 160px;
        background-repeat: no-repeat;
    }
}


.form-control, .single-line {
    border: 1px solid #a1a1a1 !important;
    color: var(--color-black) !important;
}

.btn-select {
    color: white !important;
    font-weight: bolder !important;
    background: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
}

.btn-noselect {
    color: black !important;
    background: var(--color-white);
    border: 1px solid var(--color-white) !important;
}


.iti {
    position: relative;
    display: flex !important;
}

.wrapper-content {
    padding: 20px 10px 14px !important;
}

.form-group label {
    text-align: left !important;
}


input[type="date"], input[type="file"] {
    cursor: pointer;
}

.form-horizontal {
    display: flex;
    justify-content: center;
}

.padding-none {
    padding: 0 !important;
}



.info-alert-term {
    font-size: 18px;
    color: var(--color-black);
    font-weight: bold;
    margin: 20px 0 32px;
    border-top: RED dashed;
    padding: 8px 0;
    border-bottom: RED dashed;
    TEXT-ALIGN: CENTER;
}

.info-section-empresa {
    margin: 14px 0;
    color: var(--color-white);
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #ffffff82;
    border-bottom: 1px solid #ffffff82;
    padding: 8px 0;
}

.totalWidth {
    width: 100%;
}

.hrLite {
    border: 1px var(--color-gray) dashed;
    width: 100%;
    margin: 20px 0;
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 16px !important;
}

.inbox > .ibox-content {
    padding-top: 28px;
}

.mensaje-descuento {
    color: var(--color-black);
    width: 100%;
    padding: 0 8px 8px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 12px !important;
}


.informacion-importante {
    margin: 8px 0;
    width: 100%;
}

    .informacion-importante p {
        margin: 8px 0;
    }

.titulo-importante,
.titulo-dimensiones {
    font-size: 16px;
    line-height: 1.5;
}


#alertEmail {
    color: red;
    font-size: 12px;
    padding: 4px 0;
}



.ibox-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.count-page {
    font-weight: bold;
    color: var(--color-white);
    padding: 0 8px !important;
    font-size: 16px !important;
}





/*Modal*/

.modal-header {
    padding: 20px 30px !important;
    position: relative;
}

.close {
    font-size: 28px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.box-modal-title {
    padding: 8px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: var(--color-accent);
    border-radius: 8px;
    gap: 8px;
    flex-wrap: nowrap;
}

    .box-modal-title .modal-title, .box-modal-title i {
        font-weight: bold;
        color: var(--color-white);
        font-size: 20px;
    }

.btn-back {
    position: absolute;
    right: 20px;
    top: 20px;
}


.modal-lg {
    max-width: 560px !important;
}

.content-modal {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 12px;
    overflow: auto;
    flex-direction: column;
}

.value-field {
    font-size: 16px;
    line-height: 1.2 !important;
}

.name-field {
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 4px;
    left: 8px;
}

.content-modal div {
    position: relative;
    padding: 26px 8px 12px;
    border-bottom: #cccccc 2px dashed;
}

#myModalFinal {
    max-height: 100%;
    z-index: 50 !important;
}


.modal-b {
    font-family: Montserrat-Bold;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 8px 16px;
}

.tipo-entrada {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: var(--color-black);
    text-align: center;
    margin-bottom: 32px;
}

    .tipo-entrada span {
        color: orange;
        padding: 0 12px;
    }

.AlertaCondiciones {
    padding: 16px;
    margin-top: 4px;
    text-align: center;
    width: 100%;
    border: 2px #ff74008c dashed;
    color: var(--color-primary);
}



main button {
    font-weight: bold !important;
}



#Form3 .form-horizontal .checkbox > label {
    /* El label abarca toda el área clicable */
    display: block !important;
    position: relative !important;
    padding-left: 32px !important; /* espacio para la caja custom */
    margin-bottom: 8px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    user-select: none !important;
}

    /* Ocultamos el checkbox nativo (sigue siendo accesible) */
    #Form3 .form-horizontal .checkbox > label > input[type="checkbox"] {
        /* reset nativo en TODOS los navegadores */
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important;
        border: 2px solid #352359 !important; /* azul Bootstrap */
        border-radius: 4px !important;
        background: #fff !important;
        outline: none !important;
        cursor: pointer !important;
        transition: all .2s ease !important;
    }

        /* Hover */
        #Form3 .form-horizontal .checkbox > label > input[type="checkbox"]:hover {
            box-shadow: 0 0 0 3px #35235940 !important;
        }

        /* Checked */
        #Form3 .form-horizontal .checkbox > label > input[type="checkbox"]:checked {
            background: #352359 !important;
        }

            /* Tick blanco */
            #Form3 .form-horizontal .checkbox > label > input[type="checkbox"]:checked::before {
                content: '' !important;
                position: absolute !important;
                top: 2px !important;
                left: 7px !important;
                width: 6px !important;
                height: 11px !important;
                border: solid #fff !important;
                border-width: 0 3px 3px 0 !important;
                transform: rotate(45deg) !important;
            }

        /* Foco accesible (tabulador) */
        #Form3 .form-horizontal .checkbox > label > input[type="checkbox"]:focus {
            box-shadow: 0 0 0 3px #35235940 !important;
        }



@media (max-width: 768px) {
    #Form1Part1 {
        width: 100%;
    }

    .notranslate > .center-block {
        margin-top: 20px;
    }

    .box-event-info {
        margin: 16px 0 16px 0 !important;
    }


    #divf100 {
        display: none !important;
    }

    #Form3 .form-horizontal .checkbox > label > input[type="checkbox"]:checked::before {
        left: 5px !important;
    }
}

@media (min-width: 768px) {
    #background {
        height: 250px;
    }

    .content-modal {
        flex-direction: row !important;
    }

    .partesForm {
        width: 80% !important;
        max-width: 920px !important;
    }

    #divSearchButton {
        padding: 28px 0 32px;
        width: 80% !important;
        max-width: 920px !important;
        display: flex;
        justify-content: right;
    }
}