html, body, h1, h2, h3, h4, h5, h6, p, a, span, div, li {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 3.5rem;
    font-weight: 800;
}

h2 {
    font-size: 3.2rem;
    font-weight: 800;
}

h3 {
    font-size: 2.8rem;
    font-weight: 800;
}

h5 {
    font-size: 2.8rem;
    font-weight: 700;
}

h6 {
    font-weight: 700;
}

p, li {
    font-size: 1.2rem;
}

ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
 }

.flex {
     display: flex;
     justify-content: flex-end;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background: #1b588f;
}

.barra {
    padding: 12px 0px;
}

.barra .logos img {
    display: inline-block;
    margin-right: 20px;
}

.barra .prestamos {
    height: 60px;
}

.barra .automotores {
    height: 60px;
    padding-top: 20px;
}

.barra .contacto {
    text-align: right;
}

.barra .contacto img {
    display: inline-block;
    height: 60px;
    margin-right: 15px;
    padding: 20px 0px;
}

.barra .contacto a {
    text-decoration: none;
    color: #ffffff;
}

.barra .contacto .mail {
    margin: 0px 40px;
}

.nav {
    background: #e7e8e6;
}

.nav a {
    color: #000000 !important;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px;
}

.nav a:hover {
    background: #bcbec0;
}

.whatsapp {
    display: inline-block;
    width: auto;
    height: 50px;
    background: #0d9447;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    border-radius: 10px 50px 50px 10px;
    color: #ffffff;
    padding-left: 15px;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 600;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.whatsapp:hover {
    color: #ffffff;
    transform: scale(1.1);
    transition: 0.5s;
}

.whatsapp img {
    width: 50px;
    padding: 9px 9px 11px 11px;
}

/* HERO */

.hero {
    margin-top: 130px;
    background-image: url("../images/hero.jpg");
    background-size: cover;
    background-position: 100% 40%;
    padding: 120px 0px 50px 0px;
    color: #ffffff;
}

h1 {
    color: #ffffff;
    margin-bottom: 40px;
}

.hero p {
    font-size: 2.5rem;
    margin-top: 40px;
}

.lineauno, .lineados {
    background: white;
}

.lineauno {
    height: 5px;
}

.lineados {
    height: 1px;
    margin-top: -3px;
}

.cotizador {
    margin-top: 50px;
}


.cotizador .titulo {
    background: #0d9447;
    display: inline-block;
    width: auto;
    padding: 10px 15px;
    margin: 0;
}

.cotizador .titulo:after {
    content: '';
    position: absolute;
    margin-top: -11px;
    margin-left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: transparent transparent transparent #0d9447;
}

.cotizador .form {
    background: #ffffff;
    padding-top: 15px;
    color: #000000;
    font-weight: 700;
}

.cotizador .form-control {
    border-radius: 0px;
    border: 0px;
    background: #e8e9ea;
    color: #000000;
}

.cotizador input {
    border-radius: 0px;
    border: none;
    background: #e2e3e4;
}

.cotizador label {
    margin-bottom: 5px;
}

.cotizador .g-recaptcha {
    margin-top: 20px;
    transform: scale(0.8);
    transform-origin: 0 0;
}

.cotizador button {
    margin-top: 20px;
    width: 60px;
    height: 60px;
    background: #0d9447;
    border-radius: 5px;
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    border: none;
}

.cotizador button:hover {
    background: #045a9d;
}

.cotizador .llena {
    background: #0d9447;
    padding: 10px 15px;
    margin: 0;
    color: #ffffff;;
    width: auto;
    display: flex;
    align-self: flex-end;
    margin-right: -12px;
}

.cotizador .llena:after {
    content: '';
    position: absolute;
    margin-top: -10px;
    margin-left: -54px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 39px 39px;
    border-color: transparent transparent #0d9447 transparent;
}


/* NOSOTROS */

.nosotros {
    padding: 50px 0px 100px 0px;
    background: #ffffff;
}

.nosotros .logo {
    max-width: 300px;
    margin: 0 auto 100px auto;
}

.nosotros .mapa {
    width: 90%;
    margin-top: 50px;
}

.nosotros h2 {
    color: #1b588f;
}

.nosotros h5 {
    color: #1b588f;
    padding: 20px 0;
    border-top: 2px solid #1b588f;
    border-bottom: 2px solid #1b588f;
    margin-top: 30px;
    margin-bottom: 40px;
}

.nosotros a {
    background: #1b588f;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 12px;
}

.nosotros a:hover {
    background: #0d9447;
}

/* VENTAJAS */

.ventajas {
    background: #1b588f;
    color: #ffffff;
    padding: 50px 0px;
}

.ventajas h2 {
    margin-top: 50px;
}

.ventajas li {
    padding-bottom: 10px;
}

.ventajas li::before {
    content: '•';
    padding-right: 10px;
}


/* RECIBIMOS */

.recibimos {
    color:#1b588f;
    padding: 50px 0px;
}

.recibimos h2 {
    margin-top: 40px;
}

.recibimos figure {
    width: 19%;
    display: inline-block;
    text-align:center;
    padding: 0 2%;
    margin-bottom: 0;
}

.recibimos figcaption {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
}


/* REQUISITOS */

.requisitos {
    background-image: url("../images/audialto.jpg");
    background-size: 150%;
    background-position: center bottom;
    padding: 50px 0px 0px 0px;
    color: #ffffff;
    text-align: center;
}

.requisitos h2 {
    margin-bottom: 60px;
}

.requisitos .col-md-6 {
    padding: 0px 10%;
}

.requisitos .linea {
    border-left: 2px solid #ffffff;
}


.requisitos img {
    width: 50px;
}

.requisitos .modalidad img {
    height: 100px;
    width: auto;
}

.requisitos h6 {
    font-weight: 600;
    margin: 20px 0;
}

.requisitos .col-md-6 .row {
    margin: 50px 0px;
}

.requisitos figure:not(.modalidad) {
    width: 50%;
    align-self: flex-end;
}

.requisitos figcaption {
    margin-top: 10px;
}

.requisitos figure.arriba:not(.modalidad) {
    align-self: flex-start;
}


/* DUDAS */

.dudas {
    background-image: url("../images/dudasmaquina.jpg");
    background-size: cover;
    background-position: center center;
    padding: 100px 0px;
    color: #ffffff;
}

.dudas h3 {
    margin-bottom: 20px;
}

.dudas .lineaout::before {
    content: '';
    height: 2px;
    width: calc((100% - 1340px)/2);
    background: #ffffff;
    position: absolute;
    left: 0px;
    margin-top: 50px;
}

.dudas form {
    background: #ffffff;
    margin: 7px -30px -60px 29px;
    padding: 0px 30px 30px 0px;
    color: #000000;
    font-weight: 700;
}

.dudas .esquinas::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #ffffff;
    position: relative;
    left: 100%;
    top: 28px;
}

.dudas .esquinas::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 32px 32px 0;
    border-color: transparent #ffffff transparent transparent;
    position: relative;
    left: -1px;
    bottom: -5px;
}

.dudas .esquinas {
    border: 1px solid transparent;
    background: #ffffff;
}

.dudas input {
    margin-top: 10px;
    border-radius: 0px;
    border: none;
    background: #e2e3e4;
}

.dudas .g-recaptcha {
    margin-top: 20px;
    transform: scale(0.8);
    transform-origin: 0 0;
}

.dudas .btn {
    margin-top: 20px;
    width: 60px;
    height: 60px;
    background: #045a9d;
    border-radius: 5px;
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
}

.dudas .btn:hover {
    background: #0d9447;
}



/* FOOTER */

footer {
    background: #1b588f;
    color: #ffffff;
    padding: 50px 0px 0px 0px;
}

footer ul {
    margin-top: 20px;
 }

 footer li {
     font-size: 0.8rem;
     line-height: 2;
 }

 footer a {
     color: #ffffff;
     text-decoration: none;
 }

 footer a:hover {
    color: #ffffff;
    opacity: 0.6;
 }

footer .transparencia img {
     width: 120px;
     margin-bottom: 30px;
 }

footer .contacto {
     text-align: right;
     align-self: flex-end;
     margin-bottom: 40px;
 }

footer p,
footer a {
    font-size: 0.8rem;
}

footer .redes a {
    display: inline;
}

footer a {
    display: block;
}
footer .contacto img {
    display: inline-block;
    height: 50px;
    margin-left: 15px;
    padding: 15px 0px;
}

@media (min-width: 769px) {
.menu {
    display: none;
}
}

@media (min-width: 769px) and (max-width: 991px) {
    .container-md, .container-sm, .container {
        max-width: 960px;
    }

    .cotizador .llena:after {
        display: none;
    }

}

/* MOBILE */

@media (max-width: 768px) {

    .logos {
        width: 25%;
    }

    header .contacto {
        width: 75%;
    }

    .hero {
        padding-bottom: 0;
        background-size: auto 50%;
        background-position: 80% 0%;
    }

    .mapa {
        margin-bottom: 20px;
    }

    .dudas {
        overflow: hidden;
    }

    .m-hide {
        display: none !important;
    } 

    .menu {
        border: 0;
        background: none;
    }

    .barra .contacto img {
        height: 58px;
    }

    .barra .contacto .menu img {
        margin-right: 0 !important;
        height: 55px;
    }

    #menu { display: none;
    }

    #menu, #menu .container {
        padding: 0;
    }

    .nav a {
        width: 100%;
    }

    h1 {
        font-size: 3rem;
    }
    
    h2 {
        font-size: 2.7rem;
    }
    
    h3 {
        font-size: 2.3rem;
    }
    
    h5 {
        font-size: 2.3rem;
    }
    
    p, li {
        font-size: 1rem;
    }

    .barra .automotores {
        height: 50px;
        padding-top: 10px;
    }

    .barra .contacto .mail {
        margin: 0px 0px;
    }

    .whatsapp {
        right: 15px;
        bottom: 15px;
    }

    .hero {
        margin-top: 80px;
        padding-top: 50px;
    }

    .hero p {
        font-size: 1.8rem;
    }

    .cotizador button {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .cotizador .llena {
        margin-left: -12px;
    }


    .cotizador .llena:after {
        display: none;
    }

    .nosotros .row {
        margin-left: 10px;
        margin-right: 10px;
    }


    .nosotros h2 {
        text-align: center;
    }

    .ventajas h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .recibimos {
        text-align: center;
    }

    .recibimos figure {
        width: 49%;
        margin-top: 40px;
    }
    
    .recibimos figure img {
        width: 60%;
    }

    .requisitos {
        background-size: cover;
    }

    .requisitos .linea {
        border-top: 2px solid #ffffff;
        border-left: 0;
        padding-top: 60px;
    }

    .dudas form {
        margin: 7px -15px -45px 15px;
        padding: 0px 15px 15x 0px;
    }
    
    .dudas .esquinas::before {
        border-width: 15px 0 0 15px;
        left: 100%;
        top: 13px;
    }
    
    .dudas .esquinas::after {
        border-width: 0 16px 16px 0;
        left: -1px;
        bottom: -6px;
    }
}