@charset "UTF-8";
/**
  Declaración de las variables y mixins
*/
/*
 * Descripción: Utilizado para crear iconos simples
 */
/*
  Descripción: Utilizado para crear iconos que están contenidos en un círculo
  Parametros:
  $name: nombre de la clase del icono
  $cSize: ( circle size) Tamaño del círculo contenedor del icono
  $cBG: (circle background) Código de color usado por el círculo contenedor del icono
  $iW: (icon width) Ancho del icono 
  $iH: (icon height) Alto del icono 
  $iUrl: (icon Url) Url de la imagen del icono
*/
/*
 * Declaración de los elementos base del css
 */
.container {
  max-width: 1180px;
}

.container-fluid {
  max-width: 1180px;
}

.img-content {
  position: relative;
  width: 100%;
}
.img-content img {
  width: 100%;
}

@-ms-viewport {
  max-zoom: 1;
}

@-o-viewport {
  max-zoom: 1;
}

@viewport {
  max-zoom: 1;
}
.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

@media all and (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
.d-initial {
  display: initial !important;
}

@media all and (min-width: 576px) {
  .d-sm-initial {
    display: initial !important;
  }
}
@media all and (min-width: 768px) {
  .d-md-initial {
    display: initial !important;
  }

  .w-md-50 {
    width: 50% !important;
  }
}
@media all and (min-width: 992px) {
  .d-lg-initial {
    display: initial !important;
  }

  .d-lg-none {
    display: none !important;
  }
}
@media all and (min-width: 1200px) {
  .d-xl-initial {
    display: initial !important;
  }

  .d-xl-none {
    display: none !important;
  }
}
body {
  font-family: "Open Sans", sans-serif;
}

html {
  font-size: 10px;
}

/*
 * Escala de Textos Móvil
 * modificado el 04-08-2021
 */
h1, h2, h3, h4, h5, h6, p {
  color: #4d4d4d;
  margin: 0;
  padding: 0;
}

h1, .h1, .display-1 {
  font-weight: 600;
  font-size: 38px;
  line-height: 42px;
}

h2,
.h2,
.display-2 {
  line-height: 48px;
  font-size: 35px;
  font-weight: 600;
}

h3,
.h3,
.display-3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

h4,
.h4,
.display-4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

h5,
.h5,
.display-5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

p,
.text {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
p b,
.text b {
  font-weight: 600;
}

.link {
  font-size: 1.8rem;
  font-weight: 400;
  color: #086;
  cursor: pointer;
}
.link:hover {
  color: #00583C;
}

/*
 * Escala de Textos Desktop
 * modificado el 04-08-2021
 */
@media all and (min-width: 992px) {
  h1,
.h1,
.display-1 {
    font-size: 40px;
    line-height: 54px;
  }
}
.txt-light {
  font-weight: 300;
}
.txt-light b {
  font-weight: 700;
}

.txt-400 {
  font-weight: 400;
}

.txt-600, .txt-semibold {
  font-weight: 600;
}

.txt-color-lafise {
  color: #00583C;
}

a.txt-color-lafise:hover {
  color: #00583C;
}

.txt-color-esmeralda {
  color: #086;
}

a.txt-color-esmeralda:hover {
  color: #00583C;
}

.txt-color-esmeralda-seo {
  color: #018765;
}

a.txt-color-esmeralda-seo:hover {
  color: #00583C;
}

.txt-color-text {
  color: #4d4d4d;
}

.txt-color-blue1 {
  color: #1c3258;
}

.txt-color-white {
  color: #fff;
}
.txt-color-white h1, .txt-color-white h2, .txt-color-white h3, .txt-color-white h4, .txt-color-white h5, .txt-color-white h6, .txt-color-white p {
  color: #fff;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.py-100 {
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.my-100 {
  margin-bottom: 100px !important;
  margin-top: 100px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.py-80 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.my-80 {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.py-85 {
  padding-bottom: 85px !important;
  padding-top: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.my-85 {
  margin-bottom: 85px !important;
  margin-top: 85px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.py-75 {
  padding-bottom: 75px !important;
  padding-top: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.my-75 {
  margin-bottom: 75px !important;
  margin-top: 75px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.py-50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.my-50 {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.py-40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.my-40 {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.py-35 {
  padding-bottom: 35px !important;
  padding-top: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.my-35 {
  margin-bottom: 35px !important;
  margin-top: 35px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.py-30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.my-30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.py-25 {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.my-25 {
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.py-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.my-20 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.py-15 {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.my-15 {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.py-10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.my-10 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.py-0 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.my-0 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

@media all and (min-width: 768px) {
  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .py-md-100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .my-md-100 {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .py-md-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }

  .mt-md-80 {
    margin-top: 80px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .my-md-80 {
    margin-bottom: 80px !important;
    margin-top: 80px !important;
  }

  .pt-md-85 {
    padding-top: 85px !important;
  }

  .pb-md-85 {
    padding-bottom: 85px !important;
  }

  .py-md-85 {
    padding-bottom: 85px !important;
    padding-top: 85px !important;
  }

  .mt-md-85 {
    margin-top: 85px !important;
  }

  .mb-md-85 {
    margin-bottom: 85px !important;
  }

  .my-md-85 {
    margin-bottom: 85px !important;
    margin-top: 85px !important;
  }

  .pt-md-75 {
    padding-top: 75px !important;
  }

  .pb-md-75 {
    padding-bottom: 75px !important;
  }

  .py-md-75 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }

  .mt-md-75 {
    margin-top: 75px !important;
  }

  .mb-md-75 {
    margin-bottom: 75px !important;
  }

  .my-md-75 {
    margin-bottom: 75px !important;
    margin-top: 75px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .py-md-50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .my-md-50 {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .py-md-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .my-md-40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }

  .pt-md-35 {
    padding-top: 35px !important;
  }

  .pb-md-35 {
    padding-bottom: 35px !important;
  }

  .py-md-35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }

  .mt-md-35 {
    margin-top: 35px !important;
  }

  .mb-md-35 {
    margin-bottom: 35px !important;
  }

  .my-md-35 {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .py-md-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .my-md-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }

  .pt-md-25 {
    padding-top: 25px !important;
  }

  .pb-md-25 {
    padding-bottom: 25px !important;
  }

  .py-md-25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }

  .mt-md-25 {
    margin-top: 25px !important;
  }

  .mb-md-25 {
    margin-bottom: 25px !important;
  }

  .my-md-25 {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }

  .pt-md-20 {
    padding-top: 20px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .py-md-20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .my-md-20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }

  .pt-md-15 {
    padding-top: 15px !important;
  }

  .pb-md-15 {
    padding-bottom: 15px !important;
  }

  .py-md-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }

  .mt-md-15 {
    margin-top: 15px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .my-md-15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .py-md-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .my-md-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }

  .pt-md-0 {
    padding-top: 0px !important;
  }

  .pb-md-0 {
    padding-bottom: 0px !important;
  }

  .py-md-0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }

  .mt-md-0 {
    margin-top: 0px !important;
  }

  .mb-md-0 {
    margin-bottom: 0px !important;
  }

  .my-md-0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn[class*=btn-lafise-],
.btn.btn-lafise {
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  padding: 0 2rem 0 2rem;
  min-height: 6rem;
  line-height: 6rem;
  width: 100%;
  max-width: 250px;
  font-family: "Open Sans";
  border-radius: 3px;
}

@media all and (min-width: 992px) {
  .btn[class*=btn-lafise-],
.btn.btn-lafise {
    width: auto;
    min-width: 250px;
  }

  .btn[class*=btn-lafise-],
.btn.btn-lafise {
    font-size: 1.9rem;
  }
}
.btn-lafise {
  background-color: #00583C;
  color: #fff;
  border-color: #00583C;
}

.btn-lafise-esmeralda {
  background-color: #086;
  color: #fff;
  border-color: #086;
}

.btn-lafise-esmeralda-seo {
  background-color: #018765;
  color: #fff;
  border-color: #018765;
}

.btn-lafise-menta {
  background-color: #6FCF97;
  color: #fff;
  border-color: #6FCF97;
}

.btn-lafise-blanco {
  background-color: #ffffff;
  border: #086 1px solid;
  color: #086;
}

.btn[class*=btn-lafise-outline],
.btn.btn-lafise-outline {
  background-color: transparent;
  color: #00583C;
}

.btn-lafise-outline {
  border: 1px solid #00583C;
}

.btn-lafise-outline-esmeralda {
  border: 2px solid #086;
  color: #086 !important;
}

.btn-lafise-outline-menta {
  border: 2px solid #6FCF97;
}

.btn-lafise-outline-blanco {
  border: 1px solid #fff;
  color: #fff;
}

.btn-lafise:hover, .btn-lafise:focus, .btn-lafise:active,
.btn-lafise-blanco:hover,
.btn-lafise-blanco:focus,
.btn-lafise-blanco:active,
.btn-lafise-esmeralda:hover,
.btn-lafise-esmeralda:focus,
.btn-lafise-esmeralda:active,
.btn-lafise-esmeralda-seo:hover,
.btn-lafise-esmeralda-seo:focus,
.btn-lafise-esmeralda-seo:active,
.btn-lafise-menta:hover,
.btn-lafise-menta:focus,
.btn-lafise-menta:active,
.btn-lafise-outline:hover,
.btn-lafise-outline:focus,
.btn-lafise-outline:active,
.btn-lafise-outline-esmeralda:hover,
.btn-lafise-outline-esmeralda:focus,
.btn-lafise-outline-esmeralda:active,
.btn-lafise-outline-menta:hover,
.btn-lafise-outline-menta:focus,
.btn-lafise-outline-menta:active,
.btn-lafise-outline-blanco:hover,
.btn-lafise-outline-blanco:focus,
.btn-lafise-outline-blanco:active {
  background-color: #33ba75;
  color: #fff;
  border-color: #33ba75;
}

.btn-lafise-outline:hover, .btn-lafise-outline:focus, .btn-lafise-outline:active,
.btn-lafise-outline-esmeralda:hover,
.btn-lafise-outline-esmeralda:focus,
.btn-lafise-outline-esmeralda:active,
.btn-lafise-outline-menta:hover,
.btn-lafise-outline-menta:focus,
.btn-lafise-outline-menta:active,
.btn-lafise-outline-blanco:hover,
.btn-lafise-outline-blanco:focus,
.btn-lafise-outline-blanco:active {
  border-color: #33ba75;
  color: #fff !important;
}

.img-caption {
  position: relative;
}
.img-caption .text-caption {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.img-caption .text-caption .h2 {
  font-size: 2.4rem;
  text-align: left;
  display: block;
  padding-left: 15px;
}

@media all and (min-width: 768px) {
  .img-caption .text-caption .h2 {
    font-size: 3.5rem;
    text-align: center;
    padding-left: 0;
  }
}
.section-faqs h2 {
  font-size: 3.5rem;
  line-height: 6.3rem;
}
.section-faqs .col-left p {
  margin-bottom: 0.3rem;
}
.section-faqs .col-left .btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.section-faqs .col-right .btn {
  position: relative;
}
.section-faqs .col-right .btn:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000000;
  content: "";
  -webkit-transition: width 1s;
  transition: width 1s;
}
.section-faqs .col-right .btn.collapsed:after {
  width: 50%;
}

.faqs-component .card {
  padding-bottom: 4rem;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faqs-component .card .btn-link {
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  color: #4d4d4d;
  padding-left: 2rem;
  text-decoration: none;
}
.faqs-component .card .btn-link:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1rem solid #4D4D4D;
  border-right: 0;
  position: absolute;
  position: absolute;
  top: 1.2rem;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faqs-component .card .btn-link.collapsed:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faqs-component .card .text-content {
  font-size: 1.8rem;
  color: #4d4d4d;
  padding-left: 14px;
  padding-top: 0;
  line-height: 2.6rem;
}
.faqs-component .card .text-content b {
  font-weight: 600;
}
.faqs-component .card .text-content a {
  color: #4d4d4d;
}
.faqs-component .card ul {
  padding-top: 2rem;
  margin-left: 15px;
  padding-left: 5px;
}
.faqs-component .card li {
  font-weight: 300;
}

.jotform-container {
  padding-bottom: 9.6rem;
}
.jotform-container .header-section {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}

@media all and (min-width: 576px) {
  .jotform-container .form-container {
    margin-left: -30px;
  }
}
@media all and (min-width: 768px) {
  .jotform-container .form-container {
    margin-left: 0;
  }
}
/* VERSION 2 */
.jotform-container.version-2 {
  background-color: #F2F2F2;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), color-stop(74.7%, #FFFFFF));
  background: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 74.7%);
  padding-top: 0;
  padding-bottom: 0;
}
.jotform-container.version-2 .box-container {
  background-color: #fff;
}
.jotform-container.version-2 .jotformBox,
.jotform-container.version-2 .contentBox {
  padding-left: 15px;
  padding-right: 15px;
}
.jotform-container.version-2 .contentBox {
  background-color: #F9F9F9;
  border-radius: 0 4px 4px 0;
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
.jotform-container.version-2 .jotformBox {
  margin: 0 auto;
}
.jotform-container.version-2 .jotformBox .form-container {
  margin: 0 auto;
  padding-top: 5rem;
}
.jotform-container.version-2 .level-1 {
  padding-left: 0;
  padding-right: 0;
}

.is-no-touch .jotform-container.version-2 .box-container .btn:hover {
  background-color: #6FCF97;
  border-color: #6FCF97;
}

@media all and (min-width: 768px) {
  .jotform-container.version-2 .jotformBox .form-container {
    padding-top: 0;
  }

  .jotform-container.version-2 .jotformBox,
.jotform-container.version-2 .contentBox {
    padding-bottom: 10rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .jotform-container.version-2 .contentBox {
    padding-top: 10rem;
  }

  .jotform-container.version-2 .jotformBox {
    padding-top: 1.9rem;
  }
}
@media all and (min-width: 992px) {
  .jotform-container.version-2 .jotformBox {
    padding-top: 3.4rem;
  }

  .jotform-container.version-2 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
  .jotform-container.version-2 .box-container {
    -webkit-box-shadow: 0 2.1rem 3.5rem 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2.1rem 3.5rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
  .jotform-container.version-2 .level-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .jotform-container.version-2 .jotformBox,
.jotform-container.version-2 .contentBox {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
/* indice header.scss
  @block header layout

  @block logo

  @block nav transversal

  @block btn-menu-mobile
*/
header {
  z-index: 1;
}
header a {
  color: #fff;
  text-decoration: none;
}
header a:hover {
  text-decoration: none;
}
header .container {
  padding: 0;
}

@media all and (min-width: 576px) {
  .header {
    position: relative;
  }
  .header:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 80px;
    background: #00583C;
  }
  .header .container {
    padding: 0 15px;
  }
}
@media all and (min-width: 768px) {
  .header:before {
    height: 48px;
  }
}
#logo {
  background: #00583C;
}
#logo a {
  display: block;
  text-align: center;
}
#logo img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 181px;
}

@media all and (min-width: 576px) {
  #logo {
    background: none;
  }
  #logo a {
    text-align: left;
    position: relative;
    left: -20px;
  }
}
@media all and (min-width: 768px) {
  #logo a {
    background-color: #00583C;
    height: 98px;
    line-height: 98px;
    left: 0;
    text-align: center;
  }
  #logo img {
    max-width: 268px;
    width: 158px;
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  #logo a {
    height: 118px;
    line-height: 118px;
  }
}
@media all and (min-width: 1200px) {
  #logo img {
    max-width: 262px;
  }
}
.header.regional #logo img {
  padding-top: 19px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 18px;
}

@media all and (min-width: 576px) {
  .header.regional #logo img {
    padding-top: 25px;
    padding-left: 21px;
    padding-right: 20px;
    padding-bottom: 24px;
  }
}
.header .nav-transversal {
  text-align: right;
  height: 48px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  z-index: 1;
}
.header .nav-transversal a {
  font-weight: 300;
  font-size: 1.4rem;
  height: 48px;
  padding: 0;
  display: inline-block;
  position: relative;
  padding: 0;
  border-right: 1px solid #ababab;
}
.header .nav-transversal a:after {
  content: "";
  display: none;
  width: 1px;
  height: 13px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 0;
}
.header .nav-transversal a:first-child {
  border-left: 1px solid #ababab;
}
.header .nav-transversal a:last-child:after {
  margin-right: 0;
}

@media all and (min-width: 576px) {
  .header .nav-transversal {
    right: 33.33%;
  }
}
.is-no-touch .header .nav-transversal a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.is-no-touch .header .nav-transversal a .icon {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.is-no-touch .header .nav-transversal a:hover {
  color: #8CC63E;
}
.is-no-touch .header .nav-transversal a:hover .icon {
  opacity: 0.6;
}

@media all and (min-width: 768px) {
  .header .nav-transversal {
    height: 48px;
    margin: 0;
    right: 0;
    position: relative;
  }
  .header .nav-transversal a {
    padding: 0 10px;
    font-size: 12px;
    line-height: 48px;
    height: 48px;
    border: none !important;
  }
  .header .nav-transversal a:after {
    display: inline-block;
  }

  .header .nav-transversal a:last-child:after {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .header .nav-transversal a {
    font-size: 14px;
  }
}
.module-search {
  margin-right: 0px;
}
.module-search a.btn-seach {
  display: none;
}

@media all and (min-width: 768px) {
  .module-search {
    display: none;
  }
}
.header .icon-contacts {
  background: url("../imagenes/default/icons/Banco-LAFISE-Contacto.svg") no-repeat center center;
  width: 46px;
  height: 46px;
  display: inline-block;
  background-size: 25px 25px;
}
.header .icon-location {
  background: url("../imagenes/default/icons/Banco-LAFISE-Ubicacion.svg") no-repeat center center;
  width: 46px;
  height: 46px;
  display: inline-block;
  background-size: 25px 25px;
}
.header .icon-questions {
  background: url("../imagenes/default/icons/Banco-LAFISE-Preguntas-Frecuentes.svg") no-repeat center center;
  width: 46px;
  height: 46px;
  display: inline-block;
  background-size: 25px 25px;
}
.header .icon-menu {
  background: url("../imagenes/default/icons/Banco-LAFISE-Menu.svg");
  width: 19px;
  height: 15px;
  display: inline-block;
}
.header .icon-down {
  background: #0fa35f;
  width: 45px;
  height: 100%;
}
.header .icon-down:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #008762;
}

.btn-menu-mobile {
  padding-right: 0;
}
.btn-menu-mobile a {
  color: #00583C;
  display: block;
  height: 48px;
  position: relative;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
  width: 104px;
}
.btn-menu-mobile i,
.btn-menu-mobile span {
  display: inline-block;
  vertical-align: middle;
}
.btn-menu-mobile span {
  padding-left: 13px;
  line-height: 13px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-menu-mobile .center-content {
  position: relative;
  top: 50%;
  left: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-menu-mobile a {
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.is-no-touch .btn-menu-mobile a:hover {
  background-color: #ddd;
  color: #444;
}

.btn-menu-mobile a.is-active {
  background-color: #ddd;
  color: #444;
}

.sln #logo img {
  max-width: 163px;
}

.sln .btn-menu-mobile span {
  font-size: 12px;
}

@media all and (min-width: 768px) {
  .sln #logo img {
    max-width: 268px;
  }
}
/* indice header_bancanet.scss
  @block bancanet
  ├ mobile first
  ├ states
  ├ sm size
  ├ md size
  ├ lg size
  ├ xl size


  @block dropdown
  ├ mobile first
  ├ states
*/
.bancanet {
  padding: 0;
  position: relative;
  z-index: 1;
}
.bancanet .btn-bancanet {
  display: block;
  font-size: 0;
  height: 48px;
  width: 100%;
  text-indent: -9999em;
  color: transparent;
  border-radius: 0;
  position: relative;
  border: none;
  background-color: #43bb6c;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bancanet .btn-bancanet:before, .bancanet .btn-bancanet:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  width: 123px;
  height: 13px;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bancanet .btn-bancanet:before {
  background-image: url("./../imagenes/default/header/Banco-LAFISE-Bancanet.svg");
  background-color: #868888;
  z-index: 2;
}
.bancanet .btn-bancanet:after {
  background-image: url("./../imagenes/default/header/Banco-LAFISE-Bancanet.svg");
  background-color: #43bb6c;
  z-index: 1;
}
.bancanet .icon {
  position: absolute;
  top: 0;
  right: 0;
}

@media all and (min-width: 768px) {
  .bancanet {
    z-index: 1;
  }
}
.bancanet .btn-bancanet:before {
  display: block;
  opacity: 0;
}

.is-no-touch .bancanet .btn-bancanet:hover {
  background-color: #868888;
}
.is-no-touch .bancanet .btn-bancanet:hover:before {
  display: block;
  opacity: 1;
}

.bancanet .dropdown-menu {
  background: #bbb;
  border-radius: 0;
  border: none;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  display: block;
}
.bancanet .dropdown-menu a {
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  padding: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #ccc;
}
.bancanet .dropdown-menu a:first-child {
  border-top: none;
}
.bancanet .dropdown-menu a:last-child {
  border-bottom: none;
}

.bancanet .dropdown .dropdown-toggle:before {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.bancanet .dropdown .btn-bancanet {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.bancanet .dropdown.is-active-menu .dropdown-toggle:before {
  opacity: 1;
}
.bancanet .dropdown.is-active-menu .btn-bancanet {
  background-color: #868888;
}
.bancanet .dropdown.is-active-menu .btn-bancanet .icon {
  background-color: #717372;
}
.bancanet .dropdown.is-active-menu .btn-bancanet .icon:before {
  border-bottom: 5px solid #404040;
  border-top: none;
}

.bancanet .dropdown .dropdown-menu {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
}
.bancanet .dropdown.is-active-menu .dropdown-menu {
  max-height: 9999px;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
          transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/*
.main-menu {
  // dropdown animation - default
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  // dropdown animation - active
  &.is-active {
    max-height: 9999px;
    transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    transition-delay: 0s;
  }
}
*/
.is-no-touch .bancanet .dropdown-menu a {
  background: #bbb;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.is-no-touch .bancanet .dropdown-menu a:hover {
  background-color: #00583C;
}

.icon-down {
  background: #0fa35f;
  width: 45px;
  height: 100%;
}
.icon-down:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #008762;
}

.sln .bancanet .btn-bancanet::before {
  background-image: url("./../imagenes/default/header/SeguroNet.svg");
  background-size: cover;
}

.sln .bancanet .btn-bancanet::after {
  background-image: url("./../imagenes/default/header/SeguroNet.svg");
  background-size: cover;
}

/* indice header_main_menu.scss
  @block - main menu

  @block - main-menu primary

  @block - submenu

  @block - submenu - blpa
*/
.main-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 48px;
  background: #fff;
  z-index: 99;
  padding: 0;
}
.main-menu a {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  color: #545454;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu .primary-content {
  text-align: left;
  position: relative;
  border-top: 2px solid #5abc4f;
  border-bottom: 2px solid #5abc4f;
  font-size: 0;
}

.main-menu {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
}
.main-menu.is-active {
  max-height: 9999px;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
          transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.no-touch .main-menu a {
  opacity: 1;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.no-touch .main-menu a:visited, .no-touch .main-menu a:focus, .no-touch .main-menu a:active, .no-touch .main-menu a:focus-within {
  color: #545454;
}
.no-touch .main-menu a:hover {
  color: #5abc4f;
}

@media all and (min-width: 768px) {
  .main-menu {
    text-align: right;
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    z-index: 0;
    padding: 0;
    background: none;
    height: 50px;
  }
  .main-menu a {
    text-align: center;
  }
  .main-menu .primary-content {
    display: inline-block;
    border: none;
    padding-right: 15px;
  }

  .main-menu {
    max-height: none;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .main-menu.is-active {
    max-height: 9999px;
    -webkit-transition: none;
    transition: none;
  }
}
@media all and (min-width: 1200px) {
  .main-menu {
    height: 70px;
  }
}
@media all and (min-width: 1200px) {
  .main-menu .primary-content {
    padding-right: 0;
  }
}
.main-menu .primary {
  display: block;
  vertical-align: top;
}
.main-menu .primary > a {
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding: 14px 10px;
  display: block;
  font-size: 13px;
  position: relative;
}
.main-menu .primary > a:after {
  display: block !important;
}
.main-menu .primary ul.col-12 {
  padding: 0 15px;
}
.main-menu .primary ul.col-12 > li > a {
  display: block;
  border-bottom: 1px solid #5abc4f;
  padding: 10px 0;
  font-weight: 700;
}
.main-menu .primary:last-child > a {
  border: none;
}
.main-menu .primary.has-submenu > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #545454;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.main-menu .primary.has-submenu.is-active > a {
  background-color: #00583C;
  color: #fff;
}
.main-menu .primary.has-submenu.is-active > a:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: none;
}

.is-no-touch .main-menu .primary > a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.is-no-touch .main-menu .primary:hover > a {
  color: #8CC63E;
}
.is-no-touch .main-menu .primary.is-active:hover > a {
  color: #fff;
}

@media all and (min-width: 768px) {
  .main-menu .primary-content {
    vertical-align: top;
  }

  .main-menu .primary {
    display: inline-block;
  }
  .main-menu .primary > a {
    position: relative;
    padding: 0 15px;
    height: 50px;
    border: none;
    font-size: 12px;
    line-height: 50px;
  }
  .main-menu .primary > a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
  }
  .main-menu .primary > a:after {
    bottom: 0;
    background-color: #ddd;
    content: "";
    font-size: 20px;
    font-weight: 300;
    right: 0;
    line-height: 20px;
    display: block;
    border: none;
    width: 1px;
    height: 25px;
    cursor: default !important;
  }
  .main-menu .primary > a:last-child:after {
    display: none;
  }
  .main-menu .primary > a:after, .main-menu .primary.has-submenu > a:after {
    width: 1px;
    height: 25px;
    right: 0;
    display: block;
    -webkit-transform: none;
            transform: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    border: none;
    position: absolute;
  }
  .main-menu .primary ul.col-12 > li > a {
    padding: 0 0 5px;
  }
  .main-menu .primary .col-12 ul a {
    padding: 2px 0;
  }

  .main-menu .primary.has-submenu > a:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #5abc4f;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
  }

  .main-menu .primary.has-submenu > a:before {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
  }

  .is-no-touch .main-menu .primary.has-submenu.is-active > a {
    color: #545454;
  }

  .is-no-touch .main-menu .primary.has-submenu:hover a:before {
    opacity: 1;
    bottom: 7px;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }

  .is-touch .main-menu .primary.is-active.has-submenu > a:before {
    opacity: 1;
    bottom: 7px;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }

  .header.blb .main-menu .primary > a {
    padding: 0 1.1rem;
    font-size: 1.3rem;
  }
}
@media all and (min-width: 992px) {
  .main-menu .primary > a {
    font-size: 15px;
    height: 70px;
    line-height: 70px;
  }
}
@media all and (min-width: 1200px) {
  .main-menu .primary > a {
    padding: 0 17px;
    font-size: 0;
  }
  .main-menu .primary > a span {
    line-height: 15px;
    font-size: 15px;
    display: inline-block;
  }

  .header.blb .main-menu .primary > a {
    padding: 0 1.7rem;
    font-size: 0;
  }
}
.main-menu .sub-menu {
  width: 100%;
  background: #eaeaea;
  z-index: 1;
}
.main-menu .sub-menu a {
  font-size: 12px;
  text-align: left;
}
.main-menu .sub-menu .container-fluid {
  border-bottom: 2px solid #5abc4f;
}
.main-menu .sub-menu .container-fluid > .row {
  margin-bottom: -1px;
}
.main-menu .sub-menu .col-12 ul {
  padding-left: 30px;
}
.main-menu .sub-menu .col-12 ul li {
  line-height: 12px;
}
.main-menu .sub-menu .col-12 ul a {
  line-height: 12px;
  display: inline-block;
  padding: 10px 0;
}

.main-menu .sub-menu {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
}
.main-menu .primary.is-active .sub-menu {
  max-height: 9999px;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
          transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-no-touch .main-menu .sub-menu a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.is-no-touch .main-menu .sub-menu a:hover {
  color: #8CC63E;
}

@media all and (min-width: 768px) {
  .main-menu .sub-menu {
    top: 35px;
    position: absolute;
    left: -15px;
  }
  .main-menu .sub-menu .container-fluid {
    padding-top: 17px;
    padding-bottom: 17px;
    border-top: 2px solid #5abc4f;
  }
  .main-menu .sub-menu .container-fluid > .row {
    margin-bottom: auto;
  }
  .main-menu .sub-menu .col-12 ul {
    padding-top: 9px;
    padding-left: 15px;
  }
  .main-menu .sub-menu .col-12 ul li:last-child {
    padding-bottom: 12px;
  }
  .main-menu .sub-menu .col-12 ul a {
    padding: 5px 0;
  }
  .main-menu .sub-menu .col-12 > li {
    padding-bottom: 7px;
  }

  .is-no-touch .main-menu .sub-menu {
    display: block;
    max-height: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear, visibility 0s linear 0.4s;
    transition: opacity 0.3s linear, visibility 0s linear 0.4s;
  }

  .is-no-touch .main-menu .primary:hover .sub-menu {
    -webkit-transition: opacity 0.2s linear 0.1s, visibility 0s linear;
    transition: opacity 0.2s linear 0.1s, visibility 0s linear;
    visibility: visible;
    opacity: 1;
  }

  .main-menu .primary .sub-menu {
    display: block;
    top: 43px;
  }
  .main-menu .primary.has-submenu.is-active .sub-menu {
    display: block;
  }
  .main-menu .primary.has-submenu.is-active > a {
    background-color: transparent;
    color: #8CC63E;
  }
  .main-menu .primary.has-submenu.is-active > a:after {
    border: none;
  }
}
@media all and (min-width: 992px) {
  .main-menu .primary .sub-menu {
    top: 63px;
  }

  .main-menu .primary.has-submenu > a:before {
    bottom: -5px;
  }

  .is-no-touch .main-menu .primary.has-submenu:hover a:before {
    bottom: 7px !important;
  }

  .is-touch .main-menu .primary.is-active.has-submenu > a:before {
    bottom: 7px !important;
  }
}
@media all and (min-width: 1200px) {
  .main-menu .primary .sub-menu {
    left: 0;
  }
}
@media all and (min-width: 768px) {
  .header.regional .main-menu .primary > a {
    line-height: 15px;
  }
  .header.regional .main-menu .primary > a span {
    vertical-align: top;
    padding-top: 11px;
  }
}
@media all and (min-width: 992px) {
  .header.regional .main-menu .primary > a {
    line-height: 15px;
  }
  .header.regional .main-menu .primary > a span {
    padding-top: 24px;
    min-width: 80px;
  }
}
@media all and (min-width: 1200px) {
  .header.regional .main-menu .primary > a span {
    vertical-align: top;
    padding-top: 24px;
  }
}
@media all and (min-width: 768px) {
  .header.blp .sub-menu {
    width: 200%;
    left: -100%;
  }

  .header.blrd .sub-menu {
    width: 150%;
    left: -50%;
  }
}
@media all and (min-width: 768px) {
  .sln .main-menu .primary > a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 11px;
  }
}
@media all and (min-width: 992px) {
  .sln .main-menu .primary > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}
@media all and (min-width: 1200px) {
  .sln .main-menu .primary > a {
    font-size: 15px;
  }
}
.header .redes-sociales {
  font-size: 0;
  height: 48px;
  position: relative;
}
.header .redes-sociales .icon-container {
  display: block;
  height: 19px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -15px;
}
.header .redes-sociales a {
  width: 19px;
  height: 19px;
  display: inline-block;
  background-color: #fff;
  text-indent: -9999em;
  margin: 0 5px;
}

.is-no-touch .header .redes-sociales a:hover {
  background-color: #8CC63E;
}

@media all and (min-width: 768px) {
  .header .redes-sociales {
    padding: 0;
    margin-left: -15px;
  }
  .header .redes-sociales a {
    margin: 0 4px;
  }
}
/* indice footer.scss
  @block footer basics - mobile firts

  @block logo - mobile firts

  @block cols - mobile firts

  @block sub-cols - mobile firts

  @block states - mobile firs

  @block copyright - mobile first

  @block regional - footer
*/
.footer {
  padding-top: 4.9rem;
  padding-bottom: 4.9rem;
  background-color: #00583C;
  color: #8aac9d;
}
.footer a {
  color: #8aac9d;
  text-decoration: none;
  font-size: 1.8rem;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer li {
  list-style: none;
  position: relative;
  padding: 0 0 9px 14px;
}
.footer li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 3px;
  left: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 1rem solid #8aac9d;
}
.footer h5 {
  color: #fff;
  font-size: 1.6rem;
}

@media all and (min-width: 768px) {
  .footer h5 {
    font-size: 1.23rem;
  }
  .footer a {
    font-size: 1.3rem;
  }
}
.footer .footer-logo {
  display: block;
  max-width: 182px;
  width: 100%;
  padding-bottom: 2.5rem;
}
.footer .footer-logo img {
  width: 100%;
}

.footer .col-n-1 p {
  font-size: 2rem;
  font-weight: 200;
  line-height: 2.4rem;
  color: #fff;
}
.footer .col-n-1 .logo-2 {
  padding-top: 1.2rem;
  max-width: 161px;
  /*width: 100%;*/
}

.footer .col-n-2 .sub-col {
  display: inline-block;
  vertical-align: top;
}

.footer .col-n3 {
  padding-top: 4.9rem;
}
.footer .col-n3 .btn {
  border-radius: 0;
  padding: 17px 9px 15px;
  font-size: 12px;
  color: #fff;
}

@media all and (min-width: 768px) {
  .footer .col-n-1 {
    padding-left: 24px;
  }
  .footer .col-n-1 .logo-2 {
    padding-bottom: 0;
  }
  .footer .col-n-1 p {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 1200px) {
  .footer .col-n3 {
    padding-left: 98px;
  }
}
.footer .sub-col-1 {
  width: 100%;
  padding-top: 5rem;
}
.footer .sub-col-1 ul {
  margin: 0;
  padding: 1.9rem 0 0 0;
}
.footer .sub-col-1 ul li {
  list-style: none;
}
.footer .sub-col-1 h5 {
  padding-top: 1px;
}

.footer .sub-col-2 {
  width: 100%;
}

.footer .sub-col-3 {
  padding-top: 5rem;
}
.footer .sub-col-3 ul {
  padding-left: 0;
  padding-top: 1.9rem;
}
.footer .sub-col-3 h5 {
  padding-top: 1px;
}

.regional .footer .sub-col-2 {
  padding-top: 5rem;
}

@media all and (min-width: 576px) {
  .footer .sub-col-1 {
    width: 40%;
  }
  .footer .sub-col-1 ul {
    padding-right: 20px;
  }
  .footer .sub-col-2 {
    width: 40%;
    padding-top: 5rem;
  }
  .footer .sub-col-2 ul {
    padding-top: 5rem;
    padding-right: 20px;
  }
  .footer .sub-col-3 {
    width: 18%;
  }
}
@media all and (min-width: 768px) {
  .footer .sub-col-1 {
    padding-top: 0;
  }
  .footer .sub-col-2 ul {
    padding-top: 0;
    padding-left: 20px;
  }
  .footer .sub-col-3 {
    padding-top: 0;
  }
}
@media all and (min-width: 1200px) {
  .footer .sub-col-1 {
    padding-left: 33px;
    width: auto;
  }
  .footer .sub-col-1 ul {
    padding-right: 0;
  }
  .footer .sub-col-2 {
    width: auto;
  }
  .footer .sub-col-2 ul {
    padding-right: 0;
  }
  .footer .sub-col-3 {
    width: auto;
    padding-left: 54px;
  }
}
.is-no-touch .footer a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.is-no-touch .footer a:hover {
  color: #fff;
}
.is-no-touch .footer a.btn {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.footer .copyright {
  padding-top: 9.8rem;
  padding-bottom: 1.4rem;
  color: #fff;
}
.footer .copyright a {
  color: #5abc4f;
  font-weight: 600;
}
.footer .copyright .separator {
  color: #00583C;
  font-size: 0;
  height: 0;
}

@media all and (min-width: 992px) {
  .footer .copyright .separator {
    color: #fff;
    padding: 0 5px;
    height: auto;
  }
}
@media all and (min-width: 576px) {
  .regional .footer .sub-col-1,
.regional .footer .sub-col-2 {
    width: 40%;
  }
  .regional .footer .sub-col-3 {
    width: 18%;
  }
  .regional .footer .sub-col-2 h5 {
    padding-left: 20px;
  }
  .regional .footer .sub-col-2 ul {
    padding-top: 1.9rem;
    max-width: 250px;
    padding-right: 0;
  }
  .regional .footer .sub-col-2 ul li {
    display: inline-block;
    width: 45%;
    vertical-align: top;
  }
  .regional .footer .sub-col-3 {
    padding-left: 0;
  }
}
@media all and (min-width: 768px) {
  .regional .footer .sub-col-1 {
    width: 30%;
  }
  .regional .footer .sub-col-2 {
    width: 50%;
    padding-top: 0;
  }
  .regional .footer .sub-col-2 ul {
    padding-left: 0;
    max-width: 100%;
  }
  .regional .footer .sub-col-2 h5 {
    padding-left: 0;
  }
}
@media all and (min-width: 1200px) {
  .regional .footer .sub-col-1 {
    width: 40%;
  }
  .regional .footer .sub-col-2 {
    width: 40%;
  }
}
.go-top {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 6rem;
  width: 6rem;
  line-height: 6rem;
  text-align: center;
  background: #02ba70;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  right: 30px;
  bottom: 10%;
  font-size: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  z-index: 99;
}
.go-top:before {
  content: "";
  background-image: url("../imagenes/default/footer/arrow-up2.svg");
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 1.8rem 1.8rem;
}
.go-top.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sln .footer .sub-col-1 {
  width: 100%;
}

.sln .footer .col-n3 {
  padding-top: 4.2rem;
}

.sln .footer .col-n-2 .btn {
  border-radius: 0;
  padding: 0 9px;
  font-size: 12px;
  color: #fff;
  min-height: 5.2rem;
  line-height: 5.2rem;
  width: 100%;
  max-width: 245px;
}

.footer .col-n3 .btn {
  border-radius: 0;
  padding: 0 9px;
  font-size: 12px;
  color: #fff;
  min-height: 5.2rem;
  line-height: 5.2rem;
  width: 100%;
  max-width: 245px;
}

.footer .col-n3 p {
  color: #8aac9d;
  font-size: 1.3rem;
}

.footer .copyright p {
  color: #fff;
  font-size: 1.23rem;
  font-weight: 600;
  line-height: 2.5rem;
}

@media all and (min-width: 992px) {
  .footer .col-n3 .btn {
    min-width: auto;
  }
}
.breadcrumbs {
  background: #eeeeee;
  font-size: 14px;
  color: #999999;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: default;
}
.breadcrumbs a {
  font-weight: 600;
  color: #086;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.breadcrumbs a:hover {
  color: #00583C;
  text-decoration: none;
}
.breadcrumbs .separator {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  cursor: default;
}
.breadcrumbs span {
  font-weight: 400;
  color: #086;
  cursor: default;
}
.breadcrumbs span.no-link {
  font-weight: 600;
  color: #086;
}

.carousel-control-prev,
.carousel-control-next {
  -webkit-filter: invert(59%) sepia(99%) saturate(6026%) hue-rotate(164deg) brightness(98%) contrast(100%);
          filter: invert(59%) sepia(99%) saturate(6026%) hue-rotate(164deg) brightness(98%) contrast(100%);
  opacity: 1;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
  margin: 0 7px;
  padding: 0;
  border: none;
}
.carousel-indicators li.active {
  background-color: #005a35;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.carousel-item img {
  width: 100%;
}

.carousel {
  z-index: 0;
}

.tabs-content .btn-link {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E4E4E4;
  border-radius: 0;
  text-decoration: none;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tabs-content .btn-link:before {
  height: 2px;
  background-color: #086;
  content: "";
  left: -1px;
  top: 0;
  right: -1px;
  position: absolute;
  opacity: 1;
}
.tabs-content .btn-link span {
  color: #018765;
  font-weight: 600;
}
.tabs-content .btn-link span.text {
  text-align: left;
  padding-left: 30px;
}
.tabs-content .btn-link span.text .icono-tab-1,
.tabs-content .btn-link span.text .icono-tab-2,
.tabs-content .btn-link span.text .icono-tab-3 {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tabs-content .btn-link .icon-container {
  width: 25px;
  height: 25px;
}
.tabs-content .btn-link .icon.icon-toggle {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  z-index: 0;
}
.tabs-content .btn-link .icon.icon-toggle:before, .tabs-content .btn-link .icon.icon-toggle:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tabs-content .btn-link .icon.icon-toggle:before {
  background-image: url("../imagenes/iconos/icono-acordeon-mostrar.svg");
  z-index: 1;
  opacity: 0;
}
.tabs-content .btn-link .icon.icon-toggle:after {
  background-image: url("../imagenes/iconos/icono-acordeon-ocultar.svg");
  opacity: 1;
  z-index: 2;
}
.tabs-content .btn-link.collapsed {
  background-color: #F4F4F4;
}
.tabs-content .btn-link.collapsed span {
  color: #4d4d4d;
}
.tabs-content .btn-link.collapsed .icon.icon-toggle:before {
  opacity: 1;
}
.tabs-content .btn-link.collapsed .icon.icon-toggle:after {
  opacity: 0;
}
.tabs-content .btn-link.collapsed:before {
  opacity: 0;
}

@media all and (min-width: 576px) {
  .tabs-content .btn-link span.text {
    padding-left: 50px;
  }

  .tabs-content .btn-link span.text .icono-tab-1,
.tabs-content .btn-link span.text .icono-tab-2,
.tabs-content .btn-link span.text .icono-tab-3,
.tabs-content .btn-link span.text .icono-tab-4 {
    left: 15px;
  }

  .tabs-content .btn-link .icon.icon-toggle {
    position: relative;
    left: -10px;
  }
}
.tabs-content .tab-content > .tab-pane {
  display: block;
}
.tabs-content .fade:not(.show) {
  opacity: 1;
}

@media all and (min-width: 768px) {
  .tabs-content .tab-content > .tab-pane {
    display: none;
  }
  .tabs-content .tab-content > .active {
    display: block;
  }
  .tabs-content .fade:not(.show) {
    opacity: 0;
  }
  .tabs-content .btn-link {
    display: none;
  }
  .tabs-content .collapse:not(.show) {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .tabs-content .text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tabs-content {
  padding-left: 15px;
  padding-right: 15px;
}
.tabs-content .text-container li {
  padding-bottom: 15px;
}
.tabs-content .text-container ul {
  padding-left: 20px;
}

@media all and (min-width: 768px) {
  .tabs-content .nav-tabs {
    margin: 0;
    padding: 0;
  }
  .tabs-content .nav-tabs .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .tabs-content .nav-tabs .nav-link {
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    border: 1px solid #E4E4E4;
    background-color: #F3F3F3;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #909090;
    padding: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tabs-content .nav-tabs .nav-link span {
    display: inline-block;
    line-height: 22px;
    position: relative;
    padding-left: 40px;
    padding-right: 15px;
  }
  .tabs-content .nav-tabs .nav-link span .icon {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .tabs-content .nav-tabs .nav-link.active {
    background-color: #fff;
    position: relative;
  }
  .tabs-content .nav-tabs .nav-link.active:before {
    height: 2px;
    background-color: #086;
    content: "";
    left: -1px;
    top: 0;
    right: -1px;
    position: absolute;
    opacity: 1;
  }
  .tabs-content .nav-tabs .nav-item:nth-child(2) .nav-link {
    border-left: none;
    border-right: none;
  }
}
.tabs-content .icono-tab-1 {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("./../imagenes/iconos/icono-tab-1.svg");
  background-repeat: no-repeat;
  background-size: 2.4rem 2.4rem;
  display: inline-block;
}
.tabs-content .icono-tab-2 {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("./../imagenes/iconos/icono-tab-2.svg");
  background-repeat: no-repeat;
  background-size: 2.4rem 2.4rem;
  display: inline-block;
}
.tabs-content .icono-tab-3 {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("./../imagenes/iconos/icono-tab-3.svg");
  background-repeat: no-repeat;
  background-size: 2.4rem 2.4rem;
  display: inline-block;
}
.tabs-content .icono-tab-4 {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("./../imagenes/iconos/icono-tab-4.svg");
  background-repeat: no-repeat;
  background-size: 2.4rem 2.4rem;
  display: inline-block;
}
.tabs-content .nav-link {
  color: #4d4d4d !important;
}
.tabs-content .nav-link .icon {
  position: relative;
  top: 5px;
  left: -4px;
  margin-right: 10px;
  -webkit-filter: invert(24%) sepia(1%) saturate(2524%) hue-rotate(323deg) brightness(106%) contrast(80%);
          filter: invert(24%) sepia(1%) saturate(2524%) hue-rotate(323deg) brightness(106%) contrast(80%);
}
.tabs-content .nav-link.active {
  color: #6FCF97 !important;
}
.tabs-content .nav-link.active .icon {
  -webkit-filter: invert(65%) sepia(11%) saturate(2153%) hue-rotate(97deg) brightness(91%) contrast(93%);
          filter: invert(65%) sepia(11%) saturate(2153%) hue-rotate(97deg) brightness(91%) contrast(93%);
}
.tabs-content .nav-link.active:before {
  top: -1;
}
.tabs-content .btn-link span {
  color: #6FCF97;
}
.tabs-content .btn-link span .icon {
  position: relative;
  top: 7px;
  left: 0;
  margin-right: 5px;
  -webkit-filter: invert(65%) sepia(11%) saturate(2153%) hue-rotate(97deg) brightness(91%) contrast(93%);
          filter: invert(65%) sepia(11%) saturate(2153%) hue-rotate(97deg) brightness(91%) contrast(93%);
}
.tabs-content .btn-link.collapsed span .icon {
  -webkit-filter: invert(24%) sepia(1%) saturate(2524%) hue-rotate(323deg) brightness(106%) contrast(80%);
          filter: invert(24%) sepia(1%) saturate(2524%) hue-rotate(323deg) brightness(106%) contrast(80%);
}

.tabs-content .card {
  border: none;
  background: transparent none;
}
.tabs-content .card .btn-link {
  display: block;
}
.tabs-content .card .collapse:not(.show) {
  display: none;
}
.tabs-content .card .card-header {
  padding: 0;
  background: none transparent;
  border: none;
}
.tabs-content .card .card-header .btn-link {
  font-size: 18px;
  font-weight: 600;
  color: #4d4d4d;
  background: none transparent;
  border: none;
  padding: 0 0 25px 25px;
}
.tabs-content .card .card-header .btn-link:after {
  opacity: 1;
  bottom: 10px;
  top: auto;
  height: 1px;
  background-color: #000000;
  width: 0%;
  -webkit-transition: width 1s;
  transition: width 1s;
  content: "";
  left: 0;
  position: absolute;
}
.tabs-content .card .card-header .btn-link.collapsed:after {
  width: 50%;
}
.tabs-content .card .card-header .btn-link:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1rem solid #4D4D4D;
  border-right: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  right: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
  background: none transparent;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.tabs-content .card .card-header .btn-link.collapsed:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.calc {
  background-color: #f2f2f2;
}
.calc h4 {
  font-weight: 500;
  font-size: 24px;
}
.calc .input-group-prepend {
  font-size: 0;
}
.calc .input-group-prepend .form-control,
.calc .input-group-prepend .input-group-text {
  width: 50%;
  display: inline-block;
}
.calc .btn {
  color: #fff;
  background-color: #086;
  border-color: #086;
  height: 45px;
  width: 60%;
  padding: 0 1rem;
  border-radius: 0;
  line-height: 45px;
}
.calc .btn:hover {
  background-color: #00583c;
  border-color: #00583c;
  color: #fff;
}

.calc .box-info {
  background-color: #e6e6e6;
  padding-left: 15px;
  padding-right: 15px;
}
.calc .box-info .titles {
  font-weight: 700;
  font-size: 16px;
}
.calc .box-info .left {
  text-align: left;
}
.calc .box-info .right {
  font-size: 16px;
  font-weight: 400;
}
.calc .box-info .table td,
.calc .box-info .table th {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #cfcfcf !important;
}
.calc .box-info h1 {
  font-size: 40px;
}
.calc .box-info .result {
  color: #086;
  font-weight: 700;
}

.form-control {
  border-radius: 0;
}

.input-group-text {
  border-radius: 0;
  text-align: center;
}

.form-check {
  padding-left: 0;
}
.form-check .form-check-label {
  margin-left: 0;
  margin-bottom: 5px;
}
.form-check .switch-content {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
}
.form-check input {
  opacity: 0;
  width: 0;
  height: 0;
  width: 100%;
  margin: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  left: 0;
  cursor: pointer;
}
.form-check .switch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-check .switch:before, .form-check .switch:after {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.form-check .switch:before {
  left: 0;
  content: "Si";
  background: #e6e6e6;
  color: #495057;
}
.form-check .switch:after {
  left: 50%;
  Content: "No";
  background: #00b774;
  color: #fff;
}
.form-check input:checked + .switch:before {
  background: #00b774;
  color: #fff;
}
.form-check input:checked + .switch:after {
  background: #e6e6e6;
  color: #495057;
}

.msj-exception {
  padding-bottom: 0;
  display: block;
}

.result p {
  font-size: 14px;
}

.calc {
  font-size: 16px;
}
.calc .btn {
  font-size: 16px;
}
.calc .form-group {
  font-size: 16px;
}
.calc label {
  font-size: 16px;
}
.calc .form-control {
  height: 36px;
  font-size: 16px;
}
.calc .input-group-text {
  font-size: 16px;
}
.calc .txt-16 {
  font-size: 16px;
}
.calc .txt-dark {
  color: #212529;
}
.calc .txt-700 {
  font-weight: 700;
}
.calc .txt-900 {
  font-weight: 900;
}
.calc .box-label-monto-prestamo p {
  font-weight: bolder;
}
.calc .box-label-title-comisiones p {
  font-weight: bolder;
}
.calc .box-table-container {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 40px;
}
.calc .box-table-container table {
  margin-bottom: 0;
}
.calc .box-table-container td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.calc .box-cuota-result p {
  font-weight: bolder;
}
.calc .box-cuota-result h1 {
  font-weight: 500;
  padding-top: 16px;
  padding-bottom: 8px;
}
.calc .box-tcea {
  padding-top: 32px;
  padding-bottom: 16px;
}
.calc .box-tcea p {
  font-weight: bolder;
}

.calc .btn-group-toggle {
  width: 100%;
}
.calc .btn-group-toggle .btn-secondary {
  color: #495057;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  height: 38px;
  padding: 0;
  line-height: 38px;
}
.calc .btn-group-toggle .btn-secondary.active {
  color: #fff;
  background-color: #00b774;
  border-color: #00b774;
}

.calc .titles button {
  width: 100%;
  border: none;
  position: relative;
  background-color: #cecece;
  color: #212529;
  padding: 5px 26px 5px 15px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
}
.calc .titles button.collapsed {
  background: none transparent;
}
.calc .titles button.collapsed:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.calc .titles button:before {
  content: "";
  top: 13px;
  width: 0px;
  height: 0px;
  right: 8px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #212529;
  display: block;
  position: absolute;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.disclaimer p {
  font-size: 15px;
  line-height: 21px;
}

.calc {
  position: relative;
  z-index: 0;
}

.calc .preload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.85);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calc .preload .preload-dialog {
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  padding: 40px 20px;
  width: 175px;
}
.calc .preload .msj {
  font-size: 14px;
  line-height: 130%;
}

/**
 * ==============================================
 * Dot Spin
 * ==============================================
 */
.dot-spin {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  -webkit-box-shadow: 0 -18px 0 0 #33ba75, 12.72984px -12.72984px 0 0 #33ba75, 18px 0 0 0 #33ba75, 12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), 0 18px 0 0 rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), -18px 0 0 0 rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 rgba(152, 128, 255, 0);
          box-shadow: 0 -18px 0 0 #33ba75, 12.72984px -12.72984px 0 0 #33ba75, 18px 0 0 0 #33ba75, 12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), 0 18px 0 0 rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), -18px 0 0 0 rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 rgba(152, 128, 255, 0);
  -webkit-animation: dotSpin 1.5s infinite linear;
          animation: dotSpin 1.5s infinite linear;
}

@-webkit-keyframes dotSpin {
  0%, 100% {
    -webkit-box-shadow: 0 -18px 0 0 #33ba75, 12.72984px -12.72984px 0 0 #33ba75, 18px 0 0 0 #33ba75, 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
            box-shadow: 0 -18px 0 0 #33ba75, 12.72984px -12.72984px 0 0 #33ba75, 18px 0 0 0 #33ba75, 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }
  12.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 0 #33ba75, 18px 0 0 0 #33ba75, 12.72984px 12.72984px 0 0 #33ba75, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
            box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 0 #33ba75, 18px 0 0 0 #33ba75, 12.72984px 12.72984px 0 0 #33ba75, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }
  25% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #33ba75, 12.72984px 12.72984px 0 0 #33ba75, 0 18px 0 0 #33ba75, -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
            box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #33ba75, 12.72984px 12.72984px 0 0 #33ba75, 0 18px 0 0 #33ba75, -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }
  37.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 0 #33ba75, 0 18px 0 0 #33ba75, -12.72984px 12.72984px 0 0 #33ba75, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
            box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 0 #33ba75, 0 18px 0 0 #33ba75, -12.72984px 12.72984px 0 0 #33ba75, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }
  50% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #33ba75, -12.72984px 12.72984px 0 0 #33ba75, -18px 0 0 0 #33ba75, -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
            box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #33ba75, -12.72984px 12.72984px 0 0 #33ba75, -18px 0 0 0 #33ba75, -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }
  62.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 #33ba75, -18px 0 0 0 #33ba75, -12.72984px -12.72984px 0 0 #33ba75;
            box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 #33ba75, -18px 0 0 0 #33ba75, -12.72984px -12.72984px 0 0 #33ba75;
  }
  75% {
    -webkit-box-shadow: 0 -18px 0 0 #33ba75, 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #33ba75, -12.72984px -12.72984px 0 0 #33ba75;
            box-shadow: 0 -18px 0 0 #33ba75, 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #33ba75, -12.72984px -12.72984px 0 0 #33ba75;
  }
  87.5% {
    -webkit-box-shadow: 0 -18px 0 0 #33ba75, 12.72984px -12.72984px 0 0 #33ba75, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 #33ba75;
            box-shadow: 0 -18px 0 0 #33ba75, 12.72984px -12.72984px 0 0 #33ba75, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 #33ba75;
  }
}

@keyframes dotSpin {
  0%, 100% {
    -webkit-box-shadow: 0 -18px 0 0 #33ba75, 12.72984px -12.72984px 0 0 #33ba75, 18px 0 0 0 #33ba75, 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
            box-shadow: 0 -18px 0 0 #33ba75, 12.72984px -12.72984px 0 0 #33ba75, 18px 0 0 0 #33ba75, 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }
  12.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 0 #33ba75, 18px 0 0 0 #33ba75, 12.72984px 12.72984px 0 0 #33ba75, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
            box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 0 #33ba75, 18px 0 0 0 #33ba75, 12.72984px 12.72984px 0 0 #33ba75, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }
  25% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #33ba75, 12.72984px 12.72984px 0 0 #33ba75, 0 18px 0 0 #33ba75, -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
            box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #33ba75, 12.72984px 12.72984px 0 0 #33ba75, 0 18px 0 0 #33ba75, -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }
  37.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 0 #33ba75, 0 18px 0 0 #33ba75, -12.72984px 12.72984px 0 0 #33ba75, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
            box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 0 #33ba75, 0 18px 0 0 #33ba75, -12.72984px 12.72984px 0 0 #33ba75, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }
  50% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #33ba75, -12.72984px 12.72984px 0 0 #33ba75, -18px 0 0 0 #33ba75, -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
            box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #33ba75, -12.72984px 12.72984px 0 0 #33ba75, -18px 0 0 0 #33ba75, -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
  }
  62.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 #33ba75, -18px 0 0 0 #33ba75, -12.72984px -12.72984px 0 0 #33ba75;
            box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 #33ba75, -18px 0 0 0 #33ba75, -12.72984px -12.72984px 0 0 #33ba75;
  }
  75% {
    -webkit-box-shadow: 0 -18px 0 0 #33ba75, 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #33ba75, -12.72984px -12.72984px 0 0 #33ba75;
            box-shadow: 0 -18px 0 0 #33ba75, 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #33ba75, -12.72984px -12.72984px 0 0 #33ba75;
  }
  87.5% {
    -webkit-box-shadow: 0 -18px 0 0 #33ba75, 12.72984px -12.72984px 0 0 #33ba75, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 #33ba75;
            box-shadow: 0 -18px 0 0 #33ba75, 12.72984px -12.72984px 0 0 #33ba75, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 #33ba75;
  }
}
.seccion-index-prestamos .btn {
  padding: 0;
  margin: 0;
}

.seccion-index-prestamos .icono {
  display: block;
  width: 100;
  height: 80px;
}
.seccion-index-prestamos .btn {
  min-width: auto;
  width: 100%;
}

@media all and (min-width: 576px) {
  .seccion-index-prestamos h3 {
    min-height: 108px;
  }
  .seccion-index-prestamos p {
    min-height: 180px;
  }
}
@media all and (min-width: 768px) {
  .seccion-index-prestamos p {
    min-height: 205px;
  }
  .seccion-index-prestamos .pt-50.pt-md-0 {
    padding: 0 !important;
  }
  .seccion-index-prestamos .btn-educativo {
    margin-top: 82px;
  }
}
@media all and (min-width: 992px) {
  .seccion-index-prestamos p {
    min-height: 255px;
  }
  .seccion-index-prestamos .pb-50.pb-lg-0 {
    padding-bottom: 0 !important;
  }
}
.icono-super-nomina {
  background: url("../imagenes/iconos/index/Prestamo_supernomina_Banco_LAFISE.svg") no-repeat center left;
  background-size: auto 100%;
}

.icono-prestamo-autos {
  background: url("../imagenes/iconos/index/icono-prestamo-autos.svg") no-repeat center left;
  background-size: auto 100%;
}

.icono-prestamo-vivienda {
  background: url("../imagenes/iconos/index/icono-prestamo-vivienda.svg") no-repeat center left;
  background-size: auto 100%;
}

.icono-prestamo-personal {
  background: url("../imagenes/iconos/index/icono-prestamo-personal.svg") no-repeat center left;
  background-size: auto 100%;
}

.icono-prestamo-educativo {
  background: url("../imagenes/iconos/index/icono-prestamo-educativo.svg") no-repeat center left;
  background-size: auto 100%;
}

/* ############################ */
/* # Hero autos # */
/* ############################ */
.hero-autos {
  background-color: #EAEAEB;
}

.hero-autos {
  background-image: url("../imagenes/hero/hero-mobile.webp");
  background-size: cover;
  background-position: center center;
}

@media all and (min-width: 992px) {
  .hero-autos {
    background-image: url("../imagenes/hero/auto/hero.webp");
    background-position: center right -300px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #d1d9e1;
  }
}
@media all and (min-width: 1200px) {
  .hero-autos {
    background-position: center right -150px;
    background-size: auto 100%;
  }
}
@media all and (min-width: 1440px) {
  .hero-autos {
    background-position: center right;
    background-size: auto 100%;
  }
}
.hero-personal img {
  width: 100%;
}

.relacionados-container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.relacionados-container > div:nth-child(2) a {
  border-top: none;
  border-bottom: none;
}
.relacionados-container a {
  color: #4d4d4d;
  height: 200px;
  border: 1px solid #ACACAC;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 15px;
}
.relacionados-container a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.relacionados-container a:hover i {
  top: -5px;
}
.relacionados-container a i {
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.icono-vivienda,
.icono-educativo,
.icono-personal,
.icono-auto {
  height: 70px;
  width: 70px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.icono-vivienda {
  background-image: url("./../imagenes/iconos/icono-vivienda.svg");
}

.icono-educativo {
  background-image: url("./../imagenes/iconos/icono-educativo.svg");
}

.icono-personal {
  background-image: url("./../imagenes/iconos/icono-personal.svg");
}

.icono-auto {
  background-image: url("./../imagenes/iconos/icono-auto.svg");
}

@media all and (min-width: 576px) {
  .icono-vivienda,
.icono-educativo,
.icono-personal {
    height: 75px;
    width: 75px;
  }

  .relacionados-container a {
    height: 250px;
  }
  .relacionados-container > div:nth-child(2) a {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
  }
}
@media all and (min-width: 768px) {
  .icono-vivienda,
.icono-educativo,
.icono-personal {
    height: 100px;
    width: 100px;
  }
}
.tab-content .h4-tabs {
  font-size: 16px;
  font-weight: 700;
}

.jotform-container.version-2 .contentBox {
  background: #fff;
}

.seccion-3 {
  background-color: #F9F9F9;
}

.seccion-3 {
  background: url("../imagenes/bg/bg-pasos.webp") center center no-repeat;
  background-size: cover;
}
.seccion-3 .icon-container {
  height: 14rem;
  width: 100%;
  position: relative;
}
.seccion-3 .icono-pasos-1 {
  width: 12.5rem;
  height: 11.5rem;
  background-image: url("./../imagenes/iconos/icono-pasos-1.svg");
  background-repeat: no-repeat;
  background-size: 12.5rem 11.5rem;
  display: inline-block;
}
.seccion-3 .icono-pasos-2 {
  width: 12.5rem;
  height: 11.5rem;
  background-image: url("./../imagenes/iconos/icono-pasos-2.svg");
  background-repeat: no-repeat;
  background-size: 12.5rem 11.5rem;
  display: inline-block;
}
.seccion-3 .icono-pasos-3 {
  width: 12.5rem;
  height: 11.5rem;
  background-image: url("./../imagenes/iconos/icono-pasos-3.svg");
  background-repeat: no-repeat;
  background-size: 12.5rem 11.5rem;
  display: inline-block;
}
.seccion-3 a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}
.seccion-3 a:hover {
  color: #fff;
}

.seccion-3 {
  padding-left: 23px;
  padding-right: 23px;
}
.seccion-3 h2 {
  padding-bottom: 1.3rem;
}
.seccion-3 .box {
  padding-top: 7.1rem;
}
.seccion-3 .box p {
  margin-bottom: 3rem;
}
.seccion-3 .section-footer {
  padding-top: 4.1rem;
}

@media all and (min-width: 768px) {
  .seccion-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .seccion-3 .btn {
    min-width: auto;
    max-width: none;
  }
}
.seccion-3 .link {
  font-size: 24px;
  color: #018765;
}

.home-seccion-4 {
  background-color: #086;
}

.section-faqs {
  background-color: #F9F9F9;
}

.calc .btn-calcular-size {
  width: 48%;
}