/*
=================
Fonts
=================
*/

.titillium {
    font-family: "Titillium Web", sans-serif;
    font-style: normal;
}

.audiowide {
    font-family: "Audiowide", sans-serif;
    font-style: normal;
    line-height: 1.2;
}




/*
=================
Content
=================
*/

.content_ext {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    box-sizing: border-box;

}

.content_int {
    width: 1440px;
    height: auto;
    box-sizing: border-box;
}

.content_tx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;  
    padding: 0;
    gap: 24px;
    padding: 48px;
}

@media (max-width: 1024px) {
    #mainLogo {
        width: 148px;
        height: 41px;
    }
    
    .content_tx {
        padding: 24px;
    }
    .content_int {
        width: 100%;
    }
}

/* Esconder scroll */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* estilos base para abrir modal contacto */
.modal {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

  /* cuando está abierto */
.modal.open {
    max-height: 1000px; /* algo suficientemente grande */
}

#dropdown-region a {
    cursor: pointer;
    pointer-events: auto;
    z-index: 9999;
    position: relative;
}

/* Recorte de carrusel inicio */
.clip-customMoni {
    clip-path: polygon(0% 0%, 100% 0%, 100% 26%, 30% 100%, 0% 70%, 0% 0%);


}
.clip-customAlfa {
    clip-path: polygon(15% 0%, 100% 0%, 99% 39%, 30% 100%, 3% 74%, 0% 0%);
}
