@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-weight: 550;
    text-align: justify;
    line-height: 1.2;
    font-size: 5vh;
}

h2 {
    font-size: 55px;
    text-align: center;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.creative {
    color: #fff;
}

.btn-1 {
    display: inline-block;
    padding: 11px 35px;
    background-color: #c67141;
    color: #F9FAFC;
    text-transform: uppercase;
    border-radius: 20px;
    height: 7vh;
    width: 30vh;
    text-align: center;
    text-decoration: none;
}

.btn-1:hover {
    background-color: #ebad8d;
}

.ahorro {
    height: 80vh;
    display: flex;
    justify-content: center;
}

.ahorro-content {
    padding: 115px 20px 20px 19px;
    text-align: center;
}

.ahorro-content h2 {
    font-size: 55px;
    line-height: 70px;
    color: #323337;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.txt-p {
    font-size: 1.5rem;
    color: #414247;
    margin-bottom: 35px;
    text-align: center;
}

.ahorro-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.ahorro-1 img {
    width: 200px;
}

.ahorro-img img {
    position: absolute;
    top: 0;
    right: 0;
}

.contenedor_pasos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
}

.paso h4 {
    font-weight: 600;
}

.paso {
    padding: 15px;
    display: grid;
    grid-template-rows: 55% 20% 25%;
    text-align: center;
    justify-items: center;

}

.paso_img_fondo {
    background-color: #fff0d5;
    border-radius: 50%;
    width: 14vh;
    height: 14vh;
}

.valores {
    height: 100%;
    width: 85%;
    justify-items: center;
    border-radius: 20px;
}

.contenedor__valores {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

.valores__img {
    padding: 25px;
}

.valores__inf {
    padding: 25px;
}

.form img {
    width: 150px;
}

.ahorro-1 h3 {
    color: #323337;
    font-size: 20px;
    margin-bottom: 15px;
}

.ingresar {
    height: 90vh;
}

.ingresar-content {
    display: grid;
    grid-template-columns: 35% 65%;
    padding: 115px 30px 20px 30px;
}

.informa {
    display: grid;
    width: 100%;
    grid-template-rows: 20% 20% 60%;
}

.iniciarbtn {
    margin: 20px;
}

.services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.7)),
        url(../img/fondo1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 95vh;
}

.services-content {
    text-align: center;
    padding: 90px 0px 0px 0px;
}

.services-content h2 {
    font-size: 55px;
    line-height: 70px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.services-content p {
    color: #f4f4f4;
    margin-bottom: 50px;

}

.servicios_contendor {
    justify-content: center;
    display: grid;
    justify-items: center;
}

.services-group {
    display: grid;
    width: 90%;
    justify-content: space-around;
    margin-top: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}

.services-1 {
    display: grid;
    height: 40vh;
    padding: 2vh;
    justify-items: center;
    grid-template-rows: 45% 20% 35%;
}

.services-1 img {
    width: 15vh;
}

.services-1 h3 {
    color: #d79d7d;
    font-size: 3vh;
}

.servicios_contendor p {
    font-size: 2.5vh;
}

.general {
    width: 100%;
    height: 90vh;
}

.general-contenedor {
    font-size: 2.5vh;
}

.general-fondo {
    width: 100%;
    margin: auto;
    padding: 115px 40px 20px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 90vh;
}

.presdescrip {
    display: flex;
    height: 70vh;
    justify-content: center;
}

.prestamo_info {
    display: grid;
    color: white;
}

.prestamo_content {
    display: grid;
    grid-template-rows: 20% 80%;
    justify-content: left;
    height: 60vh
}

.prestamo_content p {
    font-size: 3.5vh;
}

.fondodesc {
    display: grid;
    grid-template-rows: 35% 20% 45%;
    width: 90%;
    height: 67vh;
    padding: 5vh;
    background-image: linear-gradient(210deg, rgba(240, 133, 22, .9), rgba(187, 82, 23, 1));
    background-size: cover;
    border-radius: 20px;
}

.fondodesc h2 {
    color: white;
    font-size: 42px;
    text-align: left;
    line-height: 1.2;
}

.fondodesc p {
    color: white;
    font-size: 2.5vh;
    text-align: left;
    margin: 0px;
}

.detail {
    display: grid;
    grid-template-columns: 10% 90%;
    font-size: 2.5vh;
}

.deco h2 {
    font-size: 55px;
}

.section {
    height: 80vh;
}

.d-block .w-100 img {
    width: 70vh;
    height: 70vh;
}

.forming {
    background-color: #fff;
    width: 100%;
    max-width: 420px;
    height: 100%;
    padding: 45px;
    border-radius: 10px;
    box-shadow: 0 10px 15px -4px rgb(0 0 0/ 30%);
    text-align: center;
    font-size: 2.5vh;
}

.form_title {
    font-size: 2rem;
    margin-bottom: .5em;
}

.form__paragraph {
    font-weight: 300;
}

.form__link {
    font-weight: 400;
    color: #000;
}

.form_container {
    margin-top: 3em;
    display: grid;
    gap: 2.5em;
}

.form__group {
    position: relative;
    font-size: 1em;
    padding: 1em .3em;
    border: none;
    outline: none;
    font-family: 'robot', sans-serif;
}

.form__input {
    width: 100%;
    color: #706c6c;
    font-size: 1rem;
    padding: 1em .3em;
    outline: none;
    font-family: 'Robot', sans-serif;

}

.form__input:focus+.form__label {
    transform: translateY(-12px) scale(.8);
    transform-origin: left top;
    color: #3866f2;
}

.form__label {
    color: var(--color);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 5px;
    transform: translateY(33px);
    transition: transform .5s, color .3s;
    padding: 0 15px;
}

.form__ingre {
    display: flex;
    justify-content: center;
}

.form__img {
    width: 170px;
    height: 70px;
    margin: 30px;
}

.proceso {
    background-color: #fafafa;
    background-size: cover;
    height: 90vh;
}

.proceso_content {
    display: grid;
    padding: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    width: 100%;

}

.list__arrow {
    width: 15px;
    height: 15px;
}

.blog {
    padding: 110px 20px 30px 20px;
    height: 80vh;
    text-align: center;

}

.blog-content {
    width: 35vh;
    height: 35vh;
    display: inline-block;
    text-align: center;
    background-color: #f2f3f4;
    border-radius: 50%;
}

.blog h2 {
    color: #000;
    font-size: 55px;
}

.blog-1 h3,
.icon_proc {
    position: relative;
    z-index: 1;
    transform: translateY(6vh);
    transition: all 300ms;
}

.blog-1:hover .icon_proc {
    transform: translateY(0);
    color: white;
}

.blog-1:hover h3 {
    transform: translateY(0);
    color: white;
}

.blog-1:hover p {
    transform: translateY(0);
    color: white;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.blog-1:hover path {
    fill: white;
}

.blog-1 p {
    transform: translateY(25vh);
    opacity: 0;
    transition: all 300ms;
}

.blog-1 {
    width: 35vh;
    height: 35vh;
    display: inline-block;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;

}

.blog-1 h3 svg {
    width: 3vh;
    height: 3vh;
    border-radius: 50%;
    border: solid 2px;
}

.bloque-uno {
    background-color: white;
}

.bloque-dos {
    background-color: white;
}

.bloque-tres {
    background-color: white;
}

.bloque-cuatro {
    background-color: white;
}

.background-hover {
    width: 100%;
    height: 100%;
    background: #ffab5c;
    position: absolute;
    top: 50vh;
    left: 0px;
    transition: all 500ms;
    border-radius: 50%;
}

.blog-1:hover .background-hover {
    width: 160%;
    height: 40vh;
    top: 0vh;
    left: -10vh;
}

.icon_proc {
    margin: 10px;
}

.contactanos {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.contactanos::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/fa-fondo.png");
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.8) contrast(2);
    z-index: -1;
}

.contact__contenedor {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    height: 100%;
    backdrop-filter: blur(12px);
    background: rgba(0, 0, 0, 0.4);
}

.contactanos_detalle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fondo_cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fondo_cont img {
    width: 450px;
}

.cont-img {
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0;
}

.cont-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.fondo_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formulario {
    width: 70%;
    max-width: 500px;
    background: #ffffffcc;
    padding: 2.5rem;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    font-size: 1rem;
    transition: transform 0.3s ease;
    text-align: center;
}

.formulario label {
    font-size: 1rem;
    font-weight: 600;
}

.input-group {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.contactanos_detalle h2 {
    color: #ffffff;
    font-size: 55px;
    margin-bottom: 2rem;
    font-weight: 500;
}

.contactanos_detalle p {
    color: #ffffff;
    font-size: 1.2rem;
}

.footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link {
    position: absolute;
    top: -70px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    background-color: #4f5050;
}

.link ul {
    padding: 0;
    margin: 0;
}

.link a {
    text-decoration: none;
    color: #d8d8d8;
}

.link::before,
.link::after {
    content: "";
    height: 1.5px;
    background-color: #d8d8d8;
    display: block;
}

.general {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #253545 0%, #3a5070 50%, #4a6080 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.general::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(198, 113, 65, 0.15) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    border-radius: 50%;
    animation: pulse-glow 4s ease-in-out infinite;
}

.general::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(198, 113, 65, 0.1) 0%, transparent 70%);
    bottom: -80px;
    left: -80px;
    border-radius: 50%;
    animation: pulse-glow 4s ease-in-out infinite 2s;
}

@keyframes pulse-glow {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.15);
        opacity: 1;
    }
}

.deco-lines {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.deco-lines span {
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(198, 113, 65, 0.2), transparent);
    animation: line-flow 6s linear infinite;
}

.deco-lines span:nth-child(1) {
    left: 15%;
    animation-delay: 0s;
}

.deco-lines span:nth-child(2) {
    left: 35%;
    animation-delay: 2s;
    opacity: 0.5;
}

.deco-lines span:nth-child(3) {
    left: 65%;
    animation-delay: 1s;
}

.deco-lines span:nth-child(4) {
    left: 85%;
    animation-delay: 3s;
    opacity: 0.4;
}

@keyframes line-flow {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.general-fondo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 5rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    align-items: center;
}

.presdescrip {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.badge-prestamo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(198, 113, 65, 0.2);
    border: 1px solid rgba(198, 113, 65, 0.4);
    color: #e8945a;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    width: fit-content;
    animation: fade-in-down 0.6s ease forwards;
}

.badge-prestamo::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #c67141;
    border-radius: 50%;
    animation: blink 1.5s ease-in-out infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

.presdescrip h2 {
    font-size: clamp(2rem, 3.5vw, 3rem);
    color: #ffffff;
    font-weight: 600;
    line-height: 1.15;
    text-align: left;
    text-transform: none;
    margin: 0;
    animation: fade-in-down 0.7s ease 0.1s both;
}

.presdescrip h2 span {
    background: linear-gradient(90deg, #e07820, #f5a04a, #d4a020);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.presdescrip>p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1rem;
    line-height: 1.7;
    animation: fade-in-down 0.7s ease 0.2s both;
}

.prestamo_details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.detail-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid #e07820;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
    cursor: default;
    animation: fade-in-left 0.6s ease both;
}

.detail-card:nth-child(1) {
    animation-delay: 0.3s;
}

.detail-card:nth-child(2) {
    animation-delay: 0.45s;
}

.detail-card:nth-child(3) {
    animation-delay: 0.6s;
}

.detail-card:hover {
    background: rgba(198, 113, 65, 0.12);
    border-left-color: #f5a04a;
    transform: translateX(6px);
    box-shadow: 0 4px 20px rgba(198, 113, 65, 0.15);
}

.detail-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, rgba(198, 113, 65, 0.3), rgba(198, 113, 65, 0.1));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-icon svg {
    width: 20px;
    height: 20px;
}

.detail-text {
    flex: 1;
}

.detail-text strong {
    display: block;
    color: #d4a020;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 3px;
}

.detail-text p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.monto-highlight {
    font-size: 1.35rem !important;
    color: #fff !important;
    font-weight: 700;
}

.cta-group {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    animation: fade-in-down 0.7s ease 0.7s both;
    flex-wrap: wrap;
}

.btn-prestamo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #e07820, #f5a04a);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(198, 113, 65, 0.4);
}

.btn-prestamo:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 35px rgba(198, 113, 65, 0.55);
    background: linear-gradient(135deg, #e07820, #f5a04a);
}

.btn-prestamo svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s;
}

.btn-prestamo:hover svg {
    transform: translateX(4px);
}

.trust-text {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.8rem;
}

.trust-text svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.services-1 {
    justify-content: center;
    text-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 36px 28px 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
    cursor: default;
    gap: 16px;
    animation: card-in 0.6s ease both;
}

.services-1:nth-child(1) {
    animation-delay: 0.1s;
}

.services-1:nth-child(2) {
    animation-delay: 0.25s;
}

.services-1:nth-child(3) {
    animation-delay: 0.4s;
}

.services-1:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.services-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--naranja), var(--dorado));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    border-radius: 20px 20px 0 0;
}

.services-1:hover::before {
    transform: scaleX(1);
}

.card-number {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 4rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.06);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.icon-wrap {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(224, 120, 32, 0.12), rgba(212, 160, 32, 0.08));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
}

.services-1:hover .icon-wrap {
    background: linear-gradient(135deg, rgba(224, 120, 32, 0.22), rgba(212, 160, 32, 0.15));
    transform: scale(1.08) rotate(-3deg);
}

.icon-wrap img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.card-body {
    flex: 1;
}

.services-1 h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #e9a03b;
    margin-bottom: 10px;
    line-height: 1.35;
}

.services-1 p {
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
    line-height: 1.7;
}

.card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--naranja-claro);
    text-decoration: none;
    margin-top: 6px;
    transition: gap 0.25s ease, color 0.25s ease;
}

.card-link:hover {
    gap: 10px;
    color: var(--dorado);
}

.card-link svg {
    width: 14px;
    height: 14px;
    transition: transform 0.25s ease;
}

.card-link:hover svg {
    transform: translateX(3px);
}