@charset "UTF-8";
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "prelo-book", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
}
body.fijar-body {
  overflow: hidden;
}

p {
  font-size: 2rem;
  color: var(--black);
  margin: 0;
  padding: 0;
}

.container {
  max-width: 120rem;
  width: 95%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 3rem;
}

input,
select {
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: center;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  line-height: 20px;
  color: #495057;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: none;
  margin-bottom: 5px;
  appearance: none;
  -webkit-appearance: none;
}

input {
  margin-bottom: 0;
}

input:active,
input:focus {
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  appearance: auto;
  background-color: initial;
  border: initial;
  cursor: default;
  margin: 3px 3px 3px 4px;
  padding: initial;
  width: auto;
}

.img-icon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btn-link {
  font-family: "prelo-book", sans-serif !important;
  font-size: 18px !important;
  color: var(--blue500) !important;
  line-height: 21px !important;
  letter-spacing: -0.02em !important;
  text-decoration: none !important;
}

.main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-container {
  max-width: 1200px;
  margin: 0 auto;
  height: 80px;
}

.main-menu-center {
  /* justify-content: center;
  margin-bottom: 3rem;
  align-items: center;
  margin-left: 30%;*/
  display: flex;
  justify-content: center;
}

.btn-acceso-virtual {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.main-menu-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.img-logo {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.no-border {
  border: none !important;
}

.no-padding {
  padding: 0 !important;
}

.navbar {
  padding: 0;
}

.card {
  border: none;
}

.card-header {
  background: var(--white);
}

.card-header:first-child {
  border-radius: 0 !important;
}

.card-body {
  background: var(--white);
}

a.white {
  color: white !important;
}

#tipoDeCambio,
#menuSoporte,
#menuSimulador {
  height: 0;
}

/*Loader*/
.alertControl1 {
  text-align: center;
  margin-top: 4rem;
}

/*Loader*/
.alertControl {
  z-index: 30000;
  backdrop-filter: blur(2px);
  background-color: rgba(232, 229, 230, 0.44);
  font-size: 30px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alertControl:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  width: 0;
}

.alertControl h5 {
  z-index: inherit;
  padding-top: 9rem;
  font-family: "prelo-book", sans-serif;
  color: var(--blue700);
  line-height: 1.9rem;
  align-items: inherit;
  font-weight: 800;
  font-size: 15px;
}

.lds-roller {
  display: inline-block;
  height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue500);
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-map-filter {
  background: var(--yellow500);
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--blue500);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  min-width: 120px;
  padding: 12px 25px;
  text-decoration: none;
}

#slt_seo {
  display: none;
}

.cmp_general_SEO-default-style {
  height: 0px;
}

.margin-section {
  margin-top: 16px;
  margin-bottom: 16px;
}

.pichincha_spacer1 {
  height: 64px;
  width: 100%;
}

.pichincha_spacer2 {
  height: 96px;
  width: 100%;
}

.pichincha_spacer2_16px {
  height: 16px;
  width: 100%;
}

.pichincha_spacer2_80px {
  height: 80px;
  width: 100%;
}

.pichincha_spacer3 {
  height: 56px;
}

.pichincha_spacer3_96px {
  height: 96px;
}

.pichincha_spacer4 {
  height: 40px;
  width: 100%;
}

@media (max-width: 1024px) {
  .pichincha_spacer1,
  .pichincha_spacer3 {
    height: 32px;
  }
  .pichincha_spacer2 {
    height: 64px;
  }
}
.notfound-container {
  position: relative;
  height: 100vh;
}
.notfound-container .notfound-content {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 720px;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.notfound-container .notfound-content a {
  user-select: none;
  background: var(--blue500);
  align-self: center;
  font-family: "preloslab-book", sans-serif;
  text-decoration: none;
  color: var(--white);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin: 0 auto;
  padding: 7px 15px;
}
@media (min-width: 768px) {
  .notfound-container .notfound-content a {
    padding: 13px 23px;
  }
}
.notfound-container .notfound-content a:hover {
  color: var(--white);
  background: var(--blue600);
}

.notfound-404 {
  margin: 0px auto 1rem;
}
.notfound-404 h1 {
  width: 100%;
  max-height: 230px;
  font-family: "preloslab-book", sans-serif;
  font-size: 86px;
  font-weight: 200;
  margin: 0 auto 1rem;
  color: var(--blue500);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .notfound-404 h1 {
    font-size: 148px;
  }
}
@media (min-width: 1200px) {
  .notfound-404 h1 {
    font-size: 236px;
  }
}
.notfound-404 h2 {
  width: 100%;
  font-family: "prelo-book", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--darkGrey500);
  padding: 0 10px 5px;
  margin: auto;
}
@media (min-width: 768px) {
  .notfound-404 h2 {
    font-size: 28px;
  }
}

/*

Totem technologies
Componentes Pichincha

Authors:


Julián S.
Cristian C.
Tracy M.

*/
.contenedor {
  display: flex;
  margin: 15px;
}

._boton {
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "prelo-semibold", sans-serif;
  font-size: 14px;
  cursor: pointer;
  width: max-content;
  border: 0;
}

/*---------------------------*/
/*---------------------------*/
._boton_primary {
  user-select: none;
  background: var(--yellow500);
  color: var(--blue500);
}

._boton_primary:hover {
  background: var(--yellow700);
  color: var(--blue500);
}

._boton_primary:focus {
  background: var(--yellow500);
  border: 2px solid #2f7abf;
  color: var(--blue500);
}

._boton_primary:active {
  background: var(--yellow900);
  color: var(--blue500);
}

._boton_primary_disabled {
  background: var(--yellow200);
  color: var(--blue200);
}

._boton_primary_disabled:hover {
  background: var(--yellow200);
  color: var(--blue200);
  cursor: not-allowed;
}

/*---------------------------*/
/*---------------------------*/
._boton_secondary {
  user-select: none;
  background: var(--darkGrayishBlue200);
  border: 1px solid var(--darkGrayishBlue300);
  color: var(--blue500);
}

._boton_secondary:hover {
  background: var(--darkGrayishBlue500);
  border: 1px solid var(--darkGrayishBlue600);
  color: var(--blue500);
}

._boton_secondary:focus {
  background: var(--darkGrayishBlue200);
  border: 1px solid var(--darkGrayishBlue300);
  color: var(--blue500);
}

._boton_secondary:active {
  background: var(--darkGrayishBlue700);
  border: 1px solid var(--darkGrayishBlue800);
  color: var(--blue500);
}

._boton_secondary_disabled {
  background: var(--darkGrayishBlue100);
  color: var(--blue200);
}

._boton_tertiary_disabled:hover {
  background: var(--darkGrayishBlue100);
  color: var(--blue200);
  cursor: not-allowed;
}

/*---------------------------*/
/*---------------------------*/
._boton_tertiary {
  user-select: none;
  background: var(--white);
  border: 1px solid var(--blue500);
  color: var(--blue500);
}

._boton_tertiary:hover {
  background: var(--darkGrayishBlue200);
  border: 1px solid var(--blue500);
  color: var(--blue500);
}

._boton_tertiary:focus {
  background: var(--white);
  border: 1px solid var(--blue500);
  color: var(--blue500);
}

._boton_tertiary:active {
  background: var(--darkGrayishBlue400);
  border: 1px solid var(--blue500);
  color: var(--blue500);
}

._boton_tertiary_disabled {
  background: var(--white);
  border: 1px solid var(--blue200);
  color: var(--blue200);
}

._boton_tertiary_disabled:hover {
  background: var(--white);
  color: var(--blue200);
  cursor: not-allowed;
}

/*---------------------------*/
/*---------------------------*/
._boton_complementary {
  user-select: none;
  background: var(--blue500);
  color: var(--white);
}

._boton_complementary:hover {
  background: var(--blue600);
  color: var(--white);
}

._boton_complementary:focus {
  background: var(--blue500);
  border: 2px solid #2f7abf;
  color: var(--white);
}

._boton_complementary:active {
  background: var(--blue700);
  color: var(--white);
}

._boton_complementary_disabled {
  background: var(--blue200);
  color: var(--white);
  cursor: not-allowed;
}

._boton_complementary_disabled:hover {
  background: var(--blue200);
  color: var(--white);
  cursor: not-allowed;
}

/*---------------------------*/
/*---------------------------*/
._boton_destructive {
  user-select: none;
  background: var(#db2222);
  color: var(--white);
}

._boton_destructive:hover {
  background: var(--danger600);
  color: var(--white);
}

._boton_destructive:focus {
  background: var(#db2222);
  border: 2px solid var(#db2222);
  color: var(--white);
}

._boton_destructive:active {
  background: var(--danger900);
  color: var(--white);
}

._boton_destructive_disabled {
  background: var(--danger200);
  color: var(--white);
  cursor: not-allowed;
}

._boton_destructive_disabled:hover {
  background: var(--danger200);
  color: var(--white);
  cursor: not-allowed;
}

/*---------------------------*/
/*---------------------------*/
/*---------------------------*/
/*---------------------------*/
._extraSmall {
  width: max-content;
  height: 32px;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 16px;
}

._small {
  width: max-content;
  height: 32px;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 16px;
}

._medium {
  width: max-content;
  height: 40px;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 24px;
}

._large {
  width: max-content;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 24px;
}

._extraLarge {
  width: max-content;
  height: 56px;
  font-size: 14px;
  line-height: 24px;
  padding: 16px 24px;
}

._extraExtraLarge {
  width: max-content;
  height: 32px;
  font-size: 12px;
  line-height: 16px;
  padding: 16px 24px;
}

.loaderPichincha {
  border: 4px solid rgba(15, 38, 92, 0.1); /* Light grey */
  border-top: 4px solid var(--blue500);
  border-radius: 100%;
  width: 18px;
  height: 18px;
  animation: spin 3s linear infinite;
  z-index: 6;
}

.loaderPichinchaComplementary {
  border: 4px solid rgba(255, 255, 255, 0.1); /* Light grey */
  border-top: 4px solid var(--white);
  border-radius: 100%;
  width: 18px;
  height: 18px;
  animation: spin 3s linear infinite;
}

.loaderPichinchaDestructive {
  border: 4px solid rgba(255, 255, 255, 0.1); /* Light grey */
  border-top: 4px solid var(--white);
  border-radius: 100%;
  width: 18px;
  height: 18px;
  animation: spin 3s linear infinite;
}

.loadingCursor {
  cursor: wait;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

Totem technologies
Componentes Pichincha

Authors:


Julián S.
Cristian C.
Tracy M.

*/
.pichincha_title_combo_wrap_center {
  text-align: center;
}

.pichincha_title_combo_wrap_left {
  text-align: left;
}

.pichincha_title_combo_wrap_right {
  text-align: right;
}

.pichincha_title_combo_pretitle {
  color: var(--darkGrey500);
  font-size: 18px;
  line-height: 24px;
  font-family: "prelo-semibold", sans-serif;
  margin-bottom: 8px;
}

.pichincha_title_combo_title,
.pichincha_title_combo_title div,
.pichincha_title_combo_title span,
.pichincha_title_combo_title p,
.pichincha_title_combo_title h1,
.pichincha_title_combo_title h2,
.pichincha_title_combo_title h3,
.pichincha_title_combo_title h4,
.pichincha_title_combo_title h5,
.pichincha_title_combo_title h6 {
  color: var(--blue500) !important;
  font-size: 28px !important;
  line-height: 32px !important;
  font-family: "preloslab-book", sans-serif !important;
  margin-bottom: 8px !important;
}

.pichincha_title_combo_subtitle {
  color: var(--darkGrey400);
  font-size: 16px;
  line-height: 24px;
  font-family: "prelo-book", sans-serif;
}

@media (max-width: 767px) {
  .pichincha_title_combo_title {
    font-size: 26px;
  }
}
/*********************************************************/
/* Dark                                                  */
/*********************************************************/
.pichincha_title_combo_dark_subtitle {
  color: var(--darkGrey500);
  font-size: 16px;
  font-family: "prelo-book", sans-serif;
}

.contenedor-titulo-cards-solucion {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 5px;
}

.titulo-cards-solucion {
  color: var(--blue500);
  font-family: "preloslab-book", sans-serif;
  font-style: normal;
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 400px) {
  .titulo-cards-solucion {
    font-size: 26px;
  }
}

.descripcion-cards-solucion {
  color: var(--darkGrey500);
  font-family: "prelo-book", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

.contenedor-padre-cards-solucion {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  max-height: 354px;
}

.flechas-carrusel-cards-solucion {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 290px;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 1200px;
}

.flechas-carrusel-cards-solucion a {
  cursor: pointer;
  text-decoration: none;
  font-size: 24px;
  color: var(--darkGrey400);
}

.contendor-cards-solucion {
  display: flex;
  width: 100%;
  max-width: 1056px;
  clip-path: inset(-100vw 0 -100vw -100vw);
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 38px;
}

.card-solucion-linea {
  display: flex;
  flex-direction: column;
  min-width: 236px;
  width: 100%;
  background-color: var(--white);
  border: solid 1px var(--darkGrayishBlue300);
  border-radius: 8px;
  margin: 8px;
  padding: 24px;
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.5s;
  cursor: pointer;
  margin-bottom: 16px;
}

.card-solucion-linea:first-child {
  margin-left: 0;
}

.card-solucion-linea:last-child {
  margin-right: 0;
}

.card-solucion-linea > * {
  pointer-events: none;
}

.card-solucion-linea:hover {
  box-shadow: 0px 0px 4px rgba(7, 7, 7, 0.16),
    0px 3px 20px -8px rgba(7, 7, 7, 0.16);
  text-decoration: none;
}

.card-solucion-linea:hover .link-card-solucion {
  text-decoration: underline;
}

.card-solucion-linea img {
  height: 56px;
  object-fit: contain;
}

.titulo-card-solucion {
  font-family: "prelo-semibold", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: var(--darkGrey500);
}

.descripcion-card-solucion {
  font-family: "prelo-medium", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: var(--darkGrey400);
}

.link-card-solucion {
  font-family: "prelo-semibold", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2f7abf;
  cursor: pointer;
  margin-top: auto;
}

.padding-card-soluciones {
  margin-bottom: 16px;
}

.padding-titulo-card-soluciones {
  margin-bottom: 8px;
}

/*
--------------------------------------------------------
|   |   |   |   MEDIA QUERY   -   TABLET    |   |   |   |
--------------------------------------------------------
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .contenedor-padre-cards-solucion {
    width: 85%;
    max-width: 1200px;
    max-height: 354px;
  }
  .flechas-carrusel-cards-solucion {
    width: 90%;
  }
}
/*
--------------------------------------------------------
|   |   |   |   MEDIA QUERY   -   MÓVIL    |   |   |   |
--------------------------------------------------------
*/
@media (min-width: 250px) and (max-width: 767px) {
  .contenedor-padre-cards-solucion {
    padding-left: 16px;
    padding-right: 16px;
    max-height: 354px;
  }
  .flechas-carrusel-cards-solucion {
    display: none;
  }
  .contendor-cards-solucion {
    clip-path: inset(0 0 0 0);
    overflow: scroll;
  }
  .contenedor-titulo-cards-solucion {
    padding: 16px;
  }
  .contenedor-titulo-cards-solucion {
    margin-top: 0px;
    margin-bottom: 0;
  }
}

.contenedor-bloque-consejos {
  display: flex;
  width: 100%;
  max-width: 1056px;
  border-radius: 8px;
  padding: 20px 0px;
  margin: 24px auto;
  margin-top: 0px;
  margin-bottom: 0 !important;
  background: var(--darkGrey50);
  border: 1px solid var(--darkGrey100);
}

.contenedor-img-bloque-consejos {
  margin: 0px 38px;
}

.contenedor-texto-bloque-consejos {
  width: 100%;
}

.titulo-bloque-consejo {
  font-family: "prelo-semibold", sans-serif;
  font-size: 20px;
  color: var(--blue500);
}

.descripcion-bloque-consejo {
  font-family: "prelo-book", sans-serif;
  font-size: 16px;
  color: var(--darkGrey500);
}

.contenedor-btm-bloque-consejos {
  margin-right: 40px;
}

.contenedor-btm-bloque-consejos > a:hover {
  text-decoration: none;
}

.contenedor-btm-bloque-consejos > a > * {
  pointer-events: none;
}

.btn-movil {
  display: none;
  -webkit-user-select: none;
  user-select: none;
  color: #0f265c;
}

.contenedor-bloque-consejos-mobile {
  display: none;
}

/*
--------------------------------------------------------
|   |   |   |   MEDIA QUERY   -   TABLET    |   |   |   |
--------------------------------------------------------
*/
@media (max-width: 768px) {
  .contenedor-bloque-consejos-desktop {
    display: none;
  }
  .contenedor-bloque-consejos-mobile {
    display: flex;
  }
  .contenedor-bloque-consejos-mobile * {
    pointer-events: none;
  }
  .contenedor-bloque-consejos-mobile:hover {
    text-decoration: none;
  }
  .contenedor-bloque-consejos-mobile:hover * {
    text-decoration: underline;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .btn-movil {
    display: none !important;
  }
}
/*
--------------------------------------------------------
|   |   |   |   MEDIA QUERY   -   MÓVIL    |   |   |   |
--------------------------------------------------------
*/
@media (min-width: 250px) and (max-width: 767px) {
  .btn-desk {
    display: none;
  }
  .contenedor-img-bloque-consejos {
    margin-top: 4px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .contenedor-bloque-consejos {
    margin: 16px;
    width: auto;
  }
  .btn-movil {
    display: inline;
  }
  .contenedor-btm-bloque-consejos a {
    font-size: 24px;
    text-decoration: none;
  }
}
.contenedor-titulo-consultas-rapidas {
  text-align: center;
  margin-top: 48px;
}

.contenedor-titulo-consultas-rapidas {
  font-family: "preloslab-book", sans-serif;
  font-style: normal;
  font-size: 28px;
  line-height: 32px;
  color: var(--blue500);
}
@media (max-width: 400px) {
  .contenedor-titulo-consultas-rapidas {
    font-size: 26px;
  }
}

.contenedor-descripcion-consultas-rapidas {
  color: var(--darkGrey500);
  font-family: "prelo-book", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

.contenedor-padre-consultas-rapidas {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1056px;
  padding-bottom: 32px;
  padding-top: 28px;
}

.card-consultas-rapidas {
  border-radius: 8px;
  padding: 24px 32px 24px 32px;
  width: 335px;
  border: 1px solid var(--darkGrey200);
  text-align: center;
  transition: transform 0.5s;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}

.card-consultas-rapidas > * {
  pointer-events: none;
}

.card-consultas-rapidas:hover {
  transform: scale(1.08);
  box-shadow: 0px 0px 4px rgba(7, 7, 7, 0.16),
    0px 20px 20px -8px rgba(7, 7, 7, 0.16);
  text-decoration: none;
}

.card-consultas-rapidas:hover .link-card-consultas-rapidas {
  text-decoration: underline;
}

.titulo-card-consultas-rapidas {
  font-family: "prelo-semibold", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: var(--darkGrey500);
  margin-top: 16px;
}

.descripcion-card-consultas-rapidas {
  font-family: "prelo-book", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: var(--darkGrey400);
  margin-top: 8px;
  margin-bottom: 16px;
}

.link-card-consultas-rapidas {
  font-family: "prelo-book", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2f7abf;
  cursor: pointer;
}

.btn-movil-consultas {
  display: none;
  color: var(--blue500);
  font-size: 24px;
  font-family: "prelo-book", sans-serif;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .contenedor-padre-consultas-rapidas > :nth-child(2) {
    margin-left: 26px;
    margin-right: 26px;
  }
}
/*
--------------------------------------------------------
|   |   |   |   MEDIA QUERY   -   TABLET    |   |   |   |
--------------------------------------------------------
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .contenedor-padre-consultas-rapidas {
    display: inline-block;
    padding-bottom: 0;
  }
  .card-consultas-rapidas {
    text-align: left;
    margin: 16px;
    width: auto;
    display: block;
  }
  .btn-movil-consultas {
    display: inline !important;
  }
  .card-consultas-rapidas img {
    display: none;
  }
  .link-card-consultas-rapidas {
    display: none;
  }
  .descripcion-card-consultas-rapidas {
    margin-bottom: 0;
  }
  .titulo-card-consultas-rapidas {
    margin-top: 0;
  }
}
/*
--------------------------------------------------------
|   |   |   |   MEDIA QUERY   -   MÓVIL    |   |   |   |
--------------------------------------------------------
*/
@media (min-width: 250px) and (max-width: 767px) {
  .contenedor-padre-consultas-rapidas {
    display: inline-block;
    padding-bottom: 0;
  }
  .card-consultas-rapidas {
    text-align: left;
    margin: 16px;
    width: auto;
    display: block;
  }
  .btn-movil-consultas {
    display: inline;
  }
  .card-consultas-rapidas img {
    display: none;
  }
  .link-card-consultas-rapidas {
    display: none;
  }
  .descripcion-card-consultas-rapidas {
    margin-bottom: 0;
  }
  .titulo-card-consultas-rapidas {
    margin-top: 0;
  }
}
.contenedor-educate {
  display: flex;
  max-width: 1056px;
  margin: 0 auto;
}

.contenedor-educate-carrusel {
  width: 342px;
  margin-right: 26px;
}

.contenedor-educate-carrusel img {
  object-fit: fill;
  height: 160px;
  border-radius: 8px;
  border: 1px solid var(--darkGrey200);
}

.contenedor-educate-textos-caja {
  border: 1px solid var(--darkGrey200);
  width: 695px;
  height: 100%;
  border-radius: 8px;
  position: relative;
}

.contenedor-educate-textos-caja > * {
  pointer-events: none;
}

.contenedor-educate-textos-caja:hover {
  text-decoration: none;
}

.contenedor-educate-textos-caja:hover
  :is(.link-textos-caja, .btn-movil-educate) {
  text-decoration: underline;
}

.link-textos-caja {
  font-family: "prelo-book", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: var(--info);
  padding: 16px 0 0 32px;
  text-decoration: none;
  cursor: pointer;
}

.btn-movil-educate {
  font-size: 24px;
  position: absolute;
  top: 16px;
  right: 34px;
  color: #0f265c;
}

.titulo-textos-caja {
  font-family: "prelo-semibold", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: var(--darkGrey500);
  margin-bottom: 8px;
  padding: 32px 0 0 32px;
}

.descripcion-textos-caja {
  font-family: "prelo-book", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: var(--darkGrey400);
  padding-left: 32px;
  margin-bottom: 16px;
  position: relative;
}

.container-arrows-educate {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 1200px;
}

.container-arrows-educate a {
  cursor: pointer;
  text-decoration: none;
  font-size: 24px;
  color: var(--darkGrey400);
}

.slider-educate {
  grid-column: 1/3;
  grid-row: 2/3;
}

.circulos-educate {
  display: none;
}

.circleActive-educate {
  background-color: var(--yellow500) !important;
}

.circuloEducate {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background: #dcdde1;
  display: inline-block;
  margin-left: 3px;
  border-radius: 50%;
  border: none;
  padding: 0px;
}

.contenedor-educate-textos-mobile {
  display: none;
}

/*
--------------------------------------------------------
|   |   |   |   MEDIA QUERY   -   TABLET    |   |   |   |
--------------------------------------------------------
*/
@media (max-width: 768px) {
  .contenedor-educate-textos-desktop {
    display: none;
  }
  .contenedor-educate-textos-mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contenedor-educate-carrusel img {
    height: 250px;
    object-fit: cover;
  }
  .contenedor-educate {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }
  .contenedor-educate-carrusel {
    margin-right: 26px;
  }
  .contenedor-educate-carrusel {
    width: 100%;
  }
  .contenedor-educate-textos {
    padding: 16px;
  }
  .contenedor-educate-textos-caja {
    width: auto !important;
  }
  .caja1 {
    margin-top: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
  }
  .caja2 {
    border-radius: 8px;
  }
  .circulos-educate {
    text-align: center;
    display: block;
    width: 100%;
  }
  .slider-educate {
    padding-left: 16px;
    padding-right: 16px;
  }
  .container-arrows-educate {
    display: none;
  }
}
/*
--------------------------------------------------------
|   |   |   |   MEDIA QUERY   -   MÓVIL    |   |   |   |
--------------------------------------------------------
*/
@media (min-width: 250px) and (max-width: 767px) {
  .contenedor-educate {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }
  .link-textos-caja {
    display: none;
  }
  .contenedor-educate-carrusel {
    margin-right: 26px;
  }
  .contenedor-educate-carrusel {
    width: 100%;
  }
  .contenedor-educate-textos {
    padding: 16px;
  }
  .contenedor-educate-textos-caja {
    width: auto !important;
  }
  .caja1 {
    margin-top: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
  }
  .caja2 {
    border-radius: 8px;
  }
  .circulos-educate {
    text-align: center;
    display: block;
    width: 100%;
  }
  .slider-educate {
    padding-left: 16px;
    padding-right: 16px;
  }
  .contenedor-educate-carrusel img {
    object-fit: cover;
  }
  .container-arrows-educate {
    display: none;
  }
}

/* KO Components*/
/* OCM Components */

/*# sourceMappingURL=app.css.map */
