.image-size-noti {
    margin: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.image-size-noti img {
    width: 50%;
    margin: 10px;
}

.preloaderContainer {
    width: 100%;
    height: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.triangle {
    width: 200px;
    height: 200px;
    background: white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

svg {
    animation: rotate 5s cubic-bezier(.35, .04, .63, .95) infinite;
    transform-origin: 50% 65%
}

svg polygon {
    stroke-dasharray: 17;
    animation: dash 2.5s cubic-bezier(.35, .04, .63, .95) infinite
}

.btn-style-two {
    position: relative;
    padding: 10px 72px 10px 30px;
    line-height: 24px;
    background: #00A32B;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 50px;
    border: 2px solid #00A32B;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif
}

.btn-style-two:hover {
    background: 0 0;
    border-color: #00A32B;
    color: #00A32B
}

.btn-style-two .icon {
    position: absolute;
    right: -2px;
    top: -2px;
    color: #fff;
    width: 57px;
    height: 47px;
    line-height: 48px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding-right: 4px;
    background-color: #006f1d;
    border-radius: 0 50px 50px 0
}

@keyframes dash {
    to {
        stroke-dashoffset: 136
    }
}

@keyframes animatel1 {
    0% {
        width: 0;
        right: 0
    }

    50% {
        width: 90px;
        right: 0
    }

    100% {
        width: 150px;
        right: 0
    }
}

.nSocial {
    display: flex;
    flex-direction: row;
    margin-right: -15px
}

.nSocial i {
    color: white;
    font-size: 1.5em;
    margin-right: 15px;
    transition: 0.2s
}

@media (max-width:500px) {
    .nSocial {
        float: right
    }

    .myButton {
        top: 60% !important;
        left: 30% !important;
    }
}

.padText {
    padding: 0 30px;
    margin-top: -22px
}

.padText li {
    list-style-type: square;
    list-style-position: inside;
    padding: 10px 0
}

@media (max-width:500px) {
    .padText {
        padding: 0
    }
}

.modalTitle {
    font-size: 1.2em;
    color: #FD3600;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding-left: 5px;
    margin-right: 35%
}

.h2size {
    font-size: 20px;
    margin-top: 10px
}

.whyyyyyy {
    width: 270px
}

.whyyyyyy2 {
    width: 210px
}

.logoverysmalxddx {
    width: 180px
}

.loguitoxdxd {
    background: url(../images/logo.svg);
    width: 270px;
    height: 100px;
    background-repeat: no-repeat;
    margin-top: 20px
}

.rowCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.section-padding {
    padding: 80px
}

.section-padding2 {
    padding: 80px 0 10px 0
}

.section-padding3 {
    padding: 40px 0 10px 0
}

.section-padding3::before,
.section-padding2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/background/textura.jpg);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    opacity: .05;
    z-index: -1
}

.numberAll {
    color: white
}

.numberAll:hover {
    color: white;
    text-decoration: underline
}

@media (max-width:1500px) {
    .loguitoxdxd {
        background: url(../images/logo.svg);
        width: 200px;
        height: 100px;
        background-repeat: no-repeat
    }
}

@media (max-width:500px) {
    .loguitoxdxd {
        background: url(../images/logo.svg);
        width: 200px;
        height: 55px;
        background-repeat: no-repeat;
        margin-left: 15px;
        margin-top: 20px
    }

    .whyyyyyy2 {
        width: 170px;
        margin-top: 10px
    }
}

.boxCont-xdxd {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 100px;
    width: 80%;
    margin-right: -20px;
    margin-bottom: -60px
}

.marginTopxd {
    margin-top: -50px
}

.box-XDdxXDDXd {
    position: relative;
    width: 200px;
    height: 200px;
    background: linear-gradient(to top, rgba(250, 250, 250, 1), rgba(255, 255, 255, 1));
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.box-XDdxXDDXd h4 {
    margin-top: 100px !important;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #FD3600;
}

.rombo-xddXxd {
    position: absolute;
    width: 65px;
    height: 65px;
    background: #FD3600;
    border-radius: 3px;
    transform: rotate(45deg);
    margin-top: -70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s
}

.rombo-xddXxd img {
    width: 60%
}

.box-XDdxXDDXd:hover {
    background: #FD3600
}

.box-XDdxXDDXd:hover h4 {
    display: none
}

.box-XDdxXDDXd:hover .rombo-xddXxd {
    transform: rotate(0deg);
    width: 193px;
    margin: 0
}

.nosexd {
    width: 100%;
    height: 2px;
    background: #FD3600
}

.rowFactsssssssssss {
    display: flex;
    justify-content: center;
    align-items: center
}

.coooooooooooonnoti {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 80px 50px;
    width: 100%;
    position: relative
}

.coooooooooooonnoti::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/background/textura.jpg);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    opacity: .08;
    z-index: -1
}

.conotiContainer {
    position: relative
}

.notiIndexTitle {
    border-left: 3px solid #FD3600;
    padding-left: 20px;
    margin-bottom: 30px
}

.xddddddddddddddddddddddddd h2 {
    color: #444
}

.titlenoti {
    color: #00A32B;
    text-transform: uppercase;
    font-weight: 700
}

.notiCONTAINERindex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-right: -15px;
    width: 100%
}

.notiCardIndex {
    position: relative;
    width: 550px;
    height: 520px;
    background: white;
    margin-right: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    z-index: 1
}

.imgBgIndx {
    position: relative;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0
}

.imgBgIndx img {
    max-width: 100%;
    max-height: 1005;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cardNotiBody {
    position: relative;
    width: 100%;
    height: 246px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: white
}

.cardNotiBody a {
    position: relative;
    background: #FD3600;
    padding: 15px 30px;
    color: white;
    width: auto;
    margin-top: auto
}

.cardNotiBody a::after {
    content: '';
    transition: 0.2s
}

.cardNotiBody a:hover::after {
    content: '\f061';
    font-family: 'FontAwesome', sans-serif;
    margin-left: 15px
}

.cardNotiBody h3 {
    color: gray;
    font-weight: 700
}

.cardNotiBody span {
    color: rgba(61, 173, 75, .5);
    font-size: 14px
}

.cardNotiBody i {
    margin-right: 10px
}

.overImgOrange {
    position: absolute;
    width: 100%;
    height: 407px;
    background: #6c757d94;
    top: 0;
    left: 0;
    transition: 0.3s
}

.notiCardIndex:hover .overImgOrange {
    width: 0;
}

@media (max-width:740px) {
    .coooooooooooonnoti {
        padding: 30px 0 10px 0
    }

    .counter-section {
        padding: 85px 105px 50px
    }

    .notiCONTAINERindex {
        flex-direction: column
    }

    .notiCardIndex {
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 117px;
        box-shadow: none
    }

    .notiIndexTitle h2 {
        font-size: 26px
    }

    .titlenoti {
        font-size: 14px
    }

    .cardNotiBody {
        width: 100%
    }

    .imgBgIndx {
        display: none
    }

    .overImgOrange {
        height: 166px
    }

    .notiCardIndex:hover .overImgOrange {
        width: 100%
    }

    .cardNotiBody {
        position: relative
    }
}

.iCenter {
    display: flex;
    justify-content: center;
    align-items: center
}

.iconBuilding {
    background-image: url(../images/icons/edificio.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center
}

.iconAnios {
    background-image: url(../images/icons/hanging-calendar.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center
}

.parEdu {
    font-size: 1.1em;
    font-weight: 400;
    text-align: justify
}

.parEdu h5 {
    margin: 0;
    margin-bottom: 10px;
    color: gray;
    text-align: left
}

.parEdu p {
    color: gray
}

.parEdu b {
    color: #777
}

.pNosotros {
    padding: 30px 30px 0 30px;
    font-size: 1.1em;
    text-align: justify;
    color: gray
}

.misvis {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.mision,
.vision {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-direction: column;
    width: 550px;
    height: 310px;
    padding: 40px;
    background: rgba(61, 173, 75, .9);
    text-align: justify;
    transition: 0.2s
}

.mision {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.vision {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.mision:hover,
.vision:hover {
    box-shadow: 0 0 10px rgba(61, 173, 75, .8);
    cursor: crosshair
}

.mision::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: #FD3600;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: 0.2s;
    animation: lineAnimeH 3s ease-in-out
}

.vision::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #FD3600;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: 0.2s;
    animation: lineAnimeH 3s ease-in-out
}

.mision::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #FD3600;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: 0.2s;
    animation: lineAnimeW 3s ease-in-out
}

.vision::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background: #FD3600;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: 0.2s;
    animation: lineAnimeW 3s ease-in-out
}

@keyframes lineAnimeW {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes lineAnimeH {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

.mision h3,
.vision h3 {
    color: white;
    letter-spacing: 2px;
    font-weight: 700
}

.mision p,
.vision p {
    font-size: 1.1em;
    padding: 20px 10px 0 10px;
    color: white
}

@media (max-width:500px) {
    .pNosotros {
        padding: 10px 10px 0 10px
    }

    .misvis {
        flex-direction: column
    }

    .mision,
    .vision {
        width: 100%;
        height: auto
    }

    .mision p,
    .vision p {
        text-align: center;
        padding: 0
    }

    .mision::before,
    .vision::before {
        display: none
    }
}

.excelencia {
    background: url(../images/icons/excelencia.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    margin-left: 37px
}

.integridad {
    background: url(../images/icons/integridad.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
    margin-left: 24px
}

.responsabilidad {
    background: url(../images/icons/responsabilidad.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    margin-left: 24px
}

.lealtad {
    background: url(../images/icons/lealtad.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    margin-left: 24px
}

.respeto {
    background: url(../images/icons/respeto.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    margin-left: 24px
}

.compromiso {
    background: url(../images/icons/compromiso.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 26px;
    margin-top: 25px
}

.iframeCont {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    height: 800px
}

.iframeCont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: auto
}

.imagesContainer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f1f1f1
}

.paddingOrg {
    width: 100%;
    height: 50px
}

.imgBorder {
    position: relative;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.imgBorder img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    transition: 0.2s;
    cursor: pointer
}

.imgBorder img:hover {
    background: rgba(227, 81, 0, .3)
}

.hoverOrg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: rgba(61, 173, 75, .9);
    transition: 0.2s;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.hoverOrgTit {
    position: relative;
    color: white;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

@media (max-width:500px) {
    .imagesContainer {
        background: white
    }

    .imgBorder {
        width: 100%
    }

    .hoverOrg {
        height: 50px
    }

    .hoverOrgTit {
        font-size: 18px
    }
}

.hoverOrgTit:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 0%;
    background: white;
    transition: 0.2s
}

.imgBorder:hover .hoverOrgTit:before {
    width: 100%
}

.padText2 {
    padding: 0 40px;
    margin-top: -22px
}

.padText2 li {
    list-style-type: square;
    list-style-position: outside;
    padding: 10px 10px;
    line-height: 20px
}

.eduCont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: -30px;
    margin-top: 50px
}

.eduCard {
    position: relative;
    width: 300px;
    height: 100px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 30px;
    cursor: default;
    background: white;
    padding: 20px;
    text-align: center
}

.eduCard::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100px;
    background: #00A32B;
    opacity: .3;
    transition: 0.2s;
    left: 0
}

.eduCard:hover::before {
    width: 300px
}

.eduCard p {
    font-size: 1em;
    font-weight: 400;
    color: gray
}

.eduCard h6 {
    font-size: 1.1em;
    margin-top: -15px;
    font-weight: 700;
    color: #777
}

@media (max-width:500px) {
    .padText2 {
        padding: 0 5px
    }

    .padText2 li {
        list-style-position: inside;
        padding: 10px 5px;
        line-height: auto
    }

    .eduCont {
        flex-direction: column
    }

    .eduCard {
        width: 90%;
        margin-bottom: 20px
    }

    .eduCard:hover::before {
        width: 100%
    }
}

.boxServicesCont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: -20px;
    margin-bottom: -20px
}

.boxServicios {
    position: relative;
    width: 280px;
    height: 280px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer
}

.boxServicios::before {
    content: '';
    position: absolute;
    background: #00A32B;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s ease-out;
    z-index: -1
}

.boxServicios::after {
    content: '';
    position: absolute;
    background: #00A32B;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    transition: 0.5s ease-out;
    z-index: -1
}

.boxServicios:hover::after {
    width: 50%
}

.boxServicios:hover::before {
    width: 50%
}

.boxServicios h6 {
    position: relative;
    color: #555;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 18px
}

.boxServicios .text {
    position: relative;
    color: gray;
    font-size: 16px;
    line-height: 1.7em
}

.boxServicios .text a:hover {
    text-decoration: underline
}

.boxServicios h6,
.boxServicios .text a,
.boxServicios .energia,
.boxServicios .tigo,
.boxServicios .remesas,
.boxServicios .giros,
.boxServicios .unired,
.boxServicios .transferencia,
.boxServicios .app-movil- {
    transition: 0.8s
}

.boxServicios:hover h6,
.boxServicios:hover .text {
    color: white
}

.energia {
    background-image: url(../images/servicios/icon%20verde.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center
}

.boxServicios:hover .energia {
    background-image: url(../images/servicios/icon.svg)
}

.tigo {
    background-image: url(../images/servicios/smartphon%20verde.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center
}

.boxServicios:hover .tigo {
    background-image: url(../images/servicios/smartphone.svg)
}

.remesas {
    background-image: url(../images/servicios/money%20verde.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center
}

.boxServicios:hover .remesas {
    background-image: url(../images/servicios/money.svg)
}

.giros {
    background-image: url(../images/servicios/transaction%20%20verde.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center
}

.boxServicios:hover .giros {
    background-image: url(../images/servicios/transaction.svg)
}

.unired {
    background-image: url(../images/servicios/digital-finance_verde.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center
}

.boxServicios:hover .unired {
    background-image: url(../images/servicios/digital-finance.svg)
}

.matricula {
    background-image: url(../images/servicios/matricula%20verde.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center
}

.boxServicios:hover .matricula {
    background-image: url(../images/servicios/matricula.svg)
}

.casa {
    background-image: url(../images/icons/casaverde.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s
}

.boxServicios:hover .casa {
    background-image: url(../images/icons/casa.svg);
    transform: scale(2)
}

.transferencia {
    background-image: url(../images/servicios/ACH.svg);
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
}

.boxServicios:hover .transferencia {
    background-image: url(../images/servicios/ACH-blanco.svg);
}

.app-movil- {
    background-image: url(../images/servicios/APP.svg);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
}

.boxServicios:hover .app-movil- {
    background-image: url(../images/servicios/APP-blanco.svg);

}

.pDesc {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    background: #00A32B;
    border-top: 10px solid #FD3600;
    padding: 20px
}

.pDesc h3 {
    color: white;
    margin-bottom: 30px
}

.pUl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%
}

.pUl>li {
    flex: 0 50%;
    width: auto;
    height: auto;
    padding: 10px 20px;
    color: white;
    cursor: default;
    transition: 0.2s;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.pUl li:hover {
    background: #FD3600;
    color: white;
    border-bottom: 1px solid #b03f00
}

@media screen and (max-width:500px) {
    .pDesc h3 {
        font-size: 1.5em;
        font-weight: 700;
        text-align: center
    }

    .pUl>li {
        flex: auto;
        border-bottom: none;
        border-left: 1px solid rgba(255, 255, 255, .6)
    }
}

.proCont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.proCard {
    position: relative;
    width: 25%;
    height: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.proCard img {
    max-width: 100%;
    width: auto;
    height: auto
}

.filterModal {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(0, 0, 0, 0);
    transition: 0.3s;
    z-index: 0
}

.hyperText {
    position: absolute;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    transition: 0.3s;
    opacity: 1;
    z-index: 0;
    text-align: center;
    font-size: 20px;
    background: rgba(61, 173, 75, .8);
    padding: 10px 30px;
    width: auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.2s;
    left: 0
}

.hyper {
    position: absolute;
    transform: scale(0);
    transition: 0.3s;
    top: 15px;
    left: 15px;
    width: 80%;
    height: 80%;
    background: rgba(61, 173, 75, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1
}

.hyper a {
    color: white;
    background: transparent;
    border: 1px solid white;
    padding: 10px 20px
}

.proCard:hover .hyper {
    transform: scale(1)
}

.proCard:hover .hyperText {
    left: 15px;
    opacity: 0
}

.hyper a:hover {
    background: white;
    color: #00A32B
}

.proCard:hover .filterModal {
    background: transparent
}

.h6forAccounts {
    color: #FD3600;
    margin-bottom: 10px
}

.beneficiosContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%
}

.marginBenCont {
    margin: 20px 0 50px 0
}

.marginBenCont2 {
    margin: 0 0 50px 0
}

.beneficioxd {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0 20px 0
}

.beneficiosContainer i {
    width: 60px;
    height: 60px;
    background: rgba(227, 81, 0, .4);
    color: white;
    border-radius: 50%;
    margin-right: 20px;
    font-family: 'FontAwesome', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    transition: 0.5s
}

.beneficioxd:hover i {
    background: rgba(227, 81, 0, 1)
}

.beneficioDesc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%
}

.beneficioDesc h4 {
    color: #00A32B;
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.beneficioDesc p {
    font-size: 14px;
    color: gray;
    text-align: justify;
    width: 100%;
    margin: 0
}

.beneficioDesc2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 15px
}

.beneficioDesc2:hover {
    background: rgba(61, 173, 75, .8);
    color: white
}

.beneficioDesc2 p {
    margin: 0
}

.gray {
    background: #f9f9f9
}

.previewPro {
    width: 400px;
    height: 400px
}

.previewPro img {
    max-width: 100%;
    width: auto;
    height: auto
}

@media (max-width:500px) {
    .beneficiosContainer i {
        display: none
    }

    .beneficioDesc p {
        width: 100%
    }

    .previewPro {
        width: 100%;
        height: auto
    }
}

.textTabsDebit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.textTabsDebit p {
    flex: auto;
    border: 1px solid rgba(61, 173, 75, .2);
    text-align: center;
    padding: 10px;
    margin: 0;
    background: rgba(61, 173, 75, .05);
    color: #00A32B
}

.textTabsDebit p:hover {
    color: white;
    background: rgba(61, 173, 75, .5)
}

.textTabsDebit p:hover .aDebit {
    color: white
}

.aDebit,
.aDebit:visited,
.aDebit:link,
.aDebit:active {
    color: #00A32B
}

.aDebit:hover {
    text-decoration: underline;
    color: white
}

.buttonBackpro {
    padding: 10px 20px;
    background: #FD3600;
    border: 1px solid #FD3600;
    transition: 0.2s;
    color: white;
    cursor: pointer;
    border-radius: 3px
}

.buttonBackpro:hover {
    background: #FD3600;
    color: white
}

.buttonBackpro::before {
    content: '';
    transition: 0.2s
}

.buttonBackpro:hover::before {
    content: '\f060';
    font-family: 'FontAwesome', sans-serif;
    margin-right: 15px
}

.porcentTable {
    margin-bottom: 50px
}

.porcentTable table {
    width: 100%;
    border: 1px solid #e5e5e5
}

.porcentTable th {
    background: rgba(61, 173, 75, .8);
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #369a43;
    text-align: left
}

.porcentTable th:hover {
    background: rgba(61, 173, 75, 1)
}

.porcentTable td {
    background: #f5f5f5;
    padding: 10px 20px 10px 20px;
    border: 1px solid lightgray;
    cursor: default;
    text-align: justify;
    hyphens: auto
}

.porcentTable td:hover {
    background: #e5e5e5
}

.promoActivos {
    width: 300px;
    height: 330px;
    background: #00A32B;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    border-bottom: 10px solid #FD3600;
    border-radius: 3px
}

.promoActivos h4,
.promoActivos p {
    color: white
}

.promoActivos p {
    margin-top: 10px
}

.buttonToAct {
    width: auto;
    height: auto;
    color: white;
    border: 1px solid white;
    background: transparent;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.2s;
    margin-top: auto
}

.buttonToAct:hover {
    background: white;
    color: #00A32B
}

@media (max-width:500px) {
    .porcentTable {
        overflow-x: scroll
    }
}

.previewImg2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    background: transparent;
    width: 100%;
    margin-top: 25px
}

@media screen and (max-width:500px) {
    .previewImg2 {
        width: 100%;
        height: 100px
    }

    .imgVisor2 {
        position: relative
    }

    .imgVisor2::after {
        content: '';
        position: absolute;
        background: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .1));
        width: 100%;
        height: 100%
    }

    .imgVisor2 img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        object-fit: cover
    }
}

.imgVisor2 {
    display: inline;
    cursor: pointer;
    width: 200px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent
}

.imgVisor2 img {
    max-width: 100%;
    max-height: 100%;
    width: 200px;
    height: 150px
}

.contentImgVisor2 {
    width: 100%;
    height: auto;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center
}

.contentImgVisor2 img {
    max-width: 100%;
    width: auto;
    height: auto
}

.boxActivosCont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: -20px;
    margin-bottom: -20px
}

.boxActivos {
    position: relative;
    width: 280px;
    height: 280px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-bottom: 3px solid #00A32B;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer
}

.boxActivos::before {
    content: '';
    position: absolute;
    background: #00A32B;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s ease-out;
    z-index: -1
}

.boxActivos::after {
    content: '';
    position: absolute;
    background: #00A32B;
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    transition: 0.3s ease-out;
    z-index: -1
}

.boxActivos:hover::after {
    width: 50%
}

.boxActivos:hover::before {
    width: 50%
}

.boxActivos h6 {
    position: relative;
    color: #555;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 18px
}

.boxActivos h6,
.boxActivos .casa,
.boxActivos .comercial,
.boxActivos .terreno {
    transition: 0.5s
}

.boxActivos:hover h6 {
    color: white;
    opacity: 0
}

.terreno {
    background-image: url(../images/icons/terrenoverde.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0
}

.boxActivos:hover .terreno {
    margin-top: 40px;
    background-image: url(../images/icons/terreno.svg);
    transform: scale(2)
}

.casa {
    background-image: url(../images/icons/casaverde.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0
}

.boxActivos:hover .casa {
    margin-top: 40px;
    background-image: url(../images/icons/casa.svg);
    transform: scale(2)
}

.comercial {
    background-image: url(../images/icons/edificioverde.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0
}

.boxActivos:hover .comercial {
    margin-top: 40px;
    background-image: url(../images/icons/edificioAct.svg);
    transform: scale(2)
}

.filterCont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.filterActivos {
    width: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    background: #f3f3f3;
    padding: 35px
}

.depFilter,
.catFilter,
.preFilter {
    width: 340px;
    height: auto;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

.selectFilter {
    border: 1px solid #999;
    padding: 10px;
    width: 300px
}

.filterBtn {
    position: relative;
    width: 150px;
    height: auto;
    padding: 10px;
    cursor: pointer;
    background: #00A32B;
    color: white;
    transition: 0.2s
}

.filterBtn:hover {
    background: #30873b
}

.actCont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-right: -20px;
    margin-top: 50px
}

.actCard {
    position: relative;
    width: 360px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px
}

.actCard img {
    width: 360px;
    height: 240px;
    max-width: 100%;
    background-size: contain
}

.pcont {
    position: absolute;
    font-size: 1em;
    bottom: 0;
    left: 0;
    width: 100%
}

.tituloActivo {
    background: #00A32B;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 40px
}

.precioActivo {
    background: #FD3600;
    color: white;
    width: 360px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tituloActivo p,
.precioActivo p {
    margin: 0
}

.hyperActivo {
    position: absolute;
    transform: scale(0);
    transition: 0.3s;
    top: 0;
    left: 0;
    width: 360px;
    height: 240px;
    background: rgba(61, 173, 75, .9);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1
}

.actCard:hover .hyperActivo {
    transform: scale(1)
}

.actButton {
    width: 200px;
    padding: 10px;
    background: white;
    color: #00A32B;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.actButton:hover {
    background: #FD3600;
    color: white
}

.mrgntp {
    margin-top: 50px
}

.hvrgrn:hover {
    background: #00A32B;
    border: 1px solid #00A32B
}

.pagesCont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-right: -10px;
    margin-top: 40px;
    margin-bottom: 40px
}

.pages {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.pages a {
    color: white;
    background: #FD3600;
    padding: 10px 15px;
    margin-right: 10px;
    transition: 0.2s;
    border-radius: 2px
}

.pages a:hover {
    background: #00A32B;
    color: white;
    text-decoration: none
}

.envAct {
    margin-right: 10px;
    color: white;
    font-size: 20px
}

.envLink {
    color: white
}

.envLink:hover {
    color: white;
    text-decoration: underline
}

@media (max-width:500px) {
    .filterActivos {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .depFilter,
    .catFilter,
    .preFilter {
        justify-content: center;
        align-items: center;
        align-items: center;
        margin-bottom: 20px
    }

    .actCont {
        flex-direction: column
    }

    pcont {
        width: 100%
    }

    .actCard,
    .hyperActivo,
    .actCard img {
        width: 100%
    }

    .actCard {
        margin: 0;
        margin-bottom: 20px
    }

    .tituloActivo {
        width: 100%;
        padding: 10px 15px;
        height: auto
    }

    .precioActivo {
        width: 100%;
        padding: 5px 15px;
        height: auto
    }

    .pagesCont {
        justify-content: center
    }

    #notttt {
        display: none
    }
}

.actContainerrr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    height: auto;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 10px
}

.leftSideAct {
    width: 550px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column
}

.rightSideAct {
    width: 550px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

.ubicacionAct {
    width: 100%;
    height: auto;
    background: #e5e5e5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 3px
}

.ubicacionAct i,
.descdesc i {
    color: #FD3600;
    font-size: 50px;
    margin-right: 15px
}

.ubiConttt {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    border-radius: 3px
}

.ubiConttt h5,
.descdesc h5 {
    font-weight: 700;
    font-size: 18px;
    color: #444;
    margin: 0
}

.ubiConttt p {
    margin: 0;
    color: #444
}

.descripcionAct {
    background: #e5e5e5;
    width: 100%;
    height: auto;
    border-radius: 3px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
    margin-bottom: 20px
}

.descdesc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.lineDesc {
    width: 100%;
    height: 2px;
    background: #444;
    margin-top: 20px;
    margin-bottom: 20px
}

.detalles p {
    color: #444;
    font-size: 16px
}

.previewImg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: -15px
}

.imgVisor {
    display: inline;
    cursor: pointer;
    width: 130px;
    height: 130px;
    margin-right: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.imgVisor img {
    max-width: 100%;
    width: auto;
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.contentImgVisor {
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center
}

.contentImgVisor img {
    max-width: 100%;
    width: auto;
    height: auto
}

.dic {
    display: block
}

.conacttt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.inforAct {
    width: 550px;
    height: auto;
    z-index: 1
}

.inforActact {
    color: white
}

.inforActact h2 {
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0
}

.contactAct {
    width: 550px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    z-index: 1
}

.contactAct p {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px
}

.formAct {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap
}

.formAct input[type=text] {
    border: 1px solid #00A32B;
    padding: 10px;
    width: 250px;
    margin: 10px;
    border-radius: 3px
}

.formAct button {
    padding: 10px;
    width: 250px;
    border-radius: 3px;
    margin: 10px;
    background: #FD3600;
    color: white;
    cursor: pointer;
    transition: 0.2s
}

.formAct button:hover {
    background: #ff6a17;
    color: white
}

.colFormA {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%
}

.colFormA textarea {
    width: 100%;
    border-radius: 3px;
    margin: 10px;
    padding: 10px
}

@media (max-width:500px) {
    .actContainerrr {
        flex-direction: column
    }

    .leftSideAct,
    .rightSideAct {
        width: 100%
    }

    .leftSideAct {
        margin-bottom: 20px
    }

    .imgVisor {
        width: 25%
    }

    .conacttt {
        flex-direction: column
    }

    .inforAct,
    .contactAct {
        width: 100%
    }

    .inforAct {
        margin-bottom: 20px;
        padding-left: 20px
    }

    .contactAct p {
        margin: 0;
        width: 100%;
        text-align: center
    }

    .colFormA {
        width: 100%
    }

    .formAct input[type=text],
    .colFormA textarea {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .dvActv {
        width: 100%;
        height: 1px;
        background: white;
        margin-top: 10px;
        margin-bottom: 20px;
        z-index: 1
    }
}

.zonasCont {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%
}

.zonasCont h2 {
    color: white;
    font-size: 2.8em;
    font-weight: 700;
    margin: 0;
    margin-bottom: 60px;
    width: 100%;
    text-transform: uppercase;
    z-index: 1
}

.zonasCont h2::before {
    content: '';
    position: absolute;
    background: white;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0
}

.zonas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 25px
}

.zona {
    margin-bottom: 25px;
    margin-right: 50px
}

.zona a,
.zona a:active,
.zona a:link,
.zona a:visited {
    color: white
}

.zona a:hover {
    color: white;
    text-decoration: underline
}

@media (max-width:500px) {

    .zonasCont,
    .zonas {
        justify-content: center;
        align-items: center
    }

    .zonasCont h2 {
        margin: 0;
        margin-bottom: 30px;
        font-size: 3em;
        text-align: center
    }

    .zonasCont h2::before {
        height: 1px
    }

    .zona {
        margin: 0;
        margin-bottom: 30px
    }
}

.derechosydeberes {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    margin-top: 50px;
    flex-wrap: wrap
}

.reclamosyquejas {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    margin-top: 50px;
    flex-wrap: wrap
}

.derechos {
    margin-right: 100px
}

.derechos,
.deberes {
    width: 520px;
    height: auto
}

.derechos h3,
.deberes h3 {
    font-weight: 600;
    color: #555
}

.itemDer,
.itemDeb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding: 20px 20px;
    transition: 0.2s;
    cursor: grab
}

.itemDer:active,
.itemDeb:active {
    cursor: grabbing
}

.numberDer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #00A32B;
    margin-right: 10px;
    border-radius: 300px
}

.numberDeb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #FD3600;
    margin-right: 10px;
    border-radius: 300px
}

.numberDer p,
.numberDeb p {
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin: 0
}

.textDer,
.textDeb {
    width: 415px;
    text-align: justify
}

.itemDer:hover {
    background: #00A32B;
    color: white
}

.itemDeb:hover {
    background: #FD3600;
    color: white
}

.green {
    background: #00A32B;
    color: white
}

.orange {
    background: #FD3600;
    color: white
}

.green:hover {
    background: rgba(61, 173, 75, 1);
    color: white
}

.orange:hover {
    background: rgba(227, 81, 0, 1);
    color: white
}

.textRec {
    width: auto;
    text-align: justify
}

@media (max-width:500px) {

    .derechosydeberes,
    .reclamosyquejas {
        flex-direction: column
    }

    .derechos,
    .deberes {
        width: 100%
    }

    .textDer,
    .textDeb {
        width: 80%
    }

    .itemDer,
    .itemDeb {
        align-items: flex-start
    }
}

.copyr:hover {
    text-decoration: underline
}

.lnkFoo,
.lnkFoo:link,
.lnk:active,
.lnk:visited {
    color: white;
    padding-left: 10px;
}

.lnkFoo:hover {
    color: white;
    text-decoration: underline
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: inset;
    border-width: 0 30px 50px 30px;
    border-color: transparent transparent rgba(61, 173, 75, .7) transparent;
    float: left;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999
}

#return-to-top i {
    color: rgba(255, 255, 255, .8);
    margin: 0 auto;
    position: relative;
    left: -7px;
    top: 20px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    margin: 0
}

#return-to-top:hover {
    border-color: transparent transparent rgba(61, 173, 75, 1) transparent
}

#return-to-top:hover i {
    color: rgba(255, 255, 255, 1);
    top: 18px
}

::selection {
    background: #00A32B;
    color: white
}

::-moz-selection {
    background: #00A32B;
    color: white
}

::-webkit-selection {
    background: #00A32B;
    color: white
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-thumb {
    background: #00A32B
}

.filter-btn {
    position: absolute;
    z-index: 12;
    bottom: 25%;
    left: 12%;
    width: 40px;
    height: 40px;
    transition: all 1s
}

.filter-btn span {
    width: 40px;
    height: 40px;
    background: #00A32B;
    display: block;
    position: absolute;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    font-size: 22px;
    z-index: 999;
    box-shadow: 0 0 20px rgba(220, 220, 220, .5)
}

.filter-btn a {
    position: absolute;
    background: #00A32B;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
    right: 0;
    display: block;
    color: #fff;
    z-index: 99;
    font-size: 22px;
    transition: all .4s cubic-bezier(.68, 1, .265, 1)
}

#two {
    background: url(01.png) center;
    background-size: 75%;
    background-repeat: no-repeat;
    background-color: #006f1d
}

#three {
    background: url(02.png) center;
    background-size: 75%;
    background-repeat: no-repeat;
    background-color: #006f1d
}

#all {
    background: url(03.png) center;
    background-size: 75%;
    background-repeat: no-repeat;
    background-color: #006f1d
}

#a1 {
    background: url(04.png) center;
    background-size: 75%;
    background-repeat: no-repeat;
    background-color: #006f1d
}

#a2 {
    background: url(05.png) center;
    background-size: 75%;
    background-repeat: no-repeat;
    background-color: #006f1d
}

.filter-btn.open span.toggle-btn.ion-android-funnel {
    background-color: #AC3D07
}

.filter-btn.open .ion-android-funnel:before {
    content: "\f2d7"
}

.filter-btn.open a:nth-child(1) {
    transform: translate(0, 0)
}

.filter-btn.open a:nth-child(2) {
    transform: translate(50px, 0)
}

.filter-btn.open a:nth-child(3) {
    transform: translate(100px, 0)
}

.filter-btn.open a:nth-child(4) {
    transform: translate(150px, 0)
}

.filter-btn.open a:nth-child(5) {
    transform: translate(200px, 0)
}

.filter-btn.open a:nth-child(6) {
    transform: translate(250px, 0)
}

.btn-cuota {
    position: relative;
    padding: 10px 20px;
}

.btn-certi {
    padding: 10px 20px;
    background: #FD3600;
    border: 1px solid #FD3600;
    transition: 0.2s;
    color: white;
    cursor: pointer;
    border-radius: 3px;
}

.btn-certi:hover {
    padding: 10px 20px;
    background: rgba(61, 173, 75, .8);
    border: 1px solid rgba(61, 173, 75, .8);
    transition: 0.2s;
    color: white;
    cursor: pointer;
    border-radius: 3px;
}

.porcentTable th {
    text-align: center !important;
}