:root {
    --c-verde: #DCFF00;
}

@font-face {
    font-family: 'AcuminVariableConcept';
    src: url("../fonts/AcuminVariableConcept.otf");
}

@font-face {
    font-family: 'BAYARD-Regular';
    src: url("../fonts/BAYARD-Regular.ttf");
}

@font-face {
    font-family: 'MinionPro-Capt';
    src: url("../fonts/MinionPro-Capt.otf");
}

@font-face {
    font-family: 'MinionPro-Disp';
    src: url("../fonts/MinionPro-Disp.otf");
}

@font-face {
    font-family: 'MinionPro-Regular';
    src: url("../fonts/MinionPro-Regular.otf");
}

@font-face {
    font-family: 'NeueHaasDisplayBlack';
    src: url("../fonts/NeueHaasDisplayBlack.ttf");
}

@font-face {
    font-family: 'NeueHaasDisplayBold';
    src: url("../fonts/NeueHaasDisplayBold.ttf");
}

@font-face {
    font-family: 'NeueHaasDisplayMediu';
    src: url("../fonts/NeueHaasDisplayMediu.ttf");
}

@font-face {
    font-family: 'NeueHaasDisplayRoman';
    src: url("../fonts/NeueHaasDisplayRoman.ttf");
}

@font-face {
    font-family: 'Regular-Black';
    src: url("../fonts/Regular-Black.otf");
}

@font-face {
    font-family: 'Regular-Bold';
    src: url("../fonts/Regular-Bold.otf");
}

@font-face {
    font-family: 'Regular-Extrabold';
    src: url("../fonts/Regular-Extrabold.otf");
}

@font-face {
    font-family: 'Regular-Extrabold-Italic';
    src: url("../fonts/Regular-Extrabold-Italic.otf");
}

@font-face {
    font-family: 'Regular-Regular';
    src: url("../fonts/Regular-Regular.otf");
}

@font-face {
    font-family: 'Gotham-Light';
    src: url("../fonts/Gotham-Light.otf");
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url("../fonts/Gotham-Bold.otf");
}

@font-face {
    font-family: 'gotham-book';
    src: url("../fonts/gotham-book.ttf");
}

.f-AcuminVariableConcept {
    font-family: 'AcuminVariableConcept', serif !important;
}

.f-BAYARD-Regular {
    font-family: 'BAYARD-Regular', serif !important;
}

.f-MinionPro-Capt {
    font-family: 'MinionPro-Capt', serif !important;
}

.f-MinionPro-Disp {
    font-family: 'MinionPro-Disp', serif !important;
}

.f-MinionPro-Regular {
    font-family: 'MinionPro-Regular', serif !important;
}

.f-NeueHaasDisplayBlack {
    font-family: 'NeueHaasDisplayBlack', serif !important;
}

.f-NeueHaasDisplayBold {
    font-family: 'NeueHaasDisplayBold', serif !important;
}

.f-NeueHaasDisplayMediu {
    font-family: 'NeueHaasDisplayMediu', serif !important;
}

.f-NeueHaasDisplayRoman {
    font-family: 'NeueHaasDisplayRoman', serif !important;
}

.f-Regular-Black {
    font-family: 'Regular-Black', serif !important;
}

.f-Regular-Bold {
    font-family: 'Regular-Bold', serif !important;
}

.f-Regular-Extrabold {
    font-family: 'Regular-Extrabold', serif !important;
}

.f-Regular-Extrabold-Italic {
    font-family: 'Regular-Extrabold-Italic', serif !important;
}

.f-Regular-Regular {
    font-family: 'Regular-Regular', serif !important;
}

.f-Gotham-Light {
    font-family: 'Gotham-Light', serif !important;
}

.f-Gotham-Bold {
    font-family: 'Gotham-Bold', serif !important;
}

.f-gotham-book {
    font-family: 'gotham-book', serif !important;
}

p, li {
    font-family: 'MinionPro-Regular', serif;
    font-size: 14pt;
}

.nav-link, .dropdown-item {
    font-family: 'NeueHaasDisplayMediu', serif !important;
}

.logo-fct {
    margin: 1rem;
}

.bg-verde {
    background-color: var(--c-verde) !important;
}

.nav-item {
    background-color: #000000;
}

.border-lime {
    border-color: #d3ff00 !important;
}

.navbar-nav .nav-link {
    padding: 0.75rem 1rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 1px solid #000;
    font-size: .9rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background-color: #d3ff00;
    border: 1px solid #000000;
    color: #000000;
}

.header-fundacion h1,
.header-fundacion h5 {
    margin: 0;
}

.header-fundacion .bi {
    transition: transform 0.2s;
}

.header-fundacion .bi:hover {
    transform: scale(1.2);
}

.titulo {
    font-family: 'MinionPro-Disp', serif !important;
}

.letras-separadas {
    letter-spacing: 10px;
}

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

.tarjeta-imagen {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.img-tarjeta {
    width: 50vw;
}

.img-tarjeta-2 {
    width: 50%;
    padding: 2rem 4rem 2rem 0;
}

.border-lime {
    border-color: #d3ff00 !important;
}

.ficc-card-overlay {
    top: calc(50% - 100px);
    left: calc(0px - 150px);
    z-index: 10;
    min-width: 300px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.ficc-card-overlay-2 {
    right: calc(0px - 150px) !important;
    left: unset;
}

.centrar-centro {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.aling-der-abajo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.aling-izq-arriba {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.aling-centro-abajo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.aling-centro-derecha {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.img-bg-letras {
    height: 30vh;
    width: 100%;
}

.linea-negra {
    border: 1.5px solid #000000;
    width: 90%;
    display: block;
    margin: 2rem 0 0 0;
}

.linea-negra-2 {
    border: 1.5px solid #000000;
    width: 100%;
    display: block;
    margin: 1rem 0 0 0;
}

.navbar .dropdown:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    padding: 0;
    margin-top: -1px;
    border-radius: 0;
}

.navbar .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.dropdown-menu {
    background-color: #000000cf;
    text-transform: uppercase;
    width: -webkit-fill-available;
}

.dropdown-item {
    color: #ffffff;
    text-wrap-mode: wrap;
    font-size: 12px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    position: absolute;
    background-color: #000000cf;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
}

.dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
}

.lista-sin-estilos {
    list-style: none !important;
}

.centrar-horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.icon-cc-circulo {
    height: 50px;
}

.cc-fondo {
    position: absolute;
    max-width: 300px;
    margin: auto;
    border: 0;
    opacity: 20%;
}

.bg-img-top {
    background-size: cover;
    background-position: top;
}

.bg-img-centro {
    background-size: cover;
    background-position: center;
}


.bg-pleca-oscura {
    background: linear-gradient(to top, rgb(0 0 0 / 87%) 0%, rgb(0 0 0 / 27%) 100%)
}

.bg-pleca-oscura-d {
    background: linear-gradient(to left, #000000e0 50%, #00000000 100%);
}

.vineta {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    border: solid 2px #000;
}

.mt-10-res {
    margin-top: 10vh;
}

.mt-20-res {
    margin-top: 20vh;
}

.mt-40-res {
    margin-top: 40vh;
}

.mt-70-res {
    margin-top: 70vh;
}

.mt-90-res {
    margin-top: 90vh;
}

.mt-10 {
    margin-top: 10vh;
}

.mt-20 {
    margin-top: 20vh;
}

.mt-40 {
    margin-top: 40vh;
}

.mt-70 {
    margin-top: 70vh;
}

.mt-90 {
    margin-top: 90vh;
}

.img-carrounsel {
    width: 100%;
    height: 40vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.border-negro-carousel {
    padding: 2rem 2rem 4rem 2rem;
    border: 3px solid #000000;
}

.carousel-indicators [data-bs-target] {
    background-color: #a8a8a8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-indicators .active {
    opacity: 1;
}

.tarjeta-bg-verde {
    background-color: #dcff00;
    padding: 0.2rem 1rem 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

.tarjeta-bg-verde > h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-style: italic;
    color: #000000;
}

.tarjeta-bg-verde > p {
    margin-bottom: 0;
    line-height: 17px;
    font-size: small;
    color: #000000;
}

.tarjeta-bg-verde > p.fecha {
    margin-top: 10px;
    font-weight: 600;
}

.tarjeta-bg-negra {
    background-color: #000000;
    padding: 0.2rem 1rem 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

.tarjeta-bg-negra > h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
}

.tarjeta-bg-negra > p {
    margin-bottom: 0;
    line-height: 17px;
    font-size: small;
    color: #ffffff;
}

.tarjeta-bg-negra > p.fecha {
    margin-top: 10px;
    font-weight: 600;
}

.tarjeta-bg-blanca {
    background-color: #ffffff;
    padding: 0.2rem 1rem 0.5rem 0.5rem;
    margin-bottom: 1rem;
}

.tarjeta-bg-blanca > h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-style: italic;
    color: #000000;
}

.tarjeta-bg-blanca > p {
    margin-bottom: 0;
    line-height: 17px;
    font-size: small;
    color: #000000;
}

.tarjeta-bg-blanca > p.fecha {
    margin-top: 10px;
    font-weight: 600;
}

.unlink {
    text-decoration: none !important;
    color: #000000;
    cursor: pointer;
}

.img-mas-info {
    width: 100px;
}

.btn-mas-informacion.bg-verde {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 1rem 4rem 0.5rem 4rem;
}

.btn-mas-informacion > p {
    font-weight: 600;
    font-size: large;
    margin: 5px 0 0 0;
    color: #000000;
}

.redes-sociales {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

@media (max-width: 992px) {
    .navbar-nav {
        flex-direction: column !important;
    }

    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .navbar .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .mt-10-res {
        margin-top: 5vh;
    }

    .mt-20-res {
        margin-top: 10vh;
    }

    .mt-40-res {
        margin-top: unset;
    }

    .mt-70-res {
        margin-top: 50vh;
    }

    .mt-90-res {
        margin-top: unset;
    }

}

@media (max-width: 768px) {
    .ficc-card-overlay {
        min-width: 250px;
        min-height: 150px;
        top: calc(50% - 75px);
        left: calc(0px - 125px);
        position: static;
    }

    .ficc-card-overlay h5 {
        font-size: 1rem;
    }

    .tarjeta-imagen {
        justify-content: flex-end;
    }

    .img-tarjeta-2 {
        width: 90%;
        padding: 2rem 2rem 2rem 2rem;
    }

    .redes-sociales {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}


@media (max-width: 600px) {
    .ficc-card-overlay {
        top: calc(50% - 75px);
        min-width: 250px;
        min-height: 150px;
        position: static;
    }

    .img-tarjeta-2 {
        width: 90%;
        padding: 2rem 2rem 2rem 2rem;
    }
}