.finanzas {
    width: 100%;
    height: 110vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gray {
    width: 100%;
    height: 85vh;
    background-color: #F9F9F9;
}
.white {
    width: 100%;
    height: 43vh;
    background-color: #fff;
}
.info {
    position: absolute;
    width: 80%;
    height: 95vh;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.info h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
    margin-top: 5%;
}
.info ul {
    padding: 0;
    margin: 2% 0 0 0;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content__image{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content__image div{
    width: 246px;
}
.content__image div img{
    width: 100%;
}
.content__info{
    width: 65%;
}
.content__info h1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #313131;
    text-align: left;
    margin-bottom: 10px;
}
.content__info p{
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #878787;
}
.content__info a{
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #0080FF !important;
    text-decoration: underline !important;
}
.info .line{
    width: 80%;
    height: 2px;
    background-color: #D2D2D2;
    margin-top: 3%;
}

.info .txt{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-top: 5%;
}
.finanzas .banner__form-btn {
    max-width: 356px;
    min-width: 318px;
    min-height: 64px;
    padding: 17px 50px 17px 50px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    background-color: #0080FF;
    margin: 0;
}
.finanzas__mobile {
    display: none !important;
}
@media (max-width: 767px) {
    /*
    .finanzas__mobile .swiper{
        overflow: visible !important;
    }*/
    .finanzas {
        display: none !important;
    }
    .finanzas__mobile {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 20%;
    }
    /*.finanzas__mobile .swiper-pagination {
        bottom: -10% !important;
    }*/
    .finanzas__mobile h1 {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 5%;
    }
    .finanzas__mobile .swiper ul {
        width: 70%;
        margin: 20px auto auto auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5% 5% 5% 5%;
        background: #FFFFFF;
        box-shadow: 0px 3.15799px 11.8424px rgba(0, 0, 0, 0.1);
    }
    .finanzas__mobile .swiper .img {
        width: 100%;
        padding: 0;
    }
    .finanzas__mobile .swiper .img img{
        width: 100%;
    }
    .finanzas__mobile .swiper .txt1{
        width: 100%;
        margin-top: 10px;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.05em;
    }
    .finanzas__mobile .swiper .txt2 {
        width: 100%;
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
        text-align: left;
        color: #000000;
        margin: 10px 0px;
    }
    .finanzas__mobile .swiper .link{
        width: 100%;
    }
    .finanzas__mobile .swiper .link a{
        width: 100%;
        font-weight: 700;
        font-size: 12.9616px;
        line-height: 16px;
        letter-spacing: -0.05em;
        color: #0080FF;
    }
    .finanzas__mobile {
        display: block !important;
    }
    .finanzas__mobile .swiper {
        padding: 0px 0px 35px 0px !important;
    }
}
@media (min-width: 400px) {
    .blog__item {
        width: auto;
        height: auto;
    }
}