/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 16px;
}

body {
  color: #373737;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

body,
.smooth-container {
  scroll-behavior: smooth;
}

p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.5rem;
}

@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 15px;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -.6rem;
  margin-left: -.6rem;
}

.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: .6rem;
  padding-left: .6rem;
}

.row.row-big {
  margin-right: -2.1rem;
  margin-left: -2.1rem;
}

.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 2.1rem;
  padding-left: 2.1rem;
}

.row.row-md {
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.row-md > [class^="col-"],
.row.row-md > [class*=" col-"] {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^="col-"],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.row-md {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .row.row-md > [class^="col-"],
  .row.row-md > [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

* {
  outline: none;
}

a,
button {
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn {
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 1.5rem;
  border: 2px solid #fff;
  color: #fff;
}

.btn:hover {
  background: #fff;
  color: #307FE2;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.3);
}

.btn--blanco {
  background: #fff;
  color: #307FE2;
}

.btn--blanco:hover {
  background: #307FE2;
  color: #fff;
}

.btn--azul {
  background: #307FE2;
  color: #fff;
  border-color: #307FE2;
}

.btn--azul:hover {
  border-color: #307FE2;
  background: transparent;
}

.btn--b-azul {
  border-color: #307FE2;
  color: #307FE2;
}

.btn--b-azul:hover {
  background: #307FE2;
  color: #fff;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 1500px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    transition-property: none !important;
    /*CSS transforms*/
    transform: none !important;
    /*CSS animations*/
    animation: none !important;
    visibility: visible !important;
  }
}

@font-face {
  font-family: 'Druk';
  src: url("fonts/Druk-Heavy.woff2") format("woff2"), url("fonts/Druk-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.carrusel {
  position: relative;
}

.carrusel.con-nav {
  padding: 0;
}

.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
}

.carrusel .tns-nav button {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 0 4px;
  background: transparent;
  padding: 0;
}

.carrusel.gris button {
  border-color: #E3E1E6;
  background: #E3E1E6;
}

.carrusel.gris button.tns-nav-active {
  background: #373737;
  border-color: #373737;
}

.carrusel.blanco button {
  border-color: #D9D9D9;
  background: #D9D9D9;
}

.carrusel.blanco button.tns-nav-active {
  background: #fff;
  border-color: #fff;
}

.carrusel.azul button {
  border-color: #D9D9D9;
  background: #D9D9D9;
}

.carrusel.azul button.tns-nav-active {
  background: #307FE2;
  border-color: #307FE2;
}

.carrusel .tns-controls {
  text-align: center;
  margin-top: 1rem;
}

.carrusel .tns-controls button {
  border-radius: 50%;
  font-size: 0;
  width: 46px;
  height: 46px;
  line-height: 40px;
  text-align: center;
  position: relative;
  padding: 0px 0 0;
  z-index: 10;
  margin: 0 10px;
  color: #307FE2;
  background: transparent;
  border: 2px solid #307FE2;
}

.carrusel .tns-controls button:first-child {
  padding-right: 0px;
}

.carrusel .tns-controls button:last-child {
  padding-left: 0px;
}

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 28px;
  color: #307FE2;
}

.carrusel .tns-controls button:first-child:after {
  content: "\f053";
  padding-right: 4px;
}

.carrusel .tns-controls button:last-child:after {
  content: "\f054";
  padding-left: 4px;
}

.carrusel .tns-controls button:hover {
  opacity: 0.85;
}

.carrusel .tns-controls {
  display: none;
}

.carrusel.con-nav .tns-controls {
  display: block;
}

.slide-home .carrusel .tns-nav {
  position: absolute;
  left: 160px;
  bottom: 1em;
  z-index: 999;
}

@media only screen and (max-width: 1550px) {
  .slide-home .carrusel .tns-nav {
    left: 80px;
  }
}

.c-movil {
  overflow: hidden;
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 20px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}

.js-accordion {
  margin: 0 auto;
}

.js-accordion-title {
  background: #fff;
  border-top: 0;
  cursor: pointer;
  display: block;
  padding: 1rem 1.8rem;
  width: 100%;
  font-size: .875rem;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
}

@media only screen and (max-width: 640px) {
  .js-accordion-title {
    padding: .8rem 1.5rem .8rem 1rem;
  }
}

.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  transition: all .2s linear;
}

.ac-default .item-ac {
  margin-bottom: 10px;
}

.ac-default .item-ac:nth-of-type(odd) {
  background: #fff;
}

.ac-default .item-ac .button {
  position: relative;
}

.ac-default .item-ac .button:after {
  content: "\f054";
  color: #6D7278;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 32%;
  font-size: 1em;
}

@media only screen and (max-width: 768px) {
  .ac-default .item-ac .button:after {
    right: 10px;
  }
}

.ac-default .item-ac .button.activo {
  border: none;
  color: #fff;
}

.ac-default .item-ac .button.activo:after {
  content: "\f078";
  font-size: 1.1em;
  color: #fff;
}

.ac-default .item-ac .int-ac {
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.ac-default .item-ac .int-ac .c-ac {
  padding: 1rem 1.8rem;
}

@media only screen and (max-width: 640px) {
  .ac-default .item-ac .int-ac .c-ac {
    padding: .8rem 1rem .8rem 1rem;
  }
}

.ac-default .item-ac .int-ac p {
  font-size: .875rem;
  color: #373737;
}

.ac-default .item-ac.activo .js-accordion-title {
  background: #32588B;
  border-color: #32588B;
  color: #fff;
  font-weight: 600;
}

@media only screen and (max-width: 640px) {
  .ac-default .item-ac button {
    font-size: 1em;
  }
  .ac-default .item-ac button:after {
    right: 10px;
  }
}

header .head-top {
  background: #3A57F0;
}

@media only screen and (max-width: 991px) {
  header .head-top {
    padding: .5rem 0;
  }
}

header .head-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .head-top nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .head-top nav ul li a {
  display: block;
  padding: 1.4rem 1rem;
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
}

header .head-top nav ul li a.activo {
  background: #fff;
  color: #3A57F0;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  header .head-top nav {
    display: none;
  }
}

header .head-top__logo img {
  vertical-align: bottom;
  width: 180px;
}

@media only screen and (max-width: 550px) {
  header .head-top__logo img {
    width: 130px;
  }
}

header .head-top .btn-menu {
  display: none;
}

@media only screen and (max-width: 991px) {
  header .head-top .btn-menu {
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 991px) {
  header .head-bottom {
    padding: .5rem 0;
  }
}

header .head-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 550px) {
  header .head-bottom .logo img {
    width: 140px;
  }
}

header .head-bottom__der {
  display: flex;
}

header .head-bottom__der .botones {
  padding: .9rem 0;
}

header .head-bottom__der .botones a {
  width: 166px;
  margin-left: 1.1rem;
}

@media only screen and (max-width: 991px) {
  header .head-bottom__der .botones {
    display: none;
  }
}

header .head-bottom__der .buscar {
  padding: 1.5rem;
  margin-left: 2rem;
  border-left: 1px solid #E0E0E0;
}

header .head-bottom__der .buscar .btnBuscar {
  margin-right: 2px;
  border: none;
  background: transparent;
}

header .head-bottom__der .buscar input {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
  border: none;
  width: 100px;
}

@media only screen and (max-width: 991px) {
  header .head-bottom__der .buscar {
    display: none;
  }
}

header.header-user .head-bottom nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header.header-user .head-bottom nav ul li {
  padding: 0 .7rem;
}

header.header-user .head-bottom nav ul li a {
  font-size: .875rem;
  color: #373737;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  header.header-user .head-bottom nav {
    display: none;
  }
}

header.header-user .head-bottom .logo-santander {
  margin-left: 1rem;
}

header.header-user .head-bottom .logo-santander img {
  width: 130px;
}

@media only screen and (max-width: 991px) {
  header.header-user .head-bottom .logo-santander {
    display: none;
  }
}

header.header-user .head-bottom .btn-menu {
  display: none;
}

@media only screen and (max-width: 991px) {
  header.header-user .head-bottom .btn-menu {
    display: block;
    cursor: pointer;
    color: #373737;
    font-size: 1.8rem;
  }
}

header.header-user .head-bottom .head-bottom__der {
  align-items: center;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all .3s ease;
}

.menu-mobile .w-menu {
  background: #fff;
  width: 500px;
  max-width: 90%;
  height: 100%;
  padding: 4rem 1rem;
  position: relative;
  transition: all .3s ease;
  transform: translateX(-100%);
}

.menu-mobile .cerrar-menu {
  cursor: pointer;
  position: absolute;
  top: .5rem;
  right: 1rem;
  font-size: 1.6rem;
}

.menu-mobile .botones a {
  width: 100%;
  font-size: .9rem;
  font-weight: 400;
  margin-bottom: .6rem;
  height: 40px;
}

.menu-mobile .buscador {
  position: relative;
  margin-top: .4rem;
  margin-bottom: 1rem;
}

.menu-mobile .buscador input {
  width: 100%;
  border: 2px solid #307FE2;
  border-radius: 5px;
  height: 40px;
  padding-left: 1.8rem;
  padding-right: 100px;
  font-size: .9rem;
}

.menu-mobile .buscador .icono {
  position: absolute;
  left: .6rem;
  color: #307FE2;
  top: .8rem;
  font-size: .9rem;
}

.menu-mobile .buscador .btn-buscar {
  background: #307FE2;
  color: #fff;
  border: none;
  border-radius: 0px 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  font-size: .9rem;
  width: 80px;
}

.menu-mobile nav ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.menu-mobile nav ul li {
  border-bottom: 1px solid #E1E2E3;
}

.menu-mobile nav ul li a {
  color: #373737;
  display: block;
  font-weight: 500;
  padding: 1rem 0;
}

.menu-mobile.visible {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.menu-mobile.visible .w-menu {
  transform: translateX(0);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

.hero {
  position: relative;
}

.hero__img {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .hero__img {
    height: 229px;
    object-fit: cover;
  }
}

.hero .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero__txt h1 {
  margin: 0 0 1rem;
  color: #fff;
  font-weight: 600;
}

.hero__txt h1 span {
  font-size: 4.375rem;
  background: #671E75;
  line-height: 1.1;
  display: inline-block;
  padding: 0 .5rem 0;
}

.hero__txt h1 span:last-child {
  background: #307FE2;
}

@media only screen and (max-width: 991px) {
  .hero__txt h1 span {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 640px) {
  .hero__txt h1 span {
    font-size: 1.8rem;
  }
}

.hero__txt p {
  font-size: 1.563rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 1rem;
  width: 33rem;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .hero__txt p {
    display: none;
  }
}

.titulo {
  font-size: 1.125rem;
  margin: 0 0 2rem;
  font-weight: 600;
  text-align: center;
}

.titulo:after {
  content: "";
  background: #C791CD;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  display: block;
  margin: .4rem auto 0;
}

.seccion {
  padding: 2.2rem 0;
}

.seccion.bg-gris {
  background: #f3f8ff;
}

.seccion.bg-gris2 {
  background: #F5F5F5;
}

.mi-plan {
  text-align: center;
}

.mi-plan p {
  padding: 0 2rem;
  font-size: .875rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .mi-plan p {
    padding: 0;
  }
}

.card-uso {
  text-align: center;
  border-radius: 20px;
  border: 1px solid #307FE2;
  padding: 1.5rem 1.2rem;
  background: #fff;
  height: 100%;
  position: relative;
}

.card-uso__img {
  height: 13rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.card-uso__img span {
  display: none;
}

@media only screen and (max-width: 768px) {
  .card-uso__img span {
    background: #307FE2;
    position: absolute;
    display: inline-block;
    padding: .3rem .5rem .3rem 1rem;
    top: 1.6rem;
    left: 0;
    color: #fff;
    border-radius: 0 5px 5px 0;
    font-weight: 500;
  }
}

.card-uso__img img#fig-1 {
  height: 11.6rem;
}

.card-uso__img img#fig-2 {
  height: 12.375rem;
}

.card-uso__img img#fig-3 {
  height: 10.938rem;
}

.card-uso h4 {
  font-size: 1rem;
  font-weight: 600;
}

.card-uso p {
  font-size: .875rem;
  margin-bottom: 0;
}

.grid-beneficios {
  display: flex;
  flex-wrap: wrap;
}

.grid-beneficios .item-ben {
  width: 50%;
  display: flex;
  border-bottom: 1px solid #E2E2E2;
  padding: 1.5rem 0;
}

.grid-beneficios .item-ben__ic {
  width: 4.5rem;
  min-width: 4.5rem;
  text-align: center;
}

.grid-beneficios .item-ben__txt {
  padding-left: 1.5rem;
  padding-right: 1rem;
}

.grid-beneficios .item-ben__txt h4 {
  color: #0A3C5A;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 .5rem;
}

.grid-beneficios .item-ben__txt p {
  font-size: .875rem;
  font-weight: 500;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .grid-beneficios .item-ben {
    width: 100%;
    padding: 1.2rem 0;
  }
}

.card-tip {
  text-align: center;
  padding: 1rem 1.6rem;
}

@media only screen and (max-width: 640px) {
  .card-tip {
    display: flex;
    align-items: center;
    padding: 1rem 0;
  }
}

.card-tip__img {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  border: 1px solid #C791CD;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

@media only screen and (max-width: 640px) {
  .card-tip__img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-bottom: 0;
  }
  .card-tip__img img {
    max-width: 50%;
  }
}

.card-tip__txt p {
  font-size: .875rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .card-tip__txt {
    padding-left: 1rem;
    text-align: left;
  }
}

.dudas .accordion {
  margin-bottom: 2rem;
}

.dudas .mas-dudas {
  text-align: center;
}

.dudas .mas-dudas p {
  margin-bottom: 1.5rem;
}

.dudas .mas-dudas .btn {
  font-size: 1rem;
  width: 235px;
  padding: 1rem;
  height: 3.25rem;
}

.s-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;
  visibility: visible;
  transition: all .3s ease;
  display: flex;
  justify-content: flex-end;
  transition-delay: .2s;
}

.s-login .box-login {
  background: #fff;
  width: 600px;
  max-width: 100%;
  text-align: center;
  padding: 3rem 2rem 2rem 5.8rem;
  display: flex;
  justify-content: flex-start;
  transform: translateX(100%);
  transition: all .5s ease;
  transition-delay: 0s;
}

@media only screen and (max-width: 768px) {
  .s-login .box-login {
    padding: 3rem 1rem;
    justify-content: center;
  }
}

.s-login .box-login .contenedor-login {
  width: 383px;
  max-width: 100%;
  text-align: center;
  position: relative;
}

.s-login .box-login .contenedor-login .cerrar-login {
  position: absolute;
  cursor: pointer;
  color: #373737;
  font-size: 1.5rem;
  right: -4rem;
  top: 0;
  opacity: .8;
}

@media only screen and (max-width: 768px) {
  .s-login .box-login .contenedor-login .cerrar-login {
    right: 0rem;
    top: -2rem;
  }
}

.s-login .logo-login {
  margin-bottom: 2rem;
}

.s-login h3 {
  color: #307FE2;
  font-weight: 400;
  font-size: 1.35rem;
  margin: 1.7rem -40px .4rem;
}

@media only screen and (max-width: 768px) {
  .s-login h3 {
    margin: 1.5rem 0 .4rem;
    font-size: 1.2rem;
  }
}

.s-login .bajada {
  font-size: .875rem;
  margin-bottom: 2.2rem;
}

.s-login .btn-form {
  width: 100%;
  font-size: 1.125rem;
  height: 50px;
  font-weight: 500;
  margin-top: 1rem;
}

.s-login .btn-form.disabled {
  background: #DFDFDF;
  border-color: #DFDFDF;
  cursor: auto;
}

.s-login .btn-form.disabled:hover {
  box-shadow: none;
  color: #fff;
}

.s-login .links {
  padding-top: 1.2rem;
}

.s-login .links p {
  font-size: .8rem;
  margin-bottom: .4rem;
}

.s-login .links p a {
  color: #307FE2;
  font-weight: 500;
  text-decoration: none;
}

.s-login .panel-login {
  display: none;
}

.s-login .panel-login.visible {
  display: block;
}

.s-login .panel-crear {
  display: none;
}

.s-login .panel-crear.visible {
  display: block;
}


.s-login .panel-recuperar {
  display: none;
}

  .s-login .panel-recuperar.visible {
      display: block;
  }

.s-login .panel-validar {
  display: none;
}

  .s-login .panel-validar.visible {
      display: block;
  }

.s-login.visible {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  transition-delay: 0s;
}

.s-login.visible .box-login {
  transform: translateX(0);
  transition-delay: .2s;
}

.s-login.registro {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  background: #fff;
  display: block;
  text-align: center;
  padding-top: 2rem;
}

.s-login.registro .form-rut {
  position: relative;
}

.s-login.registro .form-rut:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: calc(100% + 10px);
  z-index: 10;
  background: rgba(255, 255, 255, 0.6);
}

.s-login.registro .logo {
  margin-bottom: 1.5rem;
}

.s-login.registro .container {
  max-width: 1100px;
}

.s-login.registro .botones-registro {
  padding: 1rem 0 4rem;
}

@media only screen and (max-width: 550px) {
  .s-login.registro .botones-registro {
    display: flex;
    flex-direction: column-reverse;
  }
}

.s-login.registro .botones-registro a {
  width: 380px;
  max-width: 100%;
  font-weight: normal;
  margin: 0 5px 10px;
  height: 50px;
}

@media only screen and (max-width: 550px) {
  .s-login.registro .botones-registro a {
    margin-bottom: 20px;
  }
}

.s-login.registro .botones-registro .btn--b-azul {
  border: 1px solid #307FE2;
}

.s-login.registro .botones-registro .btn--azul.disabled {
  background: #DFDFDF;
  border-color: #dfdfdf;
}

.switch-login {
  width: 100%;
  border: 1px solid #307FE2;
  border-radius: 30px;
  display: flex;
  height: 44px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  max-width: 383px;
  margin: 0 auto;
}

.switch-login:after {
  content: "";
  width: 50%;
  height: 100%;
  border-radius: 30px;
  background: #307FE2;
  display: block;
  position: absolute;
  transition: all .5s ease;
}

.switch-login a {
  height: 100%;
  width: 50%;
  font-size: .875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #373737;
  position: relative;
  z-index: 10;
}

.switch-login a.activo {
  color: #fff;
  font-weight: bold;
}

.switch-login.right:after {
  right: 0;
  left: auto;
}

.switch-login.left:after {
  right: 50%;
}

.validadorPass {
  position: absolute;
  background: #fff;
  text-align: left;
  padding: 1rem;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  display: none;
  z-index: 10;
}

.validadorPass.visible {
  display: block;
}

.validadorPass p {
  font-size: .75rem;
  color: #373737;
  font-weight: 500;
}

.validadorPass ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.validadorPass ul li {
  font-size: .75rem;
  color: #D00404;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}

.validadorPass ul li img {
  width: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.validadorPass ul li img.img-exito {
  display: none;
}

.validadorPass ul li.exito {
  color: #007A33;
}

.validadorPass ul li.exito img.img-exito {
  display: block;
}

.validadorPass ul li.exito img.img-error {
  display: none;
}

.form-uc {
  margin-bottom: 2.9rem;
  position: relative;
}

.form-uc:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FBFCFF;
  top: 0;
  border-radius: 8.4px;
  z-index: 0;
}

.form-uc label {
  position: absolute;
  left: 1rem;
  top: .85rem;
  display: inline-block;
  background: transparent;
  font-size: .875rem;
  padding: 0;
  font-weight: 500;
  color: #373737;
  transition: all .3s ease;
  z-index: 1;
}

.form-uc input {
  width: 100%;
  border-radius: 8.417px;
  border: 1.052px solid #E0E0E0;
  height: 44px;
  font-size: .875rem;
  padding: .5rem 1rem;
  background: transparent;
  position: relative;
  z-index: 2;
}

.form-uc select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/down.svg");
  background-size: 10px auto;
  background-position: 96% center;
  background-color: transparent;
  border: 1.052px solid #E0E0E0;
  width: 100%;
  border-radius: 8.417px;
  height: 44px;
  font-size: .875rem;
  padding: .5rem 1rem;
  position: relative;
  z-index: 2;
}

.form-uc .select-group.readonly {
  cursor: default;
}

.form-uc .select-group.readonly input {
  cursor: default;
}

.form-uc .select-group input {
  background-image: url("../images/down.svg");
  background-size: 14px auto;
  background-position: 96% center;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #373737;
}

.form-uc .select-group .combobox {
  position: absolute;
  border-radius: 8.417px;
  width: 100%;
  z-index: 99;
  overflow: hidden;
  border: 1.052px solid #E0E0E0;
  display: none;
}

.form-uc .select-group .combobox .item-combobox {
  width: 100%;
  border-bottom: 1.052px solid #E0E0E0;
  height: 44px;
  font-size: .875rem;
  padding: .75rem 1rem .5rem;
  text-align: left;
  z-index: 99;
  background: #fff;
  cursor: pointer;
}

.form-uc .select-group .combobox .item-combobox:hover {
  background: #307FE2;
  color: #fff;
}

.form-uc .select-group .combobox .item-combobox:last-child {
  border: none;
}

.form-uc .select-group.activo .combobox {
  display: block;
}

.form-uc .ver-pass {
  position: absolute;
  right: 1rem;
  bottom: .8rem;
  color: #373737;
  z-index: 3;
}

.form-uc .ver-pass .ic-ocultar {
  display: none;
  cursor: pointer;
}

.form-uc .ver-pass .ic-ver {
  cursor: pointer;
}

.form-uc .ver-pass.visible .ic-ocultar {
  display: block;
}

.form-uc .ver-pass.visible .ic-ver {
  display: none;
}

.form-uc .msg {
  color: #D00404;
  font-size: .75rem;
  position: absolute;
  top: 105%;
  text-align: left;
  padding-left: 1.2rem;
  font-weight: 500;
  display: none;
}

.form-uc.success label {
  color: #007A33;
}

.form-uc.success input {
  border-color: #007A33;
}

.form-uc.error label {
  color: #D00404;
}

.form-uc.error input {
  border-color: #D00404;
}

.form-uc.error .msg {
  display: block;
}

.form-uc.focus label {
  position: absolute;
  left: 1rem;
  top: -.5rem;
  display: inline-block;
  background: #fff;
  font-size: .75rem;
  padding: 3px 5px;
  font-weight: 500;
  z-index: 10;
}

.form-uc.editable label {
  color: #307FE2;
}

.form-uc.editable input {
  border-color: #307FE2;
}

.form-uc.editable.success input {
  border-color: #007A33;
}

.hero-subhome {
  position: relative;
}

.hero-subhome__img {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .hero-subhome__img {
    height: 180px;
    object-fit: cover;
  }
}

.hero-subhome .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-subhome__txt h1 {
  margin: 0 0 .8rem;
  color: #fff;
  font-weight: 600;
  max-width: 310px;
}

.hero-subhome__txt h1 span {
  font-size: 1.563rem;
  line-height: 1.2;
  display: block;
  padding: .1rem .5rem .1rem;
  background: #307FE2;
}

.hero-subhome__txt h1 span:last-child {
  background: #671E75;
}

@media only screen and (max-width: 640px) {
  .hero-subhome__txt h1 {
    display: inline-block;
    margin-bottom: .5rem;
  }
  .hero-subhome__txt h1 span {
    font-size: 1.2rem;
  }
}

.hero-subhome__txt p {
  font-size: .875rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 1rem .6rem;
  width: 16.625rem;
  line-height: 1.2;
}

.hero-subhome__txt p .rojo {
  color: #EA1D25;
}

.hero-subhome__txt p .azul {
  color: #307FE2;
}

@media only screen and (max-width: 640px) {
  .hero-subhome__txt p {
    font-size: .8rem;
    width: 15rem;
    padding: .8rem .6rem;
  }
}

.hero-subhome__txt.tipo2 h1 span {
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .row.row-subhome {
    margin-right: -.4rem;
    margin-left: -.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .row.row-subhome > [class^="col-"],
  .row.row-subhome > [class*=" col-"] {
    padding-right: .4rem;
    padding-left: .4rem;
  }
}

@media only screen and (max-width: 991px) {
  .card-subhome {
    margin-bottom: 1rem;
  }
}

.card-subhome__header {
  background: #4D9CFF;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 1.2rem 1.5rem;
  margin-bottom: 2px;
}

.card-subhome__header h4 {
  color: #fff;
  font-size: .875rem;
  font-weight: bold;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .card-subhome__header {
    padding: .8rem .5rem;
  }
  .card-subhome__header h4 {
    font-size: .7rem;
  }
}

.card-subhome__body {
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #4D9CFF;
  background: #FFF;
  text-align: center;
  padding: 1rem 1rem 2rem;
  min-height: 16rem;
}

@media only screen and (max-width: 640px) {
  .card-subhome__body {
    padding: 1rem .8rem 1rem;
    min-height: 14rem;
  }
}

.card-subhome__body__img {
  text-align: center;
  height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.card-subhome__body__img:before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #F8EDFF;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

.card-subhome__body__img img {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 640px) {
  .card-subhome__body__img {
    height: 2.8rem;
  }
  .card-subhome__body__img:before {
    width: 3rem;
    height: 3rem;
  }
  .card-subhome__body__img img {
    max-height: 80%;
    width: auto;
  }
}

.card-subhome__body p {
  font-size: .875rem;
  min-height: 5.5rem;
}

.card-subhome__body p a {
  color: #4D9CFF;
  font-weight: normal;
  text-decoration: none;
}

.card-subhome__body p span {
  color: #671E75;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .card-subhome__body p {
    font-size: .7rem;
    min-height: 4rem;
    line-height: 1.3;
  }
  .card-subhome__body p span {
    font-size: .875rem;
  }
}

.card-subhome__body .iconos {
  margin-bottom: -1rem;
}

.card-subhome__body .iconos a {
  margin: 0 .8rem;
}

@media only screen and (max-width: 640px) {
  .card-subhome__body .iconos {
    margin-bottom: 0;
    margin-top: 0rem;
  }
  .card-subhome__body .iconos img {
    height: 30px;
    width: auto;
  }
}

.card-subhome__body a {
  font-weight: 600;
  color: #307FE2;
  font-size: .875rem;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .card-subhome__body a {
    font-size: .7rem;
    line-height: 1.3;
  }
}

.card-subhome__body .tooltip-uc {
  position: absolute;
  color: #fff;
  border-radius: 4px;
  background: rgba(55, 55, 55, 0.8);
  font-size: .75rem;
  padding: .5rem;
  width: 358px;
  max-width: 100%;
  z-index: 10;
  left: 50%;
  bottom: 0%;
  display: none;
}

.card-subhome__body .tooltip-uc.visible {
  display: block;
}

.reembolso {
  padding-bottom: 5rem;
}

.reembolso .grid-reembolso {
  display: flex;
  justify-content: center;
}

.reembolso .carrusel {
  max-width: 900px;
  margin: 0 auto;
  padding: 0rem;
}

@media only screen and (max-width: 550px) {
  .reembolso .carrusel #tns1-mw {
    overflow: visible;
    padding-right: 50px;
  }
}

.card-reembolso {
  text-align: center;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(184, 184, 184, 0.51);
  display: block;
  padding: 1.3rem;
  width: 15.9rem;
  max-width: 100%;
  margin: .5rem auto 1rem;
  height: 270px;
  transition: all .3s ease;
}

.card-reembolso:hover {
  background: #f4f9ff;
}

@media only screen and (max-width: 550px) {
  .card-reembolso {
    width: 100%;
  }
}

.card-reembolso__img {
  width: 10.3rem;
  margin: 0 auto 1rem;
}

.card-reembolso__img img {
  width: 100%;
}

.card-reembolso p {
  color: #373737;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.seccion.solicita-reembolso {
  text-align: center;
  background: #F5F5F5;
}

.seccion.solicita-reembolso .bajada {
  margin-bottom: 2rem;
}

.seccion.solicita-reembolso .w-form {
  background-color: #fff;
  border-radius: 25px;
  padding: 2.5rem 5.5rem 0;
}

.seccion.solicita-reembolso .w-form h3 {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .seccion.solicita-reembolso .w-form {
    padding: 2rem 2rem 0;
  }
}

@media only screen and (max-width: 550px) {
  .seccion.solicita-reembolso .w-form {
    padding: 2rem 1rem 0;
  }
}

.seccion.solicita-reembolso .botones-reembolso {
  margin-top: 2.7rem;
  padding-bottom: 2rem;
}

.seccion.solicita-reembolso .botones-reembolso .btn {
  border-radius: 4px;
  background: #FFF;
  font-weight: 500;
  width: 15.75rem;
  height: 50px;
  margin: 0 .9rem 1rem;
}

@media only screen and (max-width: 550px) {
  .seccion.solicita-reembolso .botones-reembolso .btn {
    width: 100%;
    margin: 0 0 1rem;
  }
}

.seccion.solicita-reembolso .botones-reembolso .btn.btn--b-azul {
  border: 1px solid #307FE2;
}

.seccion.solicita-reembolso .botones-reembolso .btn.btn--b-azul:disabled {
  background: #DFDFDF;
  border-color: #DFDFDF;
  color: #fff;
}

.seccion.solicita-reembolso .botones-reembolso .btn.btn--b-azul:hover {
  background: #f4f9ff;
  color: #307FE2;
}

.seccion.solicita-reembolso .botones-reembolso .btn.btn--azul {
  border: 1px solid #307FE2;
  background: #307FE2;
}

.seccion.solicita-reembolso .botones-reembolso .btn.btn--azul:hover {
  background: #1f72da;
  color: #fff;
}

.agenda-salud {
  background: #F5F5F5;
  padding: 1.5rem 0 3rem;
}

.agenda-salud .bread {
  margin-bottom: 1rem;
}

.agenda-salud .bread a {
  color: #307FE2;
  font-size: .875rem;
}

.agenda-salud .bread a i {
  margin-right: .3rem;
}

@media only screen and (max-width: 550px) {
  .agenda-salud .carrusel #tns1-mw {
    overflow: visible;
    padding-right: 20px;
  }
}

.btn:hover {
  box-shadow: none;
}

.card-salud__header {
  background: #4D9CFF;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 1.2rem 1.5rem;
  margin-bottom: 0px;
}

.card-salud__header h4 {
  color: #fff;
  font-size: .875rem;
  font-weight: bold;
  margin: 0;
}

@media only screen and (max-width: 550px) {
  .card-salud__header {
    padding: .8rem 1rem;
  }
  .card-salud__header h4 {
    font-size: .7rem;
  }
}

.card-salud__body {
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #4D9CFF;
  background: #FFF;
  text-align: center;
  padding: 1rem 1rem 1.5rem;
  min-height: 6.75rem;
}

.card-salud__body p {
  font-size: .875rem;
  min-height: 2.87rem;
}

.card-salud__body a {
  font-weight: 600;
  color: #307FE2;
  font-size: .875rem;
  text-decoration: underline;
}

@media only screen and (max-width: 550px) {
  .card-salud__body {
    padding: .8rem 1rem;
  }
  .card-salud__body p {
    font-size: .7rem;
  }
  .card-salud__body a {
    font-size: .7rem;
  }
}

.card-salud.activo .card-salud__header {
  background-color: #4F74A5;
}

.solicitar-reembolso {
  background: #fff;
  border-radius: 25px;
  padding: 3rem 6rem;
  text-align: center;
  margin-top: 3rem;
}

@media only screen and (max-width: 991px) {
  .solicitar-reembolso {
    padding: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .solicitar-reembolso {
    margin: 0 -15px;
    border-radius: 0;
    padding: 2rem 1rem;
  }
}

.solicitar-reembolso .seleccion {
  margin-bottom: 1rem;
}

.solicitar-reembolso .seleccion label {
  font-weight: bold;
  font-size: 1.125rem;
}

@media only screen and (max-width: 550px) {
  .solicitar-reembolso .seleccion label {
    display: block;
    margin-bottom: .4rem;
  }
}

.solicitar-reembolso .seleccion .form-uc {
  display: inline-block;
  width: 290px;
  margin-left: 1rem;
}

.solicitar-reembolso .seleccion .form-uc.success input {
  border-color: #e0e0e0;
}

@media only screen and (max-width: 550px) {
  .solicitar-reembolso .carrusel #tns1-mw {
    overflow: visible;
    padding-right: 40px;
  }
}

.solicitar-reembolso .card-sr {
  text-align: center;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(184, 184, 184, 0.51);
  padding: 1.5rem;
  display: block;
  margin-bottom: 2rem;
  transition: all .3s ease;
}

.solicitar-reembolso .card-sr:hover {
  background: #f4f9ff;
}

.solicitar-reembolso .card-sr__img {
  width: 10.31rem;
  margin: 0 auto 1rem;
}

.solicitar-reembolso .card-sr__img img {
  width: 100%;
  vertical-align: bottom;
}

.solicitar-reembolso .card-sr p {
  font-size: .875rem;
  margin-bottom: 0;
  color: #373737;
  min-height: 40px;
}

.w-btn {
  text-align: center;
  padding: 3rem 0;
}

.w-btn.paso-2 {
  text-align: right;
}

.w-btn.paso-2 .btn {
  margin-left: 2rem;
}

@media only screen and (max-width: 768px) {
  .w-btn.paso-2 .btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

.btn--b-azul.tipo2 {
  border: 1px solid #307FE2;
  font-weight: 500;
  background: #fff;
  min-width: 250px;
  height: 50px;
  border-radius: 4px;
}

.btn--b-azul.tipo2:hover {
  background: #f4f9ff;
  color: #307FE2;
}

.btn--azul.tipo2 {
  border: 1px solid #307FE2;
  font-weight: 500;
  background: #307FE2;
  color: #fff;
  min-width: 250px;
  height: 50px;
  border-radius: 4px;
}

.btn--azul.tipo2:hover {
  background: #1f72da;
}

.w-reembolso {
  text-align: left;
}

.w-reembolso h4 {
  margin: 1rem 0 .6rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.w-reembolso .bajada {
  font-size: .875rem;
}

.w-reembolso .item-doc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.625rem;
}

@media only screen and (max-width: 768px) {
  .w-reembolso .item-doc {
    display: block;
    margin-bottom: 3rem;
  }
}

.w-reembolso .item-doc label {
  font-size: .875rem;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .w-reembolso .item-doc label {
    margin-bottom: .5rem;
    display: block;
  }
}

.w-reembolso .item-doc__der {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .w-reembolso .item-doc__der {
    display: block;
  }
}

.w-reembolso .item-doc__der .form-group {
  position: relative;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .w-reembolso .item-doc__der .form-group {
    margin-bottom: 1.8rem;
  }
}

.w-reembolso .item-doc__der .form-group input {
  border: 2px solid #dedede;
  border-radius: 4px;
  padding: .5rem .8rem;
  font-size: .875rem;
  max-width: 100%;
}

.w-reembolso .item-doc__der .form-group .msg {
  color: #D00404;
  font-size: .75rem;
  position: absolute;
  top: 105%;
  text-align: left;
  padding-left: 1.2rem;
  font-weight: 500;
  display: none;
}

.w-reembolso .item-doc__der .form-group.error input {
  border-color: #D00404;
}

.w-reembolso .item-doc__der .form-group.error .msg {
  display: block;
}

.w-reembolso .item-doc__der .acciones {
  display: flex;
  margin-left: 2rem;
}

@media only screen and (max-width: 768px) {
  .w-reembolso .item-doc__der .acciones {
    margin-left: 0;
  }
}

.w-reembolso .item-doc__der .acciones .agregar {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  background: #307FE2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
}

.w-reembolso .item-doc__der .acciones .eliminar {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  border: 1px solid #307FE2;
  background: #fff;
  color: #307FE2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  margin-left: .75rem;
}

.w-reembolso .texto {
  font-size: .875rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.w-reembolso .check-group label {
  margin-left: .2rem;
  font-size: .875rem;
}

.solicita-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .solicita-mobile {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .solicita-desktop {
    display: none;
  }
}

.periodo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 1.5rem;
}

.periodo label {
  color: #000;
  font-size: 1rem;
  font-weight: normal;
}

.periodo .form-uc {
  margin: 0 1rem;
}

.periodo .form-uc input {
  margin: 0;
}

.periodo input {
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  background: #fff;
  width: 15.9rem;
  height: 40px;
  padding: .5rem;
  margin: 0 1rem;
  font-size: .75rem;
}

.periodo .btn-buscar {
  color: #fff;
  background: #008EFF;
  font-size: 1rem;
  height: 40px;
  border: none;
  width: 10rem;
  border-radius: 4px;
}

.periodo .btn-buscar i {
  margin-right: .3rem;
}

.tabla-uc {
  border-radius: 25px;
  overflow: hidden;
  padding-bottom: 3rem;
  background: #fff;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .tabla-uc {
    overflow: auto;
  }
}

.tabla-uc table {
  border-collapse: collapse;
  width: 100%;
}

.tabla-uc table thead {
  background: #671E75;
}

.tabla-uc table thead tr th {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem;
}

.tabla-uc table tbody {
  background: #fff;
}

.tabla-uc table tbody tr td {
  font-size: .875rem;
  color: #787878;
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  min-width: 150px;
}

.daterangepicker .custom-range-buttons button.apply-btn {
  background: #008EFF;
}

.daterangepicker .custom-range-buttons button {
  flex: 1;
  margin: 3px;
  height: 32px;
  border: 1px solid #008EFF;
  background: #fff;
}

.controls .periods {
  display: none;
}

.banner-faq {
  position: relative;
}

.banner-faq .img-banner {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  .banner-faq .img-banner {
    height: 220px;
    object-fit: cover;
    object-position: center;
  }
}

.banner-faq .fig-banner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .banner-faq .fig-banner {
    width: 85%;
  }
}

.banner-faq .container {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
  top: 0;
}

.banner-faq h1 {
  margin: 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}

@media only screen and (max-width: 550px) {
  .banner-faq h1 {
    font-size: 1.6rem;
    padding-right: 3rem;
  }
}

.banner-faq h1 span {
  border-bottom: 1px solid #fff;
}

.buscador-faq {
  text-align: center;
  margin-bottom: 1.5rem;
}

.buscador-faq h3 {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #373737;
}

.buscador-faq input {
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  background: #fff;
  width: 100%;
  max-width: 640px;
  height: 40px;
  padding: 1rem;
  font-size: .8rem;
}

.w-faq {
  background: #fff;
  padding: 1.5rem 6rem;
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .w-faq {
    padding: 1.5rem 1.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .w-faq {
    padding: 1.5rem 1rem;
  }
}

.w-faq h4 {
  margin: 0 0 .7rem;
  font-size: 1rem;
  font-weight: 600;
}

.w-faq .bloque-faq {
  margin-bottom: 2.5rem;
}

.w-faq .ac-default .item-ac {
  margin-bottom: 1rem;
}

.w-faq .js-accordion-title {
  padding: .8rem 2rem .8rem 1rem;
}

.div_footer {
  display: flex;
  justify-content: space-around;
  width: 100%;
  background: #f1f8fe;
  gap: 3em;
  padding: 40px 100px 52px 100px;
  max-width: 1920px;
  background-size: cover;
}

.fondo_footer {
  background: #f1f8fe;
}

.footer_col {
  height: 100%;
  width: 40%;
  display: grid;
  flex-direction: column;
}

.div_footer_buscribete {
  width: 100%;
  background: #2a7de1;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  position: relative;
  gap: 2em;
  padding: 1em;
}

.footer_subscribete_col2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
  z-index: 1;
  width: 100%;
  margin-top: 3em;
}

.footer_subscribete_col1 {
  z-index: 1;
  width: 100%;
}

.footer_subscribete_btn_enviar {
  width: 100%;
  height: 38.96px;
  border: 3px solid #dedede;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.font_footer_suscribete {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
}

.font_footer_suscribete_texto {
  font-family: "Montserrat", san;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
}

.font_footer_suscribete_texto2 {
  font-family: "Montserrat", san;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
}

.img_universidad_agua {
  position: absolute;
  left: 0;
  bottom: 0;
}

.img_christus_agua {
  position: absolute;
  right: 0;
  opacity: 50%;
  bottom: 0;
}

.img1_size {
  height: 4em;
  margin-bottom: 2em;
}

.img2_size {
  height: 7em;
  margin-bottom: 1em;
}

.img3_size {
  height: 7em;
}

.mt3 {
  margin-top: 3em !important;
}

.font_footer_categorias {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #872899;
  margin-bottom: 1em;
}

.acolor_negro {
  color: #373737 !important;
}

.font_tooter_items {
  margin-bottom: 17px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 13px;
  color: #373737;
}

.uc-footer-link {
  color: #373737;
}

.uc-footer-link-rs:hover img {
  opacity: 70%;
}

.uc-footer-link:hover {
  color: #307fe2 !important;
  text-decoration: underline !important;
  font-weight: 600;
}

.font_tooter_items:hover img,
.font_tooter_items:hover em,
.font_tooter_items:hover i {
  text-decoration: none !important;
}

.font_telefono {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 3.4829px;
  text-transform: uppercase;
  color: #373737;
}

.flex_phone {
  display: flex;
  justify-content: left;
  gap: 1em;
}

.contener_menu {
  background: #307fe2;
}

.flex_row_redes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.flex_row_redes_mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.mobile_rescate {
  width: 100%;
  height: 56px;
  background: #53565a;
  gap: 1em;
  color: white;
}

.color_blanco {
  color: #ffffff !important;
}

.color-white {
  color: #ffffff !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.header_mobile {
  width: 100%;
  height: 90px;
  background: #ffffff;
}

.navbar_toggler_p100_home {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border-radius: 0.25rem;
}

.portal_header_font {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0408594px;
  color: #53565a;
}

.color_user_header_mobile {
  color: #671e75;
}

.flex_card_title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #373737;
  display: grid;
  grid-template-columns: 7fr 2fr;
}

.height3 {
  height: 3em;
}

.flex_row_header_mobile {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.font_mobile_menu_rescate_rojo_telefono {
  font-family: "Montserrat", san;
  font-style: normal;
  font-weight: 700;
  font-size: 13.9983px;
  line-height: 17px;
  display: flex;
  align-items: center;
  letter-spacing: 3.4829px;
  text-transform: uppercase;
  color: #e84040;
}

.modal_dialog_p100_home {
  max-width: 90%;
  margin: 0;
  height: 100%;
}

.boton_portal_paciente_mobile {
  border-radius: 4px;
  height: 50px;
  border-radius: 4px;
}

.boton_portal_paciente_mobile2 {
  border: 2px solid #307fe2;
  border-radius: 4px;
  height: 50px;
  border-radius: 4px;
}

.icon_mobil_height {
  height: 1.2em;
}

.card_border_mobile {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background-color: transparent;
}

.modal_dialog_centered {
  align-items: stretch;
}

.boton_mobile_buscar {
  border: 2px solid #307fe2;
  border-radius: 4px;
  border-radius: 4px;
}

.font_mobile_portal_paciente {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #307fe2;
  gap: 0.5em;
}

.font_header_reserva {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15.998px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #373737;
}

.font_header_reserva_phone {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13.9983px;
  line-height: 17px;
  display: flex;
  align-items: center;
  letter-spacing: 3.4829px;
  text-transform: uppercase;
  color: #307fe2 !important;
}

.font_header_buscar {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #307fe2;
}

.font_header_portal {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
}

.font_header_rescate_rojo {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15.998px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #e84040;
}

.font_header_reserva_blanco {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
}

.font_header_nav_menu {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #ffffff !important;
}

.font_nav_menu_item_categoria {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #345989;
}

.font_nav_menu_item_item {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #373737;
}

.font_nav_item_boton {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  color: #307fe2;
}

.font_mobile_menu_item_back {
  font-family: "Montserrat", san;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #373737;
}

.font_menu_mobile_categoria {
  font-family: "Montserrat", san;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #345989;
}

.font_boton_menu_mobile_categoria {
  height: 50px;
  font-family: "Montserrat", san;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #307fe2;
  border: 2px solid #307fe2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card_p100_blog {
  border: none;
  background-color: transparent;
}

.font_mobile_reserva_hora {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #872899;
  gap: 0.5em;
}

.buscar_fondo_azul {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #307fe2;
  gap: 0.5em;
}

.border_bottom_menu_modal_mobil {
  width: 100%;
  text-align: left;
  padding: 0 !important;
  margin-top: 1em;
}

.card_header_p100_home {
  background-color: transparent !important;
  padding: 0;
}

.flex_column3 {
  width: 100%;
  z-index: 1;
}

.margin_bottom_btn_agendar_mobil {
  margin-bottom: 2em;
  margin-right: 1em;
}

.boton_agendar_mobile {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  height: 50.3385238647px;
  width: 389px;
  border-radius: 4px;
  background: #872899;
  border-radius: 4px;
  margin-top: 2em;
  gap: 1em;
}

.width8 {
  width: 50%;
}

.footer_mobile {
  height: 71em;
  background: #f5f5f5;
  width: 100%;
  padding: 3rem;
}

.splide_next_prev_size {
  width: 3em;
}

/* .splide__arrow--next {
        right: 3em;
      } */
.splide__arrows--ttb .splide__arrow--prev {
  /* bottom: 2em ; */
  top: 18em;
  left: inherit;
  right: 5.5em;
}

.splide__arrows--ttb .splide__arrow--next {
  top: 18em;
  /* top: auto ; */
  left: inherit;
}

.font_mobile_menu_mesa_central_telefono a {
  margin-left: 1.2em;
}

#splider2 .splide__pagination__page.is-active {
  background: #872899;
  transform: scale(1.4);
  z-index: 1;
  height: 1.3em;
  width: 1em;
  border: 2px solid #ffffff;
  color: white;
}

#splider2 .splide__pagination__page {
  border-radius: 0;
  color: white;
}

#splider2 .splide__pagination__page {
  width: 1.2em;
  background: transparent;
  border: 0;
  display: inline-block;
  height: 1.3em;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  border-right: 3px solid white;
}

.splide__pagination--ttb {
  gap: 0.7em;
}

.splide__pagination__page {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0408594px;
  color: rgba(255, 255, 255, 0.75);
  justify-content: center;
}

.splide__arrow {
  background: transparent !important;
}

.container_flex2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4%;
}

.boton_slider_right {
  right: 13em;
  top: 19.8em;
  float: right;
  position: absolute;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  border: 2px solid #872899;
  background-color: #872899;
  color: white;
  gap: 0.7em;
  padding-bottom: 0.76em;
}

.boton_slider_right:hover {
  background-color: #ffffff;
  border: 1px solid #872899;
  color: #872899;
}

.splide__pagination--ttb {
  top: -10em;
  right: 3.5em;
}

.boton_azul_slider {
  background: #307fe2;
  border: none;
}

.boton_azul_slider:hover {
  background-color: #ffffff;
  color: #307fe2;
  border: 1px solid;
}

.texto_banner {
  height: 10em;
  margin-top: -10em;
  /* opacity: 80% ; */
  background: rgba(0, 0, 0, 0.4);
  padding: 1em 1em 2em 1em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #fff;
}

.flex_texto_banner {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  color: #fff;
}

.flex_texto_banner p {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #fff;
}

.boton_slider_azul {
  float: right;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  border: 2px solid #307fe2;
  background-color: #307fe2;
  color: white;
  gap: 0.7em;
}

.boton_slider_morado {
  float: right;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  border: 2px solid #872899;
  background-color: #872899;
  color: white;
  gap: 0.7em;
}

.linea_separador_azul {
  width: 20px;
  left: 515px;
  top: 232px;
  background: #307fe2;
  border: 3px solid #307fe2;
  margin-top: 0.5em;
  margin-bottom: 40px;
  border-radius: 22px;
}

.linea_separador_morado {
  width: 20px;
  height: 0px;
  left: 515px;
  top: 48px;
  background: #872899;
  border: 3px solid #872899;
  margin-top: 0.5em;
  margin-bottom: 40px;
  border-radius: 22px;
}

.flex_img_footer_mobile_home {
  width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex_img_mobile_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/*--NEWSLETTER--*/
.newsletter {
  background: #2a7de1;
  position: relative;
  padding: 30px 0 50px;
  margin-bottom: 0;
}

.newsletter img.logo-footer {
  left: 0;
  bottom: 0;
  position: absolute;
}

.newsletter img.fig-footer {
  position: absolute;
  right: 0;
  bottom: 0;
}

.newsletter img.borde-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.texto-news h4 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.texto-news p {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}

.form-news {
  padding-top: 15px;
}

.form-news input {
  width: 220px;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  padding: 5px 8px;
  border: none;
}

.form-news button {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 4px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  background: none;
  padding: 5px 20px;
  width: 140px;
  transition: all 0.3s ease;
}

.form-news button:hover {
  background: rgba(0, 0, 0, 0.2);
}

/*--FIN NEWSLETTER--*/
@media (max-width: 450px) {
  .img1_size {
    height: 3em;
  }
  .img2_size {
    height: 4em;
  }
  .img3_size {
    height: 5em;
  }
  .splide__pagination--ttb {
    bottom: 6em;
    right: 0.5em;
  }
  .boton_slider_right {
    top: 0;
    position: relative;
  }
  /* .reserva-horas {
              margin-top: -10em ;
          } */
  /* .margin_bottom_btn_agendar_mobil {
          margin-top: -2em;
        } */
  .fondo_blanco {
    width: 100%;
    /* position: absolute; */
    /* height: 11em; */
    background: white;
    /* top: 25em; */
  }
  /* #id_marking_shortcuts {
          margin-top: -6em;
        } */
}

@media (max-width: 991.98px) {
  .flex_row_redes_mobile {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .footer_mobile {
    height: 71em;
    background: #f5f5f5;
    width: 100%;
    padding: 2rem 15px;
  }
  .flex_row_redes_mobile {
    gap: 9px;
    width: 100vw;
    max-width: 100%;
    padding-left: 2px;
  }
  .flex_img_footer_mobile_home {
    width: 100vw;
    max-width: 100%;
  }
  .form-news input {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-news button {
    width: 100%;
  }
}

.loader-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.6); /* Change background color/opacity as needed */
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9); /* Change background color/opacity as needed */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Example of a spinning loader, you can customize as needed */
.loader {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.hd{
  display:none !important;
}

.MsjeWS{
  font-size: .875rem;
  margin-bottom: 0;
  margin-top: 1rem;
  color:#D00404;
}

button.btn.btn--azul.tipo2:disabled {
  background: #DFDFDF;
  border-color: #DFDFDF;
  cursor: auto;
}

.form-uc .select-group.activo .combobox.fix {
    max-height: 300px;
    overflow-y: scroll;
}

.popup-wrapper {
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Popup Content */
.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    max-width: 700px;
    position: relative;
}

    .popup-content h2 {
        text-align: center;
    }

/* The Close Button */
.close {
    color: #FFFFFF;
    float: right;
    font-size: 21px;
    background: #FF0000;
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 5px 5px;
    border: 1px #FFFFFF solid;
    font-family: arial;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    font-weight: bold;
    transition: cubic-bezier(.77, 0, .175, 1).5s;
}

    .close:hover,
    .close:focus {
        text-decoration: none;
        cursor: pointer;
        transform: scale(1.1);
    }

.w-100 {
    width: 100% !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.popup-wrapper .box-btns {
    display: flex;
    justify-content: center;
}

    .popup-wrapper .box-btns a {
        margin: 0rem 1.5rem;
    }

/*MEDIAS*/

@media screen and (max-width: 768px) {
    .popup-content {
        width: 90%;
    }

    .popup-wrapper .box-btns {
        flex-direction: column;
    }

        .popup-wrapper .box-btns a {
            margin: 0.6rem 0rem;
        }
}

/*# sourceMappingURL=estilos.css.map */