@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
html {
    scroll-padding-top: 157px;
    scroll-behavior: smooth;
}
#MenuMasPro .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
header.header {
    display: none;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.header__top {
    display: none;
}
header.header__sticky {
    display: none;
}
.main,
.main-fluid {
    margin-top: 0;
}
.pulse {
    font-size: 1rem;
    color: #021666;
}

#MenuMasPro img {
    width: 85%;
}
#MenuMasPro {
    background-color: #f51f20;
    position: sticky;
    top: 0px;
    z-index: 3;
    margin: auto;
    width: 100%;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#MenuMasPro ul.navbar-nav {
    align-items: center;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: right;
}
div#MenuMasPro .navbar-nav .Registro {
    background-color: #363348;
    border: 2px solid #fff;
    transition: 0.7s;
    border-radius: 8px;
    color: #fff;
    margin: 13px 0;
}
div#MenuMasPro .navbar-nav .Registro:hover {
    background-color: #2c1f76;
}
#Banner {
    position: relative;
}
body {
    --coloramarillo: #f8c106;
    --colormorado: #c8c3c233;
    --colorblanco: #ffffff;
    --colornaranja: #f66c41;
    --colormagenta: #f6427c;
}
main {
    font-family: "Poppins", Sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h3-large {
    font-family: "Poppins", sans-serif;
}

#SegConte {
    background-color: var(--colormorado);
}
#SegConte .date_img img {
    width: 100%;
    max-width: 76px;
    padding-right: 10px;
}
#SegConte .date_img {
    font-size: 2.5em;
    padding-right: 6%;
    color: var(--c-administracion-500);
}
#SegConte #Agenda p {
    color: var(--c-gray-600);
    padding: 0px;
    font-weight: 100;
    margin: 0px;
    line-height: 30px;
}
#SegConte hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px solid #ffffff;
}
#Agenda .col-12.col-md-3.col-lg-3 {
    border-right: 1px solid#da0921;
}
#Agenda .col-12.col-md-3.col-lg-3:nth-child(4) {
    border-right: 0px solid#da0921;
}

#SegConte #Agenda p strong {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.7em;
}
#TerConte .section-title {
    border: 2px solid #f51f1d;
    border-radius: 18px;
    padding: 11px 40px;
    display: table;
    margin: auto;
    background-color: #ffffffb0;
    margin-top: 22px;
    margin-bottom: 23px;
}
#TerConte {
    background-color: var(--colormorado);
}
#TerConte strong {
    background: -webkit-linear-gradient(left top, red, yellow);
    background: linear-gradient(to bottom right, #f6852d, #f5376b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#CuarConte {
    background-color: var(--colormorado);
}
.cuadro_fechas ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
}

.cuadro_fechas li {
    padding-left: var(--icon-space);
}

.cuadro_fechas li:before {
    content: "\f138"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    color: var(--c-administracion-500);
}

.cuadro_fechas {
    background-color: #f4f3f3;
    border-radius: 0;
    padding: 4%;
}
.cuadro_fechas > div {
    background-image: url(/sites/default/files/2024-04/fondo-cajas.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: bottom left;
    background-color: white;
    -webkit-border-radius: 66px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius: 23px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-radius: 48px;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 24px;
    padding: 47px 31px 44px;
    box-shadow: 1px 1px 13px 20px #d7d7d785;
}
.cuadro_fechas hr {
    border: 2px solid#29273f;
    background-color: #29273f;
    box-shadow: 1px 0px 3px 5px #29273f;
    border-radius: 23px;
    opacity: 100;
}
.cuadro_fechas h5.tituleSedes {
    background: rgb(255 255 255);
    /* background: linear-gradient(97deg, #2c0b67 0%, rgb(23 40 136) 82%); */
    margin-bottom: 23px;
    border-radius: 12px;
    padding: 2% 4%;
    display: table;
    font-size: 1.3em;
    line-height: 1.1em;
    color: #020202;
    border: 2px solid #da0921;
    min-height: 77px;
    height: 104px;
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    box-shadow: 0px 6px 11px #cccccc85;
}

#CuarConte ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
}

#CuarConte li {
    padding-left: var(--icon-space);
}

.cuadro_fechas h5 {
    background: rgb(247, 139, 63);
    background: linear-gradient(97deg, rgba(247, 139, 63, 1) 0%, rgba(246, 67, 124, 1) 82%);
    margin-bottom: 23px;
    border-radius: 108px;
    padding: 0 15px;
    display: table;
    font-size: 2em;
}
#CuarConte li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    color: var(--colormagenta);
}
#CuarConte h6 {
    font-weight: 900;
}
#CuarConte .cont_fechas {
    padding: 10px 20px;
    margin-bottom: 0px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

#CuarConte .horarios strong {
    font-size: 1.5em;
    color: #fff;
}
#CuarConte .horarios {
    font-size: 1.1em;
    color: #f6427c;
    width: 30%;
    text-align: end;
}
#CuarConte .date_agenda {
    color: #ffffff;
    padding-left: 30px;
    width: 70%;
}
#CuarConte .registro li:before {
    list-style: none !important;
    content: "";
}
section#Gneracion {
    background-color: #1c183e;
    /* border: 6px solid#f6427c;*/
    border-radius: 23px;
    margin: auto;
    padding: 4%;
    color: #fff;
    width: 61%;
}
#Gneracion h2 {
    font-family: "Poppins", Sans-serif !important;
    font-weight: 700;
    font-size: 2.1em;
    text-align: center;
}
#TerConte strong,
#Gneracion strong {
    background: linear-gradient(to bottom right, #f51f1b, #ae122d);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#Gneracion input.btn.btn-primary {
    background-color: var(--c-administracion-500);
    border: 0px solid #ffffff;
    font-size: 1.3em;
    font-weight: 800;
    color: #ffffff;
    width: 100%;
}
#Gneracion input.btn.btn-primary:hover {
    background-color: #c70547;
    border: 0px solid #ffffff;
    color: #ffffff;
}
#Gneracion span {
    font-size: 0.8em;
}
h5.tituleSedes.Transparente {
    border: 0px solid #da0921;
    box-shadow: 0px 6px 11px #cccccc00;
}
h3.h3-large.text-dark.section-title__heading.text-center {
    border: 2px solid #f51f1d;
    border-radius: 18px;
    padding: 11px 40px;
    display: table;
    margin: auto;
    margin-top: 0;
    margin-bottom: 23px;
    background: linear-gradient(to bottom right, #f51f1b, #ae122d);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 600px) {
    #MenuMasPro i {
        color: white;
    }
    button:focus:not(:focus-visible) {
        outline: 0;
        color: white;
    }
    nav.navbar.navbar-expand-lg {
        justify-content: center;
    }
		#SegConte .date_img {
			padding-right: 0;
		}
    #MenuMasPro {
        position: relative;
    }
    #MenuMasPro img {
        width: 73%;
        margin: auto;
        padding: 15px 0 0;
    }
    #Agenda .col-12.col-md-3.col-lg-3 {
        border-right: 0px solid #da0921;
    }
    section#Gneracion {
        width: 100%;
        padding: 26px 23px 39px;
    }
    #SegConte .d-flex {
        flex-direction: column;
    }
    .cuadro_fechas > div {
        border-radius: 16px;
        padding: 27px 2px;
        margin: auto;
        margin-bottom: 37px;
    }
    #CuarConte .cont_fechas {
        flex-direction: column;
    }
    CuarConte .horarios {
        text-align: center;
    }
    #CuarConte .date_agenda {
        padding-left: 0;
        width: 100%;
    }
    #CuarConte .horarios {
        width: 100%;
        text-align: left;
    }
    div#CuarConte .cuadro_fechas > div .d-flex {
        flex-wrap: wrap;
    }
    div#MenuMasPro .navbar-nav .Registro {
        text-align: center;
        padding: 12px;
    }
    .cuadro_fechas h5.tituleSedes {
        padding: 9% 4%;
        min-height: 89px;
        height: auto;
    }
    h5.tituleSedes.Transparente {
        display: none;
    }
}