@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

html, body, * {
	margin: 0;
	padding: 0;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;  
    font-style: normal;
}

section.section-block .section-block-title-separator {
    display: block;
    width: 450px;
    margin: 70px auto 25px auto;

}

@media screen and (max-width: 400px) {
    section.section-block .section-block-title-separator {
        width: 350px;
    }
    
}



section.section-block .section-block-title-separator h3 {
    color: #f7b032;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

section.section-block .section-block-title-separator h2 {
    color: #000;
    
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    padding: 5px;
}

@media screen and (max-width: 400px) {
    section.section-block .section-block-title-separator h2 {
        font-size: 2rem;
        line-height: 0.8rem;
    }
    
}

section.section-block .section-block-title-separator h4 {
    color: #0d9995;
    
    font-size: 1.15rem;
    font-weight: 450;
    text-align: center;
    padding: 5px;
}


.img-portada {
    width: 100%;
    height: auto;
}

/* SECTION DE MENU */
.main-menu {
    z-index: 9999999999!important;
    
}

.main-menu a.menu-item {
    display: inline-block;
    margin: 0 10px;
    color: #0c4771;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-size: 1.3rem;
    float: right;
    border-bottom: 5px solid transparent;
    padding: 0 15px;
    z-index: 9999999999!important;
}

.main-menu a.menu-item:hover {    
    border-bottom: 5px solid #f7b032;
    background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 400px) {
    .offcanvas .menu-item {
        width: 100%;
        text-align: center;
    }
    
}



/*RESPONSIVE */



/* SECTION DE MENU FIN */

/* SECTION DE NOSOTROS */

section.section-block.nosotros {
    
}

section.section-block.nosotros .sobre-nosotros {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.nosotros-block {
    margin-top: 100px;
}

.nosotros-block img {
    display: block;
    margin: 0 auto 40px auto;

}

.nosotros-block p {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: left;
    padding: 25px 50px;
    color: #fff;
}


.mision-block h5, .vision-block h5 {
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    padding: 5px;
    text-decoration: underline;
    font-style: italic;
}

.mision-block p, .vision-block p {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
    padding: 25px 50px;
    margin-bottom: 0 !important;
}

.mision-block {
    background-color: #f7b032;
    color: #fff;
}

.vision-block {
    background-color: #0d9995;
    color: #fff;
}
/* SECTION DE NOSOTROS FIN */

/* SECTION DE NOTICIAS */

section.noticias.section-block {
    overflow: hidden;
}

section.noticias.section-block .noticias-block {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
}

section.noticias.section-block .noticias-block .noticia-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
}

section.noticias.section-block .noticias-block .noticia-item > div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.noticias.section-block .noticias-block .noticia-item > div {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.5));
    height: 100%;
}

section.noticias.section-block .noticias-block .noticia-item span.noticia-fecha {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: 45%;
    text-align: right;
    padding-left: 40px;
    padding-right: 15px;
    line-height: 1.2rem;
    padding-top: 15px;
    padding-bottom:15px;
    background-color: #f7b032;
    color: #fff;
}

section.noticias.section-block .noticias-block .noticia-item .noticia-link {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    color: #fff;
    background-color: #0d9995;
    text-decoration: none;
    text-transform: none;
}

section.noticias.section-block .noticias-block .noticia-item .noticia-titulo {
    position: absolute;
    top: 300px;
    text-align: left;
    font-weight: 500;
    font-size: 1.4rem;
    color: #fff;
    
}

section.noticias.section-block .noticias-block .noticia-item .noticia-link img {
    height: 2rem;
}

section.noticias.section-block .enlace-a-todas-las-noticias {
    background-color: #0c4771;
    color: #fff;
    font-weight: 500;
    font-size: 1.3rem;
    text-align: center;
    padding: 10px ;
}

/* SECTION DE NOTICIAS FIN */


/* SECTION DE EVENTOS */

.eventos-box {
    background-color: #ececec;
    position: relative;
}

.evento-info-box {
    background-color: #0d9995;
    color: #fff;
}

.evento-info-box .evento-info {
    font-size: 1rem;
    font-weight: 100 !important;
}

.evento-info-box .evento-info a {
    color: #fff;    
}


.eventos-box-color {
    background: linear-gradient(to right, #f7b032 35%, #ececec 35%);
}


.eventos-timeline {
    height: 150px;
    background: url(../images/grey-line.jpg) center 131px repeat-x;
}

@media screen and (max-width: 400px) {
    .eventos-timeline {
        height: fit-content;
        background: none;
    }

    .eventos-timeline .row .col{
        
    }
    
}

.timeline-evento-item {
    cursor: pointer;
}

.timeline-evento-sutitulo, .timeline-evento-fecha {
    display: block;
    text-align: center;
    color: #a5a5a5;
    text-transform: uppercase;    
}

.timeline-evento-sutitulo {
    font-weight: 300;
    line-height: 1rem;
} 

.timeline-evento-fecha {
    font-weight: 600;
    font-size: 1.2rem;
}


.timeline-evento-item {
    height: 150px;
    background: url(../images/timeline-dot.png) center 124px no-repeat;
}

.timeline-evento-item.selected {
    background: url(../images/timeline-dot-selected.png) center 124px no-repeat;
}

.timeline-evento-item.selected .timeline-evento-sutitulo, .timeline-evento-item.selected .timeline-evento-fecha {
    color: #606060;
}

/* SECTION DE EVENTOS FIN */


/* SECTION DE CONTACTO */

section.section-block.contacto .contacto-redes {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.contacto-formulario {
    background-color: #0d9995;
}

.contacto-formulario .wpforms-submit {
    width: 100%;
}

#wpforms-field-limit-text-61-1 {
    display: none;
}
/* SECTION DE CONTACTO FIN */