/** Autor: Carlos Morales Ormeño **/
/** Fecha: 28 de julio de 2022 **/
/** Archivo de Estilos **/

html {
    scroll-padding-top: 8rem !important;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: var(--primary-font);
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 16px !important;
    color: #2c2c2c;
    background-color: #F1F1F1;
    transition: .5s;
    padding-right: 0 !important;
    font-style: normal;
}

.side-app {
    min-height: calc(100vh - calc(2rem) - calc(2rem)) !important;
    padding-top: 0.5rem;
}

.side-app.navbar_fixed {
    padding-top: 5rem !important;
}

input.form-control {
    border-radius: 0.5rem;
    font-weight: 500;
}

.input-search-navbar {
    font-size: 13px;
    padding: 0rem 0rem 0rem 4rem;
}

.btn-search-navbar {
    background-color: #FFFF !important;
    border: unset;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    color: #192c97 !important;
}

@media only screen and (max-width: 1000px) {

    .side-app.navbar_fixed {
        padding-top: 5rem !important;
    }

    h2.subtitle-home {
        font-size: calc(1.7rem + 1.5vw) !important;
    }

    h2.subtitle-tourism {
        font-size: calc(1.4rem + 1.5vw) !important;
    }

}


.owl-carousel.center {
    display: grid;
    justify-content: center;
}

.bg-light {
    background: #ffffff00 !important;
    box-shadow: unset !important;
    transition: background 500ms;
}

.main-header {
    box-shadow: 0px 2px 4px rgb(96 97 112 / 8%);
}

.main-header-logo {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
    background: #00294e;
}


.navbar-transparencia {
    background: #192c97;
    width: 100%;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}

html .navbar-transparencia a.nav-link {
    color: #ffffff !important;
    transition: .5s;
}


.navbar-transparencia a.nav-link:hover {
    background-color: #d85512;
}

.navbar-menu-principal {
    background-color: #192c97 !important;
    transition: .5s;
    z-index: 4;
    padding: 5px 0;
}

.navbar-menu-principal a.nav-link:hover {
    background-color: #2196F3;
    border-radius: 1.5rem;
    padding: .5rem 1rem;
    color: #ffff;
}

.navbar-menu-principal a.nav-link {
    border-radius: .5rem !important;
    padding: .2rem 1rem !important;
    font-weight: 500;
    background-color: #ffffff00;
    color: #ffffff;!;!i;!;
}

.navbar-menu-principal .container {
    display: flex;
    flex-wrap: inherit;
    align-items: baseline;
    justify-content: space-between;
}

@media only screen and (max-width: 1200px) {

    .input-search-navbar {
        font-size: 15px;
        padding: 0rem 0rem 0rem 3rem !important;
    }
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ffffff !important;
    background-color: #ff6100 !important;
}

.dropdown-item.active,
.dropdown-item:hover {
    color: #ffffff !important;
    background-color: #ef7e19 !important;
}

.navbar.scrolled {
    background: #ffffff !important;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 30%) !important;
    transition: background 500ms
}

.navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #0d71b9 !important;
    text-shadow: unset;
}

.bar_transparencia {
    font-size: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.bar_emergency {
    font-size: 0px !important;
    margin-left: 0px;
}

.navbar-fixed .logo_brand {
    display: inline;
    height: 40px !important;
    margin-right: 16px;
}

.navbar-fixed .logo_link {
    display: block;
}

.navbar-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #192c97de !important;
    transition: .5s;
}

ul.dropdown-menu.show {
    border: 0;
    box-shadow: 0px 13px 35px -20px rgb(0 0 0 / 25%), 0px 0px 1px rgb(40 41 61 / 8%), 0px 0.5px 2px rgb(96 97 112 / 16%);
}

.card {
    border-radius: .5rem;
    box-shadow: 0px 2px 8px 0px rgb(40 41 61 / 41%);
    border: 0;
}

.card .card-img-top {
    border-radius: 16px 16px 0 0;
    object-fit: cover;
    height: 340px;
}

.card-body .card-title {
    margin-bottom: .5rem;
    font-weight: 700;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.card-body .card-text {
    font-size: 14px;
    line-height: 16px;
}

.card-info {
    position: absolute;
    top: 20px;
    left: 15px;
}

.card-info-date {
    font-size: 12px;
    margin-bottom: 4px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    padding: 4px 8px;
    color: #fff;
}

.card-info-level {
    font-size: 12px;
    color: #fff;
    background-color: #fc671f;
    background-image: linear-gradient(to right, #fc671f, #a40089);
    display: inline-block;
    padding: 4px 8px;
    border-radius: 30px;
}

.card-read-more {
    padding: 10px 15px;
}

.btn-primary {
    color: #ffffff !important;
    background: #192c97;
    border-radius: .5rem;
    padding: 9px 50px;
    border: unset;
    font-weight: 700;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #0d71b9 !important;
    border-color: #0d71b9 !important;
}

/*Slider page*/


.slider-inner {
    height: 200px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-inner.news-view {
    height: 450px !important;
}


.cover-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.slider-inner img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    padding: 0;
}

.slider-inner .container__txt p {
    position: relative;
    z-index: 4;
    text-align: center;
    width: 100%;
}

.--slider-single p {
    text-align: left;
    padding: 0;
    position: relative;
    font-weight: 400;
    z-index: 5;
}

.--slider-single a {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    margin-top: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.slider-inner p {
    position: relative;
    z-index: 2;
    font-weight: 600;
    color: #FFF;
    font-size: 35px;
    line-height: 1.225;
    margin: 0;
}

.footer {
    background-color: #1a1e21;
}

.side-app {
    min-height: calc(100vh - calc(9rem) - calc(9rem));
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 10rem;
    padding-bottom: 2.25rem;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
}


.carousel-item {
    height: 570px;
}

.carousel-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* carousel */

.color-over {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
}

.carousel-caption.d-none.d-md-block {
    z-index: 1;
}

.carousel-item {
    height: 450px;
}

.blur-carousel {
    position: absolute;
    right: 0;
    top: 0;
}

.carousel-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.5rem;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background-color: #2660CA;
    border: 0;
    border-top: unset !important;
    border-bottom: unset !important;
    margin: 0rem 0.5rem;
    -webkit-transition: width 0.5s ease-in-out, background-color 0.5s ease-in-out !important;
    -moz-transition: width 0.5s ease-in-out, background-color 0.5s ease-in-out !important;
    -o-transition: width 0.5s ease-in-out, background-color 0.5s ease-in-out !important;
    transition: width 0.5s ease-in-out, background-color 0.5s ease-in-out !important;
    opacity: unset !important;
}

.carousel-indicators button.active {
    width: 76px !important;
    height: 10px !important;
    background-color: #fab334 !important;
}

.carousel-indicators button:hover {
    background-color: #e52629 !important;
}

.carousel-indicators {
    bottom: 20px !important;
}

.carousel-caption-center {
    position: absolute;
    text-align: left;
    z-index: 1;
    color: #fff;
    padding-bottom: 1rem;
}

.mission-card-1 img {
    max-width: 100%;
}

.mission-card-1 .display-4 {
    font-weight: 600;
}

.divider-carousel {
    background-image: url(../../assets/images/dis.svg);
    background-size: 100% 70px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 70px;
}

.divider-element {
    background-image: url(../../assets/images/footer.svg);
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
    height: 60px;
}

.divider-container {
    background-image: url(../../assets/images/divider.svg);
    background-size: 100% 46px;
    bottom: 0;
    height: 46px;
    z-index: 1;
}

.card-birthday {
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 3;
}

.shadow-svg {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .5));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .5));
}

h3.news-title {
    color: #004c84;
}

.container-events {
    /*background: linear-gradient(90deg, #fab334 0%, #e52629 50.2%, #0d71b9);*/
    background: #0d71b9;
    margin-top: 1rem;
}

h3.event-title {
    color: #ffffff;
}

p.event-text {
    color: white;
}

.card-img-overlay {
    /* position: inherit !important; */
}

@media only screen and (max-width: 768px) {
    h2 {
        font-weight: 700 !important;
        font-size: 30px !important;
        line-height: unset !important;
    }

    h3 {
        font-weight: 700 !important;
        font-size: 22px !important;
        line-height: unset !important;
    }

    .blur-carousel {
        display: none !important;
    }

    body {
        background-size: 100% !important;
        font-size: 16px !important;
    }


}

@media only screen and (max-width: 782px) {
    .card-star {
        width: 100%;
    }

    .card-common {
        width: 49%;
    }
}

@media only screen and (max-width: 590px) {
    .card-common {
        width: 100%;
    }

    .card.card-bg {
        background-size: 250% !important;
    }
}

.card-section {
    margin: 10vh;
}

a {
    text-decoration: none !important;
}

.card {
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: none !important;
}

.card.card-bg {
    background-size: 200%;
    /* background-repeat: no-repeat; */
    background-position: center center;
    box-shadow: unset;
}

.card.card-bg:hover {
    background-size: 220%;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card .card-footer {
    border-top: none;
    background: none;
}

.card .card-footer .media img {
    border: solid 4px #fff;
}

.card .card-meta {
    background: #41c2cb;
    padding: 5px;
}

.card .card-img-overlay {
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 47%, #000000 80%) !important;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.card-title {
    font-weight: 600;
}

.card-head i {
    font-weight: 600;
    font-size: 20px;
}

/* Event Carousel*/

p.event-month {
    color: #ff9800;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

p.event-day {
    color: #fab334;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

p.event-title {
    color: #ff9800;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

p.event-maps {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

p.event-ticket {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

p.event-hour {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.item.divider {
    border-left: 2px solid #a3a3a3;
    padding-left: 1rem;
}

p.direct-access-icon {
    font-size: 36px;
    color: #0d71b9;
    margin-bottom: 0;
}

p.direct-access-text {
    font-weight: 600;
    margin-bottom: 0;
    color: #ff5722;
}

.item-direct-access .direct-access-icon {
    transition: all .3s ease;
}

.item-direct-access .direct-access-icon:hover {
    color: #fab334 !important;
    transition: all .3s ease;
}

.btn-secondary {
    color: #fff !important;
    /* background: linear-gradient(268deg, rgb(15 40 58) 2%, rgb(13 113 185) 99%); */
    background: #192c97;
    border-radius: .5rem;
    padding: 5px 50px;
    border: unset;
    font-weight: 500;
}

.btn-secondary:hover {
    color: #000 !important;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-terciary {
    color: #ffffff !important;
    background: #000000;
    border-radius: .5rem;
    padding: 5px 50px;
    border: unset;
    font-weight: 700;
    font-size: 14px;
}

.services-background {
    background-color: #E91E63;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: .5rem;
}

.box-tramite {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0.875rem 0.5rem;
    transition: all 0.25s ease;
}

.box-tramite:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.box-tramite-link:hover {
    color: #fab334;
}

.box-tramite-icon {
    font-size: 1.5rem;
    margin-right: .8rem;
    width: 1.2rem;
    text-align: center;
}

.tramites-box-lista {
    display: flex;
    margin-top: 1rem;
    justify-content: space-evenly;
}

.services-container .info-box:nth-child(1n) {
    background-color: #2196F3;
    color: #fff;
    border-radius: .5rem;
}

.services-container .info-box:nth-child(2n) {
    background-color: #00b1a2;
    color: #fff;
    border-radius: .5rem;
}

.services-container .info-box:nth-child(3n) {
    background-color: #673AB7;
    color: #fff;
}

.services-container .info-box:nth-child(4n) {
    background-color: #FF5722;
    color: #fff;
}


.info-box-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.info-box-text {
    font-size: 13px;
    font-weight: 500;
}

/* Card de Informativos*/

h3.emergency-title {
    color: #ff5722;
}

.card-emergency-title {
    color: #0c71b8;
    font-size: 20px;
}

p.emergency-subtitle {
    color: #004c84;
    font-weight: 500;
    font-size: 13px;
}

p.emergency-number {
    color: #004c84;
    font-weight: 600;
    font-size: 20px;
    transition: all .3s ease;
}

.emergency-number-link:hover p.emergency-number {
    color: red !important;
    transition: all .3s ease;
}

.card-emergency {
    /* background-image: linear-gradient(-45deg, #ff8c00, #ffeb3b); */
    background: #1a1e21;
    box-shadow: unset;
}

/* Card de Transparencia*/

.transparencia-title {
    color: #ff5722;
}

.card-transparencia-title {
    color: #003d6e;
    font-size: 18px;
}

.transparencia-icon {
    color: #0d71b9;
    font-size: 45px;
}

p.transparencia-subtitle {
    color: #004c84;
    font-weight: 500;
    font-size: 13px;
}

p.transparencia-number {
    color: #004c84;
    font-weight: 600;
    font-size: 20px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 70%;
    top: auto;
    left: 28%;
    /* background-image: linear-gradient(-45deg, #000000, #004c84); */
    background: #1a1e21;
    backdrop-filter: blur(1rem);
    border: 0;
}

.megamenu>ul {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.megamenu>ul>li {
    margin: 5px 5px 5px 5px;
    position: relative;
    width: calc(92% / 3);
    height: 3rem;
    text-align: center;
    border-bottom: 2px solid #03a9f4;
    transition-duration: .3s;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.megamenu>ul>li:hover {
    background: #03a9f470;
    border-bottom: 2px solid #fab334;
    transition-duration: .3s;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.megamenu>ul>li>a {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #f0f0f0;
    padding: .8rem 2rem;
}

.card.card-transparencia {
    box-shadow: unset;
    background: #e1e1e1;
}

.card-transparencia-content.text-center {
    padding-right: 2rem;
}

.megamenu-title {
    color: #ffffff;
}

.card.card-concejal .card-img-top {
    border-radius: .5rem;
    object-fit: cover;
    height: 300px;
    transition: all .3s ease;
}

.card.card-concejal {
    box-shadow: unset;
}

.card.card-concejal .card-img-top:hover {
    cursor: pointer;
    box-shadow: 0 0.6px 1px rgb(0 0 0 / 5%), 0 1.3px 2.3px rgb(0 0 0 / 7%), 0 2.5px 4.4px rgb(0 0 0 / 9%), 0 4.5px 7.8px rgb(0 0 0 / 10%), 0 8.4px 14.6px rgb(0 0 0 / 12%), 0 20px 35px rgb(0 0 0 / 17%);
    transform: scale(1.02);
    transition: all .3s ease;
}

.modal-concejal {
    padding-top: 0px;
    padding-bottom: 0px;
}

.modal-concejal {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.modal-img-cv {
    /* width: 100%!important; */
    min-height: 490px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    border-top-left-radius: 1.4rem;
    border-bottom-left-radius: 1.4rem;
}

.modal-text-cv {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.btn-close-concejal {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

@media only screen and (max-width: 768px) {
    .modal-text-cv {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .modal-img-cv {
        border-top-left-radius: 1.4rem;
        border-bottom-left-radius: 0;
        border-top-right-radius: 1.4rem;
    }


}

.box-tramite-link {
    color: #ffffff;
}

.model-concejal {
    border-radius: 1.5rem;
    border: 0;
}

.card-empleo {
    color: #000000;
    box-shadow: none;
    background: #ffffff;
    /* font-size: 20px; */
}

.card-empleo-title {
    font-weight: 600;
}


.footer-title {
    color: #fab334;
    font-size: 18px;
    font-weight: 600;
}

.footer-info {
    color: #fbfbfb;
    font-size: 14px;
    font-weight: 500;
}

.social-link {
    color: #fbfbfb;
    font-size: 28px;
    font-weight: 500;
}

.autor-page {
    color: #eee9e9;
}

.card.card-direcciones .card-img-top {
    border-radius: 1rem;
    object-fit: cover;
    height: 450px;
    transition: all .3s ease;
}

.card.card-direcciones {
    box-shadow: unset;
}

.card-departamentos-title {
    color: #0c71b8;
    font-size: 16px !important;
}

h2.noticias {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 39px !important;
    line-height: 40px !important;
}

@media only screen and (max-width: 768px) {
    .card-departamentos-title {
        font-size: 13px !important;
    }

    h2.noticias {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 21px !important;
        line-height: 28px !important;
    }
}

.card.card-alcalde.my-3 {
    background: #ffffff00;
    box-shadow: unset;
}

.card-img-top.card-alcalde {
    border-radius: .5rem;
}

.card-alcalde-title {
    font-size: 16px;
}

.card-alcalde-subtitle {
    font-size: 14px;
}

.card-bg.card-star {
    height: 370px !important;
}

.card-bg.card-important {
    height: 292px !important;
}

.card-bg.card-news-archive {
    height: 410px !important;
}

.card-title.card-news.card-archive {
    font-size: 18px;
}

.news-content {
    position: absolute;
    bottom: 10px;
}

.card-title.card-news.card-important {
    font-size: 16px;
}

.card-title.card-news.card-star {
    font-size: 18px;
}


@media only screen and (max-width: 768px) {

    .card-bg.card-star {
        height: 400px !important;
    }

    .card-bg.card-important {
        height: 400px !important;
    }

    .card-title.card-news {
        font-size: 18px !important;
    }
}

.card.card-gallery-news {
    box-shadow: unset;
}

.card-img-top.card-gallery-news {
    border-radius: .5rem;
    /* height: 500px; */
}

@media only screen and (max-width: 768px) {
    .card-img-top.card-gallery-news {
        height: unset;
    }
}

.wp-pagenavi {
    text-align: center;
    padding: 1.5rem .5rem 1rem;
    color: #003d6e;
    font-size: 18px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: unset;
}

.card-select-shadow {
    transition: all .3s ease;
}

.card-select-shadow:hover {
    cursor: pointer;
    box-shadow: 0 0.6px 1px rgb(0 0 0 / 5%), 0 1.3px 2.3px rgb(0 0 0 / 7%), 0 2.5px 4.4px rgb(0 0 0 / 9%), 0 4.5px 7.8px rgb(0 0 0 / 10%), 0 8.4px 14.6px rgb(0 0 0 / 12%), 0 20px 35px rgb(0 0 0 / 17%);
    transform: scale(1.02);
    transition: all .3s ease;
}

.mm-menu--theme-light {
    --mm-color-background: #1a1e21;
    --mm-color-border:
        rgb(0 0 0 / 0.15);
    --mm-color-icon:
        rgb(255 255 255 / 70%);
    --mm-color-text:
        rgb(255 255 255 / 80%);
    --mm-color-text-dimmed: #ffffff;
    --mm-color-background-highlight:
        rgb(9 4 4 / 5%);
    --mm-color-background-emphasis:
        rgb(255 255 255 / 0.75);
    --mm-color-focusring: #06c;
    font-size: 15px;
}

.navbar-dark .navbar-toggler-icon {
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250,179,52)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgb(13 113 185 / 0%);
}

body.modal-open .mm-slideout {
    z-index: inherit;
}

body.modal-open nav#menu {
    z-index: -1;
}

/* Card Historias*/

.card.card-historia-1 {
    box-shadow: unset;
    background: #e1e1e1;
    background-image: linear-gradient(180deg, #e91e63, #002231);
}

.card.card-historia-2 {
    box-shadow: unset;
    background: #e1e1e1;
    background-image: linear-gradient(360deg, #000000, #0195b9);
}

.card.card-historia-3 {
    box-shadow: unset;
    background: #e1e1e1;
    background-image: linear-gradient(180deg, #ac00b9, #002231);
}

.card.card-historia-4 {
    box-shadow: unset;
    background: #e1e1e1;
    background-image: linear-gradient(180deg, #009d8e, #002231);
}

.historia-title {
    color: #ff5722;
}

.card-historia-title {
    color: #ffc107;
    font-size: 22px;
}

.historia-icon {
    color: #0d71b9;
    font-size: 45px;
}

p.historia-subtitle {
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    text-align: justify;
}

.card-body hr {
    background-color: #f0f0f0 !important;
    width: 140px;
    height: 2px;
    opacity: 100;
    margin: 18px 0 18px 0px;
}

/* Audio */

.container-audio {
    height: auto;
    border-radius: 5px;
    color: #444;
    margin: 20px auto;
    overflow: hidden;
    /* background-image: linear-gradient(180deg, #ffffff, #ffffff); */
}

audio {
    width: 100%;
}

/* SOCIAL BAR */

.social {
    position: fixed;
    left: 0;
    top: 12rem;
    z-index: 3;
}

@media only screen and (max-width: 768px) {

    .social {
        bottom: 0.8rem !important;
        top: unset !important;
    }

    .social ul li a {
        font-size: 11px !important;
    }
}

.social ul {
    list-style: none;
    padding: 0;
}

.social ul li a {
    display: inline-grid;
    color: #fff;
    background: #000;
    padding: 10px 15px 10px 8px;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 14px;
    font-weight: 800;
}

.social ul li .icon-facebook {
    background: #0866ff;
}

.social ul li .icon-instagram {
    background: #c13584;
}

.social ul li .icon-twitter {
    background: #00abf0;
}

.social ul li .icon-googleplus {
    background: #d95232;
}

.social ul li .icon-pinterest {
    background: #ae181f;
}

.social ul li .icon-mail {
    background: #666666;
}

.social ul li .link-social {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.social ul li .icon-converter {
    background: #004294 !important;
}


.social ul li .link-social:hover {
    background: #000 !important;
    padding: 10px 30px 10px 30px;
}

.social-bar-text {
    writing-mode: vertical-lr;
    /* O vertical-lr según tu preferencia */
    white-space: nowrap;
    /* Para evitar el ajuste automático del ancho */
}

.social-bar-text .fa-brands.fa-facebook {
    font-size: 24px;
}

.social-bar-text .fa-brands.fa-instagram {
    font-size: 24px;
}

.social-bar-text .fa-solid.fa-money-bill-transfer {
    font-size: 24px;
}

.navbar-toggler {
    border: unset !important;
    color: #ffffff00 !important;
}

.bg-admin2025 {
    position: absolute;
    z-index: -99999;
    background-color: #192c97;
    width: 100%;
    height: 370px;
    top: 0;
}
