# Empty CSS file for your own CSS
#top-header{}
html {
  scroll-behavior: smooth;
}
@font-face {
    font-family: "Century Bold";
    src: url("/../fonts/century-gothic-bold-italic.TTF") format('opentype');
    font-display: swap;
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: "Century";
	src: url("/../fonts/century-gothic-bold.TTF") format('opentype');
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Century Regular";
    src: url("/../fonts/century-gothic-regular.ttf") format('opentype');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "Gigantic";
	src: url("/../fonts/GiganticFs.ttf") format('opentype');
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: "Century Regular" !important;
}
h1, h2, h3, h4, h6{
	font-family: "Century Bold" !important;
	text-transform: uppercase;
}
.nav-link{
	font-family: "Gigantic" !important;
}

body{
    color: #00374b;
}
p{
    font-size: .8rem;
}
.container{
    margin: 0 auto;
    margin-top: 2rem;
}
.container .row{
    margin: 2rem 0 2rem 0;
}
#menu{
    margin-top: 0;
}
#top-header{
    background-color: #e2474b;
    color: #fff;
    min-height: 2.5rem;
}
#top-header a{
    color: #fff !important;
    text-decoration: none !important;
}
ul.navbar-nav{
    float: right;
}
.navbar-nav .nav-link{
    color: #00374b !important;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    text-transform: uppercase;
}
.navbar-nav .nav-link.menuAzul{
    background-color: #00374b;
    color: #ffffff !important;
    border-radius: 30px;
}
.fondoAzul{
    background-color: #00374b;
    padding: 4rem 1rem;
    
}
.fondoRojo{
    background-color: #e2474b;
    padding: 4rem 1rem;
    
}
.fondoGris{
    background-color: #adb5bd;
    padding: 4rem 1rem;
    
}
.fondoBlanco{
    background-color: #ffffff;
    padding: 4rem 1rem;
    
}
.navbar-light .navbar-nav .active>.nav-link{
    color: #fff;
}
.textoRojo{
    color: #e2474b;
}
.textoAzul{
    color: #00374b;
}
.textoBlanco{
    color: #ffffff;
}
form{
    padding: 3rem;
    color: #00374b;
    width: 60%;
    margin: 0 auto;
}
form h3{
    text-align: center;
}
form select{
    width: 100%;
}
.btn-primary {
    background-color: #f15352;
    border-color: #f15352;
}
.form-group{
    padding: 0 0.5rem;
}
.form-group2{
    width: 50%;
    float: left;
    padding: 0 .5rem;
}
.formSolicitud{
    background-image: url(/../images/Prestamex_Web_Img_FormularioSolicitud.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 760px;
    margin-bottom: -4rem;
}
.formSimulador{
    background-image: url(/../images/Prestamex_Web_Img_Simulador.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 760px;
    margin-bottom: -4rem;
}
.formSolicitud h4{
    margin-bottom: 5rem;
    margin-top: 3rem;
}
#formu2{
    margin-top: 6rem;
}
.form-control{
    background-color: #f5f5f5;
    color: #00374b;
    font-family: "Century Bold" !important;
}
::placeholder {
    color: #00374b !important;
}
form button, form a{
    width: 100%;
}
.btn-primary:hover{
    background: #7facd6;
}
#solicita{
    background-image: url(/../images/IM_Web_Header_FondoFormulario.png);
    background-size: 100% 100%;
}
#prestamos{
    display: grid;
    align-content: center;
    justify-content: center;
    grid-gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}
#prestamos div{
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    background-color: #f2f2f2;
}
#prestamos h6{
    margin-top: 1rem;
}
#pasos{
    display: grid;
    align-content: center;
    justify-content: center;
    grid-gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}
#pasos div{
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    background-color: #f2f2f2;
}
#pasos h6{
    margin-top: 1rem;
}
#pasos ul li{
    font-size: .8rem;
}
#beneficios{
    display: grid;
    align-content: center;
    justify-content: center;
    grid-gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
}
#beneficios div{
    padding: 2rem;
    text-align: center;
}
#beneficios div p{
    margin-top: 1rem;
    font-size: 1rem;
    font-family: "Century Bold" !important;
}
footer{
    background-color: #e2474b;
    color: #fff;
    padding: 2rem 0;
    padding-top: 5rem;
    text-align: center;
}
footer a{
    text-decoration: none;
    color: #fff;
    font-size: 30px;
}
footer a:hover{
    text-decoration: none;
    color: #7facd6;
}
/* INICIO WHATS */

.whatsappme.whatsappme--show {
    transform: scale3d(1,1,1);
    transition: transform .5s cubic-bezier(.18,.89,.32,1.28);
}

.whatsappme__button {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 8px;
    height: 60px;
    min-width: 60px;
    max-width: 95vw;
    background-color: #25d366;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
    cursor: pointer;
    transition: background-color .2s linear;
    -webkit-tap-highlight-color: transparent;
}

.whatsappme {
    position: fixed;
    z-index: 1000;
    right: 20px;
    bottom: 60px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 1.625em;
    color: #262626;
    transform: scale3d(0,0,0);
    transition: transform .3s ease-in-out;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.whatsappme *, .whatsappme :after, .whatsappme :before {
    box-sizing: border-box;
}

.whatsappme__button svg {
    width: 36px;
    height: 36px;
    margin: 12px 12px;
}

.whatsappme svg, .whatsappme svg path {
    fill: currentColor!important;
}

.whatsappme--chatbox .whatsappme__button__send, .whatsappme__button__open {
    display: block;
}

.whatsappme *, .whatsappme :after, .whatsappme :before {
    box-sizing: border-box;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.whatsappme__button__sendtext {
    padding: 0;
    max-width: 0;
    font-weight: 600;
    line-height: 60px;
    white-space: nowrap;
    opacity: 0;
    overflow: hidden;
    transition: none;
}

.whatsappme__copy {
    position: absolute;
    bottom: 9px;
    left: 28px;
    color: #2e8c7d;
    font-size: 11px;
    letter-spacing: .2px;
    line-height: 16px;
    opacity: .4;
    transition: opacity .25s;
}

.whatsappme--dark .whatsappme__copy {
    color: #25d366;
}

.whatsappme__button:hover {
    background-color: #128c7e;
    transition: background-color 1.5s linear;
}

.whatsappme__button:active {
    background-color: #075e54;
    transition: none;
}

/* FIN WHATS*/
@media only screen and (max-width: 767px) {
    #top-header{
        text-align: center;
    }
    #menu{
        padding: 1rem 0;
    }
    .navbar-light .navbar-toggler-icon{
        background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba%280, 55, 75, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    }
    .navbar-light .navbar-toggler {
        color: rgba(0,55,75,.5);
        border-color: rgba(0,55,75,.5);
        background-color: #e2474b;
    }
    ul.navbar-nav{
        width: 100%;
    }
    ul.navbar-nav li{
        padding: 1rem 0;
    }
    ul.navbar-nav li:last-child{
        text-align:center;
    }
    form{
        width: 100%;
        padding: 0;
    }
    form.formAzul{
        padding: 1rem;
    }
    .formSolicitud{
        background-image: url(/../images/Prestamex_Web_Img_Mobile_Formulario.jpg);
        height: auto;
        margin-bottom: 1rem;
        padding-bottom: 3rem;
        
    }
    .formSimulador{
        background-image: url(/../images/Prestamex_Web_Img_Mobile_Simulador.jpg);
        height: auto;
        margin-bottom: 0;
        padding: 3rem 15px;
    }
    .formSolicitud h4{
        font-size: 15px;
        margin-bottom: 0rem;
        margin-top: 3rem;
    }
    #formu{
        grid-gap: 1rem;
    }
    #formu .form-group label{
        font-size: .9rem;
    }
    #formu2 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    #beneficios{
        grid-template-columns: repeat(2, 1fr);
    }
    #beneficios div{
        padding: 0;
    }
    #pasos, #contacto{
        grid-template-columns: repeat(1, 1fr);
    }
    #prestamos{
        grid-template-columns: repeat(2, 1fr);
    }
    footer div{
        margin: .5rem 0;
    }
}