@font-face {
    font-family: "Poppins";
    src: url('Poppins_/Poppins-Regular.ttf');
}

@font-face {
    font-family: "Poppins Bold";
    src: url('Poppins_/Poppins-Bold.ttf');
}

@font-face {
    font-family: "Poppins SemiBold";
    src: url('Poppins_/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: "Poppins light";
    src: url('Poppins_/Poppins-Light.ttf');
}

@font-face {
    font-family: "Poppins-medium";
    src: url('Poppins_/Poppins-Medium.ttf');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: "Poppins";
}

.btn:focus,
.btn:active,
.btn:hover {
    box-shadow: none;
    outline: 0px;
}

.wrapper {
    position: relative;
    z-index: 5;
}

.logo-img {
    width: 115px;
    margin-left: -40px;
    margin-top: -5px;
}

.navbar-nav .nav-link {
    padding: 8px 18px !important;
    font-weight: 500;
    font-size: 14px;
    color: #4d4d4d !important;
}

.navbar-nav .nav-link.active {
    position: relative;
    font-family: "Poppins Bold";
}

.navbar-nav .nav-link.dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown-item {
    font-size: 14px;
    padding: 0px 18px;
    color: #4D4D4D;
}

.navbar-light .navbar-toggler {
    border: 0px;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:active,
.navbar-nav .dropdown-item.active {
    background-color: transparent;
    border: 0px;
    color: #4D4D4D;
    font-family: "Poppins Bold";
}

.navbar-nav .nav-item .dropdown-menu {
    display: none;
    top: -110%;
    transition: 0.3s all;
}

.navbar-nav .nav-item .dropdown-menu.show {
    display: block;
    top: 100%;
}

.navbar-nav .nav-link.active::before {
    position: absolute;
    content: "";
    background-image: url(../imgs/nav-link-before.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 13px;
    left: -5px;
    width: 10px;
    height: 10px;
}

.navbar-nav .nav-link.btn-login-mobile.active::before {
    content: "";
    background-image: none;
}

.btn-login-mobile img {
    width: 20px !important;
    height: 20px !important;
    margin-left: -28px !important;
    margin-right: 6px !important;
    /* position: absolute;
    background-image: url("../imgs/LOGIN MOBILE.png"); */
}

.navbar .container-botones {
    margin-left: 50px;
}

.navbar .container-botones .btn {
    text-decoration: unset;
    border-radius: 40px;
    height: 45px;
    font-size: 15px;
    transition: transform 0.2s ease-in-out;
}

.navbar .container-botones .btn-login,
.navbar .container-botones .btn-pagos {
    color: #868484;
    border: 1px solid #868484;
    padding: 10px 15px;
    padding-right: 13px;
}

.navbar .container-botones .btn-login {
    margin-left: 15px;
}

.navbar .container-botones .btn-pagos img {
    width: 25px;
}

.btn-login:hover,
.btn-pagos:hover {
    background-color: #15cf29;
    color: #fff !important;
    border-color: #15cf29 !important;
    transform: scale(1.09);
}

.btn-pagos:hover img {
    content: url(../imgs/COIN-BLANCO.svg);
}

.btn-login:hover .login-img {
    content: url(../imgs/BLANCO.png);
    /* Reemplaza con la imagen de hover */
}

.navbar .container-botones .btn-login img {
    width: 18px;
    margin-left: 7px;
}

.navbar .btn-cont {
    background-color: #ff461e;
    padding: 2px 0px 0px 20px;
    color: #fff;
    border-radius: 60px;
    margin-left: 15px;
    font-family: "Poppins Bold";
}

.navbar .btn-cont:hover {
    transform: scale(1.09);
}

.header .container {
    max-width: 1140px;
    padding: 5px 0px;
}

.container {
    max-width: 960px;
}

.header {
    border-bottom: 1px solid #BFBFBF;
    padding: 5px 0px;
}

#navbarNavAltMarkup ul li:first-child {
    margin-bottom: 8px;
}


.hero-section {
    padding: 50px 0px 100px;
}

.hero1-section {
    padding-bottom: 20px;
}


.hero-section .heading {
    font-size: 42px;
    line-height: 45px;
    font-family: "Poppins Bold";
}

.hero1-section .heading {
    color: #4D4D4D;
    margin-bottom: 25px;
}

.hero1-section .img img {
    max-width: 95%;
    padding-bottom: 30px;
}

.hero1-section .imagenes {
    display: flex;
    align-items: center;
    width: 75%;
    justify-content: space-between;
}

.hero1-section .imagenes .logo-cf {
    width: 130px;
}

.hero1-section .imagenes .logo-fng {
    width: 70px;
}

.fa-solid.fa-arrow-down {
    font-size: 10px;
    color: #4D4D4D;
    padding-right: 5px;
}

.hero-section .btn-outline {
    color: #4d4d4d;
    border-color: #868484;
    border-radius: 20px;
    width: 80%;
    padding: 9px 20px;
    font-family: "Poppins Bold";
    margin-bottom: 8px;
    font-size: 15px;
}

.btn-green:hover,
.btn-outline:hover {
    background-color: #ffc833 !important;
    border-color: #ffc833 !important;
    color: #fff !important;
}

.hero-section .button p {
    font-size: 13px;
    color: #868484;
    cursor: pointer;
    padding-left: 10px;
}

.hero-section .button p img {
    margin-right: 5px;
}

.hero-section .button p:hover {
    color: #4D4D4D;
}

.hero-section .imagen-moneda {
    margin-top: -20px;
}

.imagen-moneda img {
    width: 60px;
    margin-left: 20px;
}

.hero-section .button-img-row>* {
    padding: 0px;
}

.hero-section .right-imgs {
    position: relative;
}

.hero-section .right-imgs .vector-img {
    position: absolute;
    top: 20px;
    left: 36%;
}

.hero-section .right-imgs .vector-img img {
    width: 60px;
}

.banner-section {
    padding: 30px 50px;
    font-size: 1.7rem;
    line-height: 32px;
    font-family: "Poppins SemiBold";
    background-color: #15cf29;
    color: #fff;
    border-radius: 12px;
    height: 160px;
}

.banner-section .imgs-flex {
    display: flex;
    align-items: end;
}

.banner-section .imgs-flex .img {
    margin-bottom: -26px;
}

.banner-section .imgs-flex .img img {
    width: 95px;
}


.banner-section .imgs-flex .imgs {
    margin-top: -70px;
}

.banner-section .imgs-flex .imgs img {
    width: 200px;
}

.por-section {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #4d4d4d;
    padding: 100px 0px 50px 0px;
}

.por-section .heading {
    font-size: 32px;
    font-family: "Poppins Bold";
    line-height: 32px;
    position: relative;
    width: 320px;
    margin: auto;
    margin-bottom: 60px;
}

.por-section .heading::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 13px;
    background-image: url('../imgs/por-section/heading-bottom.webp');
    background-size: contain;
    background-repeat: no-repeat;
    left: 160px;
    bottom: -30px;
}

.por-section .row-flex {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.por-section .row-flex .col-lg-20 {
    width: 20%;
    flex: 0 0 auto;
}

.por-section .icon-card {
    max-width: 150px;
    margin: auto;
    cursor: pointer;
    text-align: center;
}

.por-section .icon-card .icon {
    margin-bottom: 24px;
    max-height: 60px;
    height: 55px;
}

.por-section .icon-card .title {
    font-size: 18px;
    font-family: "Poppins Bold";
    line-height: 20px;
    margin-bottom: 12px;
}

.por-section .icon-card .icon img {
    max-width: 70px;
    height: 50px;
    margin: auto;
    width: auto;
}

.por-section .icon-card .icon .hover-img,
.por-section .item.center .icon-card .icon img {
    display: none;
}

.por-section .item.center .icon-card .icon .hover-img {
    display: inline-block;
}

.por-section .item.center .icon-card .title {
    color: #15cf29;
}


#por_carousel {
    position: relative;
    overflow: hidden;
}

#por_carousel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
    /* Estándar */
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
    /* Safari */
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
    /* Firefox */
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
    /* Opera */
    z-index: 1;
}

#por_carousel::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
    /* Estándar */
    background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
    /* Safari */
    background: -moz-linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
    /* Firefox */
    background: -o-linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
    /* Opera */
    z-index: 1;
}

.por-section .icon-uno {
    width: 38px !important;
    height: 50px !important;
}

.por-section .icon-dos {
    width: 45px !important;
    height: 45px !important;
}

.por-section .padre-tres {
    padding-top: 5px;
}

.por-section .icon-tres {
    width: 43px !important;
    height: 38px !important;
}

.por-section .icon-cuatro {
    width: 46px !important;
    height: 51px !important;
}

.por-section .icon-cinco {
    width: 40px !important;
    height: 50px !important;
}

.por-section .icon-seis {
    width: 55px !important;
    height: 43px !important;
}

.por-section .icon-siete {
    width: 53px !important;
    height: 42px !important;
}

.por-section .icon-ocho {
    width: 50px !important;
    height: 45px !important;
}

.creditos-section {
    padding: 50px;
}

.creditos-section .bg-img {
    border-radius: 12px;
    position: relative;
    padding: 120px 0px;
}

.creditos-section .bg-img::before {
    content: "";
    background-image: url('../imgs/creditos-section/bg-img.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    border-radius: 12px;
    height: 300px;
    top: 0px;
    z-index: 0;
}

.creditos-section .bg-img .row {
    position: relative;
}

.creditos-section .bg-img .vector-img {
    position: absolute;
    top: -40px;
    left: 20px;
}

.creditos-section .bg-img .vector-img img {
    width: 150px;
}

.creditos-section .bg-img .creditors-card {
    max-width: 400px;
    margin: auto;
    background-color: #fff;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 .2rem 3rem rgb(97 97 97 / 18%);
    margin-bottom: 20px;
    height: 220px;
}

.creditos-section .bg-img .creditors-card .card-heading {
    background-color: #ff461e;
    border-radius: 12px 12px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    gap: 10px;
    font-size: 28px;
    font-family: "Poppins SemiBold";
    line-height: 34px;
    padding: 20px;
    color: #fff;
    padding-left: 50px;
}

.creditos-section .bg-img .creditors-card .card-heading img {
    width: 25px;
}

.creditos-section .bg-img .creditors-card.right-card .card-heading {
    background-color: #15cf29;
}

.creditos-section .bg-img .creditors-card .card-body {
    height: 160px;
    padding: 30px 40px;
    font-size: 14px;
    line-height: 22px;
    color: #4D4D4D;
}

.creditos-section .bg-img .button {
    text-align: center;
}

.creditos-section .bg-img .button .btn-outline {
    color: #4d4d4d;
    border-color: #4d4d4d;
    border-radius: 100px;
    font-size: 14px;
    font-family: "Poppins Bold";
    padding: 8px 30px;
    background: white;
}

.testimonail-section {
    background-color: #f4f4f4;
    padding: 80px 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.testimonail-section .container {
    position: relative;
}

.testimonail-section .container .vector-img {
    position: absolute;
    right: 40px;
    top: -180px;
}

.testimonail-section .vector-img img {
    width: 380px;
}

.testimonail-section .top-section {
    max-width: 320px;
    position: relative;
    margin-bottom: 42px;
}

.testimonail-section .heading {
    font-size: 32px;
    font-family: "Poppins SemiBold";
    color: #4d4d4d;
    line-height: 32px;
    max-width: 320px;
    margin-bottom: 12px;
}

.testimonail-section .top-section .vector-img {
    position: absolute;
    top: -20px;
    right: -10px;
}

.testimonail-section .top-section .vector-img img {
    width: 30px;
}

.testimonail-section .testimonial-card {
    background-color: #4d4d4d;
    width: 100%;
    border-radius: 20px;
    padding: 25px 20px;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    height: 380px !important;
    box-shadow: rgba(0, 0, 0, 0.176) 12px 25px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.owl-slider {
    display: flex;
    justify-content: center;
}

.testimonail-section #carousel {
    max-width: 850px;
}

.testimonail-section #carousel .owl-item {
    padding-bottom: 60px;
}

.testimonail-section #carousel .item {
    max-width: 260px;
}

.testimonail-section .testimonial-card .testimonial-card-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin: 80px 0px 40px 0px;
    min-height: 120px;
    max-width: 183px;
    display: flex;
    font-family: "Poppins light";
}

.testimonail-section .btn-green {
    background-color: #15cf29;
    padding: 7px 30px;
    color: #fff;
    border-radius: 100px;
    font-family: "Poppins SemiBold";
}

.testimonail-section .testimonial-card .testimonial-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonail-section .testimonial-card .testimonial-card-footer img {
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    /* object-fit: cover; */
    overflow: hidden;
}

.testimonail-section .testimonial-card .testimonial-card-footer .name {
    color: #ffc833;
    font-size: 16px;
    font-family: "Poppins Bold";
    line-height: 20px;
    margin-bottom: 12px;
}

.testimonail-section .testimonial-card .testimonial-card-footer .designation {
    font-size: 11px;
    font-weight: 400;
    font-family: "Poppins light";
}

.contact-section {
    padding: 100px 0px;
    font-size: 18px;
    line-height: 22px;
}

.contact-section .heading {
    font-size: 32px;
    font-family: "Poppins SemiBold";
    color: #4d4d4d;
    line-height: 32px;
    margin-bottom: 15px;
}

.contact-section .text {
    color: #4d4d4d;
}

.contact-section .form-control {
    padding: 15px 15px 15px 40px;
    margin-bottom: 8px;
    border: 1px solid #a1a1a1;
}

.contact-section p,
.contact-section p a {
    font-size: 12px;
    font-family: "Poppins Bold";
    color: #4d4d4d;
    line-height: 18px;
    margin-top: 20px;
}

.contact-section p a {
    text-decoration: unset;
}

.contact-section .bottom-text {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-family: "Poppins SemiBold";
    color: #4d4d4d;
}

.contact-section .bottom-text img {
    width: 45px;
}

.contact-section .bottom-text img:first-child {
    margin-right: 20px;
}

.contact-section .bottom-text a {
    text-decoration: unset;
}

.contact-section .bottom-text .icon-instagram,
.contact-section .bottom-text .icon-facebook {
    width: 35px;
}

.contact-section .bottom-text .icon-instagram {
    margin-left: 20px;
}

.text-center.bottom-text img:nth-child(2),
.text-center.bottom-text img:nth-child(3) {
    transition: 0.3s all;
}

.text-center.bottom-text img:nth-child(2):hover,
.text-center.bottom-text img:nth-child(3):hover {
    transform: scale(1.15);
}

.contact-section .mt-n75 {
    margin-top: -75px;
}

.footer-section {
    background-color: #15cf29;
    padding: 40px 0px 30px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: "Poppins";
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.footer-section .container {
    background-color: #15cf29;
}

.footer-section .heading {
    font-size: 32px;
    font-family: "Poppins SemiBold";
    line-height: 35px;
    margin-bottom: 10px;
}

.footer-section .footer-title {
    font-family: "Poppins Bold";
    margin-bottom: 25px;
    font-size: 18px;
}

.footer-section .social-links a,
.footer-section .footer-link a {
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
    text-decoration: unset;
}

.footer-section .footer-link a {
    font-size: 12px;
    margin-bottom: 0px;
}

.footer-section .address,
.footer-section .social-links a {
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 12px;
    font-family: "Poppins SemiBold";
}

.footer-section .copyrightText {
    margin-top: 70px;
    font-size: 10px;
}

.footer-section .text {
    font-size: 12px;
}


.hero4-section {
    padding: 0px;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 80px;
}

.hero4-section img {
    border-radius: 0px 0px 195px 195px;
    height: 230px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 60px;
}

.hero4-section .content {
    max-width: 700px;
    font-size: 38px;
    line-height: 42px;
    margin: auto;
}

.nuestros-section {
    text-align: center;
}

.nuestros-section .heading {
    font-size: 35px;
    line-height: 50px;
    font-family: "Poppins SemiBold";
    color: #4d4d4d;
    margin-bottom: 60px;
}

.nuestros-section .nuestros-card {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
}

.nuestros-section .nuestros-card .header {
    background-color: #ffc833;
    padding: 30px 50px;
    border-bottom: 0px;
    color: #fff;
    font-size: 20px;
    font-family: "Poppins SemiBold";
    line-height: 24px;
    margin-bottom: 12px;
    border-radius: 50px 50px 50px 0px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nuestros-section .nuestros-card.nuestros-card2 .header {
    background-color: #FF882B;
}

.nuestros-section .nuestros-card.nuestros-card2 .vector-img img {
    filter: drop-shadow(0 13px 2px rgba(191, 102, 32, 0.5));
}

.nuestros-section .nuestros-card.nuestros-card3 .header {
    background-color: #15cf29;
}

.nuestros-section .nuestros-card .vector-img {
    position: absolute;
    top: -60px;
    width: 100%;
    text-align: center;
}

.nuestros-section .nuestros-card .vector-img img {
    width: 75px;
}

.nuestros-section .nuestros-card .vector-img.text-end {
    top: -40px;
    right: 20px;
}

.nuestros-section .nuestros-card .vector-img.text-end img {
    width: 50px;
}

.crece-section {
    text-align: center;
    padding: 50px 0px;
    border-bottom: 1px solid #BFBFBF;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #4d4d4d;
}

.crece-section .heading {
    font-size: 35px;
    line-height: 50px;
    font-family: "Poppins Bold";
    margin-top: 30px;
    margin-bottom: 3px;
}

.crece-section img {
    max-width: 280px !important;
    margin: auto;
}

.crece-section .img2 img {
    margin-top: 30px;
    max-width: 110px !important;
    transition: 0.3s all;
    margin-left: 20px;
}

.crece-section .img2 img:hover {
    transform: scale(1.15);
}

.hero2-section {
    background-color: #ff461e;
    border-radius: 0px 0px 1000px 1000px;
    padding: 0px;
    color: #fff;
}

.hero2-section .heading {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.hero2-section .heading span {
    max-width: 325px;
    font-family: 'Poppins SemiBold';
}

.hero2-section .heading img {
    width: 60px;
    height: 50px;
}

.hero2-section .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    max-width: 355px;
}

.requisitos-section .content {
    position: relative;
    background-color: #ebebeb;
    padding: 0px 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 20px;
    color: #4d4d4d;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.requisitos-section .content .vector-img {
    display: none;
}

.requisitos-section .content .vector-img img {
    width: 80px;
}

.testimonail-section .owl-nav button.owl-prev {
    left: -60px;
}

.testimonail-section .owl-nav button.owl-next {
    right: -30px;
}

.por-section .icon-1 {
    width: 50px !important;
    height: 44px !important;
}

.por-section .icon-2 {
    width: 47px !important;
    height: 49px !important;
}

.por-section .icon-3 {
    width: 42px !important;
    height: 36px !important;
}

.requisitos-section .content .heading {
    font-size: 46px;
    line-height: 50px;
    font-family: "Poppins SemiBold";
    margin-bottom: 28px;
}

.requisitos-section .custom-col {
    flex: 0 0 calc((100% / 12) * 7.5);
    /* 7.5 columnas de ancho */
    max-width: calc((100% / 12) * 7.5);
}

.requisitos-section .custom-col-2 {
    flex: 0 0 calc((100% / 12) * 4.5);
    /* 7.5 columnas de ancho */
    max-width: calc((100% / 12) * 4.5);
}

.requisitos-section .imgs {
    position: relative;
}

.requisitos-section .imgs .vector-img {
    position: absolute;
    bottom: -40px;
    left: 20px;
}

.requisitos-section .imgs .vector-img img {
    width: 80px;
    height: 100%;

}

.requisitos-section .imgs .img img {
    border-radius: 20px;
    max-height: 350px;
}

.img-title-carousel-section {
    padding: 100px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #4d4d4d;
    text-align: center;
    border-bottom: 1px solid #BFBFBF;
}

.img-title-carousel-section .top-content {
    position: relative;
    margin-bottom: 48px;
}

.img-title-carousel-section .top-content .vector-img {
    position: absolute;
    right: 100px;
}

.img-title-carousel-section .top-content .vector-img img {
    width: 120px;
}

.img-title-carousel-section .top-content .heading {
    font-size: 30px;
    line-height: 35px;
    font-family: "Poppins SemiBold";
    max-width: 590px;
    margin: auto;
}

.img-title-carousel-section .item-content {
    max-width: 150px;
    margin: auto;
    padding: 20px 0px;
}

.img-title-carousel-section .item-content img {
    border-radius: 35px;
    margin-bottom: 24px;
    transition: 0.3s all;
    width: 80%;
    height: 120px;
    max-height: 120px;
    object-fit: cover;
}

.img-title-carousel-section .item-content img:hover {
    transform: scale(1.15);
}

.img-title-carousel-section #carousel .img {
    display: flex;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
}

.img-title-carousel-section .btn-green {
    background-color: #15cf29;
    padding: 7px 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    font-weight: bold;
}

.hero2-section.bg-green {
    background-color: #15cf29;
}

.hero2-section.bg-green .heading img {
    width: 55px;
    height: 55px;
    margin-top: -10px;
}

#por_carousel_mobile {
    display: none;
}

.owl-nav button {
    position: absolute;
    top: 40%;
    color: #868484 !important;
    margin: 0;
    transition: all 0.3s ease-in-out;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    font-size: 25px !important;
    line-height: 1 !important;
}

.owl-nav img {
    width: 35px;
}

.imagen-mobile,
.pilares-mobile {
    display: none;
}

.hero4-section .heading {
    font-size: 38px;
    line-height: 42px;
}

.checkbox-container .fas.fa-square {
    color: transparent;
}

.imagen-desktop {
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 20% 100%);
    height: 300px;
}

#por_carousel_mobile .item .icon-card .text {
    font-size: 12px;
}

#por_carousel_mobile .item .icon-card .title {
    margin-bottom: 5px;
    font-size: 16px;
}

#por_carousel_mobile .icon-1 {
    width: 36px !important;
    height: 50px !important;
}

#por_carousel_mobile .icon-2 {
    width: 40px !important;
    height: 40px !important;
}

#por_carousel_mobile .icon-3 {
    width: 36px !important;
    height: 33px !important;
    margin-top: 5px;
}

#por_carousel_mobile .icon-4 {
    width: 40px !important;
    height: 44px !important;
}

#por_carousel_mobile .icon-5 {
    width: 37px !important;
    height: 48px !important;
}

#por_carousel_mobile .icon-6 {
    width: 50px !important;
    height: 37px !important;
}

#por_carousel_mobile .icon-7 {
    width: 50px !important;
    height: 37px !important;
}

#por_carousel_mobile .icon-8 {
    width: 50px !important;
    height: 42px !important;
}

.footer-section .logo {
    width: 50px;
}

.logo-agora .img img {
    width: 140px;
}

.logo-agora .img a {
    text-decoration: unset;
}

.hero2-section .content {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.hero2-section .text {
    max-width: 395px;
}

.por-section .img img {
    border-radius: 20px;
    max-width: 180px;
}

.hero4-section {
    padding: 0px;
}

.nuestros-section {
    position: relative;
}

.line-break {
    display: none;
}

.items-mobile {
    display: none;
}

.owl-nav button.disabled {
    color: #4d4d4d !important;
}

#formulario .btn-outline {
    color: #4d4d4d;
    border-color: #868484;
    border-radius: 20px;
    font-family: "Poppins Bold";
    margin-top: 10px;
    font-size: 15px;
    padding: 10px 60px;
}

.success-message {
    background: #15cf291a;
    color: #727272;
    border: 1px solid #15cf2987;
}

.error-message {
    background: #ff00001c;
    border: 1px solid #b000002e;
}

.success-message,
.error-message {
    margin-top: 10px;
    display: none;
    padding: 10px;
    border-radius: 5px;
}

.success-message h6,
.error-message h6 {
    font-weight: 500;
}

.success-message h6 {
    color: green;
}

.success-message p,
.error-message p {
    font-family: 'Poppins' !important;
    font-weight: 100 !important;
    margin: 0;
}

.contenido {
    padding: 50px 0px;
}

.contenido .titulo {
    padding: 50px 0px;
}

.contenido .titulo h2 {
    font-weight: bold;
    color: #4D4D4D;
}

.contenido h5 {
    font-weight: bold;
    color: #4D4D4D;
}

.banner-section .imgs-flex .imgs .mobile {
    display: none;
}

.img-animate {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.img-loaded {
    opacity: 1;
}

.footer-section .sociedades-bic {
    margin-top: 25px;
}

.footer-section .sociedades-bic .img {
    padding-top: 15px;
}

.footer-section .sociedades-bic .text a {
    text-decoration: unset;
    color: #fff;
}

.footer-section .sociedades-bic .img img {
    width: 95px;
}

.footer-section .sociedades-bic .img .cf_logo {
    width: 110px;
    margin-top: 10px;
}

.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    /* Color oscuro semi-transparente */
    z-index: 1030;
    /* Asegura que esté por detrás del chatbot pero por delante del contenido normal */
    display: none;
    /* Inicialmente oculto */
}

.no-scroll {
    overflow: hidden;
}

.payments-info .mobile {
    display: none;
}




@media screen and (max-width: 1180px) {
    .logo-img {
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .logo-img {
        width: 100px;
    }

    .imagen-desktop {
        display: none;
    }

    .imagen-mobile {
        display: block;
    }

    .header {
        padding: 5px;
    }

    #por_carousel {
        display: none;
    }

    #por_carousel_mobile {
        display: flex;
    }

    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero1-section .img img {
        max-width: 100% !important;
    }

    .navbar .btn-cont {
        padding: 5px 10px;
    }

    .navbar .btn-cont,
    .logo-img {
        margin-left: 0px;
    }

    .hero-section {
        padding: 30px 0px 55px;
    }

    .hero1-section{
        padding-bottom: 20px;
    }

    .hero-section .row:first-child {
        flex-direction: column-reverse;
    }

    .hero-section .img {
        text-align: center !important;
        display: flex;
        justify-content: center;
    }

    .hero2-section .img img {
        margin-bottom: 20px;
        width: 300px;
    }

    .hero-section .button p {
        display: none;
    }

    .banner-section {
        /* height: auto; */
        padding: 20px 10px;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 120px;
        height: 140px;
    }

    .banner-section .imgs-flex {
        justify-content: center;
    }

    .banner-section .imgs-flex .img {
        display: none;
    }

    .banner-section .imgs-flex .imgs img {
        width: 170px;
        margin-top: 15px;
    }

    .banner-section .imgs-flex .imgs {
        margin-top: 0px;
        margin-bottom: -80px;
    }

    .creditos-section .bg-img .creditors-card .card-body {
        font-size: 16px;
    }

    .creditos-section .bg-img .button .btn-outline {
        font-size: 16px;
    }

    .creditos-section .bg-img .creditors-card .card-heading {
        font-size: 28px;
    }

    .por-section {
        font-size: 12px;
        line-height: 16px;
        padding: 50px 0px 80px 0px;
    }

    .por-section .row-flex {
        row-gap: 40px;
    }

    .por-section .row-flex .col-lg-20.col-sm-50 {
        width: 50%;
    }

    .creditos-section {
        padding: 40px 0px;
    }

    .creditos-section .container {
        padding: 0px;
    }

    .creditos-section .bg-img {
        border-radius: 0px;
    }

    .creditos-section .row {
        row-gap: 20px;
        padding: 0px 25px;
    }

    .testimonail-section .container .vector-img:first-child {
        display: none;
    }

    .testimonail-section .testimonial-card {
        margin: auto;
    }

    .contact-section {
        position: relative;
    }

    .contact-section .row {
        row-gap: 20px;
    }

    .contact-section .mt-n75 {
        position: absolute;
        top: 0px;
        right: 50px;
        width: 180px !important;
    }

    .logo-agora {
        display: flex;
        margin-top: 25px;
    }

    .logo-agora .text {
        margin-top: 1.5px;
    }

    .logo-agora .img {
        padding-left: 7px;
    }

    .footer-section .row {
        row-gap: 24px;
    }

    .footer-section .text-end {
        text-align: start;
        display: flex;
        gap: 14px;
    }

    .testimonail-section #carousel .item {
        max-width: 280px;
        width: 280px;
    }

    .hero2-section .heading {
        margin-bottom: 20px;
    }

    .hero2-section {
        padding: 0px 0px 70px;
        border-radius: 0px 0px 200px 200px;
    }

    .requisitos-section .content {
        padding: 40px 40px;
        text-align: center;
        font-size: 16px;
    }

    .img-title-carousel-section .top-content .vector-img {
        right: -10px;
    }

    .hero1-section .imagenes {
        width: 100%;
        justify-content: start;
        gap: 20px;
        margin-bottom: 20px;
    }

    .hero1-section .imagenes .logo-cf {
        width: 110px;
    }

    .hero1-section .imagenes .logo-fng {
        width: 60px;
    }

    .requisitos-section .content ul {
        padding-left: 0;
    }

    .requisitos-section .content ul li {
        list-style-position: inside;
    }

    .requisitos-section .content .heading {
        text-align: center;
    }

    .requisitos-section .content ul li::marker {
        font-size: .9em;
    }

    .nuestros-section .nuestros-card.nuestros-card2 .vector-img img {
        display: none;
    }

    .nuestros-section .heading {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .nuestros-section .nuestros-card .header {
        font-size: 30px;
        line-height: 30px;
    }

    .nuestros-section .nuestros-card {
        font-size: 16px;
    }

    .nuestros-section .nuestros-card .vector-img {
        top: -50px;
        left: 0px;
    }

    .nuestros-section .nuestros-card .vector-img.text-end {
        display: none;
    }

    .requisitos-section .content .vector-img {
        display: block;
        position: absolute;
        bottom: -50px;
        right: 30px;
    }

    .img-title-carousel-section .top-content .heading {
        font-size: 27px;
    }

    .pilares-mobile {
        display: block;
        width: 70px;
    }

    .nuestros-section .heading {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .creditos-section .bg-img::before {
        border-radius: 0px;
        background-position: left;
        height: 280px;
    }

    .footer-section .descripcion {
        font-size: 17px;
    }

    .hero4-section {
        padding: 0px;
    }

    .line-break-desktop {
        display: none;
    }

    .dropdown-menu {
        border: none;
        padding: 0;
    }

    .dropdown-toggle {
        display: none !important;
    }

    .navbar-nav .dropdown-item {
        padding: 8px 18px;
        position: relative;
        font-size: 15px;
    }

    .items-mobile {
        display: block;
    }

    #navbarNavAltMarkup ul li:first-child {
        margin-bottom: 0;
    }

    #navbarNavAltMarkup {
        padding-top: 25px;
        padding-left: 25px;
    }

    .dropdown-item.active::before {
        position: absolute;
        content: "";
        background-image: url(../imgs/nav-link-before.png);
        background-repeat: no-repeat;
        background-size: contain;
        top: 13px;
        left: -5px;
        width: 10px;
        height: 10px;
    }

    .navbar-nav .nav-link {
        font-size: 15px;
    }

    .header.sombra {
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
    }

    .banner-section .imgs-flex .imgs .desktop {
        display: none;
    }

    .banner-section .imgs-flex .imgs .mobile {
        display: block;
    }

    .footer-section .sociedades-bic {
        display: flex;
    }

    .footer-section .sociedades-bic .img {
        padding-left: 20px;
        padding-top: 0px;
    }

    .footer-section .sociedades-bic .img img {
        width: 85px;
    }

    .footer-section .sociedades-bic .img:last-child {
        padding-left: 10px;
    }

    .footer-section .sociedades-bic .img:last-child img {
        width: 95px;
    }

    .payments-info .mobile {
        display: block;
    }

    .payments-info .desktop {
        display: none;
    }

}

@media only screen and (max-width: 600px) {
    .header {
        padding: 10px 0px;
    }

    .testimonail-section .owl-nav button.owl-prev {
        left: 0px;
    }

    .testimonail-section .owl-nav button.owl-next {
        right: 10px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-section .heading {
        font-size: 30px;
        line-height: 32px;
    }

    .banner-section {
        height: 115px;
        line-height: 22px;
    }

    .hero-section .btn-outline {
        width: 100%;
        padding: 10px 20px;
    }

    .hero4-section img {
        height: 175px;
    }

    .crece-section img {
        max-width: 220px !important;
    }

    .crece-section .img2 img {
        max-width: 95px !important;
    }

    .crece-section .heading {
        line-height: 30px;
        margin-bottom: 5px;
    }

    .contact-section .mt-n75 {
        top: 35px;
        right: 20px;
        width: 120px !important;
    }

    .creditos-section .bg-img .creditors-card {
        height: auto;
    }

    .creditos-section .bg-img .creditors-card .card-heading {
        font-size: 22px;
    }

    .creditos-section .bg-img {
        padding: 200px 0px 40px;
    }

    .testimonail-section #carousel .owl-item {
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
    }

    .owl-nav button {
        top: 40%;
    }

    .owl-slider {
        margin-bottom: 0px !important;
    }

    .img-title-carousel-section .top-content .vector-img {
        width: 100%;
        text-align: center;
        bottom: -80px;
    }

    .img-title-carousel-section .top-content {
        margin-bottom: 100px;
    }

    .hero2-section {
        border-radius: 0px 0px 120px 120px;
    }

    .img-title-carousel-section .item-content {
        max-width: 240px;
    }

    .hero4-section img {
        height: 140px;
        border-radius: 0px 0px 170px 170px;
        position: absolute;
        left: 0;
    }

    .hero2-section .heading img {
        width: 56px;
        height: 47px;
        margin-top: -12px;
    }

    .hero4-section .content {
        margin-top: 205px;
    }

    .nuestros-section .heading {
        font-size: 28px;
    }

    .nuestros-section .nuestros-card .header {
        font-size: 20px;
        height: 130px;
        padding: 0;
        margin-bottom: 0;
        line-height: 25px;
    }

    .crece-section .heading {
        font-size: 30px;
    }

    .crece-section {
        font-size: 16px;
        line-height: 20px;
    }

    .requisitos-section .content .heading {
        font-size: 32px;
    }

    .requisitos-section .content {
        padding: 40px;
    }

    .hero-section .right-imgs .vector-img {
        top: 20px;
    }

    .hero-section .right-imgs .vector-img img {
        width: 40px;
    }

    .hero4-section .content {
        font-size: 30px;
        line-height: 32px;
    }

    .navbar .btn-cont {
        padding: 12px 18px;
    }

    .hero1-section .img img {
        padding-bottom: 50px;
    }

    .imagen-moneda img {
        width: 40px;
    }

    .banner-section .imgs-flex .imgs img {
        width: 145px;
    }

    .por-section .heading {
        font-size: 30px;
    }

    .por-section .heading::after {
        width: 13px;
        height: 11px;
        bottom: -25px;
    }

    .por-section .icon-card .icon {
        margin-bottom: 5px;
    }

    .creditos-section .bg-img .vector-img img {
        width: 100px;
    }

    .creditos-section .bg-img .creditors-card {
        border-radius: 20px;
    }

    .creditos-section .bg-img .creditors-card .card-heading {
        border-radius: 20px 20px 0px 0px;
        padding: 15px 30px 15px 30px;

    }

    .creditos-section .bg-img .creditors-card .card-heading img {
        width: 20px;
        height: 25px;
    }

    .creditos-section .bg-img .creditors-card.right-card .card-heading {
        margin-top: 60px;
    }

    .testimonail-section .heading {
        font-size: 28px;

    }

    .testimonail-section .top-section .vector-img {
        right: 20px;
    }

    .testimonail-section .top-section .vector-img img {
        width: 25px;
    }

    .testimonail-section {
        font-size: 16px;
    }

    .testimonail-section .testimonial-card {
        padding: 25px 30px;
    }

    .testimonail-section .testimonial-card .testimonial-card-footer {
        align-items: end;
    }

    .testimonail-section .testimonial-card .testimonial-card-footer .name {
        margin-bottom: 6px;
    }

    .testimonail-section .top-section {
        padding-left: 5px;
    }

    .testimonail-section .testimonial-card .testimonial-card-footer img {
        width: 40px;
        height: 40px;
    }

    .testimonail-section .btn-green {
        padding: 10px 30px;
    }

    .contact-section .heading {
        font-size: 30px;
    }

    .contact-section .form-control {
        padding: 15px 15px 15px 30px;
    }

    .contact-section .bottom-text img {
        width: 40px;
    }

    .contact-section .bottom-text {
        font-size: 28px;
    }

    .contact-section .bottom-text .icon-instagram,
    .contact-section .bottom-text .icon-facebook,
    .contact-section .bottom-text {
        font-size: 28px;
    }

    .footer-section .logo {
        width: 40px;
    }

    .footer-section .favicon {
        margin-bottom: 10px !important;
    }

    .footer-section .heading {
        font-size: 28px;
    }

    .footer-section .address,
    .footer-section .social-links a {
        font-size: 16px;
    }

    .footer-section .social-links {
        margin-bottom: 25px;
    }

    .logo-agora .img img {
        width: 120px;
        margin-bottom: 2px;
    }

    .footer-section .productos {
        margin-top: 1rem !important;
    }

    .hero2-section .content {
        align-items: normal;
        padding: 0px 15px;
    }

    .hero2-section .text {
        font-size: 17px;
    }

    .por-section .icon-1 {
        width: 43px !important;
        height: 35px !important;
    }

    .por-section .icon-2 {
        width: 38px !important;
        height: 40px !important;
    }

    .por-section .icon-3 {
        width: 31px !important;
        height: 27px !important;
    }

    .por-section .icon-4 {
        width: 40px !important;
        height: 39px !important;
    }

    .por-section .icon-5 {
        width: 34px !important;
        height: 40px !important;
    }

    .por-section .icon-card .title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .por-section .img img {
        border-radius: 20px;
        max-width: 165px;
        height: 160px;
    }

    .requisitos-section .content .vector-img {
        bottom: -40px;
    }

    .requisitos-section .content .vector-img img {
        width: 70px;
    }

    .img-title-carousel-section .btn-green {
        padding: 10px 40px;
    }

    .line-break {
        display: inline;
    }

    .hero4-section {
        margin-bottom: 50px;
    }

    .nuestros-section .heading {
        margin-bottom: 20px;
    }

    .owl-nav button.owl-prev {
        left: -5px;
    }

    .owl-nav button.owl-next {
        right: 5px;
    }

    .img-title-carousel-section {
        padding-bottom: 120px;
    }

    .footer-section .footer-link a {
        margin-bottom: 10px;
    }

    .img-title-carousel-section .item-content img {
        max-height: 200px;
        height: 200px;
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .navbar .btn-cont {
        font-size: 13px;
    }

    .hero4-section img {
        height: 130px;
        border-radius: 0px 0px 170px 170px;
    }

    .hero4-section .content {
        margin-top: 180px;
        font-size: 26px;
        line-height: 28px;
    }

    .hero4-section .heading {
        font-size: 26px;
        line-height: 28px;
    }

    .creditos-section .bg-img .creditors-card {
        height: auto;
    }

    .creditos-section .bg-img .creditors-card .card-heading {
        font-size: 22px;
    }

    .banner-section {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1148px) {
    .logo-img {
        width: 100px;
    }

    .navbar {
        padding: 10px 5px;
    }

    .navbar .btn-cont,
    .navbar .container-botones .btn-login {
        margin-left: 5px;
    }

    .navbar-nav .nav-link {
        padding: 8px !important;
    }

    .navbar .container-botones {
        margin-left: 5px;
    }
}

.nuestros-section .row {
    row-gap: 22px;
}

.nuestros-section .nuestros-card .text {
    max-width: 350px;
    margin: auto;
    padding: 15px 0px;
    color: #4d4d4d;
}

.img-title-carousel-section .owl-nav button {
    top: 100px;
}

.parallax-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.parallax-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateZ(0);
    will-change: transform;
}