﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/*GLOBALES*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', serif;
}

.contenido-centrado {
    margin: 0 auto;
    max-width: 184vh;
}

img {
    width: 100%;
}


/* UTILIDADES */

.margenes {
    padding-top: 5px;
    padding-bottom: 10px;
}

.linea::before {
    content: '';
    display: block;
    height: 5px;
    background-color: #ff00a2;
    width: 100%;
    margin: 0 auto;
}


/*HEEADER*/

.barra2 {
    background-color: #ff00a2;
}

.barra2::after {
    content: '';
    display: block;
    height: 5px;
    background-color: #f3fd04;
    width: 100%;
    margin: 0 auto;
}

.barra2-numerotel {
    display: flex;
    align-items: center;
    justify-items: center;
    align-content: center;
}

.barra2-numerotel img {
    width: 50px;
}

.barra2-numerotel a {
    color: white;
    font-size: 23px;
    text-decoration: none;
}

.telefonos-contenedor {
    display: flex;
}

.barra2-contenido {
    height: 30px;
    background-color: #ff00a2;
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
}

.header-contenido {
    background-color: #0056ff;
    position: fixed;
    width: 100%;
}

.barra-titulo {
    display: flex;
    align-items: center;
    flex-basis: 80%;
}

.barra-titulo a {
    text-decoration: none;
}

.barra-titulo h2 {
    margin-top: 0;
    font-weight: 500;
    margin-left: 15px;
    font-size: 30px;
    color: #fffff1;
}

.barra {
    display: flex;
    height: 75px;
    justify-content: space-between;
    align-items: center;
    /*padding: 16px 300px 15px 300px;*/
}

.header-global {
    margin: 0 auto;
    max-width: 1200px;
}

.barra-navegacion {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.imagen-titulo {
    width: 12%;
}


/*
.header-contenido::after {
    content: '';
    display: block;
    height: 5px;
    background-color: #ff7b11;
    width: 100%;
    margin: 0 auto;
}
*/

.numerowhat {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.numerotel-texto {
    color: white;
}

.numerotel a {
    text-decoration: none;
}

.facebook a,
.instagram a {
    border-radius: 100%;
    border: 1px solid white;
    color: white;
    text-align: center;
    margin-left: 8px;
    color: white;
    text-decoration: none;
}

.facebook a {
    padding: 1px 6px 1px 6px;
}

.instagram a {
    padding: 1px 4px 1px 4px;
}

.facebook a:hover,
.instagram a:hover {
    color: #f3fd04;
    border: 1px solid #f3fd04;
}

.redessocial {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    align-items: center;
}

.icon-style {
    color: #fffff1;
    margin-top: 10px;
    padding-left: 11px;
}

.whatlogo {
    width: 10%;
    margin-right: 20px;
}

.numerotel a {
    color: #ffffff;
    font-size: 23px;
    margin-right: 10px;
}

.whatsapp {
    background-color: #0dc143;
}

.boton-especial {
    text-decoration: none;
    color: #fffff1;
    margin-right: 20px;
    padding: 12px;
    border: 2px solid #fffff1;
    border-radius: 20px;
}

.boton-especial:hover {
    background-color: #d04646;
    border-radius: 20px;
    color: #fffff1;
}

.mobileblck {
    display: none;
}

.imagenlogo {
    width: 55px;
}

.barra-titulo2 {
    display: none;
}

@media (max-width: 908px) {
    .boton-especial {
        display: none;
    }
}

@media (max-width: 1060px) {
    .instagram {
        display: none;
    }
    .telefonos-contenedor {
        display: none;
    }
    .telefonos-contenedor2 {
        display: flex;
    }
    .facebook {
        display: none;
    }
    .barra-titulo h2 {
        margin-left: 30px;
    }
    .barra {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: none;
        height: auto;
    }
    .barra2::after {
        display: none;
    }
    header {
        position: fixed;
        display: block;
    }
    .numerowhat {
        justify-content: center;
        background-color: #12c12f;
    }
    .telefonos-contenedor {
        padding-left: 0;
    }
    .barra2-numerotel img {
        width: 30px;
    }
    .barra2-numerotel a {
        font-size: 15px;
    }
    .barra2-contenido {
        background-color: #0056ff;
        height: 93px;
        padding-right: 0;
        justify-content: center;
    }
    .header-global:before {
        content: '';
        display: block;
        height: 5px;
        background-color: #0056ff;
        width: 100%;
        margin: 0 auto;
    }
    */ .barra-navegacion {
        justify-content: center;
    }
    .barra-titulo {
        display: none;
    }
    .barra-titulo2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .barra-titulo2 a {
        text-decoration: none;
    }
    .barra-titulo2 h2 {
        margin-top: 0;
        font-weight: 500;
        margin-left: 15px;
        font-size: 25px;
        color: #fffff1;
    }
    .imagenlogo2 {
        width: 55px;
    }
    .barra-navegacion {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobileblock {
        display: flex;
    }
    .mobileblock-contenido {
        height: 10vh;
    }
}

@media (max-width: 480px) {
    .boton-especial {
        display: none;
    }
    .numerotel-texto {
        font-size: 22px;
    }
    .numerotel a {
        font-size: 20px;
        margin-right: 0;
    }
    .barra2-contenido {
        justify-content: center;
        align-items: center;
    }
    .barra-titulo h2 {
        margin-left: 30px;
    }
}


/*MAIN*/

.main-principal {
    /* Diseñado por yanalya - www.freepik.es*/
    background-image: url(../img/nueva.png);
    background-size: cover;
    background-position: 0 0;
    background-attachment: fixed;
    min-height: 800px;
    padding-top: 50px;
}


/*
.main-principal::after {
    content: '';
    display: block;
    height: 5px;
    background-color: #ff00a2;
    width: 100%;
    margin: 0 auto;
}
*/

.main-contenido {
    display: flex;
    justify-content: space-between;
    height: 114vh;
    align-items: center;
    text-align: center;
}

.main-principal h1 {
    color: white;
    font-size: 36px;
    text-transform: uppercase;
}

.main-texto-contenido {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin-right: 49px; */
}

.separacion {
    margin-bottom: 45px;
}

.main-texto .main-titulo {
    color: white;
    font-size: 35px;
}

.mano .main-mano-texto {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

.main-texto .main-titulo2 {
    color: #0056ff;
    background-color: #f3fd04;
    margin-left: 65px;
    margin-right: 65px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 30px;
    border-radius: 30px;
    font-weight: 600;
    border: 5px solid #ff00a2;
}

.main-principal p {
    
}

form .cuanto {
    font-size: 1rem;
    color: white;
}

.mano {
    background-color: rgba(0, 86, 255, 0.9);
    border-radius: 10px;
    width: 50%;
    color: white
}

.main-mano {
    padding: 41px;
}

.main-mano .main-mano-texto2 {
    font-size: 26px;
    color: white;
}

.main-mano .main-mano-texto {
    color: #ffffff;
}

input,
textarea,
label,
select {
    color: white;
    border-radius: 0px;
    border: 0px solid white;
    border-bottom: 1px solid white;
    display: block;
    font-size: 20px;
    font-weight: 200;
    background-color: rgba(0, 86, 255, 0);
    margin-top: 25px;
    width: 100%;
}

select option {
    background-color: #0d1ecf;
}

 ::placeholder {
    color: white;
}


/*
        input {
            height: 35px;
            padding: 5px;
            margin-bottom: 5px;
        }
        
        select {
            padding: 10px;
            margin: 5px 0 5px 0;
        }
        */

.button {
    border-color: #f3fd04;
    ;
    border: 3px solid #f3fd04;
    background-color: #f3fd04;
    border-radius: 0;
    color: #ff00a2;
    border-radius: 5px;
    font-size: 23px;
    font-weight: 500;
    margin-top: 50px;
    padding: 10px;
}

.button:hover {
    border-color: #f3fd04;
    border: 3px solid #f3fd04;
    background-color: #ff00a2;
    border-radius: 0;
    color: white;
    border-radius: 5px;
    font-size: 23px;
    font-weight: 500;
    margin-top: 50px;
    padding: 10px;
    cursor: pointer;
}

@media (min-height:590px) {
    .main-contenido {
        height: 125vh;
        margin-top: 3rem;
    }
}

@media (max-width:1250px) {
    .main-texto .main-titulo2 {
        font-size: 20px;
    }
    .main-texto .main-titulo {
        font-size: 30px;
    }
    .main-principal h1 {
        font-size: 36px;
    }
    .mano {
        width: 80%;
    }
    .main-mano {
        padding: 39px;
    }
        .cards {
        flex-wrap: wrap;
        padding-bottom: 60px;
        justify-content: center;
        display:grid;
        grid-template-columns: repeat(4,1fr);
        
    }
    .cards2 {
       
        padding-bottom: 60px;
        justify-content: center;
        margin: 0;
        grid-template-columns: repeat(4,1fr);
       
    }
}

@media (max-width:1070px) {
    .mano {
        width: 250%;
    }
    .main-mano {
        padding: 39px;
    }
    .main-texto .main-titulo {
        font-size: 38px;
    }
    .main-principal h1 {
        font-size: 36px;
    }
}

@media (max-width:965px) {
    .main-contenido {
        flex-direction: column;
        height: 200vh;
        margin-top: 1rem;
        justify-content: space-evenly;
    }
    .main-texto {
        padding-left: 1px;
        width: 40%;
        flex-basis: 100%;
    }
    .main-texto {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-basis: 35%;
        padding-top: 60px;
        justify-items: center;
        justify-content: center;
        align-items: center;
    }
    .main-principal h1 {
        font-size: 36px;
        text-align: center;
    }
    .main-mano {
        padding: 30px;
        height: auto;
    }
    label {
        font-size: 20px;
        font-weight: 500;
    }
    .main-texto .main-titulo2 {
        font-size: 20px;
        padding-left: 60px;
        padding-right: 60px;
    }
    .main-texto .main-titulo {
        font-size: 30px;
    }
    .main-principal h1 {
        font-size: 36px;
    }
    .mano {
        width: 80%;
    }
    .main-mano {
        padding: 39px;
    }
}

@media (max-width:680px) {
    .main-contenido {
        flex-direction: column;
        height: 207vh;
        justify-content: space-evenly;
        min-height: 1800px;
    }
    .main-texto {
        padding-left: 1px;
        width: 40%;
        flex-basis: 100%;
    }
    .main-texto {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-basis: 35%;
        padding-top: 60px;
        justify-items: center;
        justify-content: center;
        align-items: center;
    }
    .main-principal h1 {
        font-size: 36px;
        text-align: center;
    }
    .main-principal p {
      
    }
    .main-mano {
        padding: 30px;
        height: auto;
    }
    .main-texto .main-titulo2 {
        font-size: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .main-texto .main-titulo {
        font-size: 35px;
    }
    .main-principal h1 {
        font-size: 36px;
    }
    .mano {
        width: 90%;
    }
    .main-mano {
        padding: 39px;
    }
    form .cuanto {
        font-size: 1rem;
        color: white;
        margin-top: 1rem;
    }
    .cards {
    grid-template-columns: repeat(1,1fr);
    }

    .cards2 {
        display: grid;
        justify-content: space-between;
        grid-template-columns: repeat(1,1fr);
        margin-top: 25px;
        margin: 0px 22%;
    }
}

@media (max-width:360px) {
    .main-contenido {
        height: 224vh;
    }
    .main-principal h1 {
        line-height: 36px;
    }
    .main-principal {
        background-position: -372px 116px;
    }
}


/*SECTION1*/

.seccion1 {
    background-color: white;
    color: black;
}

.seccion1::after {
    content: '';
    display: block;
    height: 5px;
    background-color: #ff00a2;
    width: 100%;
    margin: 0 auto;
}

.section1-titulo {
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    text-transform: uppercase;
}

.margin-down {
    margin-bottom: 32px;
}

.section1-contenedor::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #0056ff;
    width: 100%;
    margin: 0 auto;
}

.cards-contenido {
   /* justify-content: space-between;*/
   
    padding: 15px;
    flex-basis: calc(100% - 59px);
    margin-bottom: 30px;
}

.thecars {
    display: flex;
}

.cards {
    display:grid;
    grid-template-columns: repeat(4,1fr);
}

.cards2 {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3,1fr);
    margin-top: 25px;
 
}

.card {
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    flex-basis: calc(33.3% - 90px);
    justify-content: space-between;
}


.card2 p {
    line-height: 32px;
}

.card-texto {
    
    line-height: 32px;
}

.card-texto h3 {
    line-height: 32px;
}

.ajuste {
    margin: 0 auto;
    width: 66%;
}

.ajuste2 {
    width: 100%;
}

.ajuste3 {
    padding-top: 45px;
}

.card h3 {
    margin: 15px 0 20px 0;
    text-transform: uppercase;
    color: #0056ff;
}

.dinero {
    font-size: 25px;
    margin-top: 25px;
    color: darkgreen;
    font-weight: 700;
}

.numero-f {
    font-size: 75px;
    justify-content: center;
    padding: 0 12px;
    width: 139px;
}

.h3-contenedor {
    border: 12px solid #ff00a2;
    border-radius: 100%;
}

.card2 {
    justify-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 800px) {
    .section1-titulo {
        font-size: 35px;
    }
    .card-texto h3 {
        font-size: 36px;
        margin: 0;
    }
    .cards-contenido {
       /*padding: 0px;*/
        align-content: center;
        align-items: center;
       /* padding-bottom: 50px;*/
        border-radius: 0;
        margin-bottom:0;
    
    }
    
    .cards {
        flex-wrap: wrap;
        padding-bottom: 60px;
        justify-content: center;
        display:grid;
        grid-template-columns: repeat(1,1fr);
        
    }
    .cards2 {
        flex-wrap: wrap;
        padding-bottom: 60px;
        justify-content: center;
        margin: 0;
        grid-template-columns: repeat(1,1fr);
       
    }
}
    .imagencard {
        max-width: 340px;
    }
    .ajuste {
        width: 100%;
        max-width: 255px;
    }
    .ajuste2 {
        width: 100%;
        max-width: 600px;
    }
    .card-texto h3 {
        margin-bottom: 13px;
    }
}

@media (max-width: 380px) {
    .card-texto {
        font-size: 20px;
        height: auto;
    }
}


/* SECTION 2*/

.quienessomos {
    background-image: url(../img/fondo-dinero-credito-con-veraz-credito-personales-prestamos-inmediatos-creditos-para-empleados-publicos-dinero-veraz-policia-bonaerense-gcba-dgcye-credito-hoy.webp);
    padding-bottom: 25px;
}

.quienessomos-contenido {
    margin: 0 auto 0 auto;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 36px;
}

.quienessomos-contenido p {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding-top: 14px;

    color: #fffff1;
}

.quienessomos-contenido h3 {
    font-size: 22px;
    color: white;
    text-align: center;
}

@media (max-width: 390px) {
    .quienessomos-contenido h3 {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .quienessomos-contenido p {
        font-size: 16px;
    }
}

@media (max-width: 1091px) {
    .quienessomos {
        background-position: -694px 0px;
    }
}


/* FOOTER */

.footers-contenedor {
    color: #fffff1;
    background-color: #0056ff;
    padding: 25px 25px 25px 25px;
    display: flex;
}

.footer-contenido {
    display: flex;
    flex-basis: calc(75% - 2px);
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.numeros a {
    color: white;
    text-decoration: none;
}

.ssl {
    display: flex;
    width: 30%;
}

.ssl-logo {
    width: 60%;
}

.sll-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}

.footerlogo {
    display: flex;
    width: 10%;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1550px) {
    .footer-contenido {
        flex-basis: calc(90% - 2px);
    }
}

@media (max-width: 1230px) {
    .footer-contenido {
        flex-basis: calc(100% - 2px);
    }
}

@media (max-width: 1115px) {
    .footers-contenedor {
        display: flex;
    }
    .footer-contenido {
        flex-direction: column;
        align-items: center;
    }
    .footerlogo {
        justify-content: center;
        align-items: center;
    }
    .footer-contenido h3,
    p {
        text-align: center;
    }
    .legales {
        text-align: justify;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 850px) {
    .footer-contenido {
        width: auto;
    }
    .ssl-logo {
        width: 50%;
    }
    .sll-texto {
        padding-left: 0px;
    }
    .ssl {
        flex-direction: column;
        align-items: center;
        width: 50%;
    }
    .espacio {
        margin-bottom: 20px;
    }
    .footerlogo {
        justify-content: center;
        align-items: center;
        width: 50%;
    }
}

@media (max-width: 660px) {
    .footer-contenido {
        flex-direction: column;
        align-items: center;
    }
    .footerlogo {
        justify-content: center;
        align-items: center;
        width: 50%;
    }
    .footer-contenido h3,
    p {
        text-align: center;
    }
    .legales {
        text-align: justify;
    }
    .ssl-logo {
        width: 60%;
    }
    .sll-texto {
        padding-left: 0px;
    }
    .ssl {
        flex-direction: column;
        align-items: center;
        width: 80%;
    }
    .espacio {
        margin-bottom: 20px;
    }
}

.legales {
    margin-top: 30px;

}

.footer-contenido h3 {
    font-size: 25px;
}

.footer-contenido p {
    font-weight: 300;
}

.footers-contenedor2 {
    text-align: center;
}

.legales p {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: justify;
}

.poli {
    text-decoration: none;
    color: #ff00a2;
    padding: 12px;
    border: 2px solid #f3fd04;
    background-color: #f3fd04;
    border-radius: 20px;
    margin-top: 10px;
    text-align: center;
}

.poli:hover {
    background-color: #ff00a2;
    border: 2px solid #f3fd04;
    border-radius: 20px;
    color: #ffffff;
}


/*
.lineafooter:after {
    content: '';
    display: block;
    height: 5px;
    background-color: #e41717;
    ;
    width: 100%;
    margin: 0 auto;
}
*/


/* POLITICAS.HTML */


/* MAIN*/

.main-politicas {
    padding-top: 180px;
    margin-bottom: 20px;
}

.main-politicas-contenido {
    padding: 50px;
    border: rgb(168, 161, 161) 1px solid;
}

.main-politicas-contenido p {
    margin-top: 20px;
}

.main-politicas-contenido h3,
h2 {
    margin-top: 20px;
}

.horarios {
    display: flex;
    flex-direction: column;
}

.final {
    margin-bottom: 20px;
}

.qr {
    width: 6%;
}

@media (max-width: 1109px) {
    .main-politicas {
        padding-top: 180px;
        text-align: center;
    }
    .main-politicas-contenido {
        text-align: center;
    }
    .qr {
        width: 14%;
    }
}

@media (max-width: 400px) {
    .main-politicas-contenido p {
        font-size: 15px;
    }
    .main-politicas-contenido {
        padding: 10px;
    }
    .main-politicas-contenido h3,
    h2 {
        font-size: 25px;
    }
}

.button--enviar {
    display: none;
}