﻿/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
    --white-color: #ffffff;
    --primary-color: #13547a;
    --secondary-color: #80d0c7;
    --section-bg-color: #f0f8ff;
    --custom-btn-bg-color: #80d0c7;
    --custom-btn-bg-hover-color: #13547a;
    --dark-color: #000000;
    --p-color: #717275;
    --border-color: #7fffd4;
    --link-hover-color: #13547a;
    --body-font-family: 'Open Sans', sans-serif;
    --title-font-family: 'Montserrat', sans-serif;
    --h1-font-size: 58px;
    --h2-font-size: 46px;
    --h3-font-size: 32px;
    --h4-font-size: 28px;
    --h5-font-size: 24px;
    --h6-font-size: 22px;
    --p-font-size: 20px;
    --menu-font-size: 14px;
    --btn-font-size: 18px;
    --copyright-font-size: 16px;
    --border-radius-large: 100px;
    --border-radius-medium: 20px;
    --border-radius-small: 10px;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
}

body {
    background-color: var(--white-color);
    font-family: Montserrat-Regular;
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
    color: #3f3f3f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat-Bold;
}

h1 {
    font-size: var(--h1-font-size);
    font-family: Montserrat-Bold;
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
}

h3 {
    font-size: var(--h3-font-size);
}

h4 {
    font-size: var(--h4-font-size);
}

h5 {
    font-size: var(--h5-font-size);
}

h6 {
    color: var(--primary-color);
    font-size: var(--h6-font-size);
}

p {
    color: #3f3f3f;
    font-family: Montserrat-Regular;
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-normal);
}

ul li {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-normal);
    font-family: Montserrat-Medium;
}

a,
button {
    touch-action: manipulation;
    transition: all 0.3s;
}

a {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
}

    a:hover {
        color: var(--link-hover-color);
    }

b,
strong {
    font-weight: var(--font-weight-bold);
}


body {
    background: #fff;
}

.wrapper {
    height: 90vh;
    max-height: 90vh;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    padding: 0 5%;
}

.logo {
    object-fit: cover;
    border-radius: 50%;
    opacity: .9;
}

.seccion-2 {
    margin-top: 5rem;
    background-color: red;
}

.fila_2 {
    display: grid;
    grid-template-columns: 3fr 250px;
    width: 100%;
    gap: 1.5em;
    padding: 0;
}

    .fila_2 > div {
        padding: 0;
        margin: 0;
    }

.fieldset {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    margin: auto;
}

.fieldset__legend {
    padding: 0 5px;
    font-size: 20px;
    width: auto;
    margin: 0;
    font-weight: bold;
    color: #656161;
    float: none !important;
}


.separador {
    margin: 0 2px 0 2px;
}

.relleno-modal-solicitud {
    background-color: #FFFCDC;
}

.relleno-modal-solicitud__oscuro {
    background-color: rgb(231, 229, 228);
}

input[type="date"] {
    position: relative;
}

.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.nav-cero {
    padding: 5px;
}

.modal {
    background: #a9a9a980;
    min-height: 100vh;
}

.enlace {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.enlace-sindecoracion {
    text-decoration: none;
}

.enlace__chico {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 11px;
}

.mayus {
    text-transform: uppercase;
    font-size: 14px;
}

.btn-block {
    display: block;
    width: 100%;
}

.media-pildora {
    border-radius: 0 0 15px 15px;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
}

.persona-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.univalleColor {
    color: #800c44;
}

.informacion-vacacion {
    background-color: #D3E4CD;
}

/*#region Ordenación */
.columna-desc::after {
    font-family: 'Font Awesome 5 Free';
    content: ' \f078';
    font-size: 8px;
}

.columna-asc::after {
    font-family: 'Font Awesome 5 Free';
    content: ' \f077';
    font-size: 8px;
}
/*#endregion */

/*#region Cargador */

.cargador {
    display: none;
    background: rgba(255, 255, 255, .59);
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 20000000000;
}

.cargador--mostrar {
    display: block;
}

.cargador__contenedor {
    margin: auto;
    max-width: 90%;
    position: relative;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

.cargador__icono {
    margin: auto;
}

.cargador__icono--circulo {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #9D0044;
    border-bottom: 16px solid #9D0044;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cargador__icono--circulo-puntos {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-top: 55px;
    margin-bottom: 70px;
    background-color: transparent;
    color: transparent;
    box-shadow: 0 60px 0 0 #9D0044, 18.54102px 57.06339px 0 0 #9D0044, 35.26712px 48.54102px 0 0 #9D0044, 48.54102px 35.26712px 0 0 #9D0044, 57.06339px 18.54102px 0 0 #9D0044, 60px 0 0 0 #9D0044, 57.06339px -18.54102px 0 #9D0044, 48.54102px -35.26712px 0 #9D0044, 35.26712px -48.54102px 0 #9D0044, 18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), 0 -60px 0 -7px rgba(152, 128, 255, 0), -18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), -35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), -57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), -60px 0 0 -7px rgba(152, 128, 255, 0), -57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), -35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), -18.54102px 57.06339px 0 0 #9D0044;
    animation: circuloPuntos 2s infinite linear;
}

@keyframes circuloPuntos {
    0%, 100% {
        box-shadow: 0 60px 0 0 #9D0044, 18.54102px 57.06339px 0 0 #9D0044, 35.26712px 48.54102px 0 0 #9D0044, 48.54102px 35.26712px 0 0 #9D0044, 57.06339px 18.54102px 0 0 #9D0044, 60px 0 0 0 #9D0044, 57.06339px -18.54102px 0 #9D0044, 48.54102px -35.26712px 0 #9D0044, 35.26712px -48.54102px 0 #9D0044, 18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), 0 -60px 0 -7px rgba(152, 128, 255, 0), -18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), -35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), -57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), -60px 0 0 -7px rgba(152, 128, 255, 0), -57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), -35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), -18.54102px 57.06339px 0 0 #9D0044;
    }

    5% {
        box-shadow: 0 60px 0 0 #9D0044, 18.54102px 57.06339px 0 0 #9D0044, 35.26712px 48.54102px 0 0 #9D0044, 48.54102px 35.26712px 0 0 #9D0044, 57.06339px 18.54102px 0 0 #9D0044, 60px 0 0 0 #9D0044, 57.06339px -18.54102px 0 #9D0044, 48.54102px -35.26712px 0 #9D0044, 35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), 18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), 0 -60px 0 -7px rgba(152, 128, 255, 0), -18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), -35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), -57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), -60px 0 0 -7px rgba(152, 128, 255, 0), -57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), -35.26712px 48.54102px 0 0 #9D0044, -18.54102px 57.06339px 0 0 #9D0044;
    }

    10% {
        box-shadow: 0 60px 0 0 #9D0044, 18.54102px 57.06339px 0 0 #9D0044, 35.26712px 48.54102px 0 0 #9D0044, 48.54102px 35.26712px 0 0 #9D0044, 57.06339px 18.54102px 0 0 #9D0044, 60px 0 0 0 #9D0044, 57.06339px -18.54102px 0 #9D0044, 48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), 35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), 18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), 0 -60px 0 -7px rgba(152, 128, 255, 0), -18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), -35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), -57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), -60px 0 0 -7px rgba(152, 128, 255, 0), -57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px 35.26712px 0 0 #9D0044, -35.26712px 48.54102px 0 0 #9D0044, -18.54102px 57.06339px 0 0 #9D0044;
    }

    15% {
        box-shadow: 0 60px 0 0 #9D0044, 18.54102px 57.06339px 0 0 #9D0044, 35.26712px 48.54102px 0 0 #9D0044, 48.54102px 35.26712px 0 0 #9D0044, 57.06339px 18.54102px 0 0 #9D0044, 60px 0 0 0 #9D0044, 57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), 35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), 18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), 0 -60px 0 -7px rgba(152, 128, 255, 0), -18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), -35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), -57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), -60px 0 0 -7px rgba(152, 128, 255, 0), -57.06339px 18.54102px 0 0 #9D0044, -48.54102px 35.26712px 0 0 #9D0044, -35.26712px 48.54102px 0 0 #9D0044, -18.54102px 57.06339px 0 0 #9D0044;
    }

    20% {
        box-shadow: 0 60px 0 0 #9D0044, 18.54102px 57.06339px 0 0 #9D0044, 35.26712px 48.54102px 0 0 #9D0044, 48.54102px 35.26712px 0 0 #9D0044, 57.06339px 18.54102px 0 0 #9D0044, 60px 0 0 -7px rgba(152, 128, 255, 0), 57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), 35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), 18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), 0 -60px 0 -7px rgba(152, 128, 255, 0), -18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), -35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), -57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), -60px 0 0 0 #9D0044, -57.06339px 18.54102px 0 0 #9D0044, -48.54102px 35.26712px 0 0 #9D0044, -35.26712px 48.54102px 0 0 #9D0044, -18.54102px 57.06339px 0 0 #9D0044;
    }

    25% {
        box-shadow: 0 60px 0 0 #9D0044, 18.54102px 57.06339px 0 0 #9D0044, 35.26712px 48.54102px 0 0 #9D0044, 48.54102px 35.26712px 0 0 #9D0044, 57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), 60px 0 0 -7px rgba(152, 128, 255, 0), 57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), 35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), 18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), 0 -60px 0 -7px rgba(152, 128, 255, 0), -18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), -35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), -57.06339px -18.54102px 0 0 #9D0044, -60px 0 0 0 #9D0044, -57.06339px 18.54102px 0 0 #9D0044, -48.54102px 35.26712px 0 0 #9D0044, -35.26712px 48.54102px 0 0 #9D0044, -18.54102px 57.06339px 0 0 #9D0044;
    }

    30% {
        box-shadow: 0 60px 0 0 #9D0044, 18.54102px 57.06339px 0 0 #9D0044, 35.26712px 48.54102px 0 0 #9D0044, 48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), 57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), 60px 0 0 -7px rgba(152, 128, 255, 0), 57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), 35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), 18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), 0 -60px 0 -7px rgba(152, 128, 255, 0), -18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), -35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px -35.26712px 0 0 #9D0044, -57.06339px -18.54102px 0 0 #9D0044, -60px 0 0 0 #9D0044, -57.06339px 18.54102px 0 0 #9D0044, -48.54102px 35.26712px 0 0 #9D0044, -35.26712px 48.54102px 0 0 #9D0044, -18.54102px 57.06339px 0 0 #9D0044;
    }

    35% {
        box-shadow: 0 60px 0 0 #9D0044, 18.54102px 57.06339px 0 0 #9D0044, 35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), 57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), 60px 0 0 -7px rgba(152, 128, 255, 0), 57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), 35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), 18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), 0 -60px 0 -7px rgba(152, 128, 255, 0), -18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), -35.26712px -48.54102px 0 0 #9D0044, -48.54102px -35.26712px 0 0 #9D0044, -57.06339px -18.54102px 0 0 #9D0044, -60px 0 0 0 #9D0044, -57.06339px 18.54102px 0 0 #9D0044, -48.54102px 35.26712px 0 0 #9D0044, -35.26712px 48.54102px 0 0 #9D0044, -18.54102px 57.06339px 0 0 #9D0044;
    }

    40% {
        box-shadow: 0 60px 0 0 #9D0044, 18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0), 35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), 57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), 60px 0 0 -7px rgba(152, 128, 255, 0), 57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), 35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), 18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), 0 -60px 0 -7px rgba(152, 128, 255, 0), -18.54102px -57.06339px 0 0 #9D0044, -35.26712px -48.54102px 0 0 #9D0044, -48.54102px -35.26712px 0 0 #9D0044, -57.06339px -18.54102px 0 0 #9D0044, -60px 0 0 0 #9D0044, -57.06339px 18.54102px 0 0 #9D0044, -48.54102px 35.26712px 0 0 #9D0044, -35.26712px 48.54102px 0 0 #9D0044, -18.54102px 57.06339px 0 0 #9D0044;
    }

    45% {
        box-shadow: 0 60px 0 -7px rgba(152, 128, 255, 0), 18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0), 35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), 57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), 60px 0 0 -7px rgba(152, 128, 255, 0), 57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), 35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), 18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), 0 -60px 0 0 #9D0044, -18.54102px -57.06339px 0 0 #9D0044, -35.26712px -48.54102px 0 0 #9D0044, -48.54102px -35.26712px 0 0 #9D0044, -57.06339px -18.54102px 0 0 #9D0044, -60px 0 0 0 #9D0044, -57.06339px 18.54102px 0 0 #9D0044, -48.54102px 35.26712px 0 0 #9D0044, -35.26712px 48.54102px 0 0 #9D0044, -18.54102px 57.06339px 0 0 #9D0044;
    }

    50% {
        box-shadow: 0 60px 0 -7px rgba(152, 128, 255, 0), 18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0), 35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), 57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), 60px 0 0 -7px rgba(152, 128, 255, 0), 57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), 35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), 18.54102px -57.06339px 0 0 #9D0044, 0 -60px 0 0 #9D0044, -18.54102px -57.06339px 0 0 #9D0044, -35.26712px -48.54102px 0 0 #9D0044, -48.54102px -35.26712px 0 0 #9D0044, -57.06339px -18.54102px 0 0 #9D0044, -60px 0 0 0 #9D0044, -57.06339px 18.54102px 0 0 #9D0044, -48.54102px 35.26712px 0 0 #9D0044, -35.26712px 48.54102px 0 0 #9D0044, -18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0);
    }

    55% {
        box-shadow: 0 60px 0 -7px rgba(152, 128, 255, 0), 18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0), 35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), 57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), 60px 0 0 -7px rgba(152, 128, 255, 0), 57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), 35.26712px -48.54102px 0 #9D0044, 18.54102px -57.06339px 0 0 #9D0044, 0 -60px 0 0 #9D0044, -18.54102px -57.06339px 0 0 #9D0044, -35.26712px -48.54102px 0 0 #9D0044, -48.54102px -35.26712px 0 0 #9D0044, -57.06339px -18.54102px 0 0 #9D0044, -60px 0 0 0 #9D0044, -57.06339px 18.54102px 0 0 #9D0044, -48.54102px 35.26712px 0 0 #9D0044, -35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), -18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0);
    }

    60% {
        box-shadow: 0 60px 0 -7px rgba(152, 128, 255, 0), 18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0), 35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), 57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), 60px 0 0 -7px rgba(152, 128, 255, 0), 57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px -35.26712px 0 #9D0044, 35.26712px -48.54102px 0 #9D0044, 18.54102px -57.06339px 0 0 #9D0044, 0 -60px 0 0 #9D0044, -18.54102px -57.06339px 0 0 #9D0044, -35.26712px -48.54102px 0 0 #9D0044, -48.54102px -35.26712px 0 0 #9D0044, -57.06339px -18.54102px 0 0 #9D0044, -60px 0 0 0 #9D0044, -57.06339px 18.54102px 0 0 #9D0044, -48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), -35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), -18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0);
    }

    65% {
        box-shadow: 0 60px 0 -7px rgba(152, 128, 255, 0), 18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0), 35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), 57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), 60px 0 0 -7px rgba(152, 128, 255, 0), 57.06339px -18.54102px 0 #9D0044, 48.54102px -35.26712px 0 #9D0044, 35.26712px -48.54102px 0 #9D0044, 18.54102px -57.06339px 0 0 #9D0044, 0 -60px 0 0 #9D0044, -18.54102px -57.06339px 0 0 #9D0044, -35.26712px -48.54102px 0 0 #9D0044, -48.54102px -35.26712px 0 0 #9D0044, -57.06339px -18.54102px 0 0 #9D0044, -60px 0 0 0 #9D0044, -57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), -35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), -18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0);
    }

    70% {
        box-shadow: 0 60px 0 -7px rgba(152, 128, 255, 0), 18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0), 35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), 57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), 60px 0 0 0 #9D0044, 57.06339px -18.54102px 0 #9D0044, 48.54102px -35.26712px 0 #9D0044, 35.26712px -48.54102px 0 #9D0044, 18.54102px -57.06339px 0 0 #9D0044, 0 -60px 0 0 #9D0044, -18.54102px -57.06339px 0 0 #9D0044, -35.26712px -48.54102px 0 0 #9D0044, -48.54102px -35.26712px 0 0 #9D0044, -57.06339px -18.54102px 0 0 #9D0044, -60px 0 0 -7px rgba(152, 128, 255, 0), -57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), -35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), -18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0);
    }

    75% {
        box-shadow: 0 60px 0 -7px rgba(152, 128, 255, 0), 18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0), 35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), 57.06339px 18.54102px 0 0 #9D0044, 60px 0 0 0 #9D0044, 57.06339px -18.54102px 0 #9D0044, 48.54102px -35.26712px 0 #9D0044, 35.26712px -48.54102px 0 #9D0044, 18.54102px -57.06339px 0 0 #9D0044, 0 -60px 0 0 #9D0044, -18.54102px -57.06339px 0 0 #9D0044, -35.26712px -48.54102px 0 0 #9D0044, -48.54102px -35.26712px 0 0 #9D0044, -57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), -60px 0 0 -7px rgba(152, 128, 255, 0), -57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), -35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), -18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0);
    }

    80% {
        box-shadow: 0 60px 0 -7px rgba(152, 128, 255, 0), 18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0), 35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), 48.54102px 35.26712px 0 0 #9D0044, 57.06339px 18.54102px 0 0 #9D0044, 60px 0 0 0 #9D0044, 57.06339px -18.54102px 0 #9D0044, 48.54102px -35.26712px 0 #9D0044, 35.26712px -48.54102px 0 #9D0044, 18.54102px -57.06339px 0 0 #9D0044, 0 -60px 0 0 #9D0044, -18.54102px -57.06339px 0 0 #9D0044, -35.26712px -48.54102px 0 0 #9D0044, -48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), -57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), -60px 0 0 -7px rgba(152, 128, 255, 0), -57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), -35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), -18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0);
    }

    85% {
        box-shadow: 0 60px 0 -7px rgba(152, 128, 255, 0), 18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0), 35.26712px 48.54102px 0 0 #9D0044, 48.54102px 35.26712px 0 0 #9D0044, 57.06339px 18.54102px 0 0 #9D0044, 60px 0 0 0 #9D0044, 57.06339px -18.54102px 0 #9D0044, 48.54102px -35.26712px 0 #9D0044, 35.26712px -48.54102px 0 #9D0044, 18.54102px -57.06339px 0 0 #9D0044, 0 -60px 0 0 #9D0044, -18.54102px -57.06339px 0 0 #9D0044, -35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), -57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), -60px 0 0 -7px rgba(152, 128, 255, 0), -57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), -35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), -18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0);
    }

    90% {
        box-shadow: 0 60px 0 -7px rgba(152, 128, 255, 0), 18.54102px 57.06339px 0 0 #9D0044, 35.26712px 48.54102px 0 0 #9D0044, 48.54102px 35.26712px 0 0 #9D0044, 57.06339px 18.54102px 0 0 #9D0044, 60px 0 0 0 #9D0044, 57.06339px -18.54102px 0 #9D0044, 48.54102px -35.26712px 0 #9D0044, 35.26712px -48.54102px 0 #9D0044, 18.54102px -57.06339px 0 0 #9D0044, 0 -60px 0 0 #9D0044, -18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), -35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), -57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), -60px 0 0 -7px rgba(152, 128, 255, 0), -57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), -35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), -18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0);
    }

    95% {
        box-shadow: 0 60px 0 0 #9D0044, 18.54102px 57.06339px 0 0 #9D0044, 35.26712px 48.54102px 0 0 #9D0044, 48.54102px 35.26712px 0 0 #9D0044, 57.06339px 18.54102px 0 0 #9D0044, 60px 0 0 0 #9D0044, 57.06339px -18.54102px 0 #9D0044, 48.54102px -35.26712px 0 #9D0044, 35.26712px -48.54102px 0 #9D0044, 18.54102px -57.06339px 0 0 #9D0044, 0 -60px 0 -7px rgba(152, 128, 255, 0), -18.54102px -57.06339px 0 -7px rgba(152, 128, 255, 0), -35.26712px -48.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px -35.26712px 0 -7px rgba(152, 128, 255, 0), -57.06339px -18.54102px 0 -7px rgba(152, 128, 255, 0), -60px 0 0 -7px rgba(152, 128, 255, 0), -57.06339px 18.54102px 0 -7px rgba(152, 128, 255, 0), -48.54102px 35.26712px 0 -7px rgba(152, 128, 255, 0), -35.26712px 48.54102px 0 -7px rgba(152, 128, 255, 0), -18.54102px 57.06339px 0 -7px rgba(152, 128, 255, 0);
    }
}

.cargador__texto {
    margin-top: 15px;
    font-size: 16px;
}

/*#endregion */
.mensaje-error {
    color: #ff0000;
    font-size: small;
}

.mensaje-error-centrado[style*="inline"] {
    display: block !important;
}

@media (max-width:400px) {
    .fila_2 {
        grid-template-columns: 1fr;
    }
}

.lbl-subtitulo {
    vertical-align: top;
    line-height: 38px;
}
.univalle-logo-blanco-1 {
    display: none;
}
.univalle-logo-blanco-2 {
    display: none;
}
.btn-fit-h {
    height: fit-content;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

    .btn-danger:hover {
        background-color: #c82333;
        border-color: #bd2130;
    }

.txt-blue {
    color: cornflowerblue;
}

.enlace {
    cursor: pointer;
}

.menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
}

@media (max-width: 700px) {

    .menu {
        grid-template-columns: 1fr;
    }
}
.scroll-message {
    background-color: lightblue;
    border-radius: 10px;
    padding: 10px;
}
@media (min-width: 1400px) {
    .scroll-message {
        display: none;
    }
}
@media (min-width: 992px) {
    .univalle-logo-blanco-1 {
        display: none !important;
    }
    .univalle-logo-blanco-2 {
        display: contents !important;
    }
}
.boton-opcion {
    width: 100%
}

/*#region Perfil */

.perfil {
    display: grid;
    grid-template-rows: 1fr 2fr;
}

.perfil__imagen {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.perfil__imagen--img {
    width: 250px;
    margin-bottom: 5px;
    /*border: 1px solid #000;
    border-radius: 50%;*/
}
.perfil__datos {
}

.subtitulo {
    text-align: right;
    font-weight: bold;
    padding-right: 2px;
}

.texto--dato {
    text-align: left;
    padding-left: 2px;
}

/*#endregion */

@media (max-width: 480px) {
    .btn-imprimir {
        display: none;
    }
}

/*#region Texto */

.texto-control {
    text-align: right;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.RadioTipoAlcance input {
    width: 25px;
    height: 25px;
}

.form-group {
    margin-bottom: 1rem;
    padding: 3px;
}

.form-control {
    text-transform: uppercase;
}

.fila {
    margin-bottom: 10px;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1em 0em 1em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    width: inherit;
    padding: 0 10px;
    border-bottom: none;
}

/*#endregion */

/*#region Modal*/

.modal__contenido {
    border-radius: 1rem;
}

/*#endregion*/

/*#region Cabecera */

.profile-pic {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

    .profile-pic img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.profile-menu .dropdown-menu {
    right: 0;
    left: unset;
}

.profile-menu .fa-fw {
    margin-right: 10px;
}

.toggle-change::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.cabecera {
    /* min-height: 10vh;*/
    padding-left: 2.5%;
    padding-right: 2.5%;
    box-shadow: 0px 0 18px color-mix(in srgb, var(--default-color), transparent 60%);
}

.cabecera__imagen {
    height: 95px;
}


.cabecera__text-principal {
    color: #0BA4DD;
}
/*#endregion */


/*#endregion */

.boton-icono {
    display: block;
}


a {
    text-decoration: none;
    color: black;
}

    a:hover {
        text-decoration: none;
    }

.menu-principal {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}

.boton-icono:hover {
    transform: scale(1.08);
    text-decoration: none;
}

/*#region Tabla */

.tabla__cabecera {
    color: #0BA4DD;
    font-weight: bold;
    border-color: #616161;
    font-size: 14px;
    height: 50px;
    text-align: center;
}

    .tabla__cabecera > th {
        color: #0BA4DD;
        font-weight: bold;
        background-color: #f7f7f7;
        border-color: #0BA4DD;
        height: 50px;
        align-items: center;
        vertical-align: middle;
    }

    .tabla__cabecera > th {
        border-top: 3px solid #0BA4DD;
    }

        .tabla__cabecera > th:last-child {
            /*border-top-right-radius: 5px;*/
        }

    .tabla__paginacion table {
        border-collapse: separate;
        border-spacing: 0;
    }

    .tabla__paginacion > td td {
        padding: 0;
        height: 35px;
        width: 35px;
        background: #fff !important;
        vertical-align: middle;
        border: 1px solid #616161;
    }

    .tabla__paginacion > td a,
    .tabla__paginacion > td span {
        display: block;
        padding: 0 5px;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 35px;
    }

        .tabla__paginacion > td a:hover {
            color: #fff;
            background: #4e73df;
        }

    .tabla__paginacion tr > td {
        overflow: hidden;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-left: none;
        border-bottom: 1px solid #ccc;
    }

        .tabla__paginacion tr > td:first-child {
            border-right: 1px solid #ccc;
            border-top: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            border-top-left-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .tabla__paginacion tr > td:last-child {
            border-right: 1px solid #ccc;
            border-top: 1px solid #ccc;
            border-left: none;
            border-bottom: 1px solid #ccc;
            border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;
        }

    .tabla__paginacion td span {
        background: #4e73df;
        color: #fff;
    }

.EmptyData td {
    border-color: transparent;
    border-width: 1px !important;
    --bs-table-bg-type: transparent !important;
}
/*#endregion */

/*#region Pagina Defecto */

.page-not-found h2 {
    font-size: 130px;
    color: #e91e63;
}

.page-not-found h3 {
    font-size: 42px;
}

.page-not-found .bg-light {
    width: 50%;
    padding: 50px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .page-not-found h2 {
        font-size: 100px;
    }

    .page-not-found h3 {
        font-size: 28px;
    }

    .page-not-found .bg-light {
        width: 100%;
    }
}

.misc-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.misc-wrapper--page {
    min-height: calc(100vh - (1.625rem * 2));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*#endregion */

/*#region Switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .1s;
    transition: .1s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .1s;
    transition: .1s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/*#endregion*/

/*#region Estilo Card Evaluacion Director */

.quiz_card_area {
    position: relative;
}

.single_quiz_card {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.quiz_checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

    .quiz_checkbox:checked + .single_quiz_card {
        background-color: #cfe2ff80;
        border-color: #b6d4fe;
    }


input[type='checkbox']:disabled {
    pointer-events: none;
}
/*#endregion */

.checkbox_personalizado input[type="checkbox"] {
    transform: scale(1.5); 
}


.checklist * {
    margin: 0
}

.checklist td {
    vertical-align: middle;
    border-spacing: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
}

.checklist input {
    margin-right: 5px;
}

/*Formato de lista checkbox*/
.formatCheckBoxList label {
    margin-right: 15px;
    position: relative;
    padding-left: 10px;
    padding-top: 8px;
}

.formatCheckBoxList input {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -12px;
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .img {
    border-radius: 8px;
    overflow: hidden;
    height:400px;
    display:flex;
}

    .services .img img {
        transition: 0.6s;
    }

.services .details {
    padding: 50px 30px;
    margin: -60px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    background: var(--color-white);
    position: relative;
    background: rgba(var(--color-white-rgb), 0.9);
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}

    .services .details .icon {
        margin: 0;
        width: 72px;
        height: 72px;
        background: var(--color-primary);
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        color: var(--color-white);
        font-size: 28px;
        transition: ease-in-out 0.3s;
        position: absolute;
        top: -36px;
        left: calc(50% - 36px);
        border: 6px solid var(--color-white);
    }

    .services .details h3 {
        color: var(--color-default);
        font-weight: 700;
        margin: 10px 0 15px 0;
        font-size: 22px;
        transition: ease-in-out 0.3s;
        text-transform: uppercase;
    }

    .services .details h4 {
        line-height: 24px;
        font-size: 20px;
        margin-top: 27px;
        margin-bottom: 0;
        font-weight: 490;
    }
    .services .details p {
        line-height: 24px;
        font-size: 14px;
        margin-top: 27px;
        margin-bottom: 0;
        text-align: justify;
    }

.services .service-item:hover .details h3 {
    color: var(--color-primary);
}

.services .service-item:hover .details .icon {
    background: var(--color-white);
    border: 2px solid var(--color-primary);
}

    .services .service-item:hover .details .icon i {
        color: var(--color-primary);
    }

.services .service-item:hover .img img {
    transform: scale(1.2);
}


/*--------------------------------------------------------------
# resume-saldo Section
--------------------------------------------------------------*/
.resume-saldo {
    padding: 0px;
    margin-bottom: 20px;
}

    .resume-saldo .container {
        padding: 30px;
        background: linear-gradient(to right bottom, #136a8a 0%, #4BC0C8 100%);
        border-radius: 20px;
        color: ghostwhite;
        width: 90%;
        max-width: 620px;
    }

    @media (max-width: 992px) {
        .resume-saldo .container {
            padding: 60px;
        }
    }

    .resume-saldo .container .monto-saldo {
        font-size: 40px;
    }

    .resume-saldo .container .text-saldo {
        padding-left: 5px;
    }

    .resume-saldo .container .icon-saldo-univalle {
        font-size: 4.5rem !important;
    }

/*--------------------------------------------------------------
# resume Section
--------------------------------------------------------------*/

.resume {
    padding: 0px;
    margin-bottom: 20px;
}

    .resume .card {
        padding: 30px;
        background: rgba(var(--color-secondary-rgb), 0.1);
        border-radius: 20px;
        margin: 3px;
    }

    @media (max-width: 992px) {
        .resume .card {
            padding: 60px;
        }
    }

    .resume .card-form{
        padding: 30px;
        background: rgba(var(--color-secondary-rgb), 0.1);
        border-radius: 20px;
        margin: 3px;
        height: 200px;
        border: 1px solid rgba(0, 0, 0, 0.175);
    }

    @media (max-width: 992px) {
        .resume .card-form {
            padding: 60px;
            height: 16%;
        }
    }
    .resume .card .img {
        height: 200px;
        display: flex;justify-content: center;
    }
    .resume .nombre {
        padding-top: 5px;
        font-weight: bold;
    }

    .resume .premio {
        font-weight: 700;
        margin-top: 8px;
    }

    .resume .titulo {
        font-size: 1.3rem;
        font-weight:600
    }

/*--------------------------------------------------------------
# tabla-donador Section
--------------------------------------------------------------*/

.tabla-donador {
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
    margin: 3px;
    /* border: 1px solid rgb(0 0 0);*/
    box-shadow: 0px 2px 25px color-mix(in srgb, var(--default-color), transparent 50%);
}

.tabla-donador li {
    margin-top: 5px;
}
.tabla-donador i {
    font-size: 22px;
    line-height: 0;
    margin-right: 8px;
    color: var(--color-primary);
}
/*--------------------------------------------------------------
# Botones perzonalizados
--------------------------------------------------------------*/

.my-btn-primary {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 6px;
    color: var(--color-secondary);
    transition: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    border: 1px solid var(--color-primary);
}

    .my-btn-primary:hover {
        background: var(--color-primary);
        color: var(--color-white);
    }


.my-btn-success {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 6px;
    color: var(--color-secondary);
    transition: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    border: 1px solid var(--color-green);
}

    .my-btn-success:hover {
        background: var(--color-green);
        color: var(--color-white);
    }


.my-btn-danger {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 6px;
    color: var(--color-secondary);
    transition: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    border: 1px solid var(--color-red);
}

    .my-btn-danger:hover {
        background: var(--color-red);
        color: var(--color-white);
    }

.my-btn-warning {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 6px;
    color: var(--color-secondary);
    transition: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    border: 1px solid var(--color-yellow);
}

    .my-btn-warning:hover {
        background: var(--color-yellow);
        color: var(--color-default);
    }

/*--------------------------------------------------------------
# Columna para divs lado a lado
--------------------------------------------------------------*/
.columna-perzonalizada {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se envuelvan a la siguiente línea */
}

    .columna-perzonalizada > div {
        flex: 1; /* Ocupa el mismo espacio dentro del contenedor */
        padding: 10px;
        box-sizing: border-box; /* Incluye el padding en el ancho del elemento */
    }

/* Media query para pantallas pequeñas */
@media screen and (max-width: 1010px) {
    .columna-perzonalizada {
        flex-direction: column; /* Cambia la dirección del flex container a columna */
    }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.services {
    --background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
}

    .services .service-item {
        background-color: var(--contrast-color);
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
        height: 100%;
        padding: 15px;
        transition: 0.3s;
        border-radius: 30px;
        display: flex;
    }

        .services .service-item .icon {
            font-size: 32px;
            border-radius: 10px;
            position: relative;
            margin-right: 25px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            flex-shrink: 0;
        }

        .services .service-item h3 {
            color: color-mix(in srgb, var(--heading-color), transparent 25%);
            font-weight: 700;
            font-size: 16px;
            transition: 0.3s;
        }

        .services .service-item p {
            margin-bottom: 0;
            color: color-mix(in srgb, var(--default-color), transparent 40%);
            transition: 0.3s;
            font-size:12pt;
        }

        .services .service-item a {
            color: var(--accent-color);
            text-decoration: none;
            transition: 0.3s;
        }

        .services .service-item .read-more {
            display: inline-flex;
            align-items: center;
            margin-top: 10px;
            transition: 0.3s;
            font-size: 14px;
        }

            .services .service-item .read-more i {
                margin-left: 10px;
            }

        .services .service-item.item-cyan .icon {
            color: #0dcaf0;
            border: 1px solid #0dcaf0;
            background: rgba(13, 202, 240, 0.1);
        }

        .services .service-item.item-orange .icon {
            color: #fd7e14;
            border: 1px solid #fd7e14;
            background: rgba(253, 126, 20, 0.1);
        }

        .services .service-item.item-teal .icon {
            color: #20c997;
            border: 1px solid #20c997;
            background: rgba(32, 201, 151, 0.1);
        }

        .services .service-item.item-red .icon {
            color: #df1529;
            border: 1px solid #df1529;
            background: rgba(223, 21, 4, 0.1);
        }

        .services .service-item.item-indigo .icon {
            color: #6610f2;
            border: 1px solid #6610f2;
            background: rgba(102, 16, 242, 0.1);
        }

        .services .service-item.item-pink .icon {
            color: #f3268c;
            border: 1px solid #f3268c;
            background: rgba(243, 38, 140, 0.1);
        }

        .services .service-item.item-Univalle .icon {
            color: #13547a;
            font-size: 2.5rem;
            margin-right:0px;
        }

        .services .service-item.item-yellow .icon {
            color: #f2e128;
            border: 1px solid #f2e128;
            background: rgba(242, 246, 51, 0.1);
        }

        .services .service-item:hover {
            box-shadow: 0px 14px 0px 0px color-mix(in srgb, #008a91, transparent 50%);
            transform: translateY(-13px);
            background-color: #008a91;
        }

            .services .service-item:hover h3 {
                color: var(--white-color);
            }

            .services .service-item:hover p {
                color: color-mix(in srgb, var(--default-color), transparent 10%);
            }
.seleccionado {
    box-shadow: 0px 14px 0px 0px color-mix(in srgb, #008a91, transparent 50%);
    transform: translateY(-13px);
    background-color: #008a91 !important;
}

    .seleccionado h3 {
        color: var(--white-color) !important;
    }

/*--------------------------------------------------------------
# VIÑETAS HORARIO
--------------------------------------------------------------*/
.dia-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px; /* Ajusta según tus necesidades */
}

.dia-label {
    min-width: 80px; /* Ajusta este valor según el ancho máximo esperado para los nombres de los días */
    margin-right: 5px; /* Ajusta según tus necesidades */
}

.horario-list {
    padding-left: 20px; /* Ajusta el valor para la sangría de los elementos de la lista */
    margin: 0;
}

    .horario-list li {
        margin-left: 0;
    }

/* Estilos responsivos */
@media (max-width: 768px) {
    .dia-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .dia-label {
        min-width: auto;
        margin-right: 0;
        margin-bottom: 5px; 
    }

    .horario-list {
        padding-left: 15px;
    }
}
/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
    padding-top: 80px;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

    .sticky-wrapper.is-sticky .navbar {
        background-image: linear-gradient(170deg, #a21c4d 0%, #552a46 100%);
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    }

.navbar {
    background: transparent;
    z-index: 9;
}

.navbar-brand,
.navbar-brand:hover {
    font-size: var(--h3-font-size);
    font-weight: var(--font-weight-bold);
}

    .navbar-brand span {
        font-family: var(--title-font-family);
    }

.navbar-expand-lg .navbar-nav .nav-link {
    border-radius: var(--border-radius-large);
    margin: 10px;
    padding: 10px;
}

.navbar-nav .nav-link {
    display: inline-block;
    color: var(--white-color);
    font-family: var(--title-font-family);
    font-size: var(--copyright-font-size);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
        color: #ffffff;
        font-weight: bold;
        text-decoration: underline;
        font-family: Montserrat-Medium;
    }

.navbar .dropdown-menu {
    background: var(--white-color);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    border: 0;
    display: inherit;
    opacity: 0;
    min-width: 9rem;
    margin-top: 20px;
    padding: 13px 0 10px 0;
    transition: all 0.3s;
    pointer-events: none;
}

    .navbar .dropdown-menu::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid var(--white-color);
        position: absolute;
        top: -10px;
        left: 10px;
    }

.navbar .dropdown-item {
    display: inline-block;
    color: var(--p-bg-color);
    font-family: var(--title-font-family);
    font-size: var(--menu-font-size);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

    .navbar .dropdown-item.active,
    .navbar .dropdown-item:active,
    .navbar .dropdown-item:focus,
    .navbar .dropdown-item:hover {
        background: transparent;
        color: var(--primary-color);
    }

.navbar .dropdown-toggle::after {
    content: "\f282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: var(--copyright-font-size);
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    left: 2px;
    border: 0;
}

@media screen and (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1;
        margin-top: 0;
        pointer-events: auto;
    }
}

.navbar-icon {
    background: var(--white-color);
    border-radius: var(--border-radius-large);
    display: inline-block;
    font-size: var(--h5-font-size);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease;
}

    .navbar-icon:hover {
        background: var(--primary-color);
        color: var(--white-color);
    }

.navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0;
    width: 30px;
    height: 35px;
    outline: none;
}

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: transparent;
    }

        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
            transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
            transition: top 300ms 50ms ease, transform 300ms 350ms ease;
            transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
            top: 0;
        }

        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
            transform: rotate(45deg);
        }

        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
            transform: rotate(-45deg);
        }

    .navbar-toggler .navbar-toggler-icon {
        background: var(--white-color);
        transition: background 10ms 300ms ease;
        display: block;
        width: 30px;
        height: 2px;
        position: relative;
    }

        .navbar-toggler .navbar-toggler-icon:before,
        .navbar-toggler .navbar-toggler-icon:after {
            transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
            transition: top 300ms 350ms ease, transform 300ms 50ms ease;
            transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
            position: absolute;
            right: 0;
            left: 0;
            background: var(--white-color);
            width: 30px;
            height: 2px;
            content: '';
        }

        .navbar-toggler .navbar-toggler-icon::before {
            top: -8px;
        }

        .navbar-toggler .navbar-toggler-icon::after {
            top: 8px;
        }


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
    background-image: linear-gradient(15deg, #552a46 0%, #a21c4d 100%);
    position: relative;
    overflow: hidden;
    padding-top: 105px;
    padding-bottom: 105px;
}

    .hero-section .input-group {
        background-color: var(--white-color);
        border-radius: var(--border-radius-large);
        padding: 10px 15px;
    }

    .hero-section .input-group-text {
        background-color: transparent;
        border: 0;
    }

    .hero-section .input{
        border: 0;
        box-shadow: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .hero-section .button{
        background-color: var(--primary-color);
        border: 0;
        border-radius: var(--border-radius-large) !important;
        color: var(--white-color);
        max-width: 150px;
    }

/*---------------------------------------
  TOPICS               
-----------------------------------------*/
.featured-section {
    background-image: url("../../Imagenes/bg_inicio.jpg");
    background-size: cover;
    border-radius: 0 0 100px 100px;
    padding-bottom: 100px;
}

    .featured-section .row {
        position: relative;
        bottom: 100px;
        margin-bottom: -100px;
    }
.topics-detail-block {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

.topics-detail-block-image {
    display: block;
    border-radius: var(--border-radius-medium);
}

blockquote {
    background-color: var(--section-bg-color);
    border-radius: var(--border-radius-small);
    font-family: var(--title-font-family);
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-bold);
    display: inline-block;
    text-align: center;
    margin: 30px;
    padding: 40px;
}

.topics-listing-page .site-header {
    padding-bottom: 65px;
}

.custom-block-topics-listing-info {
    margin: 30px 20px 20px 30px;
}

.custom-block-topics-listing {
    height: inherit;
}

    .custom-block-topics-listing .custom-block-image {
        width: 200px;
    }

.custom-block {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 1rem 2rem rgba(0,0,0,.4);
}

    .custom-block:hover {
        background-color: var(--secondary-color);
        transform: translateY(-5px);
    }


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
    border-radius: var(--border-radius-large);
    color: var(--p-color);
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    outline: none;
}

.form-floating > label {
    padding-left: 20px;
}

.custom-form .button {
    background: #6f0245 !important;
    border: none;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-family: Montserrat-Bold;
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-semibold);
    transition: all 0.3s;
    margin-bottom: 0;
}

    .custom-form .button:hover,
    .custom-form .button:focus {
        background: var(--custom-btn-bg-hover-color);
        border-color: transparent;
    }

/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
    background: #912b52;/*var(--custom-btn-bg-hover-color);*/
    border: 2px solid transparent;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--btn-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: normal;
    transition: all 0.3s;
    padding: 10px 20px;
    font-family: Montserrat-Bold;
}

    .custom-btn:hover {
        background: #6f0245; /*var(--custom-btn-bg-hover-color);*/
        color: var(--white-color);
    }

.custom-border-btn {
    background: transparent;
    border: 2px solid var(--custom-btn-bg-color);
    color: var(--custom-btn-bg-color);
}

    .custom-border-btn:hover {
        background: var(--custom-btn-bg-color);
        border-color: transparent;
        color: var(--white-color);
    }

.custom-btn-bg-white {
    border-color: var(--white-color);
    color: var(--white-color);
}

.atras-btn {
    background: #6f0245;
    border: 2px solid transparent;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: 14px;
    font-weight: var(--font-weight-semibold);
    line-height: normal;
    transition: all 0.3s;
    padding: 0px 20px;
    font-family: Montserrat-Bold;
}

    .atras-btn p {
        color: var(--white-color);
    }

    .atras-btn:hover {
        background: #13547a;
        color: #ffffff;
    }
        .atras-btn:hover p {
            color: #ffffff;
        }



.atras-btn -bg-white {
    border-color: var(--white-color);
    color: var(--white-color);
}
/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
    border-bottom: 10px solid var(--secondary-color);
    position: relative;
}

    .site-footer::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 200px 200px;
        border-color: transparent transparent var(--secondary-color) transparent;
        pointer-events: none;
    }

.site-footer .icon {
    font-size: 1.5rem !important;
    color: #13547a;
}

.site-footer-title {
    color: var(--primary-color);
}

.site-footer .dropdown-menu {
    padding: 0;
}

.site-footer .dropdown-item {
    color: var(--p-color);
    font-size: var(--menu-font-size);
    font-weight: var(--font-weight-medium);
    padding: 4px 18px;
}

    .site-footer .dropdown-item:hover {
        background-color: transparent;
        color: var(--primary-color);
    }

.site-footer .dropdown-menu li:first-child .dropdown-item {
    padding-top: 10px;
}

.site-footer .dropdown-menu li:last-child .dropdown-item {
    padding-bottom: 12px;
}

.site-footer .dropdown-toggle {
    background-color: var(--secondary-color);
    border-color: var(--white-color);
}

    .site-footer .dropdown-toggle:hover {
        background-color: var(--primary-color);
        border-color: transparent;
    }

.site-footer-links {
    padding-left: 0;
}

.site-footer-link-item {
    display: block;
    list-style: none;
    line-height: normal;
}

.site-footer-link {
    color: var(--primary-color);
    font-size: var(--h6-font-size);
    font-family: Montserrat-Bold;
    line-height: normal;
}


.site-page-link {
    color: var(--primary-color);
    font-size: var(--copyright-font-size);
    font-family: Montserrat-Bold;
    line-height: normal;
}

.copyright-text {
    font-size: var(--copyright-font-size);
}
/*---------------------------------------
  FAQs              
-----------------------------------------*/
.faq-section .accordion-item {
    border: 0;
}

.faq-section .accordion-button {
    font-size: var(--h6-font-size);
    font-weight: var(--font-weight-semibold);
    background-color: #f9f9f9;
    border-radius: var(--border-radius-large);
    margin: 6px;
}

.faq-section .accordion-item:first-of-type .accordion-button {
    border-radius: var(--border-radius-large);
    font-family: Montserrat-Medium;
}

.faq-section .accordion-button:not(.collapsed) {
    border-radius: var(--border-radius-large);
    box-shadow: none;
    color: var(--primary-color);
}

.faq-section .accordion-item:last-of-type .accordion-button {
    border-bottom-right-radius: var(--border-radius-large);
    border-bottom-left-radius: var(--border-radius-large);
}

.faq-section .accordion-body {
    color: var(--p-color);
    font-size: var(--p-font-size);
    line-height: 40px;
    font-family: Montserrat-Regular;
}
/*---------------------------------------
  sticky    bottom           
-----------------------------------------*/
.sticky-bottom {
    position: fixed !important;
    right: 5px;
    bottom: 30px !important;
    z-index: 99;
}
/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .navbar {
        background-image: linear-gradient(15deg, #552a46 0%, #a21c4d 100%);
    }

    .navbar-nav .dropdown-menu {
        position: relative;
        left: 10px;
        opacity: 1;
        pointer-events: auto;
        max-width: 155px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .navbar-expand-lg .navbar-nav {
        padding-bottom: 20px;
    }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding: 0;
        }

    .nav-tabs .nav-link:first-child {
        margin-right: 5px;
    }

    .nav-tabs .nav-link {
        font-size: var(--copyright-font-size);
        padding: 10px;
    }

    .featured-section {
        border-radius: 0 0 80px 80px;
        padding-bottom: 50px;
    }

    .custom-block-topics-listing > .d-flex,
    .custom-block-topics-listing-info,
    .custom-block-topics-listing a {
        flex-direction: column;
    }

    .timeline-container .vertical-scrollable-timeline .list-progress {
        height: 75%;
    }

    .timeline-container .vertical-scrollable-timeline li {
        padding-left: 135px;
    }

    .subscribe-form-wrap {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.input-group-text {
       font-size:1.7rem;
}

.custom-checkbox input[type="checkbox"] {
    
    height: 2rem;
    width: 2rem;
}


/*------------------------------------------------------------------------*/
/*Cuenta regrsevia*/
/*------------------------------------------------------------------------*/
.bg-gradient-4 {
    background: #008a91;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.rounded {
    border-radius: 1rem !important;
}

.countdown {
    text-transform: uppercase;
    font-weight: bold;
}

    .countdown span {
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        font-size: 3rem;
        margin-left: 0.8rem;
    }

        .countdown span:first-of-type {
            margin-left: 0;
        }
/*#endregion */
/*------------------------------------------------------------------------*/
/*Viñetas con numeracion*/
/*------------------------------------------------------------------------*/
.custom-ol {
    counter-reset: item;
    list-style-type: none;
    padding: 0;
}

    /* Estilo de cada elemento de la lista */
    .custom-ol li {
        counter-increment: item;
        margin: 10px 0;
        background: transparent;
        position: relative;
    }
        /* Estilo del número de la lista */
        .custom-ol li::before {
            content: counter(item) ". ";
            font-weight: bold;
        }



