html,
body {
  height: auto;
  min-height: 100vh;
  background-color: #0C0A71;
  font-family: "Encode Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0px; }

button:focus {
  outline: none; }

img, a, video, iframe {
  border: none;
  outline: none;
  box-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  letter-spacing: 0px; }

h1 {
  font-size: 3.4rem;
  line-height: 3.6rem;
  font-weight: 300; }

h2 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300; }

h3 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300; }

h4 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700; }

h5 {
  font-size: 1.3rem;
  line-height: 1.3rem; }

h6 {
  font-size: 3.4rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px; }

p,
a,
ul,
ol,
pre,
blockquote,
.form-control-label,
.form-check-label {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 300;
  letter-spacing: 0px;
  margin-bottom: 0px; }

ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

p {
  margin-bottom: 1rem !important; }

a {
  color: #000; }

a:hover {
  color: #0C0A71;
  text-decoration: none; }

a.inv {
  color: #fff !important; }

a.inv:hover {
  color: #0C0A71 !important;
  text-decoration: none; }

b, strong {
  font-weight: 700; }

hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%; }

/*TEXTOS*/
.texto-negro {
  color: #000 !important; }

.texto-blanco {
  color: #fff !important; }

.texto-gris {
  color: #888 !important; }

.texto-color1 {
  color: #0C0A71 !important; }

.texto-color2 {
  color: #0C0A71 !important; }

.texto-verde {
  color: #A9E9AD !important; }

.texto-violeta {
  color: #7070EC !important; }

/*TEXTOS*/
/*FONDOS*/
.fondo-negro {
  background-color: #000; }

.fondo-blanco {
  background-color: #fff; }

.fondo-gris {
  background-color: #E5E5E5; }

.fondo-color1 {
  background-color: #0C0A71; }

.fondo-color2 {
  background-color: #0C0A71; }

.fondo-verde {
  background-color: #A9E9AD; }

.fondo-violeta {
  background-color: #7070EC; }

.parallax {
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.parallax h4 {
  font-size: 2.85rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 10px; }

.parallax h4 strong {
  font-weight: 600; }

.parallax p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400; }

.parallax p strong {
  font-weight: 600; }

/*FONDOS*/
/*NAVBAR*/
#mainNav.navbar {
  transition: all 0.2s;
  z-index: 400;
  padding: 0px;
  background-color: rgba(12, 10, 113, 0.1);
  top: 0px;
  padding: 35px 0px;
  backdrop-filter: blur(5px);
  /* Aplica blur al fondo visible */
  -webkit-backdrop-filter: blur(5px);
  /* Para Safari */ }

#mainNav p {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
  margin: 11px 9px 0px 9px; }

#mainNav .nav-item {
  margin: auto 12px;
  padding: 0px 0px; }

#mainNav .nav-item a {
  font-size: 0.87rem;
  line-height: 1rem;
  font-weight: 400;
  color: #fff;
  padding: 0px;
  margin: 0px;
  transition: all 0.2s;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 10px 0px;
  text-transform: uppercase;
  width: 100%; }

#mainNav .nav-item:hover, #mainNav .nav-item a:hover, #mainNav .nav-item a.active {
  color: #A9E9AD;
  text-decoration: none; }

#mainNav #logo img {
  height: 45px;
  margin: auto 0px;
  transition: all 0.2s; }

#mainNav .nav-item.active {
  color: #0C0A71 !important; }

#mainNav .nav-item.btn {
  text-transform: uppercase;
  font-size: 0.7rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  display: inline-block;
  color: white;
  background-color: black;
  vertical-align: unset;
  height: 32px;
  border-radius: 30px;
  transition: all 0.2s ease 0s;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 9px 20px 0px 20px;
  margin: auto 0px auto 10px; }

#mainNav .nav-item.btn a {
  color: #fff;
  padding: 0px 0px; }

#mainNav .nav-item.btn:hover {
  background-color: #0C0A71; }

/*NAVBAR*/
/*HAMBURGUESA ANIMADA*/
.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: 10px 0px; }

.navbar-toggler:focus {
  outline: none;
  background: transparent !important; }

.navbar-toggler .icon-bar {
  background-color: #fff;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s; }

.navbar-toggler .icon-bar {
  display: block;
  width: 32px;
  height: 3px;
  border-radius: 0px; }

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 9px; }

.icon-bar:nth-child(2) {
  width: 18px;
  transition: ease all .2s;
  margin-left: auto; }

.icon-bar:nth-child(3) {
  width: 26px;
  transition: ease all .2s;
  margin-left: auto; }

.navbar-toggler:hover > .icon-bar:nth-child(2), .navbar-toggler:hover > .icon-bar:nth-child(3) {
  width: 32px;
  transition: ease all .2s; }

.navbar-toggler:active > .icon-bar:nth-child(2), .navbar-toggler:active > .icon-bar:nth-child(3) {
  width: 32px;
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(8px, 9px);
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  width: 32px;
  transform: rotate(-45deg) translate(8px, -9px);
  transition: ease all .2s; }

/*HAMBURGUESA ANIMADA*/
header {
  display: initial; }

/*HEADER PLENO*/
.head.pleno {
  margin-top: -124px;
  /* ALTO DE MENU/S */
  min-height: 450px;
  background-color: #0C0A71;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease; }

.head.pleno img {
  border-radius: 20px; }

.box {
  border-radius: 20px;
  height: 210px;
  padding: 35px 45px 35px 38px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.box h2 {
  max-width: 245px; }

.box-imagen {
  height: 450px; }

.text-overlay {
  position: absolute; }

.flechita {
  color: #A9E9AD;
  padding: 30px; }

.flechita:hover {
  color: #fff; }

/*HEADER PLENO*/
/*SERVICIOS*/
.servicios .box-imagen-ch {
  height: 210px; }

.servicios .box-imagen-ch h2 {
  max-width: 280px; }

/*SERVICIOS*/
/*INTERNAS*/
.internas a {
  color: #fff; }

.internas a:hover {
  text-decoration: underline; }

/*INTERNAS*/
/*ICO WS FLOTANTE*/
#icos-flotantes {
  z-index: 1200;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: all 0.3s ease;
  margin-right: -100px; }

#ico-flotante-ws-img {
  background-image: url(../images/ico-flotante-ws.png);
  background-size: 100%;
  background-position: center top;
  width: 60px;
  height: 60px; }

#ico-flotante-ws-img:hover {
  background-position: center bottom; }

/*ICO WS FLOTANTE*/
section {
  padding: 120px 0px 160px 0px;
  background-color: #fff; }

#prestamo {
  padding: 120px 0px 200px 0px; }

/*FORM*/
#formulario .form-control-label {
  width: 100%;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  text-align: left; }

#formulario a {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 700; }

#formulario .codigo-area {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 0px; }

#formulario .form-control, #formulario textarea, #formulario select {
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  color: #fff;
  height: 60px;
  border-radius: 10px;
  padding: 0px 15px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  background-clip: unset;
  margin-bottom: 20px; }

#formulario textarea {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px !important;
  height: 80px !important; }

#formulario .form-control:focus, #formulario textarea:focus, #formulario select:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
  color: #fff; }

#formulario textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5); }

#formulario .form-active .form-control:invalid {
  border-color: #df7a7a; }

#formulario select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/flecha-select.png") no-repeat center right; }

#formulario ::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important; }

#formulario :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

#formulario ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

#formulario p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
  text-align: left; }

.form-check-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 5px;
  transition: all .2s ease; }

.checkmark.radiobutton {
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 50px;
  transition: all .2s ease; }

.form-check-label:hover input ~ .checkmark {
  border: 1px solid #0C0A71; }

.form-check-label input:checked ~ .checkmark {
  border: 1px solid #000; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.form-check-label input:checked ~ .checkmark:after {
  display: block; }

.form-check-label .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.form-check-label .checkmark.radiobutton:after {
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50px;
  border: solid #000;
  border-width: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#captcha_answer {
  width: 55% !important; }

/*FORM*/
/*MODAL*/
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto; }

.modal-content {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  color: #0C0A71; }

.modal-content p {
  font-size: 0.9rem;
  font-weight: 400;
  width: 95%; }

.modal-header .close {
  padding: 0px 0px;
  margin: auto 0px;
  color: #0C0A71;
  opacity: 1; }

.modal-header .close:hover {
  color: #0C0A71; }

.close {
  text-shadow: none;
  opacity: .8; }

.close img {
  height: 20px; }

.close:hover, .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 1; }

/*MODAL*/
/*BTNS*/
.btn {
  height: 60px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  margin: 0px;
  padding: 12px 30px 11px 30px;
  transition: all 0.2s;
  color: #0C0A71;
  background-color: #fff;
  border: 1px solid #0C0A71;
  vertical-align: unset; }

.btn:hover,
.btn:focus,
.btn.focus,
.btn.active {
  color: #fff;
  background-color: #0C0A71;
  border: 1px solid #fff;
  box-shadow: none; }

/*BTNS*/
/*PREFOOTER*/
#pre-footer {
  padding: 110px 0px 130px 0px;
  background: #E5E5E5; }

#pre-footer p, #pre-footer a {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  color: #0C0A71;
  margin-bottom: 0px; }

#pre-footer a:hover {
  text-decoration: underline; }

#pre-footer ul {
  margin: 0px;
  padding: 0px 0px 0px 1px; }

#pre-footer ul li {
  padding: 2px 0px; }

/*PREFOOTER*/
/*FOOTER*/
footer {
  padding: 16px 0px 12px 0px;
  background: #0C0A71;
  color: #fff; }

footer p, footer a {
  font-size: 0.85rem;
  line-height: 1.1rem;
  color: #fff;
  margin-bottom: 0px; }

footer a:hover {
  color: #fff;
  text-decoration: underline; }

footer .creactivo {
  height: 24px;
  float: right;
  position: relative;
  top: -4px;
  margin-left: 6px; }

/*FOOTER*/
.legales p, .legales a {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #5655a5;
  font-weight: 500; }

/*EXTRAS*/
.sal-animate {
  transition-duration: 700ms;
  /* 1 segundo */ }

ul.personalizado {
  padding-left: 16px; }

.personalizado li {
  margin-bottom: 0.5rem;
  padding-left: 8px; }

.personalizado li::marker {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  color: #000;
  content: "\f00c"; }

.border-left {
  border-left: 1px solid #000 !important; }

.border-top {
  border-top: 1px solid #000 !important; }

.border-right {
  border-right: 1px solid #000 !important; }

.border-bottom {
  border-bottom: 1px solid #000 !important; }

.border-negro {
  border-color: #000 !important; }

.border-blanco {
  border-color: #fff !important; }

.border-color1 {
  border-color: #0C0A71 !important; }

.border-color2 {
  border-color: #0C0A71 !important; }

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #0C0A71; }

::selection {
  text-shadow: none;
  color: #fff;
  background: #0C0A71; }

img::selection {
  color: #fff;
  background: 0 0; }

img::-moz-selection {
  color: #fff;
  background: 0 0; }

body {
  webkit-tap-highlight-color: #0C0A71; }

@supports (-webkit-overflow-scrolling: touch) {
  select,
  textarea,
  input {
    font-size: 1rem !important; }

  .parallax {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: initial; } }
.col-five {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (max-width: 991px) {
  .col-five {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
/*EXTRAS*/

/*# sourceMappingURL=base.css.map */
