/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');

*{
    font-family: 'Montserrat', sans-serif;   
} */

:root {
    --text-green: #00A651;
    --text-blue: #001087;
}

.resize {
    resize: none;
}

.list-style-none {
    list-style: none;
}

.link-color {
    color: var(--text-green);
}

.text-green {
    color: var(--text-green);
}

.text-blue {
    color: var(--text-blue);
}

.text-justify {
    text-align: justify;
}

.relative {
    position: relative;
}

.fasicon {
    width: 20px;
    height: 20px;
    object-fit: cover;
    display: block;
}

.fa-calendar-white {
    background: url('../imagenes/calender-white.svg');
}

.fa-calendar-green {
    background: url('../imagenes/calender-green.svg');
}

.fa-calendar-black {
    background: url('../imagenes/calender-black.svg');
}

.rap-1 {
    grid-gap: 0.25em;
}

.rap-2 {
    grid-gap: 0.5em;
}

/* Accordiom */
.link-download {
    width: 36px;
    height: 36px;
    display: block;
    background: url(../imagenes/download.svg);
    background-size: 100%;
}

label,
.form-label {
    width: 100% !important;
}

.accordion-button {
    margin: 10px auto;
    border-radius: 20px !important;
    box-shadow: 0px 0px 3px 1px grey;
    color: var(--text-green);
    font-weight: bold;
    font-size: 20px;
}

figure img {
    width: 100%;
    height: auto;
}

.accordion-item {
    border: none;
}

.accordion-body {
    background: #f3f3f3;
    margin: -10px 1rem 13px;
}

.accordion-body:last-of-type {
    border-radius: 0px 0px 20px 20px;
}

/* -------- navegador ------- */
.Nav_Contact_redes {
    display: flex;
    justify-content: space-between;
    margin: 0;
    list-style: none;
    gap: 15px;
}

.Nav_Contact_redes li {
    width: 30px;
    padding: 2px;
}

/* ---------------------------------- */
/* ------------ navegador ------------*/
/* ---------------------------------- */
.nave {
    background: white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.menu-bar {
    width: 35px !important;
    padding: 5px;
    box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: none;
}

#menu-bar {
    display: none;
}

.nave__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nave__logo {
    width: 50px;
}

.nave__bar {
    display: flex;
}

.nave__bar__links {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav__bar__items {
    position: relative;
    float: left;
}

.nave__link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
}

.nave__bar__items {
    position: relative;
}

.nave__bar__items:hover {
    background: var(--text-green);
}

.nave__bar__items:hover .nave__link {
    color: white;
}

.nave__bar__items ul {
    position: absolute;
    left: 0rem;
    width: max-content;
    background-color: #fff;
    list-style: none;
    padding-left: 0;
    display: none;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 3px 3px -1px #000000ac;
}

.nave__bar__items:hover ul {
    display: initial;
}

.nave__bar__items ul li {
    width: 100%;
    border-top: 1px solid #00108722;
    padding: 0.5rem 0.75rem;
}

.nave__link__item {
    text-decoration: none;
}

@media(max-width:991px) {

    .menu-bar {
        display: initial;
    }

    .nave__bar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        padding: 20px 10px;
        display: none;
    }

    .nave__bar__links {
        flex-direction: column;
    }

    .nave__bar__items ul {
        position: relative;
        width: 100%;
    }

    .nave__link__item {
        padding-left: 1.5rem;
        color: white;
    }

    #menu-bar:checked~.nave__bar {
        display: initial;
    }
}

.footer-contact {
    background-image: url('../imagenes/degradado1.png'), url('../imagenes/Plaza_girardot.jpg');
    background-size: cover;
    padding: 5em 0 1em;
}

/* ------- Seccion Contacto ----------*/
.Sec_Contact_title {
    font-size: 2.8em;
    color: var(--text-blue);
}

.Sec_Contact_link {
    padding: 0.75em;
    background: #00A651ac;
    border-radius: 10px;
    color: white;
}

.Sec_Contact_redes {
    width: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #105ab6;
    padding: 0.1em;
    background: #105ab6;
}

.Sec_Contact_redes:hover {
    background: #00A651;
}

/* --------- Footer -----------*/
footer {
    background: url(../imagenes/footer.jpg);
    background-size: cover;
}

/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------- Pagina Principal ------------------------------------------ */
/* --------------------------------------------------------------------------------------------------- */

/* -------- Header ---------- */
.header_index {
    height: 100vh;
}

.header_index_img {
    position: relative;
    top: 0;
    z-index: 1;
    height: 100vh;
    background-attachment: fixed;
}

.header_index_sombra {
    position: absolute;
    top: 0;
    background-image: radial-gradient(circle at 30% 28%, rgb(16 90 182 / 80%) 0% 50%, transparent 50% 100%);
    height: 100vh;
    z-index: 10;
    width: 80%;
}

.header_index_sombra::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: radial-gradient(circle at 30% 28%, transparent 0% 50%, rgb(255 255 255 / 53%) 50.1% 50.9%, transparent 50.9% 100%);
    z-index: 9;
}

.header_index_sombra::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: radial-gradient(circle at 30% 28%, transparent 0% 50.9%, rgb(0 128 0 / 53%) 50.9% 51.9%, transparent 51.9% 100%);
    z-index: 8;
}

.header-text-index {
    position: relative;
    top: 7em;
    left: 8%;
    width: 50%;
    color: white;
}

.header-text-index img {
    /* width: 25%; */
    opacity: 0.5;
    object-fit: scale-down;
}

.header-text-index h1 {
    font-size: 3.2em;
}

/* -------- Seccion OAC ----- */
.Sec_OAC {
    height: auto;
    padding: 2em 3em 4em;
    margin: 0em auto -10em;
    z-index: 1;
}

.Sec_OAC_title {
    color: var(--text-blue);
}

.Sec_OAC_items {
    margin: 0.5em;
    padding: 1em 1em 0.7em;
    width: 70%;
    text-align: center;
    text-decoration: none;
    min-height: 46vh;
    border-radius: 1.5em;
    box-shadow: 0px 0px 10px -2px #8f8f8f;
    background: white;
}

.Sec_OAC_items img {
    object-fit: cover;
}

.Sec_OAC_items h5 {
    color: #105AB6;
}

/* ------ Seccion Espacio ----- */
.Sec_Space {
    background-image: linear-gradient(to bottom, #105ab6b3, #105ab6b3), url('../imagenes/Maracay_cerro.jpg');
    background-size: cover;
    height: 50vh;
    background-attachment: fixed;
    display: grid;
    align-items: center;
}

/* ------- Seccion Noticias --- */
.Sec_Noticias {
    margin-top: -12em;
}

.Sec_Noticias h1 {
    font-size: 3.2em;
}

.Sec_Noticias_block {
    border-radius: 8em;
    height: max-content;
    padding-bottom: 1em;
    background-color: white;
    position: relative;
}

.Sec_Noticias_block .owl-nav {
    display: flex !important;
    width: 106%;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: -2.5%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 3px 12px !important;
}

.Sec_Noticias_block .owl-nav button.owl-prev,
.Sec_Noticias_block .owl-nav button.owl-next {
    background: green !important;
    border-radius: 50% !important;
    color: white !important;
}

.owl-noticias {
    padding-top: 5em;
    display: flex;
    gap: 10px;
}

.owl-noticias-items {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.owl-noticias-items:hover {
    box-shadow: 0px 0px 3px 1px #c4c4c4;
}

.owl-noticias-items img {
    object-fit: cover;
    height: 250px;
    border-radius: 10px;
}

.Sec-enlaces {
    padding: 2em 0 4em;
}

.owl-enlaces-items:hover {
    display: block;
    background: #00108755;
    width: 100%;
    height: 100%;
    padding: 0.3em;
    transition: 0.2s;
    border-radius: 8px;
}

.owl-enlaces-items img {
    object-fit: cover;
}

.Sec-enlaces .owl-nav {
    display: flex !important;
    width: 108%;
    justify-content: space-between;
    position: absolute;
    top: 35%;
    left: -3.5%;
}

.Sec-enlaces .owl-enlaces button.owl-prev,
.Sec-enlaces .owl-nav button.owl-next {
    background: green !important;
    border-radius: 50% !important;
    color: white !important;
}

/* --------------------------------------------------------------------------------------------------- */
/* -------------------------------------- Pagina Secundarias ----------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

.header-section {
    position: relative;
    height: 70vh;
}

.header-section::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url('../imagenes/degradado2.png');
    background-size: cover;
    height: 70vh;
    width: 100%;
    opacity: 80%;
}

.header-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 70vh;
    width: 100%;
    object-fit: cover;
}

.header-text-second {
    position: absolute;
    top: 25%;
    left: 9%;
    width: 70%;
    height: max-content;
    border-bottom-right-radius: 50em;
    z-index: 2;
}

.header-text-second img {
    width: 15% !important;
    overflow: 0.5;
    height: auto !important;
    object-fit: scale-down;
    position: relative !important;
}

.header-text-second h1 {
    color: white;
}

.header-text-second p {
    color: #ffffff77;
}

.Sec_Nosotros {
    padding-top: 2em;
    min-height: 100vh;
    display: block;
}

.row-two:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.imgAbout {
    border-radius: 16px;
    object-fit: cover;
    height: 400px;
}

/* --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Pagina Noticias ------------------------------------------ */
/* --------------------------------------------------------------------------------------------------- */

.header-noticias {
    position: relative;
    height: 70vh;
}

.header-noticias img {
    object-fit: cover;
}

.header-noticias::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url('../imagenes/degradado2.png');
    background-size: cover;
    height: 70vh;
    width: 100%;
}

.header-three {
    position: absolute;
    color: white;
    width: max-content;
    height: max-content;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grid-noticias {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    grid-template-areas:
        "ladoizq ladoder1"
        "ladoizq ladoder2";
    margin-bottom: 1em;
}

.grid-noticias:nth-child(2n+1) {
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
        "ladoder1 ladoizq"
        "ladoder2 ladoizq";
}

.ladoder1 img,
.ladoder2 img,
.ladoizq img {
    border-radius: 16px;
    height: 100%;
    object-fit: cover;
}

.ladoizq {
    grid-area: ladoizq;
    width: 100%;
    height: 100vh;
    position: relative;
}

.ladoder1 {
    grid-area: ladoder1;
    width: 100%;
    height: 50vh;
    position: relative;
}

.ladoder2 {
    grid-area: ladoder2;
    width: 100%;
    height: 50vh;
    position: relative;
}

.ladoizq::before,
.ladoder1::before,
.ladoder2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.ladoizq:hover::before,
.ladoder1:hover::before,
.ladoder2:hover::before {
    background-color: #00000011;
}

.lado-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em;
}

.lado-text p {
    display: -webkit-box;
    max-height: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin-bottom: 0.5em;
}

.ImgNoticiasItems {
    margin: 1em auto;
    width: 90%;
    height: auto;
}

.ImgNoticiasItems img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

/* ------------------------------------------ Pagina Organigrama -------------------------------------------- */
.Sec_organigrama {
    margin-top: 2.5rem;
}

/* ------------------------------------------ Pagina Escuela -------------------------------------------- */
.Sec_Escuela {
    margin-top: 2.5rem;
}

/* ------------------------------------------- Pagina Abuelo -------------------------------------------- */
.Sec_Abuelo {
    margin-top: 2.5rem;
}

/* ------------------------------------------- Pagina Concursos -------------------------------------------- */
.Sec_Concursos {
    margin: 2.5rem auto;
}

/* ------------------------------------------- Pagina Bases -------------------------------------------- */
.Sec_Bases {
    margin: 2.5rem auto;
}

/* ------------------------------------------- Pagina Bases -------------------------------------------- */
.Sec_Contacto {
    margin: 2.5rem auto;
}

/* ------------------------------------------- Pagina OAC -------------------------------------------- */
.Section_OAC {
    margin: 2.5rem auto;
}

.oac-link {
    position: relative;
    background: url(../imagenes/sistema/cintillos/registro.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 3rem;
    padding: 3.5rem 0;
}

.oac-img {
    max-width: 300px;
    margin: 0 auto;
}

.oac-link div {
    z-index: 2;
    position: relative;
    height: 100%;
}

.oac-link:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #00396bd4;
    border-radius: 3rem;
}

.btn-oac {
    width: max-content;
    margin: 0 auto 0 0;
    background: transparent;
    border-radius: 20px;
    box-shadow: 0px 0px 0px 3px white;
    font-size: 2rem;
    padding: 0.15rem 2.85rem !important;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.btn-oac:hover {
    color: var(--text-green);
}

/* ------------------------------------------- Pagina OAC -------------------------------------------- */
.Sec_talleres {
    margin: 2.5rem auto;
}

@media screen and (max-width:460px) {
    .nave__nav {
        height: 9dvh;
    }

    .nave__logo {
        width: 40px;
    }

    .header-sombra {
        width: 100%;
        border-bottom-right-radius: 15em;
        height: 65%;
    }

    .header_index_sombra {
        width: 100%;
    }

    .header_index_img {
        position: relative;
        top: 0;
        z-index: 1;
        height: 100vh;
        background-attachment: fixed;
    }

    .header_index_img img {
        object-fit: cover;
    }

    .header-text-index {
        position: relative;
        top: 8em;
        left: 0%;
        width: 100%;
        color: white;
        padding: 1rem;
    }

    .header-text-index h1 {
        font-size: 2.2em;
    }

    .header-text {
        top: 20%;
        left: 0%;
        width: 100%;
        padding: 0 2%;
    }

    .header-text h1 {
        padding: 1rem 0 0;
        font-size: 3em;
    }

    .Sec_OAC {
        padding: 2em 1em 2em;
    }

    .owl-noticias {
        padding-top: 2em;
    }

    .Sec_Noticias_block {
        border-radius: 2em;
    }

    .title-respo {
        padding-top: 2rem;
        color: #ffffff;
    }

    .Sec_OAC_items {
        width: 95%;
    }
}

@media screen and (max-width:380px) {
    .header-text-index {
        top: 7em;
    }

    .header-sombra {
        height: 70%;
    }

    .header-text h1 {
        font-size: 2.5em;
    }

    .Sec_OAC_title {
        font-size: 1.4rem;
    }
}



.ml-50 {
    margin-left: 50%;
}
