﻿:root {
    --rojo: #EF4650 !important;
    --negro: black !important;
    --gris: #707070 !important;
    --gris_oscuro: #6A6969 !important;
    --rojo_claro: #FFEDEE;
    --verde: #3DBE9D !important;
    --fuente: 'open sans';
    --font-sm: 15px;
}


label, input::placeholder {
    font-family: var(--fuente); /* Aplica la fuente a los labels y placeholders */
}

/* Aplicar la fuente también a los selects y cualquier otro elemento específico */
select, textarea {
    font-family: var(--fuente);
}

/* Si necesitas aplicar la fuente a otros elementos específicos o partes del formulario */
input, textarea, select {
    font-family: var(--fuente);
}

/* Campos globales con etiqueta flotante */
.gs-field {
    position: relative;
    width: 100%;
}

.gs-field-control {
    width: 100%;
    border: 1px solid var(--gris) !important;
    border-radius: 10px !important;
    background-color: #fff;
    color: #595c5f;
    min-height: 46px;
    padding: 18px 12px 8px 12px;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

    .gs-field-control:focus,
    .gs-field.gs-focused .gs-field-control {
        border-color: var(--rojo) !important;
        background-color: var(--rojo_claro);
        box-shadow: none !important;
        outline: none !important;
    }

select.gs-field-control,
select.gs-field-control:focus,
select.gs-field-control:active {
    color: #595c5f !important;
}

    select.gs-field-control option,
    select.gs-field-control optgroup {
        color: #595c5f !important;
        background-color: #ffffff !important;
    }

.gs-field-label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gris_oscuro);
    font-size: 0.95rem;
    line-height: 1;
    pointer-events: none;
    padding: 0 4px;
    transition: top 0.2s ease, transform 0.2s ease, color 0.2s ease, font-size 0.2s ease;
    background-color: #fff;
    z-index: 1;
}

.gs-field.gs-focused .gs-field-label,
.gs-field.gs-has-value .gs-field-label {
    top: 0;
    transform: translateY(-50%);
    color: var(--rojo);
    font-size: 0.75rem;
}

label.gs-floating-label-source {
    display: none !important;
}

body {
    background-color: white;
    font-family: var(--fuente);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #b9b9b9 #f2f2f2;
}

body::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

body::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 999px;
}

body::-webkit-scrollbar-thumb {
    background: #b9b9b9;
    border-radius: 999px;
    border: 2px solid #f2f2f2;
}

    body::-webkit-scrollbar-thumb:hover {
        background: #a5a5a5;
    }


/*HEADER*/


#header {
    /*  height: auto;*/
}

#header {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#901335', endColorstr='#880f1c', GradientType=0);
    /*    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);*/
    /* height: 130px;*/
}

@media (min-width: 65em) {
    #block-navegacionprincipalenglish, .main-menu-nav {
        /* margin-left: calc(-50vw + 50%); */
        /* margin-right: calc(-50vw + 50%); */
        /* padding-left: 0; */
        /* padding-right: 0; */
        /* float: none; */
        /* background-color: #000; */
        /* clear: both; */
    }
}

@media (min-width: 65em) {
    .toggle-expand {
        display: none;
    }
}

.toggle-expand {
    color: navy;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.toggle-expand__open {
    display: inline-block;
    text-align: center;
}

.toggle-expand {
    color: navy;
    text-decoration: none;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
}






.container {
    margin-right: auto;
    margin-left: auto;
}

    .container:before, .container:after {
        display: table;
        content: "";
        line-height: 0;
    }

#header-lvl2 {
    background-color: var(--negro);
    /*  height: 60px;*/
    height: 100%;
}

#header .container {
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: initial;
    padding: 0% 15% 0% 15%;
}

#menu-nav {
    display: flex;
    background-color: var(--negro);
    color: #ded1d4;
    text-align: center;
    width: 100%;
    min-height: 70px;
}

    #menu-nav .row {
        margin-left: 10%;
    }

.span3 {
    width: 220px;
    background-color: none;
}

#logo-and-name h1 {
    margin-left: 10px;
    margin-top: -2px;
}

#header-div-nav {
    width: 100%;
}

.span8 {
    width: 620px;
}

#header-nav {
    float: right;
    margin-bottom: 0;
    margin-top: 15px;
}


#menu-btns .col-md-4 {
    width: 14%;
}

#menu-btns div {
    padding: 0px;
    overflow: hidden;
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-md-2 {
    float: left;
}

/*FIN HEADER*/


/*BOTONES*/
titulo1 {
    font-size: 1.75rem;
    color: black;
    font-weight: bolder;
}

.boton {
    /*  display: inline-block;*/
    /*  font-weight: bolder;*/
    color: white;
    /*text-align: center;*/
    /*vertical-align: middle;*/
    /* -webkit-user-select: none; */
    /*  -moz-user-select: none;
    -ms-user-select: none;*/
    /* user-select: none; */
    background-color: var(--rojo);
    border: 1px solid var(--rojo) !important;
    /*   font-size: 1rem;*/
    /*   line-height: 1.5;*/
    border-radius: 2.25rem;
    /*width: 15%;*/
    /*min-width: fit-content;*/
}

.boton_lg {
    font-weight: bolder;
    font-size: 1.2rem;
    line-height: 1.4;
}

.boton_md {
    font-weight: bolder;
    font-size: 1rem;
    line-height: 1.4;
}

.boton:hover {
    background-color: white; /* Cambia el color de fondo */
    color: var(--rojo);
    text-decoration: none;
    border: 1px solid var(--rojo);
}

.boton:active {
    transform: translateY(2px); /* Efecto de desplazamiento hacia abajo */
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.boton:disabled {
    background-color: var(--gris);
    border: 1px solid var(--gris);
    cursor: not-allowed;
}

    .boton:disabled:hover {
        color: white;
    }

button:disabled {
    background-color: var(--gris); /* Color de fondo más claro */
    border: 1px solid var(--gris);
    cursor: not-allowed; /* Cursor de no permitido */
}

    button:disabled:hover {
        color: var(--gris);
    }

.boton_verde {
    background-color: var(--verde);
    border: 1px solid var(--verde);
    color: white;
}

    .boton_verde:hover {
        background-color: white;
        color: var(--verde);
    }

.boton-blanco {
    display: inline-block;
    /*  font-weight: bolder;*/
    color: var(--rojo);
    text-align: center;
    vertical-align: middle;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    background-color: white;
    border: 1px solid var(--rojo);
    padding: 1rem 1rem 1rem 1rem; /*  .895rem 1.85rem;*/
    /*   font-size: 1rem;*/
    /*   line-height: 1.5;*/
    border-radius: 2.25rem;
    width: 15%;
    min-width: fit-content;
}

    .boton-blanco:hover {
        background-color: var(--rojo);
        color: white;
    }

/*FIN BOTONES*/
/*FUENTES*/
.titulo_extra_grande {
    font-size: 40px;
    font-family: var(--fuente);
    line-height: 45px;
    font-weight: 700;
}
.titulo_grande {
    font-size: 30px;
    font-family: var(--fuente);
    line-height: 60px;
    font-weight: 700;
}

.titulo_mediano {
    font-size: 26px;
    font-family: var(--fuente);
    line-height: 45px;
    font-weight: 400;
}


.texto_pequenio {
    font-size: 19px;
    font-family: var(--fuente);
    font-weight: 200;
}

.negrita {
    font-weight: bold;
    line-height: 25px;
}
/*FIN FUENTES*/

/*FORMULARIOS INSCRIPCION*/
.container-inscripcion {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
}


    .container-inscripcion .button-container {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

/*BOTONES GLOBALES*/
.gs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    width: 220px;
    padding: 10px 18px;
    border-radius: 30px;
    border: 1px solid var(--rojo) !important;
    font-family: var(--fuente);
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
}

.gs-btn--sm {
    width: 170px;
    min-height: 40px;
    padding: 8px 14px;
    font-size: 0.9rem;
}

.gs-btn--md {
    width: 220px;
    min-height: 46px;
    padding: 10px 18px;
    font-size: 1rem;
}

.gs-btn--lg {
    width: 260px;
    min-height: 52px;
    padding: 12px 20px;
    font-size: 1.05rem;
}

.gs-btn--block {
    width: 100%;
    max-width: none;
}

.gs-btn:focus,
.gs-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(239, 70, 80, 0.2);
}

.gs-btn--primary {
    background-color: var(--rojo);
    color: #fff;
}

    .gs-btn--primary:hover,
    .gs-btn--primary:active,
    .gs-btn--primary:focus {
        background-color: #fff;
        color: var(--rojo);
        border-color: var(--rojo) !important;
    }

.gs-btn--secondary {
    background-color: #fff;
    color: var(--rojo);
}

    .gs-btn--secondary:hover,
    .gs-btn--secondary:active,
    .gs-btn--secondary:focus {
        background-color: var(--rojo);
        color: #fff;
        border-color: var(--rojo) !important;
    }

@media (max-width: 992px) {
    .container-inscripcion {
        width: 90%;
    }
}

@media (max-width: 576px) {
    .container-inscripcion {
        width: 95%;
    }

        .container-inscripcion .button-container {
            flex-direction: column;
        }

    .gs-btn {
        width: 100%;
        max-width: 320px;
    }
}


