/*
    Theme Name: Mi Tema
    Theme URI: http://example.com/mi-tema
    Author: Tu Nombre
    Author URI: http://example.com
    Description: Una breve descripción de tu tema.
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: personal, blog
    Text Domain: mi-tema
*/


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.footer-menu-container #fibra-menu {
    list-style-type: none;
    display: flex;
    margin: 0 48px 0 48px;
    gap: 48px;
    li {
        display: inline;
        a {
            color: #D2d2d2;
            text-decoration: none;
        }
    }
}
body, html {
    overflow-x: hidden;
}
.text-justify {
    text-align: justify;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);

}

li.menu-item-type-wpml_ls_menu_item {
    margin-top: 5px;
}

.accordion-button:hover{
    color:  #147377;
}

.accordion-button collapsed{
    color:  #147377;
}

.accordion-button:not(.collapsed) {
    color: #147377;
}
.my-button:hover, .my-button2:hover{
    opacity: 0.9;
}

.my-button {
    padding: 15px;
    margin-bottom: 10px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #92C1C300;
    color: #147377;
    border: 1px solid #14737766;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.7;
}


.my-button2 {
    padding: 15px;
    margin-bottom: 10px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #92C1C300;
    color: #147377;
    border: 1px solid #14737766;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.7;
}

button.selected {
    background-color: #92C1C34D;
    border: none;
    color: #147377;
}

.year-container {
    position: relative;
}

.jumbotron {
    background-size: cover;
    min-height: 20vh;
}

.jumbotron h3 {
    font-size: 2.5rem;
    font-family: Manrope, sans-serif;
    font-weight: 100;
    color: #ffffff;
    position:relative;
}
.jumbotron h3 span {
    position: absolute;
    font-size: 1rem;
    top: -16px;
    opacity: .6;
}

.squares-section {}
.squares-section h2 {
    font-size: 2rem;
}

.squares-section .col-md-4 {
    border-left: 1px solid #b3b3b3;
}

.squares-section .col-md-4:first-child {
    border-left: 0;
}

.accordion-half {}
.accordion-half ul {
    padding-left: 2rem;
}
.accordion-half ul li::marker {
    color: #115E61;
}
.accordion-half ul li span {
    color: #115E61;
}

.files-container-alt p,
.files-container p {
    font-size: 1.3rem;
    font-weight: 100;
}

.text-big-container p {
    font-size: 1.5rem;
    font-weight: 100;
    color: #115E61;
}

.text-big-container-with-image p {
    font-size: 1.3rem;
    font-weight: 100;
}

.buttons .btn.btn-primary {
    background-color: transparent;
    border-color: #939393;
    color: #939393;
    display: block;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: left;
    padding-left: 1.5rem;
    position: relative;
    padding-right: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.buttons .btn.btn-primary .fa{
    margin-left: 2rem;
}

.btn-year {
    display: none;
    font-family: 'Manrope', sans-serif;
    color: #D2D2D2;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    font-weight: 300;
}

.btn-year.selected {
    display: inline-block;
    color: #147377;
}

.navigation-arrows button {
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.year-hr {
    border: none;
    border-top: 1px solid #ccc; /* Color de la línea horizontal */
    margin-top: 10px;
}

.year-content {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(50%);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
    display: none;
}

.year-content.show {
    opacity: 1;
    transform: translateY(0);
    display: block;
}

.year-content.hide {
    opacity: 0;
    transform: translateY(50%);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

body {
    font-family: 'Manrope', sans-serif !important;
}

body.modal-open {
    overflow: hidden;
}

/* styles general */

h1 {
    font-size: 40px;
    font-weight: 300;
}

h2 {
    font-size: 30px;
    font-weight: 300;
}

.activo-item--title h3 {
    font-size: calc(.8rem + 0.5vw);
    font-weight: 300;
}

h3, .accordion-button {
    font-size: 20px;
    font-weight: 300;
}

h4, .btn--text, .btn-year {
    font-size: 20px;
    font-weight: 300;
}

h5 {
    font-size: calc(.75rem + 1.5vw);
    font-weight: 300;
}

h6, .accordion-body {
    font-size: 16px;
    font-weight: 300;
}

.bg-primary-color {
    background-color: #115E611A;
}

.bg-dark-green-color {
    background-color: #243030;
}

.bg-strong-gray-color {
    background-color: #2B3E3E;
}

.bg-basic-color {
    background-color: #92C1C333;
}

.text-primary-color {
    color: #115E61;
}

.text-gray-color {
    color: #5A5A5A;
}

.border-bottom-primary-color {
    border-bottom: 2px solid #147377;
}

.min-h-sm {
    min-height: 148px;
}

.min-h-md {
    min-height: 268px;
}

.min-h-full-screen {
    min-height: 100vh;
}

.max-h-sm {
    max-height: calc(5rem + 18.36vw);
}

.w-95 {
    width: 95%;
    cursor: pointer;
}

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 400px; /* Ajusta la altura según sea necesario */
}

.parallax-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(0);
    transition: transform 0.1s;
    will-change: transform;
}

/* styles header */

#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    transition: background-color 0.3s ease;
    z-index: 10000;
}

.header-scrolled {
    background-color: #243030 !important;
    padding: 8px 0 8px 0 !important;
    transition: background-color 0.3s;

}

.primary-background{
    li ul {
        background-color: #243030 !important;
        padding-bottom: 5px;
    }
}

.header-container {
    display: flex;
    width: 100%;
    max-width: 1280px;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.site-branding {
    min-width: 380px;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-branding img {

    max-width: 154px;
    max-height: 100%;
    object-fit: contain;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin: 0;
    padding: 20px 50px 20px 0px;
    border-bottom: solid 1px #0a0a0a;
}

nav ul li a {
    text-decoration: none;
    color: #ededed!important;
    font-weight: 500;
    font-size: 16px;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.btn-close:focus {
    outline: none;
    box-shadow: none;
}

/* styles footer */

.footer--logo {
    max-width: 56px;
}

#footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-menu li {
    padding: 10px 0;
}

#footer-menu li a, .contact-info {
    text-decoration: none;
    color: #838383;
    font-weight: 500;
    font-size: 16px;
}

/* styles carousel */

.carousel-item--height, .carousel-item--height-primary{
    position: relative;
    min-height: 524px;
    height: 75vh;
    max-height: 800px;
    overflow: hidden;
}

.parallax-background, .parallax-background--primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 524px;
    height: 75vh;
    max-height: 800px;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    z-index: -1;
}

/* Inicial */
.carousel-inner--text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #FFFFFF99;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 1s, transform 1s;
    display: none;
}

.carousel-inner--text.in-view {
    opacity: 1;
    transform: translateY(0); /* Muestra el párrafo subiéndolo */
    display: block; /* Muestra el párrafo cuando está en vista */
}

.carousel-inner--text.out-view {
    opacity: 0;
    transform: translateZ(-100px) translateY(0);
}

/* Estilo general para los botones */
#carousel-buttons button {
    background-color: #fff;
    opacity: 0.5;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 3px;
    transition: opacity 0.3s, transform 0.3s;
}

/* Efecto hover para los botones */
#carousel-buttons button:hover {
    background-color: #fff;
    opacity: 0.8;
    transform: scale(1.05);
}

/* Efecto activo para los botones */
#carousel-buttons button:active {
    background-color: #fff;
    opacity: 1;
    transform: scale(1.05);
}

#carousel-buttons button.active {
    background-color: #fff;
    opacity: 1;
    transform: scale(1.05);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-title--max {
    max-width: 300px;
}

/* styles map */
.tooltip {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0;
    display: none;
    justify-content: center;
    align-items: center;
    transition: opacity 0.2s;
    z-index: 10000;
}

.tooltip--team {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0;
    display: none;
    transition: opacity 0.2s;
    z-index: 100000;
    justify-content: center;
    align-items: center;

}
.tooltip--team-container {
    height: 90vh;
    width: 100%;
    display: flex;
    overflow-y: scroll;
    justify-content: center;
    align-items: flex-start;
}

.tooltip-movil {
    background-color: #E7EFEF;
    width: 90%;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 336px;
    padding: 3rem;
}

.tooltip .close-button {
    position: absolute;
    top: 20px;
    right: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #147377;
}

.tooltip strong {
    margin-right: 20px;
    width: 100px;
    text-align: right;
    font-size: 20px;
    color: #147377;
}

.tooltip-desktop {
    background-color: transparent;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    max-width: 336px;
}


.tooltip-desktop.visible {
    opacity: 1;
    transform: translateY(0);
}

.tooltip-desktop--container{
    background-color: #E7EFEF;
    width: 100%;
    border-radius: 8px;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

.tooltip-desktop--container--shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.tooltip-desktop--text{
    font-size: 14px;
    color: rgba(90, 90, 90, 1);
    font-weight: 300;
}

.tooltip-desktop--title {
    font-size: 24px;
    font-weight: 300;
}

/* styles actives */

/* Animación de transición hacia arriba */
.fade-in-up {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Animación para los detalles del activo */

#activo-details {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    background-color: rgba(43, 62, 62, 1);
    flex-direction: column;
}

#activo-details.visible {
    opacity: 1;
    transform: translateY(0);
}

.activo-item {
    position: relative;
    width: auto;
    height: auto;
    min-height: 50px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.activo-item:hover img{
    transform: scale(1.2);
}

.activo-item img {
    width: 100%;
    height: calc(10rem + 1.5vw);;
    border-radius: 5px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.7s ease;
}

.activo-item--title {
    cursor: pointer;
    position: absolute;
    width: 90%;
    height: 36px;
    background: #00000099;
    box-shadow: 0px 4px 4px 0px #00000040;
    right: 5%;
    bottom: 12px;
    padding: 0px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

/*Estilos para mostrar información de activos */

#activo-details img {
    width: 100%;
    height: calc(12rem + 1.5vw);
    object-fit: cover;
}

.activos-close-btn, .activo-details-fibraemx-close-btn {

    top: 0px;
    right: 0px;
    background-color: #2b3e3e;
    border: none;
    color: #000;
    font-size: 20px;
    height: 40px;
    width: 40px;
}

/* .carousel-title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}
*/

/* Estilos para el segundo carrusel */

.carousel-item--img {
    height: 300px;
    object-fit: cover;
}

.container-slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.show-content {
    text-align: left;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}

#teamListFIBRAeMX, #fibraemx-list {
    row-gap: 24px;
}

.container-item-list--team {
    width: 100%;
    max-width: 400px;
}

.item-list--team {
    width: 100%;
    padding: 50%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.item-list--team img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
    cursor: pointer;
    object-position: top;
}

/*Animacion de zoom en las imagenes*/
.item-list--team:hover img {
    transform: scale(1.1);
}

.item-list--title{
    font-size: 18px;
    font-weight: 300;
}

.item-list--text{
    font-size: 13px;
    font-weight: 300;
    color: #FFFFFF80;

}
.item-list--team2 {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.item-list--team2 img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
    cursor: pointer;
}

/*Animacion de zoom en las imagenes*/
.item-list--team2:hover img {
    transform: scale(1.1);
}

.item-list--title2{
    font-size: 18px;
    font-weight: 300;
}

.item-list--text2{
    font-size: 13px;
    font-weight: 300;
    color: #FFFFFF80;

}


.text--generic, ul {
    font-size: 13px;
    font-weight: 300;
}

.text--generic ul {
    padding-left: 0;
}

ul {
    padding-left: 1rem;
}

.hr-team {
    width: 55px;
    border-bottom: 1px solid #FFFFFF80;
}

#activo-details-fibraemx {
    display: none;
    flex-direction: row;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10000;
    overflow-y: auto;
    padding: 24px 0px;
    justify-content: center;
}

.team-details {
    border-radius: 10px;
    overflow: hidden;
    max-width: 380px;
    width: 95%;
    position: relative;
}

.team-details img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.team-details .details {
    display: flex;
    flex-direction: column;
    background-color: #2B3E3E;
    color: white;
    width: 100%;
}

@media (max-width: 768px) {
    .team-details .details {
        padding: 2rem!important;
    }
    .team-details .details ul {
        text-align: justify!important;
    }
    .team-details .details hr {
        margin-bottom: 2rem!important;
    }
}

.team-details .details h3, .team-details .details p {
    margin: 10px 0;
}

/*Animaciónes*/
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.text-change {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.text-change.visible {
    opacity: 1;
    transform: translateY(0);
}

.text-change2 {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.text-change2.visible {
    opacity: 1;
    transform: translateY(0);
}

.smooth-transition {
    transition: transform 1s ease-out;
}

.smooth-transition.visible {
    transform: translateY(-10px);
}

@keyframes textChange {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}

.slide-in-right {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-up {
    opacity: 0;
    transform: translateY(30%);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulse-border {
    0% {
        stroke-width: 0;
        opacity: 1;
        r: 5;
    }
    50% {
        stroke-width: 4px;
        opacity: 0.5;
        r: 10;
    }
    100% {
        stroke-width: 0;
        opacity: 0;
        r: 15;
    }
}

.pulsing-circle {
    animation: pulse 1.5s infinite;
    transform-origin: center;
}

.pulsing-circle-border {
    fill: none;
    stroke: #147377;
    animation: pulse-border 1.5s infinite;
    transform-origin: center;
}

.stop-animation {
    animation: none;
}

.max-w-logo-history {
    max-width: 120px;
}

@media (min-width: 576px) {
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 35px;
    }

    h3, .accordion-button {
        font-size: 24px;
    }

    h4, .btn--text, .btn-year{
        font-size: 24px;
    }

    h6, .accordion-body {
        font-size: 18px;
        font-weight: 300;
    }

    .activo-item--title h3 {
        font-size: 24px;
    }

    #footer-menu {
        display: flex;
        margin: 0 32px 0 32px;
        gap: 32px;
    }

    #footer-menu li {
        padding: 0;
    }

    .carousel-inner--text {
        font-size: 20px;
    }

    .carousel-item--height {
        max-height: 458px;
        min-height: 458px;
    }

    .parallax-background {
        max-height: 458px;
        min-height: 458px;
    }

    .text--generic, ul {
        font-size: 14px;
        font-weight: 300;
    }

    .content-history {
        max-height: 400px;
    }

    .btn-year {
        display: block;
        font-family: 'Manrope', sans-serif;
    }

    .btn-year::after {
        content: "";
        position: absolute;
        bottom: -14px;
        left: 50%;
        transform: translateX(-50%);
        width: 6px;
        height: 6px;
        background-color: transparent;
        border-radius: 50%;
        transition: background-color 1.5s ease, width 1.5s ease, height 1.5s ease;
    }

    .btn-year.selected::after {
        width: 10px;
        height: 10px;
    }

    .carousel-title--max {
        max-width: 416px;
    }
}
@media (max-width: 768px) {
    .site-branding {
        height: 60px;
    }
    #activo-details{
        .activo-container{
           flex-direction: column;
            position: relative;
           .activo-image{
               max-height: 300px;
           }
           hr{
               margin: 0 !important;
           }
       }

    }
    .activo-container hr{
        margin: 0 !important;
    }
    .activo-container .container-button{
        position: absolute;
        top: 0;
        right: 2px;
    }

    /*#activo-details{*/

    /*    div{*/
    /*        img{*/
    /*            width: 40px;*/
    /*            height: 40px;*/
    /*            margin: 0;*/
    /*        }*/
    /*    }*/
    /*}*/
    /*.activo-image {*/
    /*    display: none !important;*/
    /*}*/
}
@media (min-width: 768px) {

    .sub-menu li{
        border: none;
    }
    h1 {
        font-size: 50px;
    }

    .footer--logo {
        max-width: 78px;
    }

    #activo-details {
        flex-direction: row;
    }

    .border-bottom-primary-color {
        border-bottom: 1px solid #147377;
    }

    .border-bottom-primary-color {
        border-bottom: 1px solid #147377;
    }
    #activo-details-alom_infra{
        display: none;
        flex-direction: row;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        justify-content: center;
        align-items: center;
        z-index: 10000;
        overflow-y: auto;
        padding: 20px;
    }

    #activo-details-fibraemx {
        display: none;
        flex-direction: row;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        justify-content: center;
        align-items: center;
        z-index: 10000;
        overflow-y: auto;
        padding: 20px;
    }

    .tooltip--team-container {
        align-items: center;
        padding: 0 58px;
    }

    .team-details {
        max-width: 1064px;
        display: flex;
        width: 100%;
    }

    .team-details img {
        width: 50%;
        height: auto;
        object-fit: cover;
    }

    .team-details .details {
        display: flex;
        flex-direction: column;
        background-color: #2B3E3E;
        color: white;
        padding: 20px;
        width: 50%;
    }

    .team-details .details h3, .team-details .details p {
        margin: 10px 0;
    }

    .team-details ul li {
        margin-top: 24px;
    }

    .text--generic, ul {
        font-size: 16px;
    }

    .text--generic ul {
        padding-left: 1rem;
    }

    .activo-details-fibraemx-close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: transparent;
        color: gray;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    .activo-details-fibraemx-close-btn:hover {
        background: dimgrey;
    }


    #activo-details img {
        width: 50%;
        height: auto;
        object-fit: cover;
    }

    .activos-close-btn {
        right: 48px;
        background-color: transparent;
        top: 20px;
        width: 15px;
    }

    .carousel-item--img {
        height: 400px;
    }

    .parallax-container {
        perspective: 1px;
        transform-style: preserve-3d;
        height: 268px;
    }

    .parallax-image {
        transform: translateZ(-1px) scale(2);
    }

    .parallax-container .absolute-container {
        transform: translateZ(0);
    }

    .min-h-full-screen {
        min-height: 540px;
        height: auto;
    }

    .carousel-item--height {
        max-height: 480px;
        min-height: 480px;
    }

    .parallax-background {
        max-height: 480px;
        min-height: 480px;
    }

    .max-w-md {
        max-width: 618px;
    }

    .content-history {
        max-height: 680px;
    }

    .carousel-title--max {
        max-width: 560px;
    }
}

#dynamic-tooltip {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

#dynamic-tooltip.visible {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 992px) {
    .menu-item{
        max-height: 30px;
    }
    .primary-menu{
        color: #D2D2D2;
    }
    .primary-menu li{
        height: 30px;
    }
    .menu-item-type-post_type.menu-item-object-page:hover{
        border-bottom: 1px solid #D2D2D2;
    }
    ul.sub-menu {
        display: block;
        background: inherit;
    }

    .current-menu-item {
        a{
            color: white !important;
        }

        border-bottom: 1px solid #D2D2D2 !important;
    }
    .current_page_item{
        a {
            color: white !important;
        }

        border-bottom: 1px solid #D2D2D2 !important;
    }

    .all-block ul{
        display: none;
    }
    .all-block:hover{
        ul{display: block;
        }
    }
    .last-block ul{
        margin-top: -10px;
    }
    .last-block ul li:last-child{
            display: none;
    }

     .last-block:hover{
         ul li{
             display: block;
         }
    }
    .menu-item-has-children{
        a {
            padding: 0 1px !important;
        }
        ul li  a {
            padding: 0 !important;
        }

    }
    .sub-item-selected{
        border-bottom: 1px solid #D2D2D2;
    }
    .left-icon {
        margin-left: -50px;
    }
    h1 {
        font-size: 55px;
    }

    h2, .accordion-button {
        font-size: 38px;
    }

    h3, .accordion-button {
        font-size: 26px;
    }

    h4, .btn--text, .btn-year{
        font-size: 28px;
    }

    h6, .accordion-body {
        font-size: 20px;
        font-weight: 300;
    }

    .activo-item--title h3 {
        font-size: 26px;
    }

    .activo-item--title h3 {
        font-size: 20px;
    }

    h5 {
        font-size: 30px;
    }

    h6 {
        font-size: 24px;
    }

    .site-branding {
        height: 80px;
    }

    nav ul {
        display: flex;
        justify-content: end;
        gap: 36px;
    }

    nav ul li {
        margin: 0;
        padding: 0;
        border-bottom: none;
    }

    nav ul li a {
        color: #D2D2D2;
    }

    /* styles carousel */
    .carousel-inner--text {
        font-size: 24px;
        line-height: 34px;
    }

    /* styles activos */
    .activo-item img {
        height: 235px;
    }

    .activo-item--title {
        width: 90%;
        height: 65px;
        right: 5%;
        bottom: 21px;
        padding: 0px 10px;
    }

    .carousel-item--img {
        height: 100%;
    }

    #footer-menu {
        margin: 0 48px 0 48px;
        gap: 48px;
    }

    .max-h-sm {
        max-height: none;
    }

    .carousel-item--height {
        max-height: 550px;
        min-height: 550px;
    }

    .parallax-background {
        max-height: 550px;
        min-height: 550px;
    }

    .team-details .details {
        padding: 20px 40px;
    }

    .carousel-title--max {
        max-width: 618px;
    }

    .height-map {
        min-height: 560px;
    }

    .tooltip-desktop--height {
        min-height: 448px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 70px;
        line-height: 78px;
    }

    h2 {
        font-size: 50px;
    }

    h3, .accordion-button {
        font-size: 30px;
    }

    h4, .btn--text, .btn-year{
        font-size: 34px;
    }

    h6 {
        font-size: 24px;
        font-weight: 300;
    }

    .activo-item--title h3 {
        font-size: 30px;
    }

    .item-list--title {
        font-size: 24px;
    }

    .item-list--text {
        font-size: 16px;
    }
    .item-list--title2 {
        font-size: 24px;
    }

    .item-list--text2 {
        font-size: 13px;
    }

    .tooltip {
        background-color: transparent;
        height: 100%;
        position: absolute;
        justify-content: center;
        align-items: center;
        transition: opacity 0.2s;
        z-index: 1000;
    }

    .tooltip-desktop {
        max-width: none;
    }

    .tooltip-desktop--text {
        font-size: 18px;
        color: rgba(90, 90, 90, 1);
        font-weight: 300;
    }

    .tooltip-desktop--title {
        font-size: 30px;
        font-weight: 300;
    }

    .w-lg-75 {
        width: 75%;
    }

    .text--generic, ul {
        font-size: 20px;
    }

    .content-est {
        max-width: 600px;
    }

    .activo-item img {
        height: 339px;
    }

    .container-item-list--team {
        max-width: 400px;
    }

    .tooltip--team-container {
        height: 100vh;
        padding-top: 20px;
    }

    .team-details img {
        width: 45%;
    }

    .team-details .details {
        padding: 30px 60px;
        width: 55%;
    }

    .carousel-title--max {
        max-width: 784px;
    }

    .height-map {
        min-height: 640px;
    }

    .tooltip-desktop--height {
        min-height: 518px;
    }
}