/* ----------ubicacion---------- */
.ubicacion {
    border-radius: 50px 0 50px 0;
}

/* ----------contacto---------- */
.contacto2 {
    display: flex;
    flex-direction: row;
}

.contacto2 img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.contacto2 .info {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacto2 .info h3 {
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    font-size: 15px;
}

.contacto2 .info span {
    text-transform: uppercase;
    color: var(--color-primary);
    display: inline-block;
    font-size: 10px;
    margin-bottom: 3px;
    font-weight: 700;
}

.contacto2 .info p {
    font-size: 12px;
}

.contacto2 .info .iconos {
    margin-top: 7px;
}

.contacto2 .info .iconos a {
    text-decoration: none;
    font-size: 18px;
}

.contacto2 .info .iconos a i {
    color: #6e657e;
    margin-left: 5px;
}

/* ----------directorio---------- */

.directorio img {
    width: 130px;
    height: 130px;
    border: solid 2px rgb(212, 212, 212);
}

.directorio h5 {
    font-size: 16px;
}

.directorio p:nth-child(2) {
    color: #fc4f59;
    font-size: 15px;
}


/* --------financieros--------- */

.accordion-body ul {
    margin-bottom: 18px;
}

.accordion-body ul li {
    display: block;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accordion-body ul li a {
    text-decoration: none;
    color: var(--color-text-primary);

}

.accordion-body ul li i {
    display: inline-block;
    margin-right: 5px;
    color: var(--color-primary);
}

/* ----------modal---------- */

.modal h2 {
    color: #fc4f59;
    font-size: 14px;
}

.modal h3 {
    color: #f57e84;
    font-size: 12px;
    margin-left: 15px;
}

.modal p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
}

.modal br {
    content: "";
    display: block;
    margin-bottom: 20px;
}

/* .modal li {
     list-style-type: none; 
} */

.modal a {
    text-decoration: none;
    color: #6e657e;
}

/* ----------calendario---------- */
.calendario {
    display: flex;
    justify-content: center;
}

.calendario img {
    width: 80%;
}

/* ----------logotipos---------- */
.logotipos {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logotipos img {
    height: 50px;
    width: auto;
    padding: 0 10px;
}

/* ----------creditos---------- */
.creditos {
    padding-top: 30px;
    border-top: 1px solid #f3f1fdc9;
    display: flex;
    justify-content: center;

}

.creditos span {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.creditos a {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}

.creditos a:hover {
    color: #f3f1fdc9;
}

/* ----------main---------- */
main {
    transition: all 0.3s ease;
}

/* ----------loader---------- */
.cont-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    color: var(--color-primary);
    font-size: 10px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/* ----------tooltip---------- */
.custom-tooltip {
    --bs-tooltip-bg: var(--color-primary);
}


/* ----------sitios de interés---------- */
.interes img{
    height: 120px;
    opacity: .8;
    transition: all 0.3s ease;
}

.interes img:hover{
    opacity: 1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@-webkit-keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

/* ----------carrusel---------- */
.carousel-item img {
    height: 350px;
    object-fit: cover;
    border-radius: 50px 0 50px 0;
}

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

    /* ----------calendario---------- */
    .calendario img {
        width: 100%;
    }

    /* ----------creditos---------- */
    .creditos {
        flex-direction: column;

    }
}

@media screen and (max-width: 767px) {}

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

    /* ----------logotipos---------- */
    .logotipos img {
        height: 40px;
    }
}