.skiptranslate {
    font-size: 0; /* hides text nodes by collapsing them */
}

.skiptranslate select {
    font-size: initial; /* restore normal text size for the first element */
    border: 0;
}

.skiptranslate > *:not(:first-child) {
    display: none;
}

#mayor-carousel .mayor-quicklink {
    transition: all .15s cubic-bezier(.11,.65,1,1.69);
    background-color: #003249;
}


.unclickable-image-container a[data-caption] {
    pointer-events: none;
    touch-action: none;
}

.unclickable-image-container a[data-caption] figcaption {
    display: none;
}

.unclickable-image-container a img {
    width: 100%

}

.logo-container .order-md-last {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-container a img{
    width: 100%
}

.grid {
    display: grid;
    grid: minmax(0, 1fr) / min-content;

    min-height: 250px;
}

h2:not(.accordion-header) {
    display: flex;
    flex-direction: row;
    gap: 1.25em;
}

h3 {
    --bs-text-opacity: 1;
    color: #6c757d !important;
    text-align: center;
}

div.left-aligned-title-container h3 {
    text-align: left;
}


:is(h1,h2)::before {
    content: "";
    flex: 1 1;
    border-bottom: 3px solid #ffb077;
    margin: auto
}

:is(h1,h2)::after {
    content: "";
    flex: 1 1;
    border-bottom: 3px solid #ffb077;
    margin: auto
}

/* CAROUSEL ON /mayor PAGE */

.slider-nav {
    padding-top: 4.5em;
    padding-bottom: 4em;
}

.slider-nav > .fa-2x1 {
    font-size: 2em;
}

.nav-left-arrow {
    cursor: pointer;
    color: #000;
}

.nav-right-arrow {
    cursor: pointer;
    color: #000;
}

.slide-wrapper {
    flex: 1 1 90%;
}

.quick-link-slider {
    transition: transform 1s ease-in-out;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.quick-link-item {
    display: inline-block;
    padding-top: 2em;
    padding-bottom: 2em;
    position: relative;
    width: 100%;
}

.quick-link-item-action span {
    border-radius: 100%;
    display: inline-block;
    position: relative;
    z-index: -1;
    width: 100px;
    height: 100px;
    transition: all .15s cubic-bezier(.11, .65, 1, 1.69);
    background-color: #003249;
}

.quick-link-item-action span i {
    line-height: 3em;
    color: #fff;
}

@media (min-width: 768px) {
    .quick-link-slider .quick-link-item {
        width: 25%;
    }

    
    .embeded-video {
        width: 50% !important;
    }
}


























































