/* Global */
body {
    font-display: Arial, sans-serif;
    font-family: 'Roboto', sans-serif;
}

.card {
    display: flex;
    min-height: 100%;
}

.img-slider {
    display: block;
    width: 100%;
    height: 34em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: height ease .3s;
}

.img-slider img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}

.font-weight-500 {
    font-weight: 500;
}

.card-body {
    flex-grow: 1;
}

.menu-border {
    border-radius: 10px 10px 10px 10px !important;
}

.header-option-title {
    font-size: 15px;
}

.border-15 {
    border-radius: 15px !important;
}

.nav-item:not(:has(i)):hover .empty-nav-indicator {
    background-color: red;
}

.background-img {
    left: 0;
    right: 0;
}

.carousel-item iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 454px !important;
}

.offcanvas-body {
    padding: 0;
}

.separator-nav-item {
    background-color: white;
    height: 2px !important;
}

.header-title {
    color: #0E4380 !important;
    font-size: 0.999rem !important
}

.nav-item a {
    color: #0E4380 !important;
    font-size: 17px !important;
}

.nav-link::after {
    display: none !important;
    /* Oculta el icono de dropdown */
}

.border-dropdown {
    border-radius: 0%;
}

.dropdown-item:hover {
    background: transparent;
}

.dropdown-item {
    padding: 8px 18px;
    color: #999999;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
}

.empty-nav-indicator {
    height: 5px !important;
}

.nav-indicator {
    background-color: red;
}

#menu-navbarNav {
    color: #0E4380;
}

.menu-background {
    background-color: #0E4380 !important;
}

.menu-background>li>a {
    color: white !important;
}

.menu-background>li>a:hover {
    color: white !important;
}

.navbar {
    --bs-navbar-padding-y: 0 !important;
}

.menu-off-bg-color {
    background-color: #0069B7;
}

.btn-close {
    width: 30px !important;
    height: 30px !important;
    filter: invert(100%) !important;
}

.menu-title-size {
    font-size: 16px;
    color: #084483 !important;
}

.text-left-or-center {
    text-align: left;
}

.fa-chevron-right {
    font-size: 1.2em;
}

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


.text-justify>p {
    text-align: justify;
}

.text-bold {
    font-weight: bold;
}

.empty-indicator {
    height: 5px;
}

.card-expanded {
    background-color: #EEEEEE !important;
}

.btn-indespa {
    border-radius: var(--bs-border-radius-xl) !important;
}

.btn-indespa:hover {
    background-color: none !important;
    border-color: none !important;
}

.color-link>p>a {
    color: #0069B7 !important;
}

.shadow-box {
    -webkit-box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.25) !important;
}

.shadow-box-with-radius {
    -webkit-box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.25) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rotate-icon-90 {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    /** Chrome & Safari **/
    -moz-transition: all 0.3s ease-in-out;
    /** Firefox **/
    -o-transition: all 0.3s ease-in-out;
    /** Opera **/
    transform: rotate(90deg);
}

.subtitle-date {
    font-weight: 400;
}

.rotate-icon-0 {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    /** Chrome & Safari **/
    -moz-transition: all 0.3s ease-in-out;
    /** Firefox **/
    -o-transition: all 0.3s ease-in-out;
    /** Opera **/
    transform: rotate(0);
}

.section-on-img {
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    /* left: 14%;
    bottom: 10%; */
}

.section-on-bottom-img {
    top: 75%;
    bottom: 0;
    left: 0;
    right: 0;
    /* left: 14%;
    bottom: 10%; */
}

.section-2-on-img {
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    /* left: 14%;
    bottom: 10%; */
}

.icon-search-svg {
    width: 52px;
    height: 37px;
    filter: invert(100%);
    color: white !important;
    fill: white !important;
    /* Cambiar color de relleno */
}

.file-doc-png {
    width: 35px;
    height: 35px;
    /* Cambiar color de relleno */
}

.icon-download-svg {
    width: 30px;
    height: 37px;
    color: white !important;
    fill: white !important;
    /* Cambiar color de relleno */
}

.icon-svg {
    width: 30px;
    height: auto;
    filter: invert(100%);
    color: white !important;
    fill: white !important;
    /* Cambiar color de relleno */
}

.icon2-search-svg {
    height: 30px;
    filter: invert(11%) sepia(98%) saturate(3673%) hue-rotate(200deg) brightness(88%) contrast(94%);
}

.icon-go-contest-svg {
    height: 30px;
    width: 30px;
    filter: invert(25%) sepia(76%) saturate(2570%) hue-rotate(320deg) brightness(79%) contrast(88%);
}

.navbar-title {
    min-width: 0;
    flex-grow: 1;
    overflow: hidden;
    white-space: normal;
    /* permite que el texto se divida en varias líneas */
    word-wrap: break-word;
    /* permite que las palabras se dividan si no caben en una línea */
}

.dark-blue {
    color: #084483;
}

.navbar-toggler {
    color: #084483 !important;
}

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

.global-title {
    color: #084483 !important;
    font-size: 30px !important
}

.global-subpages-title {
    margin: 0;
    color: #084483 !important;
    font-size: 1.3em !important
}

.global-sub-title {
    margin: 0;
    color: #084483 !important;
    font-size: 1.3em !important
}

.global-h2-title {
    margin: 0;
    color: #084483 !important;
    font-size: 1.2em !important
}

.global-subpages-title>p {
    margin: 0 !important;
}

.global-sub-title {
    color: #084483 !important;
    font-size: 23px !important;
}

.global-content {
    font-size: 0.8em !important;
    letter-spacing: 1.5px !important;
    text-align: justify;
}

.global-name {
    font-size: 18px !important;
    letter-spacing: 1.2px !important;
    text-align: right;
    color: #3D3D3D;
}

.navbar-toggler-icon {
    filter: invert(13%) sepia(98%) saturate(2973%) hue-rotate(200deg) brightness(90%) contrast(94%) !important;
    width: 2.5em !important;
}

.see-more-btn {
    border-color: white !important;
    border-radius: var(--bs-border-radius-xl) !important;
    color: white !important;
}

.see-more-btn:hover {
    border-color: white !important;
    border-radius: var(--bs-border-radius-xl) !important;
    color: white !important;
    background-color: rgb(104, 104, 104);
}

.read-more-btn {
    border-color: #0E4380 !important;
    color: #0E4380 !important;
}

.read-more-btn:hover {
    border-color: white !important;
    background-color: #0E4380;
    color: white !important;
}

.global-funds {
    line-height: 1.7 !important;
    word-wrap: normal !important;
}

.global-content p {
    font-size: 0.985rem !important;
    line-height: 1.7 !important;
}

.flag-bg-red {
    height: 5px;
    background-color: #EB4C4D;
}

.flag-bg-blue {
    height: 5px;
    background-color: #1F427C;
}

.flag-bg-min-red {
    height: 3px;
    background-color: #EB4C4D;
}

.flag-bg-min-blue {
    height: 3px;
    background-color: #1F427C;
}

.region-color {
    background-color: #1F427C;
    color: white;
}

/* BEGIN HEADER-OPTIONS */
.header-op-link {
    color: #0069B7;
}

.header-op-link:active {
    border-color: white !important;
}

.header-op-separator {
    height: 17px;
    width: 1px;
    background-color: #0069B7;
}

/* END HEADER-OPTIONS */

/* BEGIN SLIDER */

.margin-slider {
    right: 7.5% !important;
    left: 7.5% !important;
}

.preface-slider {
    border-radius: 20px;
    padding: 11px 72px 7px;
    background-color: #FF3945;
    margin-bottom: 16px;
    text-align: center;
}

.preface-slider h2 {
    font-size: 30px;
    font-weight: 400;
    padding: 0px !important;
    margin: 0px !important;
    width: fit-content;
    text-align: center;
}

.title-slider {
    background-color: #CFDCEC;
    color: #084483;
    padding: 9px 26px;
    margin-bottom: 8px;
}

.title-slider.big-text {
    margin-bottom: 40px;
    padding: 14px 26px 13px;
}

.title-slider h1 {
    width: fit-content;
    text-align: start;
    font-size: 30px;
    font-weight: 400;
    margin: 0px !important;
    padding: 0px !important;
}

.title-slider.big-text h1 {
    font-size: 40px;
}

.content-slider {
    width: 100%;
    padding: 13px 33px 18px 27px;
    background-color: #084483;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.content-slider.no-back {
    background-color: #08448300;
    box-shadow: none;
}

.desc-slider {
    text-align: start;
    color: white;
    font-size: 25px;
}

.desc-slider p {
    margin: 0px !important;
    padding: 0px !important;
}

.content-slider a {
    width: fit-content;
    text-decoration: none;
}

.content-slider a .btn-slider {
    border-radius: 20px !important;
    background-color: #E73438;
    color: white;
    font-size: 25px;
    padding: 3px 90px;
    white-space: nowrap;
}

.preface-slider,
.title-slider,
.content-slider {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: 'Roboto', sans-serif !important;
}

/* END BANNERS */

/* BEGIN INFORMS */

.margin-body-informs {
    margin-left: 6%;
    margin-right: 6%;
}

.inform-title {
    color: #084483;
}

/* END INFORMS */

/* BEGIN BANNERS */

.title-banner>p {
    color: white;
    margin: 0;
}

.btn-banner {
    height: fit-content;
    border-color: white;
    color: white;
    background-color: transparent;
    width: 20%;
}

.btn-banner:active {
    height: fit-content !important;
    border-color: white !important;
    color: white !important;
    background-color: transparent !important;
    width: 20% !important;
}

.btn-banner:focus-visible {
    height: fit-content !important;
    border-color: white !important;
    color: white !important;
    background-color: transparent !important;
    width: 20% !important;
}

.banner-safe {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.btn-banner:hover {
    height: fit-content;
    border-color: white;
    color: white;
    background-color: transparent;
}

.margin-banner {
    margin-left: 14%;
    margin-right: 14%;
    margin-top: 3%;
}

/* .link-card-in {
    width: 32rem !important;
} */

@media only screen and (max-width: 525px) {
    .link-card-in {
        width: 20rem !important;
    }

    .text-left-or-center {
        text-align: center !important;
    }

    .carousel-item iframe {
        top: 0;
        left: 0;
        width: 100%;
        height: 200px !important;
    }
}


@media only screen and (min-width: 525px) and (max-width: 767) {
    .link-card-in {
        width: 20rem !important;
    }
}


@media only screen and (min-width: 760px) and (max-width: 989px) {

    .margin-banner {
        margin-left: 0% !important;
        margin-right: 0% !important;
        margin-top: 3% !important;
    }
}

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

    .margin-banner {
        margin-left: 4% !important;
        margin-right: 4% !important;
        margin-top: 3% !important;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {

    .margin-banner {
        margin-left: 7% !important;
        margin-right: 7% !important;
        margin-top: 3% !important;
    }
}


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

    .margin-banner {
        margin-left: 6% !important;
        margin-right: 6% !important;
        margin-top: 3% !important;
    }
}

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

    /* Estilos para dispositivos móviles */

    .menu-title-size {
        font-size: 13px;
        color: #084483 !important;
    }

    .mt-xs-3 {
        margin-top: 1.5rem !important;
    }

    .title-responsive {
        font-size: 100%;
    }

    .img-icon-responsive {
        height: 50px !important;
        width: 50px !important;
    }

    .btn-banner {
        width: 25%;
    }

    .margin-banner {
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 3%;
    }

    .section-on-img {
        top: 56%;
        bottom: 0;
        left: 0;
        right: 0;
    }

}



@media only screen and (min-width: 721px) and (max-width: 772px) {

    .img-wave {
        width: 17em;
        right: 10px;
        top: -68px;
    }

    .text-left-or-center {
        text-align: center !important;
    }
}

@media (max-width: 1685px) {
    .img-slider {
        width: auto;
        height: 30em !important;
    }
}

@media (max-width: 1400px) {
    .img-slider {
        width: auto;
        height: 25em !important;
    }
}

@media (max-width: 1050px) {
    .title-slider.big-text {
        margin-bottom: 30px;
    }
}

@media (max-width: 920px) {
    .img-slider {
        width: auto;
        height: 356px !important;
    }

    .preface-slider h2 {
        font-size: 26px;
    }

    .title-slider h1 {
        font-size: 26px;
    }

    .title-slider.big-text h1 {
        font-size: 36px;
    }

    .desc-slider {
        font-size: 20px;
    }

    .content-slider a .btn-slider {
        font-size: 20px;
        padding: 3px 33px;
    }
}

@media (max-width: 768px) {
    .img-slider {
        width: auto;
        height: 320px !important;
    }
    
    .preface-slider {
        padding: 5px 20px 4px;
        margin-bottom: 8px;
    }

    .preface-slider h2 {
        font-size: 20px;
    }

    .title-slider h1 {
        font-size: 22px;
    }

    .title-slider.big-text {
        margin-bottom: 24px;
    }

    .title-slider.big-text h1 {
        font-size: 32px;
    }

    .desc-slider {
        font-size: 18px;
    }

    .content-slider a .btn-slider {
        font-size: 18px;
    }
}

@media (max-width: 720px) {
    .img-slider {
        width: auto;
        height: 320px !important;
    }
}

@media (max-width: 687px) {
    .img-slider {
        width: auto;
        height: 290px !important;
    }

    .preface-slider h2 {
        font-size: 18px;
        line-height: 21px;
    }

    .title-slider {
        padding: 0px 15px 0px 6px;
        margin-bottom: 5px;
    }

    .title-slider.big-text {
        padding: 0px 6px;
        margin-bottom: 24px;
    }

    .title-slider h1 {
        font-size: 20px;
        line-height: 23px;
    }

    .title-slider.big-text h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .content-slider {
        padding: 2px 4px 3px 9px;
    }

    .desc-slider {
        font-size: 15px;
        line-height: 17px;
    }

    .content-slider a .btn-slider {
        font-size: 15px;
        line-height: 19px;
    }
}

@media (max-width: 626px) {
    .img-slider {
        width: auto;
        height: 260px !important;
    }

    .title-slider.big-text h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .title-slider.big-text {
        margin-bottom: 20px;
    }

    .margin-slider {
        right: 6% !important;
        left: 6% !important;
    }
}

@media (max-width: 557px) {
    .img-slider {
        width: auto;
        height: 230px !important;
    }
}

@media (max-width: 496px) {
    .img-slider {
        width: auto;
        height: 197px !important;
    }

    .margin-slider {
        right: 2% !important;
        left: 2% !important;
    }

    .preface-slider h2 {
        font-size: 16px;
        line-height: 19px;
    }

    .title-slider.big-text {
        margin-bottom: 20px;
    }

    .title-slider h1 {
        font-size: 18px;
        line-height: 20px;
    }

    .title-slider.big-text h1 {
        font-size: 22px;
        line-height: 26px;
    }

    .desc-slider {
        font-size: 12px;
        line-height: 15px;
    }

    .content-slider a .btn-slider {
        font-size: 12px;
        line-height: 17px;
    }
}

@media (max-width: 425px) {
    .img-slider {
        width: auto;
        height: 174px !important;
    }

    .margin-slider {
        right: 0% !important;
        left: 0% !important;
        bottom: 0% !important;
    }
}

@media (max-width: 374px) {
    .img-slider {
        width: auto;
        height: 148px !important;
    }

    .preface-slider h2 {
        font-size: 14px;
        line-height: 16px;
    }

    .title-slider.big-text {
        margin-bottom: 10px;
    }

    .title-slider h1 {
        font-size: 16px;
        line-height: 18px;
    }

    .title-slider.big-text h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .desc-slider {
        font-size: 11px;
        line-height: 14px;
    }

    .content-slider a .btn-slider {
        line-height: 15px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 720px) {

    .calendar-doc {
        width: 40px !important;
    }

    .img-wave {
        width: 14em !important;
        right: 6px !important;
        top: -56px !important;
    }

    .text-left-or-center {
        text-align: center !important;
    }
}

/* END BANNERS */

/* BEGIN CONOCES NUESTROS PROGRAMAS */

.btn-color-sub-program {
    background-color: #718EAE !important;
}

.btn-color-sub-program:hover {
    background-color: none !important;
}

.sub-title-program {
    margin: 0 !important;
    color: #084483 !important;
    font-size: 22px !important
}

.sub-title-program>p {
    margin: 0 !important;
}

.title-program {
    margin: 0;
    color: white !important;
    font-size: 28px !important
}

.top-card-you-know {
    border-radius: 30px;
}

.top-card-searching-contest {
    top: 128px;
    left: 5%;
}

.card-color-you-know {
    background-color: #E73438;
    color: white;
}

.card-color-our-programs {
    background-color: #CFDCEC;
    color: #084483;
    font-size: 40px !important;
}

.btn-color-search {
    background-color: #E73438;
    font-size: 25px;
}

.btn-color-search:hover {
    background-color: #E73438 !important;
}

.no-color-accordion:not(.collapsed) {
    background-color: transparent !important;
}

.img-height-contest {
    height: 210px !important;
}

.item-contest>p {
    color: #084483;
    font-size: 22px;
}

.btn-see-program {
    background-color: #3F6FA7 !important;
    font-size: 20px !important;
}

.icon-white-program {
    color: white;
}

.rotate-expanded-icon-program {
    transform: rotate(90deg);
}

.btn-sub-program>p {
    font-size: 25px !important;
    margin: 0 !important;
}

btn-color-search {
    background-color: #E73438;

}

/* END CONOCES NUESTROS PROGRAMAS */

/* BEGIN Testimony */
.bg-wave {
    border: 2px solid #0E4380
}

.img-wave {
    width: 17em;
    right: 10px;
    top: -68px;
}

.line-wave {
    height: 2px;
}

.title-testimony {
    margin-top: 20px;
}

/* END Testimony */

/* BENGIN Library */

.ver-mas-btn {
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}

.ver-mas-btn:hover {
    background-color: #0056b3;
    text-decoration: none;
}

.ver-mas-btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
}

.input-calendar {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
}

.border-color-search {
    border-top-color: #254366 !important;
    border-bottom-color: #254366 !important;
    border-left-color: #254366 !important;
    border-right: 0px !important;
}

.border-color-search-icon {
    background-color: white !important;
    border-top-color: #254366 !important;
    border-bottom-color: #254366 !important;
    border-right-color: #254366 !important;
    border-left-color: transparent;
    border-left: 0px;
}

.library-search-icon {
    width: 35px;
    height: 34px;
    filter: invert(25%) sepia(10%) saturate(2598%) hue-rotate(173deg) brightness(93%) contrast(96%);
}

.pagination-library>.active>.page-link,
.page-link.active {
    color: var(--bs-pagination-active-color) !important;
    background-color: #177C91 !important;
    border-color: #177C91 !important;
    border-radius: 10px !important;
}

.pagination-library>.page-item>.page-link {
    color: #000000;
}

.pagination-library {
    --bs-pagination-border-width: none !important;
    --bs-pagination-bg: #ffffff00 !important;
}

.gradient-div {
    background: linear-gradient(to right, #30c6c3, #1c6688);
}

.bg-see-doc {
    background-color: #177C91;
    font-size: 18px;
    font-weight: 500;
}

.bg-see-doc:hover {
    background-color: #177C91;
    font-size: 18px;
    font-weight: 500;
}

.library-body>p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.library-card {
    background-color: #428DAA;
}

.title-library {
    font-weight: bold;
}

.title-home-library {
    color: white;
    font-size: 25px;
    font-weight: 600;
}

/* END Library */

/* BENGIN INSTITUTIONAL LINKS */

.card-title > p {
    text-transform: none !important;
}

.no-link {
    text-decoration: none;
}

.link-card-in {
    width: 26rem;
}

@media only screen and (max-width: 992px) {
    .nav-item a {
        color: white !important;
        font-size: 22px !important;
    }

    .header-option-title {
        font-size: 13px !important;
    }

    .link-card-in {
        width: 30rem;
    }
}


/* END INSTITUTIONAL LINKS */

/* BEGIN CONTEST */

.color-section-contest {
    background-color: #3F6FA7;
}

.body-contest-font-size {
    font-size: 18px;
    font-weight: 100;
}

.calendar-svg {
    width: 55px;
    height: 55px;
}

.green-color {
    width: 55px;
    height: 55px;
    filter: invert(14%) sepia(97%) saturate(6474%) hue-rotate(153deg) brightness(90%) contrast(87%);
}

.gray-color {
    width: 55px;
    height: 55px;
    filter: invert(38%) sepia(1%) saturate(1440%) hue-rotate(160deg) brightness(99%) contrast(99%);
}

.bg-left-contest {
    background-color: #EBEBEB;
}

.separator {
    height: 2px;
    background-color: #A0A0A0;
}

.separator-blue {
    height: 1px !important;
    background-color: #518EF8 !important;
}

.icon-pdf {
    width: 40;
    height: 40px;
    filter: invert(100%);
    color: white !important;
    fill: white !important;
}

.btn-files-pdf {
    background-color: #5C7796;
    height: 3rem;
}

.btn-drive-pdf {
    background-color: #0E4380;
    height: 3rem;
}

.btn-drive-pdf:hover {
    background-color: #0E4380;
    height: 3rem;
}

.btn-files-pdf:hover {
    background-color: #5C7796 !important;
}

.btn-result-files-pdf {
    background-color: #FFA11B;
    height: 3rem;
}

.btn-result-files-pdf:hover {
    background-color: #FFA11B!important;
}

.status-color {
    color: white;
}

.btn-pdf>p {
    margin: 0 !important;
}

.border-color-select {
    border-color: #254366 !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: white !important;
    box-shadow: white !important;
}

/* END CONTEST */

/* BEGIN Noticias Indespa */
.bg-section {
    background-color: #EBE7E7;
}

.btn-load-more {
    background-color: #15285C !important;
}

/* END Noticias Indespa */

/* BEGIN Agenda Indespa Terreno*/

.title-collapse-agenda {
    font-size: 17px;
}

/* END Agenda Indespa Terreno */

/* BEGIN Calendario de Actividades */

.left-caption-schedule {
    padding-right: 6rem !important;
}

.circle {
    background-color: #E73438;
    color: white;
    width: 35px;
}

.schedule-line {
    height: 1.3px;
    background-color: #656565;
    margin-left: 5%;
}

.accordion-item {
    border: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #656565 !important;
}

.info-color-schedule {
    color: #3D3D3D !important;
}

.info-color-schedule {
    font-size: 18px !important;
}

.info-color-schedule>p {
    font-size: 18px;
}


.info-color-schedule>p {
    color: #3D3D3D !important;
}

.cards-accordion-schedule {
    background-color: white;
}

.card-accordion {
    background-color: #EEEEEE !important;
    --bs-accordion-btn-bg: #EEEEEE !important;
}

.card-accordion-button {
    background-color: #EEEEEE !important;
}

.card-accordion-button:not(.collapsed) {
    background-color: #EEEEEE !important;
}

.card-accordion-button::after {
    transform: scale(1.5);
    filter: invert(24%) sepia(98%) saturate(2004%) hue-rotate(340deg) brightness(94%) contrast(91%);
    background-image: url("/static/assets/add.aa54625cb740.svg");
}

.card-accordion-button:not(.collapsed)::after {
    filter: invert(24%) sepia(98%) saturate(2004%) hue-rotate(340deg) brightness(94%) contrast(91%);
    background-image: url("/static/assets/less.d656d1a0c1ec.svg");
}

.calendar-doc {
    width: auto;
    height: 50px;
    filter: invert(19%) sepia(82%) saturate(1331%) hue-rotate(190deg) brightness(96%) contrast(102%);
}

.title-field-agenda {
    font-size: 25px;
}

.btn-doc-field-agenda {
    --bs-btn-padding-x: 0.0rem !important;
    --bs-btn-padding-y: 0.0rem !important;
    margin: 0 !important;
}

.card-color-our-programs:hover {
    background-color: #CFDCEC !important;
}

/* END Calendario de Actividades */
/* BEGIN PREGUNTAS FRECUENTES */

.title-color-secondary {
    background-color: #CFDCEC;
    border-color: #CFDCEC;
    color: #084483;
    font-size: 40px;
    padding-top: 107px;
    padding-bottom: 1px;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.title-color {
    background-color: #CFDCEC;
    border-color: #CFDCEC;
    color: #084483;
    font-size: 40px;
    padding-left: 5%;
    padding-top: 107px;
    padding-bottom: 1px;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-color-question {
    background-color: #168FAE;
    border-color: #168FAE;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-color-question:hover {
    background-color: #168FAE;
    border-color: #168FAE;
}

.btn-color-go-constest {
    border-color: #168FAE;
    font-size: 24px;
    color: #168FAE;
    border-radius: 20px;
    text-transform: capitalize;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-color-go-constest:hover {
    background-color: #168FAE;
    border-color: #168FAE;
    color: white;
}

/* todos los mayores a P */
.btn-color-question>p {
    margin: 0;
}

#margin-frequency-question {
    margin-left: 5%;
    margin-right: 5%;
}

.text-justify-parrafo>p {
    text-align: justify;
}

/* END PREGUNTAS FRECUENTES */

/* BEGIN PARTICIPACION CIUDADANA*/
.image-participacion-ciudada {
    width: 48% !important;
}

.image-participacion-ciudada>img {
    width: 100% !important;
    max-width: 100% !important;
}

.image-responsive-participacion-ciudada {
    width: 100% !important;
}

.image-responsive-participacion-ciudada>img {
    width: 100% !important;
    max-width: 100% !important;
}

.button-participacion-ciudadana {
    padding: 8px 26px;
    border-radius: 20px;
}


/* END PARTICIPACION CIUDADANA*/


/* BEGIN WE HARE INDESPA */

#myTab {
    --bs-nav-tabs-border-color: #0069B7 !important;
}

.title-tab-indespa>p {
    text-transform: capitalize;
}

.we-are-indespa-btn-color {
    color: white;
    background-color: rgba(0, 105, 183, .6);
    border-color: #0069B7;
    border-radius: 10px 10px 0px 0px !important;
}

.we-are-indespa-btn-color:hover {
    color: white;
    background-color: rgba(0, 105, 183, .6);
    border-color: #0069B7;
    border-radius: 10px 10px 0px 0px !important;
}

#myTab .active {
    color: white !important;
    background-color: #0069B7 !important;
    border-color: #0069B7 !important;
    border-radius: 10px 10px 0px 0px !important;

}

.we-are-indespa-btn-color>p {
    margin: 0;
}

.img-color-we-are-indespa {
    filter: invert(16%) sepia(51%) saturate(3495%) hue-rotate(198deg) brightness(95%) contrast(94%);
}

.body-we-are-indespa {
    font-size: 18px;
}

.sub-body-we-are-indespa {
    font-weight: 400;
    font-size: 21px;
}

/* END WE HARE INDESPA */

/* BEGIN WHAT DO WE DO */

.box-shadow-estandar {
    box-shadow: 0px 5px 3px 3px darkgrey;
}

.delete-margin-p>p {
    margin: 0 !important;
}

.delete-margin-p {
    margin: 0 !important;
}

/* END WHAT DO WE DO */

/* BEGIN NEWS */
.title-new {
    margin: 0;
    color: #084483 !important;
    font-size: 2.2rem !important
}

.date-title {
    text-transform: uppercase;
    font-size: 1.1rem !important;
    font-weight: 100;
}

.underline {
    text-decoration: underline !important;
    text-decoration-color: #3D3D3D;
}

.underline-indespa {
    color: #084483;
    text-decoration: underline !important;
    text-decoration-color: #084483;
    font-weight: 500;
}

.facebook-color {
    background-color: #1462AA;
    border-color: #1462AA;
    color: white;
    border-radius: 10px;
}

.facebook-color:hover {
    background-color: #1462AA;
}

.twiter-color:hover {
    background-color: #000000;
}

.twiter-color {
    background-color: #000000;
    border-color: #000000;
    color: white;
    border-radius: 10px;
}

.share-btn {
    color: white;
    border-radius: 10px;
    font-weight: 200;
    font-size: 1.2rem;
}

.back-indespa {
    background-color: #454545;
    border-radius: 15px;
    border-color: #454545;
}

.back-indespa:hover {
    background-color: #454545;
}

.title-news-responsive {
    font-size: 1.9rem;
}

.news-body {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: repeat(10, max-content);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.news-text {
    grid-area: 1 / 1 / 11 / 17;
}

.news-image {
    grid-area: 1 / 17 / 10 / 25;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.news-image img {
    display: block;
    max-width: 800px;
    max-height: 400px;
    width: auto;
    height: auto;
}

@media (max-width: 1080px) {
    .news-body {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
}

@media (max-width: 768px) {
    .news-body {
        grid-column-gap: 0px;
        grid-row-gap: 6px;
    }

    .news-text {
        grid-area: 4 / 1 / 11 / 25;
    }

    .news-image {
        grid-area: 1 / 1 / 4 / 25;
    }

    .news-image img {
        max-height: 240px;
    }
}

/* END NEWS */

/* BEGIN COLORES */
.color-blue-navi {
    color: #084483;
}

.color-background-shadow-grey {
    background-color: #ECF4FB
}

.background-color-grey {
    background-color: #EBE7E7;
}

/* END COLORES */
.margin-body {
    margin-left: 7%;
    margin-right: 7%;
}

/* END Calendario de Actividades */

/* START Financial Buget */
.border-20 {
    border-radius: 20px !important;
}

.title-download-size {
    font-size: 14px !important;
    margin: 0 !important;

}

.title-collapse>p {
    font-size: 20px !important;
}

.title-color-financial>p {
    color: #263238;
    font-size: 22px !important;
    margin: 0 !important;
}

.py-4-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

/* END Financial Buget */

/* START MARGIN STANDARD */
#margin-standard {
    margin-left: 10%;
    margin-right: 10%;
}

/* END MARGIN STANDARD */

.main-title-size {
    font-size: 40px;
}

.text-22px {
    font-size: 22px !important;
}

.second-title-size {
    font-size: 30px !important;
}

.main-body-font-size {
    font-size: 20px !important;
    line-height: 33px;
}

.second-body-font-size {
    font-size: 18px;
    text-align: justify;
}

.card-box-shadow {
    box-shadow: 0px 4px 4px 0px darkgrey;
}

.icon-socialsiac-color {
    color: #084483;
    font-size: 2.5rem;
}

.title-position-standard {
    padding: 10px 20px;
    position: absolute;
    left: 10%;
    margin-top: 5rem !important;
}

.title-siac {
    background-color: #CFDCEC;
    border-color: #CFDCEC;
    color: #084483;
    font-size: 40px;
    padding-top: 107px;
    padding-bottom: 1px;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.force-align-left p {
    text-align: left;
}

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

@media (max-width: 766px) {
    #margin-standard {
        margin: 0% 2% 0% 2%;
        /* top right bottom left */
    }

    .main-title-size {
        font-size: 25px;
    }

    .second-title-size {
        font-size: 25px;
        text-align: center;
    }

    .main-body-font-size {
        font-size: 20px;
        line-height: 28px;
        text-align: justify;
    }

    .second-body-font-size {
        font-size: 18px;
        line-height: 28px;
        text-align: justify;
    }

    .card-box-shadow {
        box-shadow: 0px 4px 4px 0px darkgrey;
    }

    .color-grey-text-mobile {
        color: #3D3D3D;
    }

    .force-align-left p {
        text-align: left;
    }
}

/** Institutional links */
.institutional-links {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 4px;
}

.institutional-link-item {
    text-decoration: none;
    cursor: pointer;
    color: #3D3D3D;
    width: calc((100% / 3) - 6px);
    height: 180px;
    margin: 0px;
    padding: 0px;
    overflow: none;
}

.insti-link-card {
    width: 100%;
    height: 100%;
    padding: 23px 26px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.insti-link-card .insti-link-text {
    width: 100%;
    height: 90%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.insti-link-card .insti-link-text h5 {
    padding: 0px;
    margin: 0px;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
}
.insti-link-card .insti-link-text h5 p {
    margin: 0px;
    padding: 0px;
}

.insti-link-card .row {
    width: 100%;
}

@media (max-width: 992px) {
    .institutional-link-item {
        width: calc((100% / 2) - 6px);
    }
}

@media (max-width: 768px) {
    .global-title {
        font-size: 22px !important;
    }

    .institutional-links {
        gap: 6px 0px;
    }
    
    .institutional-link-item {
        width: 100%;
        height: 120px;
    }

    .insti-link-card {
        padding: 17px 14px 7px;
    }
    
    .insti-link-card .insti-link-text h5 {
        font-size: 18px;
        line-height: 19px;
    }
}

.news-image-card {
    display: block;
    width: 100% !important;
    height: 34%;
    max-height: 140px;
    overflow: hidden;
}

.news-image-item {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}

.hide-btn {
    display: none;
}

@media (min-width: 768px) {
    /* --- Estilos para Tablet y Escritorio (768px en adelante) --- */

    .richtext-image {
        max-width: 100%;
        height: auto;
        display: block;
        width: auto;
    }

    .richtext-image.full-width {
        width: 100%;
        height: auto;
    }

    .richtext-image.left {
        /* Permite la flotación y el texto envolvente en pantallas grandes */
        float: left;
        margin: 0 1rem 1rem 0;
    }

    .richtext-image.right {
        /* Permite la flotación y el texto envolvente en pantallas grandes */
        float: right;
        margin: 0 0 1rem 1rem;
    }
}

.richtext-image.full-width {
        width: 100%;
        height: auto;
    }