/*** Style Umbrales.org ***/

#loader-section {
    position: fixed; /* Para que ocupe toda la pantalla */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0; /* Color de fondo del loader */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Asegura que esté por encima de todo */
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #3498db; /* Borde azul */
    border-top: 5px solid transparent; /* Borde superior transparente para la animación */
    border-radius: 50%;
    animation: spin 1s linear infinite; /* Animar el loader */
}

/* Clases para controlar la visibilidad */
.hidden {
    display: none; /* Oculta el contenido */
}

/* Animación de rotación */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*Header*/
header.style4 {
    padding: 2rem 3.75rem 0;
}
header img.img-fluid {
    max-width: 210px;
}
.sticky-header{
    z-index: 11111;
}
.sticky-header .img-fluid {
    max-width: 180px;
}
a.menu-btn.rounded-circle {
    background: #fff;
}
.menu-btns > a{
    color: #000;
}
.menu-btns > a:hover{
    color: #000;
}

/*Slider*/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #10252f;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.4;
}

/*Título azul*/
.titulo-azul {
    background-color: #E2F0F1;
}
.titulo-azul .sec-title-inner > h2 {
    letter-spacing: normal;
}
.titulo-azul h2 span {
    color: #000;
    display: block;
    font-size: 2.7rem;
    letter-spacing: normal;
    max-width: 900px;
    margin: 0.5em auto 1em;
}
.titulo-azul p {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    max-width: 900px;
    margin: 1em auto;
    line-height: normal;
}
.titulo-azul p span {
    color: #27b9bf;
}
#en-umbrales .sec-title-inner {
    max-width: 900px;
}
#en-umbrales h2 {
    font-size: 2.7rem;
}
#en-umbrales.titulo-azul h2 span {
    font-size: 2.5rem;
    max-width: max-content;
}
.titulo-azul.titulo-negro {
    background: #0D1123;
}
.titulo-azul.titulo-negro h2 span, .titulo-azul.titulo-negro h3 {
    color: #fff;
}
.titulo-azul.titulo-negro p span {
    color: #FFEE5B;
}

/*Video testimonios*/
#testimonios {
    background-color: #0D1123;
}
#testimonios h2 {
    max-width: 900px;
    font-size: 4rem;
    letter-spacing: normal;
}
#testimonios h3 {
    color: #fff;
}
#testimonios iframe {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    /* max-width: 760px; */
    height: 427px;
    margin: auto;
    display: block;
    min-height: 400px;
    border-radius: 15px;
}

/*Citas*/
#citas {
    margin-top: -1px;
    z-index: 1;
}
#citas:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    background: #1d2626;
    bottom: 0px;
}
.fixed-bg {
    background-size: cover !important;
}
.testi-item.style2 .testi-thumb > img {
    box-shadow: none;
}
.testi-item.style2 .testi-thumb:before {
    -webkit-text-stroke: 0;
}
.blue-layer:before {
    display: none;
}

/* Diplomados*/
.port-bottom-info1 {
    padding: 1rem 2rem;
}
.port-bottom-info1 > span {
    font-size: 12px;
}
.port-bottom-info1 > h3 {
    font-size: 1.2rem;
}

/*Video background*/
.intro {
  display: table;
  text-align: center;
  margin-top: -1px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100% !important;
  z-index: 0;
}

/* Una metodoogía*/
#una-metodologia {
    position: relative;
    margin-top: -6px;
}
#una-metodologia h2 {
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
}
#una-metodologia h3 {
    color: #ef3365;
    font-size: 4rem;
    font-weight: 800;
}
#una-metodologia p {
    color: #fff;
    font-weight: 500;
}

/*Experiencia Umbrales*/
#experiencia-umbrales {
    background-color: #fafafa;
}
#experiencia-umbrales .sec-title-inner > h2 span,#la-ciencia .sec-title-inner > h2 span {
    display: block;
    color: #000;
    font-size: 2rem;
    letter-spacing: normal;
    font-weight: 600;
}
#la-ciencia .sec-title-inner > h2 span {
    position: relative;
}
#la-ciencia .sec-title-inner > h2 span sup {
    color: #ee3364;
    top: -3px;
    font-weight: 800;
}

/*Planes*/
#planes {
    background: #0D1123;
}
#planes h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 14px;
}
#planes h2 span, #planes h3 sup {
    color: #ed3364;
    font-weight: 800;
    display: initial;
}
#planes h3 sup {
    top: inherit;
}
#planes h3 {
    font-size: 2.4rem;
}
#planes p {
    color: #fff;
    font-weight: 400;
}
#planes .price-body4,.price-body4:before {
    border-radius: 40px;
}

.price-body4 {
    padding-top: 27rem;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 1650px;
}
.price-body4:before {
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 75%) 20%, rgba(97, 97, 97, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 75%) 20%, rgba(97, 97, 97, 0.55) 100%);
}
.price-body4-inner > ul li {
    line-height: 24px;
    max-width: 360px;
    margin: auto;
    margin-bottom: 0.5em;
}
.price-body4-inner > ul li:last-child {
    margin-bottom: 4em;
}
.price-body4-inner > h4 {
    font-size: 55px;
    font-weight: bold;
}
.price-body4-inner > h4 span {
    display: block;
    color: #EE3364;
}
.price-body4-inner > ul li.destacado {
    font-size: 24px;
    margin: 2em auto;
    line-height: 30px;
}
.price-body4-inner > ul li.destacado b {
    font-weight: 900;
}
.price-body4-inner > ul li b {
    display: block;
}
p.precio-dest {
    font-size: 38px;
    color: #EE3364 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-top: 1em;
}
span.line-through:after {
    content: '';
    width: 100%;
    max-width: 300px;
    height: 10px;
    background: #ee3347;
    display: block;
    border-radius: 5px;
    position: relative;
    top: -48px;
    left: 0%;
    margin: auto;
    transform: rotate(3deg);
}
p.precio-dest.lanzamiento {
    color: #bfbfbf !important;
    font-size: 22px;
    /* letter-spacing: normal; */
    font-weight: 400 !important;
    margin-bottom: 0;
}
p.precio-dest.lanzamiento img {
    margin-left: 10px;
}
p.precio-dest.lanzamiento+span {
    color: #F50202;
    font-size: 4rem;
    margin-bottom: 15px;
}
p.precio-dest.lanzamiento+span sup {
    font-size: inherit;
    top: 0;
}
p.precio-dest.lanzamiento+span sup:last-child {
    font-size: 24px;
}
.cont-inscripcion {
    background: #5C4D4D;
    padding: 1em;
    border-radius: 10px;
    box-shadow: 0px 6px 18px 8px #252525;
}
span.d-block.precio-red {
    color: #EE3364;
}
p.precio-dest-bco {
    font-size: 24px;
    color: #fff;
    font-weight: 700 !important;
    margin-bottom: 0;
}
.cont-inscripcion span.d-block.precio-red {
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    position: relative;
}
.cont-inscripcion span.d-block.precio-red sup {
    top: 0;
    font-size: inherit;
}
.cont-inscripcion span.d-block.precio-red sup:last-child {
    font-size: 24px;
}
.cuota-preferente {
    margin-top: 2em;
}
#planes .cuota-preferente h2 {
    margin-bottom: 0;
}
#planes .cuota-preferente h2 span {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
}
#planes .cuota-preferente p {
    margin-top: 0;
    margin-bottom: 0;
}
#planes .cuota-preferente p b {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 900;
}
p.cupos-limitados {
    text-align: center;
    background-color: #ed3364;
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
    display: block;
    margin-top: 40px !important;
}
p.cupos-limitados span {
    font-weight: 200;
    border-right: 1px #fff solid;
    padding-right: 15px;
    padding-left: 10px;
    display: inline-block;
}
p.cupos-limitados span:last-child {
    border: none;
}
a .conocer-beca {
    display: block;
    max-width: 300px;
    margin: 2.5em auto 0;
}

/*Puedes marcar*/
#puedes-marcar {
    background-image: url(../images/resources/umbrales/ponentes-desktop.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 950px;
    display: flex;
    align-items: center;
    background-color: #139ea5;
}
#puedes-marcar h2 {
    font-size: 2.8rem;
    font-weight: 600;
}
#puedes-marcar h3 {
    color: #f1d614;
    margin-bottom: 1.4em;
    font-size: 3rem;
}
#puedes-marcar p {
    color: #fff;
    font-style: italic;
    font-weight: 600;
    font-size: 2rem;
}
#puedes-marcar p span {
    color: #f1d614;
    font-weight: 900;
}

/*Lates Post*/
.post-info3 {
    padding: 1.6rem 3.5rem 0.5rem;
    transform: translateY(22%);
}
.post-info3 > h3 {
    font-size: 2rem;
    line-height: 2.4rem;
}

/*Beca Umbrales*/
#beca-umbrales{
    background-color: #0D1123;
}
#beca-umbrales h2 span {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    margin: 0 auto 0.2em;
}
#beca-umbrales h3 {
    color: #fff;
}
#beca-umbrales h3 span {
    color: #14babd;
}
p.fecha-amarillo {
    background-color: #f7fd5a;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 3em;
}
p.fecha-amarillo span {
    color: #000;
    font-weight: 900;
    display: inline-block;
    margin-left: 50px;
}
#beca-umbrales img.mobile {
    display: none;
}

/*FAQ´s*/
#preguntas-frecuentes h2 {
    font-size: 2rem;
}
#preguntas-frecuentes h2 span {
    color: #FFC20A;
    display: block;
    font-size: 3rem;
}
#preguntas-frecuentes .col-4 p {
    text-align: center;
    color: #fff;
    font-style: italic;
}
#accordionExample {
    margin-top: 4em;
}
.card-header {
    background-color: #171d29;
}
.accordion>.card {
    border-color: #292929;
    border-width: 1px;
}
.btn-link {
    color: #fff;
    font-weight: 600;
    text-align: left;
}
.btn-link:hover,.btn-link.focus, .btn-link:focus {
    color: #14babd;
    text-decoration: none;
}
#preguntas-frecuentes .text-center {
    color: #C7EBEC;
    font-style: italic;
}
#preguntas-frecuentes a {
    display: block;
    margin: auto;
    max-width: 370px;
}
#preguntas-frecuentes .text-center+a+p {
    color: #fff;
    font-size: 18px;
}
footer .w-100 {
    padding: 1em 0;
}
footer .container {
    margin-bottom: 0;
}
footer .w-100 {
    padding: 1em 0;
}
footer .container {
    margin-bottom: 0;
}
footer .logo a {
    display: block;
    margin: auto;
    max-width: 296px;
}
footer img.img-fluid {
    max-width: 130px;
    margin: auto;
    display: block;
}
footer .widget .logo + p {
    font-size: 12px;
    line-height: 20px;
    max-width: 300px;
    margin: 1em auto;
}
.footer-inner2 + .bootom-bar2 {
    margin-top: 0;
    padding: 0.5em 0;
}
footer p.mb-0 {
    font-size: 12px;
}
footer .scl2.d-inline-block {
    margin: auto;
    display: block !important;
    max-width: max-content;
}
footer .scl2 > a {
    color: #C8C8C8;
}
.bootom-bar > p {
    font-size: 12px !important;
}

/*Neuro educa*/
.neuroeduca,.neuroeduca+.neuroeduca {
    background-image: url('../images/resources/umbrales/neuroeduca-back.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: space-around;
    padding: 0;
}
.neuroeduca .post-info1 {
    padding: 2.5rem 1rem;
    margin: 1rem;
}
.neuroeduca .img-fluid {
    padding: 1.4em 0.5em;
}
.neuroeduca+.neuroeduca {
    background-image: url('../images/resources/umbrales/activa-tu-beca-back.jpg');
}
.neuroeduca+.neuroeduca .post-info1 {
    padding: 0;
    max-width: 1061px;
    flex: 0 0 100%;
}

/*Footer*/
ul.facebook-list li {
    display: flex;
}
ul.facebook-list li .scl4 {
    margin-right: 10px;
}
footer .container {
    max-width: 900px;
}
footer .logo a {
    display: block;
    margin: auto;
    max-width: 296px;
}
.widget .logo + p {
    text-align: center;
}
footer .scl4 {
    text-align: center;
}