body {
    font-family: 'Figtree' !important;
    margin: 0 !important;
    background-color: #EAEEF9 !important;
    /*color azul de OpenHouse segun gráfica de Jonathan #1a88f8 */
}

.row {
    --bs-gutter-x: unset !important;
}

/* ==================== */
/*    MENU SUPERIOR     */
/* ==================== */

.contenido {
    margin: 0 auto;
    background-color: #EAEEF9;
    padding: 2em;
}

.global-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color: #274292;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem 0px;
}

.workshop-group {
    /* display: none; */
}

.danger {
    color: red;
}

.alert-context {
    color: black;
    background-color: #2face336;
    border-color: #2face336;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
}

.header-logo {
    height: 50px;
    width: auto;
}

.header-title {
    font-family: 'Figtree', sans-serif;
    font-size: 1.5rem;
    color: white;
    margin: 0 1rem;
    flex-grow: 1;
    text-align: center;
}

nav.menu {
    display: flex;
    /* gap: 25px; */
    width: 100%;
    justify-content: space-evenly;
}

nav.menu a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.3s;
    cursor: pointer;
    user-select: none;
}

nav.menu a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {

    .contenido {
        padding: 0.5em;
    }
}


/* ==================== */
/*  FIN MENU SUPERIOR   */
/* ==================== */

/*------------------------------------------------------------------------- */


/* ==================== */
/*      Sección 1       */
/* ==================== */

.seccion1 {
    display: flex;
    justify-content: center;
    padding: 1% 0px;
}

.banner img {
    max-width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.error-info {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

.banner img.desktop-banner {
    display: block;
}

.banner img.movil-banner {
    display: none;
}

@media (max-width: 768px) {
    .banner img.desktop-banner {
        display: none;
    }

    .banner img.movil-banner {
        display: block;
    }
}

/* ==================== */
/*     FIN Sección 1    */
/* ==================== */


/*------------------------------------------------------------------------- */


/* ==================== */
/*      Sección 7       */
/* ==================== */


.seccion7 {}

.form {
    width: 100%;
    /* background-color: white; */
    padding: 30px;
    border-radius: 30px;
    margin: 0 auto;
}

.form h2 {
    text-align: center;
}

.form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.form-group {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-bottom: 1em;
}

.form-button .btn {
    margin: 0 auto;
    width: auto;
}


/* ==================== */
/*     FIN Sección 7    */
/* ==================== */

/* =====================*/

/* ======================= */
/*  Confirmación registro  */
/* ======================= */

.register {
    margin-top: 5%;
}

.confirmation-register {
    box-shadow: rgba(94, 94, 94, 0.4) 0px 3px 5px 0px;
    max-width: 650px;
    margin: 0 auto;
}

.header-register {
    background-color: #274292;
    color: #EAEEF9;
    padding: 1em 0px;
    text-align: center;
}

.message-register {
    background-color: white;
    color: black;
    padding: 2em;
}

.message-register p {
    text-align: center;
}

/* =========================== */
/*  Fin Confirmación registro  */
/* =========================== */

.footer-container-socialnet svg {
    width: 30px;
}