@font-face {
  font-family: 'MADEOkineSansPERSONALUSE-Black';
  src: url("fonts/MADEOkineSansPERSONALUSE-Black") format("opentype");
}
@font-face {
  font-family: 'MADEOkineSansPERSONALUSE-BlackOutline';
  src: url("fonts/MADEOkineSansPERSONALUSE-BlackOutline.otf") format("opentype");
}
@font-face {
  font-family: 'MADEOkineSansPERSONALUSE-Bold';
  src: url("fonts/MADEOkineSansPERSONALUSE-Bold.otf") format("opentype");
}
@font-face {
  font-family: 'MADEOkineSansPERSONALUSE-BoldOutline';
  src: url("fonts/MADEOkineSansPERSONALUSE-BoldOutline.otf") format("opentype");
}
@font-face {
  font-family: 'MADEOkineSansPERSONALUSE-Light';
  src: url("fonts/MADEOkineSansPERSONALUSE-Light.otf") format("opentype");
}
@font-face {
  font-family: 'MADEOkineSansPERSONALUSE-LightOutline';
  src: url("fonts/MADEOkineSansPERSONALUSE-LightOutline.otf") format("opentype");
}
@font-face {
  font-family: 'MADEOkineSansPERSONALUSE-Medium';
  src: url("fonts/MADEOkineSansPERSONALUSE-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'MADEOkineSansPERSONALUSE-MediumOutline';
  src: url("fonts/MADEOkineSansPERSONALUSE-MediumOutline.otf") format("opentype");
}
@font-face {
  font-family: 'MADEOkineSansPERSONALUSE-Regular';
  src: url("fonts/MADEOkineSansPERSONALUSE-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'MADEOkineSansPERSONALUSE-RegularOutline';
  src: url("fonts/MADEOkineSansPERSONALUSE-RegularOutline.otf") format("opentype");
}
@font-face {
  font-family: 'MADEOkineSansPERSONALUSE-Thin';
  src: url("fonts/MADEOkineSansPERSONALUSE-Thin.otf") format("opentype");
}
@font-face {
  font-family: 'MADEOkineSansPERSONALUSE-ThinOutline';
  src: url("fonts/MADEOkineSansPERSONALUSE-ThinOutline.otf") format("opentype");
}
body{
  position: relative;
  color: #002D74;
}
.header-form{
  font-size: 33px;
  font-family: 'MADEOkineSansPERSONALUSE-Bold';
}
.formulario{
  border-radius: 1rem;
}
.color-naranja {
  color: #FF4F00;
}
.color-azul {
  color: #002D74;
}
.banner{
  height: 100vh;
 background-position: center;
  background-image: url('../img/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1450px) {
  .formulario {
      width: 25vw !important;
  }
}
@media screen and (max-width:991px) {
  .banner{
    height: auto;
    background-image: none;
  }
  .banner-caja1{
    background-image: url('./resources/img/banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 46vh;
  }
  .banner-caja2{
    background-color:rgba(255, 79, 0, .3);
  }
  .formulario{
    margin-top: -4rem !important;
  }
}
@media screen and (max-width:525px) {
  .banner{
    background-image: none;
  }
  .banner-caja1{
    background-image: url('./resources/img/banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
  }
  .banner-caja2{
    background-color:rgba(255, 79, 0, .3);
  }
}
.form-input-prestamo{
  background-color: rgba(255, 79, 0, .2) !important;
  color: #002D74;
  border: none !important;
}
.form-select-prestamo{
  text-align: center;
  width: 100%;
  background: #FF4F00;
  padding: 10px;
  border-radius: .35em;
  color: white;
}
.infocorp{
  font-family: 'MADEOkineSansPERSONALUSE-Bold';
  font-weight: bold;
}
#submitForm {
  background: #FF4F00;
  border: none;
  border-radius: .3em;
  font-size: 19px;
  font-weight: 500;
  padding: 5px 15px;
  transition: .2s all;
  color: white;
}
#submitForm:hover {
  background:rgba(255, 81, 0, 0.281);
  color: #131348;
}
.font-info-contacto i:hover {
  color: #131348;
  cursor: pointer;
}
.font-info-contacto i{
  color: #FF4F00;
  cursor: pointer;
}
.font-info-contacto a{
  text-decoration: none;
  color: #131348;
}
.font-redes-sociales i:hover {
  color: #131348;
  cursor: pointer;
}
.font-redes-sociales i{
  color: #FF4F00;
  font-size: 2rem;
  cursor: pointer;
}
#chkPoliticas {
  border: solid 1px;
  color: #FF4F00;
  font-size: 25px;
}
footer{
  font-weight: 800;
  color: #00006f;
  text-align: justify;
  font-size: .9rem;
}
.btn-secondary{
  border: none;
  color:white;
  background-color: #FF4F00;
  cursor: pointer;
}
.btn-secondary:hover{
  border: none;
  color: #FF4F00;
  background-color:rgba(255, 81, 0, 0.281);
  cursor: pointer;
}
/* GRACIAS */
.thanks{
  height: 75vh;
  background-color: #131348;
  color: white;
}
.thanks h1{
  font-size: 5em;
  font-weight: bold;
  padding:0rem 10rem;
}
.thanks h3{
  font-size: 2em;
  padding: 0rem 23rem;
}
.thanks h2{
  font-size: 3em;
}
.thanks i{
  color: #FF4F00;
  font-size: 3rem;
  margin:1rem
}
.thanks i:hover{
  color: white;
}