.testi-h3 .owl-carousel .owl-nav [class*=owl-] {
    opacity: 1 !important;
}

.space-150 {
    width: 100%;
    height: 150px;
}

.space-140 {
    width: 100%;
    height: 140px;
}

.space-100 {
    width: 100%;
    height: 100px;
}

#site-footer .space-90 {
    width: 100%;
    height: 90px;
}

#site-footer .space-80 {
    width: 100%;
    height: 80px;
}

#site-footer .space-60 {
    width: 100%;
    height: 60px;
}

#site-footer .space-20 {
    width: 100%;
    height: 20px;
}

#site-footer .space-10 {
    width: 100%;
    height: 10px;
}

#site-footer .space-5 {
    width: 100%;
    height: 5px;
}

/*START CASOS DE EXITOS*/

@keyframes image_animation1 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    25% {
        -webkit-transform: translate(25px, -25px);
        transform: translate(25px, -25px);
    }
    50% {
        -webkit-transform: translate(0px, -35px);
        transform: translate(0px, -35px);
    }
    75% {
        -webkit-transform: translate(-25px, -25px);
        transform: translate(-25px, -25px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes image_animation2 {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-10px, 10px) rotate(10deg);
        transform: translate(-10px, 10px) rotate(10deg);
    }
    50% {
        -webkit-transform: translate(5px, -5px) rotate(25deg);
        transform: translate(5px, -5px) rotate(25deg);
    }
    75% {
        -webkit-transform: translate(15px, -5px) rotate(15deg);
        transform: translate(15px, -5px) rotate(15deg);
    }
    100% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}

@keyframes image_animation3 {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    25% {
        -webkit-transform: translate(10px, 20px);
        transform: translate(10px, 20px);
    }
    50% {
        -webkit-transform: translate(30px, 30px);
        transform: translate(30px, 30px);
    }
    75% {
        -webkit-transform: translate(20px, 10px);
        transform: translate(20px, 10px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.testi-h3 .arr-vertical .owl-nav {
    top: 12%;
}

.testi-h3 .ot-testimonial-s2 .owl-nav {
    position: absolute;
    right: 0;
}

.testi-h3 .owl-theme .owl-nav {
    margin: 0;
}

.testi-h3 .arr-vertical .owl-nav button.owl-prev {
    margin-bottom: 10px;
}

.testi-h3 .arr-vertical .owl-nav button[class*="owl-"] {
    display: block;
}

.testi-h3 .ot-testimonial-s2 .owl-nav button[class*="owl-"] {
    position: static;
    color: #223354;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.testi-h3 .owl-carousel .owl-nav button.owl-next, .testi-h3 .owl-carousel .owl-nav button.owl-prev, .testi-h3 .owl-carousel button.owl-dot {
    background-color: #fff;
}

.testi-h3 .text-main-3 {
    color: #3449E3 !important;
    fill: #3449E3 !important;
}

.testi-h3 .ot-testimonial-s2__item .tmeta h6 {
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 1;
    font-size: 18px;
}

.testi-h3 .owl-theme .owl-nav [class*="owl-"] {
    border-radius: 50%;
    margin: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    line-height: 60px;
}

.testi-h3 .ot-testi-h3 .ot-testimonial-s2__item {
    padding-right: 136px;
}

.testi-h3 .ot-testimonial-s2__item .tcontent {
    font-size: 24px;
    font-weight: 500;

    line-height: 36px;
    margin-bottom: 32px;
}

.testi-h3 .ot-heading__sub {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}

.testi-h3 .ot-heading {
    position: relative;
}

.testi-h3 {
    background: #FFFFFF;
    position: relative;
}

.testi-h3 .overlay {
    opacity: 1;

    z-index: 0;
}

.ot-testi-h3 .owl-carousel .owl-nav [class*=owl-]:hover {

}

.ot-testi-h3 .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #000 !important;
}

.testi-h3 .owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #eaeaea;
    color: #000 !important;
    text-decoration: none;
}


.testi-image-animation-position1 {
    position: absolute;
    right: 15px;
    bottom: -145px;
}

.testi-image-animation-position1 img {
    width: 18px;
}

.testi-image-animation-position2 {
    position: absolute;
    right: 15px;
    bottom: -95px;
}

.testi-image-animation-position3 {
    position: absolute;
    right: 120px;
    bottom: -195px;
}

.ot-image-animation1 img, .ot-image-animation1 .elementor-icon, .ot-image-animation1 svg {
    -webkit-animation: image_animation1 5s linear infinite;
    animation: image_animation1 5s linear infinite;
}

.ot-image-animation2 img, .ot-image-animation2 .elementor-icon, .ot-image-animation2 svg {
    -webkit-animation: image_animation2 5s linear infinite;
    animation: image_animation2 5s linear infinite;
}

.ot-image-animation3 img, .ot-image-animation3 .elementor-icon, .ot-image-animation3 svg {
    -webkit-animation: image_animation3 5s linear infinite;
    animation: image_animation3 5s linear infinite;
}

/*END CASOS DE EXITOS*/
div.linea:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF1664A4', endColorstr='#FFC3122F');
    background: #1664a4 linear-gradient(to right, #1664a4 1%, #55b947 35%, #f8981d 65%, #c3122f 100%);
    left: 0;
}

h4.linea:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1.5px;
    background: #1664a4 linear-gradient(to right, #1664a4 1%, #55b947 35%, #f8981d 65%, #c3122f 100%);
    left: 3%;
    top: 30px;
    margin-top: 3px;
}

.rf .list-group-item {
    padding: 0.25rem 0;
    border: 0;
}

.table.no-border-bottom thead th {
    border: none;
}

.item-media {
    overflow: hidden;
    position: relative;
}

.item-media img {
    width: 100%;
}

.item-media a > img {
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}

.vertical-item .item-media + .item-content {
    padding-top: 20px;
}

/***************************
      Accordion
***************************/
.accordion .acd-group .acd-heading:before {
    font-family: FontAwesome;
}

.accordion .acd-group .acd-heading:before {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 20px;
    display: block;
    padding: 3px 6px 2px;
    content: "\f105";
    font-size: 22px;
    line-height: 38px;
}

.accordion .acd-group > .acd-heading > span {
    margin-right: 15px;
}

.accordion .acd-heading {
    font-weight: 500;
    position: relative;
    padding: 20px 0;
    color: #353535;
    line-height: normal;
    cursor: pointer;
    background-color: transparent;
    margin-bottom: 0px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
}

.acd-des {
    padding: 0 20px 20px 0;
}

.accordion .acd-group.acd-active .acd-heading, .accordion .acd-group .acd-heading:hover {
    color: #EB8705;
}

.accordion .acd-group.acd-active .acd-heading:before {
    content: "\f107";
}

.accordion .acd-group.acd-active .acd-heading span {
    color: #fff;
}

/*plus-icon*/
.accordion.plus-icon .acd-group.acd-active .acd-heading:before {
    content: "\f068";
    font-size: 14px;
}

.accordion.plus-icon .acd-group .acd-heading:before {
    content: "\f067";
    font-size: 14px;
}

/*plus-icon round*/
.accordion.plus-icon.round .acd-group.acd-active .acd-heading:before {
    content: "\f056";
    font-size: 14px;
}

.accordion.plus-icon.round .acd-group .acd-heading:before {
    content: "\f055";
    font-size: 14px;
}

/*gray*/
.accordion.gray .acd-heading {
    background-color: #f7f7f7;
}

.accordion.gray .acd-heading {
    margin-bottom: 20px;
    padding: 20px 30px;
}

.accordion.gray .acd-des {
    padding: 0 30px 20px;
}

.accordion.gray .acd-group.acd-active .acd-heading, .accordion.gray .acd-group .acd-heading:hover {
    color: #fff;
    background: #EB8707;
}

/*shadow*/
.accordion.shadow .acd-heading {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.accordion.shadow .acd-heading {
    margin-bottom: 20px;
    padding: 20px 30px;
}

.accordion.shadow .acd-des {
    padding: 0 30px 20px;
}

.accordion.shadow .acd-group.acd-active .acd-heading, .accordion.shadow .acd-group .acd-heading:hover {
    color: #fff;
    background: #EB8707;
}

/*border*/
.accordion.accordion-border-custom .acd-heading {
    background: transparent;
    border: 1px solid #F8A064;
    box-shadow: none;
}

.accordion.accordion-border-custom .acd-heading {
    margin-bottom: 20px;
    padding: 20px 30px;
}

.accordion.accordion-border-custom .acd-des {
    padding: 0 30px 20px;
}

.accordion.accordion-border-custom .acd-group.acd-active .acd-heading, .accordion.accordion-border-custom .acd-group .acd-heading:hover {
    color: #fff;
    background: #EB8705;
}

/* Accordion Simple */
.accordion.animated .acd-group .acd-heading {
    box-shadow: none;
    border: none;
    font-size: 18px;
    margin-bottom: 0;
    color: #363636;
    text-transform: inherit;
    font-weight: 700;
    padding: 20px 0px 0;
}

.accordion.animated .acd-group.acd-active .acd-heading {
    font-size: 28px;
    color: #EB8707;
    margin-bottom: 20px;
    background: none !important;
}

.accordion.animated .acd-group .acd-heading:hover {
    background: none !important;
    color: #EB8707;
}

.accordion.animated .acd-group .acd-heading::before {
    display: none;
}

.accordion.animated .acd-group .acd-des {
    padding: 0 30px 20px;
}

.accordion.animated.dark-bg .acd-group.acd-active .acd-heading {
    color: #ffffff;
}

.accordion.animated.dark-bg .acd-group .acd-heading:hover {
    color: #ffffff;
}

/* No border radius*/
.accordion.no-radius .acd-heading {
    border-radius: 0;
}

/*bootstrap accordion*/
#accordion .card {
    margin-bottom: 10px;
}

#accordion .card .card-header {
    box-shadow: none;
    border-bottom: 0;
}

#accordion .card .card-header button {
    color: #EB8707;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
}

#accordion .card .card-header button.collapsed {
    color: #323232;
}

h4.trimestral {
    font-weight: 500;
    font-size: 25px;
}

.info-conferencia {
    background-color: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 25px;
    color: black
}

.ny-class {
    position: relative;
    left: 45px;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

@media (max-width: 575.98px) {
    #logo {
        z-index: unset;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .on-mobile {
        padding-left: 10px;
        padding-right: 10px;
    }

    .on-mobile li.paginate_button.previous {
        display: inline;
    }

    .on-mobile li.paginate_button.next {
        display: inline;
    }

    .on-mobile li.paginate_button {
        display: none;
    }

    .on-mobile > .container {
        width: 98%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .on-mobile div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
    }

    .on-mobile div.dataTables_wrapper div.dataTables_length label {
        white-space: break-spaces;
    }

    .vertical-item .item-media + .item-content {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .financieros .linea::after {
        content: none;
    }
}

.st0 {
        fill: #53575A ;
        stroke: #fff;
        stroke-width: 1;
        content: "\f041";
        cursor: pointer;

    }

    .mapa .active {
        fill: #D7282F;
        stroke: #D7282F;
        stroke-width: 0.9;
    }

    .st1 {
        fill: #E0E0E0;
        stroke: #4e4f51;
        stroke-width: 0.5;
    }

    .st2 {
        fill: #E2E2E2;
        stroke: #FFFFFF;
        stroke-width: 0.75;
    }

    .st4 {
        fill: #4e4f51;
        stroke: #4e4f51;
        stroke-width: 0.75;
    }

    .st3 {
        stroke: #fff;
        fill: none;
        cursor: pointer;
        z-index: 99999;
    }

    .propiedades-circle {
        border-style: dashed;
        border-color: #D7282F;
        padding: 0.5rem;
        text-align: center;
        width: 70%;
    }

    #propiedades-circle h4, #propiedades-circle h3 {
        margin-bottom: 0;
        margin-top: 0;
    }

    #propiedades-circle ul {
        margin-bottom: 0.5rem;
    }

.mapa-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

svg.mapa {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

@media (max-width: 650px) {
    #pgeografica p {
        font-size: 1rem;
        line-height: 1.5;
        max-width: 70%;
    }
    #pgeografica .wow.fadeInLeft {
        margin-left: 0;
    }
    #pgeografica ul {
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    svg.mapa {
        width: 200%;
        max-width: 200%;
    }
    #pgeografica p {
        max-width: 80%;
    }
    .ac {
        max-width: 50%;
    }
    #pgeografica .wow.fadeInLeft {
        margin-left: 0;
    }
}