@charset "UTF-8";
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-Bold.woff2") format("woff2"), url("fonts/PTSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albra Text";
  src: url("fonts/AlbraTextBold.woff2") format("woff2"), url("fonts/AlbraTextBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-Regular.woff2") format("woff2"), url("fonts/PTSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  color: #484848;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
}

body,
html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

body,
.smooth-container {
  scroll-behavior: smooth;
}

p {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1.4rem;
}
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 1rem;
  }
}

.wrap2 {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 11.25rem;
}
@media only screen and (max-width: 991px) {
  .wrap2 {
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .wrap2 {
    padding: 0 1rem;
  }
}

*,
::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: -0.3em;
  margin-left: -0.3em;
}

.row.row-small > [class^=col-],
.row.row-small > [class*=" col-"] {
  padding-right: 0.3em;
  padding-left: 0.3em;
}

.row.row-big {
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}

.row.row-big > [class^=col-],
.row.row-big > [class*=" col-"] {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

@media only screen and (max-width: 550px) {
  .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;
  }
}
* {
  outline: none;
}

a,
button {
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.mt-2 {
  margin-top: 2rem;
}

.btn {
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.3rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  text-align: center;
  transition: all 0.5s ease;
  height: 3rem;
}
.btn--primary {
  background-color: #0C3A97;
  color: #fff;
}
.btn--primary:hover {
  color: #fff;
  background: #0a317f;
}
.btn--secondary {
  border: 1px solid #0C3A97;
  color: #0C3A97;
}
.btn--secondary:hover {
  color: #0C3A97;
}
.btn--morado {
  background-color: #76207F;
  color: #fff;
}
.btn--rosado {
  background: #FF48B4;
  color: #fff;
}
.btn--rosado:hover {
  color: #fff;
  background: #ff24a5;
}
.btn i {
  font-size: 0.9rem;
  margin-left: 0.5rem;
}
.btn img {
  width: 1rem !important;
  height: auto;
  margin-left: 0.5rem;
}
.btn.btn-verde {
  background: #01A31A;
}
.btn.btn-verde:hover {
  background: #09be25;
  color: #fff;
}
.btn--gris {
  background: #ECEFF4;
  color: #0C3A97;
}
.btn--gris:hover {
  background: #dfe4ed;
  color: #0C3A97;
}
.btn.btn-small {
  font-size: 1.083rem;
  height: 2.5rem;
  min-width: 10rem;
  padding: 0.85rem 1rem 0.5rem;
  display: inline-block;
}
.btn.btn-descarga {
  padding: 0.7rem 1rem 0.5rem;
  font-size: 1.083rem;
  height: 2.5rem;
  min-width: 10rem;
  display: inline-block;
}
.btn.btn-descarga img {
  width: 0.6rem !important;
}

@media (max-width: 1980px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}
@media (max-width: 1700px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}
.carrusel {
  position: relative;
}
.carrusel.con-nav {
  padding: 0;
}
.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  top: 50%;
}
.carrusel .tns-nav button {
  width: 0.7rem;
  height: 0.7rem;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 100%;
  margin: 0 0.7rem;
  background: transparent;
  padding: 0;
}
@media only screen and (max-width: 1500px) {
  .carrusel .tns-nav button {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.carrusel.blanco button {
  background: #fff;
  border-color: #fff;
  opacity: 0.5;
}
.carrusel.blanco button.tns-nav-active {
  border-color: #fff;
  background: #fff;
  opacity: 1;
}
.carrusel.gris button {
  background: #fff;
  border-color: #2E90FA;
}
.carrusel.gris button.tns-nav-active {
  border-color: #ECEFF4;
  background: #ECEFF4;
}
.carrusel .tns-controls button {
  background: #ECEFF4;
  border-radius: 0;
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 1;
  border: none;
  text-align: center;
  position: absolute;
  padding: 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.carrusel .tns-controls button:hover {
  background: #0C3A97;
  color: #fff;
}
.carrusel .tns-controls button:hover:after {
  color: #fff;
}
.carrusel .tns-controls button:first-child {
  left: -2.6rem;
  padding-right: 0px;
}
.carrusel .tns-controls button:last-child {
  right: -2.6rem;
  padding-left: 0px;
}
.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  color: #0C3A97;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.carrusel .tns-controls button:first-child:after {
  padding-right: 4px;
  content: "\f053";
}
.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;
  }
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 60px 0 15px !important;
    margin: 0 -15px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
  .c-movil .tns-nav {
    width: calc(100vw - 30px);
  }
}

header {
  padding-bottom: 1.5rem;
}
header .head-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 0.6rem;
  padding-top: 1.7rem;
  margin-bottom: 0.5rem;
}
header .head-top__der {
  display: flex;
  align-items: center;
}
header .head-top__der .call-center {
  display: flex;
  align-items: flex-end;
}
header .head-top__der .call-center__ic {
  color: #69C8F3;
  padding-bottom: 0.1rem;
  margin-right: 0.3rem;
}
header .head-top__der .call-center__txt h5 {
  font-size: 0.95rem;
  color: #3C3C3C;
  font-weight: 500;
  margin: 0;
}
header .head-top__der .call-center__txt a {
  color: #3C3C3C;
  font-size: 1.2rem;
  font-weight: 500;
}
header .head-top__der .redes-head {
  margin-left: 1.2rem;
}
header .head-top__der .redes-head a {
  width: 22px;
  height: 220px;
  border-radius: 50%;
  font-size: 1.3rem;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 0.4rem;
}
header .head-top__der .redes-head a.instagram {
  color: #A63795;
  margin-left: 0;
}
header .head-top__der .redes-head a.facebook {
  color: #0C3A97;
}
header .head-top__der .redes-head a img {
  width: 22px;
}
header .head-top__der .buscador-head {
  width: 208px;
  height: 46px;
  position: relative;
  border: 1px solid #B2B2B2;
  border-radius: 5px;
  margin-left: 1.2rem;
}
header .head-top__der .buscador-head img {
  position: absolute;
  left: 1rem;
  top: 0.85rem;
}
header .head-top__der .buscador-head input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding-left: 2.5rem;
}
header .head-top__der .botones-head {
  display: flex;
}
header .head-top__der .botones-head a {
  margin-left: 0.5rem;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
header nav ul li {
  position: relative;
}
header nav ul li a {
  font-size: 0.9rem;
  color: #000;
  display: block;
  padding: 0.6rem;
}
header nav ul li a i {
  font-size: 0.6rem;
  transition: all 0.3s ease;
}
header nav ul li .submenu {
  background: #fff;
  position: absolute;
  display: none;
  width: 197px;
  padding: 1rem;
  left: -1rem;
  z-index: 999;
}
header nav ul li .submenu li a {
  font-size: 0.875rem;
}
header nav ul li:hover i {
  transform: rotate(180deg);
}
header nav ul li:hover .submenu {
  display: block;
}
@media only screen and (max-width: 991px) {
  header {
    display: none;
  }
}

.header-mobile {
  display: none;
  padding: 0.8rem 0;
}
@media only screen and (max-width: 991px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile .container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 550px) {
  .header-mobile .logo img {
    width: 120px;
  }
}
.header-mobile .head-der {
  display: flex;
  align-items: center;
}
.header-mobile .head-der .btn {
  width: 130px;
  height: 30px;
  border-radius: 5px;
  padding: 0;
  font-weight: normal;
}
.header-mobile .btn-menu {
  margin-left: 1.1rem;
  cursor: pointer;
}
.header-mobile .btn-menu span {
  width: 26px;
  height: 2px;
  background: #0C3A97;
  display: block;
  margin-bottom: 0.4rem;
  transition: all 0.3s ease;
}
.header-mobile .btn-menu span:last-child {
  margin-bottom: 0;
}
.header-mobile .btn-menu.activo span:nth-child(1) {
  transform: rotate(-45deg) translate(-3px, 1px);
}
.header-mobile .btn-menu.activo span:nth-child(2) {
  display: none;
}
.header-mobile .btn-menu.activo span:nth-child(3) {
  transform: rotate(45deg) translate(0px, 7px);
  transform-origin: top right;
}
.header-mobile .menu-mobile {
  padding: 1.5rem 0;
  opacity: 0;
  visibility: visible;
  position: absolute;
  width: 100%;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.2s ease-out;
  transform: scaleY(1) translateY(-19px);
  top: 58px;
  z-index: -1;
}
.header-mobile .menu-mobile.visible {
  opacity: 1;
  pointer-events: auto;
  transform: scaleY(1) translateY(0px);
  visibility: visible;
  z-index: 99;
}
.header-mobile .menu-mobile .container {
  flex-direction: column;
}
.header-mobile .menu-mobile .call-center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.header-mobile .menu-mobile .call-center__ic {
  color: #69C8F3;
  padding-bottom: 0.1rem;
  margin-right: 0.3rem;
}
.header-mobile .menu-mobile .call-center__txt h5 {
  font-size: 0.95rem;
  color: #3C3C3C;
  font-weight: 500;
  margin: 0;
}
.header-mobile .menu-mobile .call-center__txt a {
  color: #3C3C3C;
  font-size: 1.25rem;
  font-weight: 500;
}
.header-mobile .menu-mobile .botones-head .btn {
  margin-bottom: 1rem;
  font-size: 18px;
}
.header-mobile .menu-mobile nav {
  text-align: center;
}
.header-mobile .menu-mobile nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-mobile .menu-mobile nav ul li {
  font-size: 15px;
  margin-bottom: 0.2rem;
}
.header-mobile .menu-mobile nav ul li a {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  display: block;
  padding: 0.6rem;
}
.header-mobile .menu-mobile nav ul li a i {
  font-size: 12px;
}
.header-mobile .menu-mobile nav ul li .submenu {
  display: none;
  background: #eee;
}
.header-mobile .menu-mobile nav ul li .submenu.visible {
  display: block;
}
.header-mobile .menu-mobile .redes-head {
  text-align: center;
  width: 100%;
  padding-top: 1rem;
}
.header-mobile .menu-mobile .redes-head a {
  display: inline-block;
  margin: 0 2px;
}
.header-mobile .menu-mobile .redes-head img {
  width: 32px;
}

@media (min-width: 991px) {
  .container-small {
    max-width: 665px;
  }
  .container-xsmall {
    max-width: 565px;
  }
  .container-small2 {
    max-width: 765px;
  }
    .container-meddium {
        max-width: 900px;
    }
}
.head-agenda {
  background: #ECEFF4;
  padding: 1.2rem 0;
}
.head-agenda h1 {
  margin: 0 0 5rem;
  color: #0C3A97;
  font-size: 3.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .head-agenda h1 {
    font-size: 37px;
    margin-bottom: 1rem;
  }
}
.head-agenda .busqueda-actual h4 {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
  color: #484848;
  font-weight: 600;
}
.head-agenda .busqueda-actual .box-busqueda-actual {
  border-radius: 8px;
  background: #fff;
  padding: 0.7rem 1rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .head-agenda .busqueda-actual .box-busqueda-actual {
    flex-direction: column;
    padding: 1rem;
  }
}
.head-agenda .busqueda-actual .box-busqueda-actual .btn-busqueda {
  display: none;
  border-bottom: 1px solid #B2B2B2;
  padding: 0.5rem;
  color: #0C3A97;
  font-weight: 500;
  margin-bottom: 0.5rem;
  cursor: pointer;
  position: relative;
}
.head-agenda .busqueda-actual .box-busqueda-actual .btn-busqueda span {
  position: absolute;
  right: 0.5rem;
  font-size: 1.4rem;
  bottom: 0.2rem;
}
@media only screen and (max-width: 991px) {
  .head-agenda .busqueda-actual .box-busqueda-actual .btn-busqueda {
    display: block;
  }
  .head-agenda .busqueda-actual .box-busqueda-actual .btn-busqueda.visible span {
    transform: rotate(180deg);
  }
}
.head-agenda .busqueda-actual .box-busqueda-actual .detalle-busqueda {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .head-agenda .busqueda-actual .box-busqueda-actual .detalle-busqueda {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.3s ease;
    display: block;
  }
  .head-agenda .busqueda-actual .box-busqueda-actual .detalle-busqueda.visible {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
  }
}
.head-agenda .busqueda-actual .box-busqueda-actual .item {
  border-right: 1px solid #B2B2B2;
  flex: 1;
  padding-left: 0.9rem;
}
.head-agenda .busqueda-actual .box-busqueda-actual .item.s-b {
  border: none;
}
.head-agenda .busqueda-actual .box-busqueda-actual .item.item-btn {
  width: 198px;
}
.head-agenda .busqueda-actual .box-busqueda-actual .item:first-child {
  padding-left: 0;
}
.head-agenda .busqueda-actual .box-busqueda-actual .item h5 {
  font-size: 0.95rem;
  color: #0C3A97;
  font-weight: 500;
  margin: 0 0 0.3rem;
}
.head-agenda .busqueda-actual .box-busqueda-actual .item p {
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1.1;
}
.head-agenda .busqueda-actual .box-busqueda-actual .item .btn {
  min-width: 198px;
  margin-top: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media only screen and (max-width: 991px) {
  .head-agenda .busqueda-actual .box-busqueda-actual .item {
    border: none;
    padding-left: 0;
    margin-bottom: 0.8rem;
  }
}

.body-agenda {
  padding: 1rem 0 3rem;
}

.seleccionar-hora {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .seleccionar-hora {
    padding: 0 2.5rem;
  }
}
.seleccionar-hora h3 {
  font-size: 1.75rem;
  margin: 0 0 1.2rem;
  color: #0C3A97;
  font-weight: 400;
}
.seleccionar-hora .item-fecha {
  width: 81px;
  max-width: 100%;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0C3A97;
  border-radius: 4px;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.seleccionar-hora .item-fecha .dia {
  font-size: 0.95rem;
  font-weight: 500;
  color: #0C3A97;
}
.seleccionar-hora .item-fecha .fecha {
  font-size: 1.75rem;
  font-weight: 500;
  color: #0C3A97;
}
.seleccionar-hora .item-fecha span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF48B4;
}
.seleccionar-hora .item-fecha:hover {
  background: #0C3A97;
}
.seleccionar-hora .item-fecha:hover .dia {
  color: #fff;
}
.seleccionar-hora .item-fecha:hover .fecha {
  color: #fff;
}
.seleccionar-hora .item-fecha.activo {
  background: #0C3A97;
}
.seleccionar-hora .item-fecha.activo .dia {
  color: #fff;
}
.seleccionar-hora .item-fecha.activo .fecha {
  color: #fff;
}
.seleccionar-hora .item-fecha.sin-hora {
  background: #ECEFF4;
  border-color: #ECEFF4;
  cursor: default;
}
.seleccionar-hora .item-fecha.sin-hora .dia {
  color: #B2B2B2;
}
.seleccionar-hora .item-fecha.sin-hora .fecha {
  color: #B2B2B2;
}
.seleccionar-hora .item-fecha.sin-hora span {
  opacity: 0;
}

.fecha-horas {
  text-align: center;
  font-size: 1rem;
  margin: 0 0 3rem;
}

.card-doctor {
  border: 6px solid #EBEBEB;
  border-radius: 8px;
  padding: 0.8rem 0.8rem 0;
  margin-bottom: 1.5rem;
}
.card-doctor__info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.card-doctor__info__izq {
  text-align: left;
  display: flex;
  padding-right: 6px;
}
.card-doctor__info__izq img {
  width: 103px;
  border-radius: 4px;
}
@media only screen and (max-width: 400px) {
  .card-doctor__info__izq img {
    width: 80px;
  }
}
.card-doctor__info__izq .card-doctor__datos {
  padding-left: 1rem;
}
.card-doctor__info__izq h4 {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
  color: #484848;
}
@media only screen and (max-width: 400px) {
  .card-doctor__info__izq h4 {
    font-size: 1.1rem;
  }
}
.card-doctor__info__izq p {
  margin-bottom: 0.2rem;
}
.card-doctor__info__der .btn {
  width: 111px;
}
@media only screen and (max-width: 991px) {
  .card-doctor__info__der .btn {
    width: auto;
    min-width: 91px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 11px;
  }
}
.card-doctor__horas {
  display: flex;
  flex-wrap: wrap;
}
.card-doctor__horas .item-hora {
  font-size: 0.95rem;
  font-weight: 500;
  color: #0C3A97;
  border: 1px solid #0C3A97;
  padding: 0.4rem;
  width: 68px;
  height: 42px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 0.75rem;
}
.card-doctor__horas .item-hora:hover {
  background: #0C3A97;
  color: #fff;
}

.registro-datos {
  text-align: center;
  padding-top: 1.5rem;
}
.registro-datos h3 {
  margin: 0 0 0.5rem;
  font-size: 1.75rem;
  color: #0C3A97;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .registro-datos h3 {
    font-size: 34px;
  }
}
.registro-datos p {
  font-size: 0.9rem;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .registro-datos p {
    font-size: 20px;
  }
}

.form-group {
  text-align: left;
  margin-bottom: 1.25rem;
}
.form-group label {
  display: block;
  color: #3C3C3C;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 991px) {
  .form-group label {
    font-size: 20px;
  }
}
.form-group .input {
  width: 100%;
  height: 40px;
  background: #ECEFF4;
  border: none;
  padding: 0 0.8rem;
}
.form-group .input.error {
  border: 1px solid #FF5A5A;
}
.form-group .select {
  width: 100%;
  height: 40px;
  background-color: #ECEFF4;
  border: none;
  padding: 0.1rem 0.8rem;
  appearance: none;
}
.form-group .select.error {
  border: 1px solid #FF5A5A;
}

.card-form {
  border: 8px solid #ECEFF4;
  border-radius: 8px;
  padding: 2.6rem;
}
.card-form .form-fono {
  display: flex;
}
.card-form .form-fono .select {
  margin-right: 1rem;
  width: 80px;
  min-width: 80px;
}
.card-form .bloque-datos {
  text-align: left;
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.card-form .bloque-datos.s-b {
  border: none;
  padding-bottom: 0;
}
.card-form .bloque-datos h4 {
  font-size: 0.95rem;
  color: #0C3A97;
  margin: 0 0 0.5rem;
}
@media only screen and (max-width: 991px) {
  .card-form .bloque-datos h4 {
    font-size: 20px;
  }
}
.card-form .bloque-datos p {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
@media only screen and (max-width: 991px) {
  .card-form .bloque-datos p {
    font-size: 20px;
  }
}
.card-form .bloque-datos p span {
  display: inline-block;
  width: 150px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .card-form .bloque-datos p span {
    display: block;
    width: 100%;
  }
}
.card-form .form-group-edit {
  display: flex;
  text-align: left;
  align-items: center;
  margin-bottom: 0.95rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .card-form .form-group-edit {
    display: block;
    padding-right: 2.5rem;
  }
}
.card-form .form-group-edit label {
  display: inline-block;
  width: 150px;
  min-width: 150px;
  font-weight: bold;
  font-size: 0.95rem;
}
@media only screen and (max-width: 991px) {
  .card-form .form-group-edit label {
    font-size: 20px;
    display: block;
    width: 100%;
  }
}
.card-form .form-group-edit .select {
  opacity: 1;
}
.card-form .form-group-edit .select.disabled {
  color: #555;
}
.card-form .form-group-edit .input[disabled] {
  color: #555;
}
.card-form .form-group-edit .edit {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #0C3A97;
  color: #0C3A97;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  margin-left: 1rem;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .card-form .form-group-edit .edit {
    position: absolute;
    bottom: 6px;
    right: 0;
  }
}
.card-form .form-group-edit .edit .ic-check {
  display: none;
}
.card-form .form-group-edit .edit.activo {
  background: #009B3A;
  border-color: #009B3A;
  color: #fff;
}
.card-form .form-group-edit .edit.activo .ic-check {
  display: block;
}
.card-form .form-group-edit .edit.activo .ic-edit {
  display: none;
}

.botones-group {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
}
.botones-group .btn {
  min-width: 95px;
  margin: 0 0.5rem;
}
@media only screen and (max-width: 991px) {
  .botones-group {
    flex-direction: column;
    align-items: center;
  }
  .botones-group .btn {
    min-width: 240px;
    margin-bottom: 1rem;
    font-size: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.alerta {
  display: block;
  text-align: left;
  color: #0C3A97;
  padding: 0.5rem;
  border: 1px solid #69C8F3;
  background: #EEFAFF;
  border-radius: 4px;
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 2.5rem;
}
.alerta i {
  position: absolute;
  top: 0.6rem;
  left: 1rem;
}
@media only screen and (max-width: 991px) {
  .alerta {
    font-size: 20px;
  }
}

.forms-edit {
  padding-top: 1rem;
}

.mensaje-reserva {
  text-align: center;
  margin-bottom: 2rem;
}
.mensaje-reserva img {
  margin-bottom: 0.4rem;
}
.mensaje-reserva h3 {
  margin: 0 0rem;
  color: #009B3A;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}
.mensaje-reserva p {
  margin: 0;
  color: #009B3A;
  font-size: 1.5rem;
  color: #009B3A;
}

.texto-abajo {
  padding: 1.5rem 0;
}
.texto-abajo p {
  font-size: 0.95rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .texto-abajo p {
    font-size: 20px;
  }
}

.nice-select-dropdown {
  width: 100%;
}

select.select {
  display: none;
}

.nice-select {
  float: none;
}

.nice-select .nice-select-dropdown {
  transform: scale(1) translateY(-19px);
}

.nice-select .option.disabled {
  display: none;
}

.nice-select .optgroup {
  color: #0C3A97;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  font-weight: normal;
}

.reserva-home {
  padding: 2.5rem 0;
  position: relative;
}
.reserva-home:before {
  content: "";
  display: block;
  background: #ECEFF4;
  position: absolute;
  top: 0;
  width: 100%;
  height: 300px;
}
.reserva-home h1 {
  font-size: 3.5rem;
  margin: 0 0 4.5rem;
  color: #0C3A97;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .reserva-home h1 {
    font-size: 2.5rem;
    margin: 0 0 2rem;
  }
}
.reserva-home .box-reserva {
  background: #F9F8F0;
  border-radius: 6px;
  padding: 1rem 1.5rem;
  position: relative;
  z-index: 2;
}
.reserva-home .box-reserva h5 {
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  color: #0C3A97;
  font-size: 0.95rem;
}
.reserva-home .box-reserva h5 span {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  background: #0C3A97;
  margin-right: 0.4rem;
}
.reserva-home .box-reserva .form-group {
  margin-bottom: 1.5rem;
}
.reserva-home .box-reserva .form-radio-ua {
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 991px) {
  .reserva-home .box-reserva .form-radio-ua {
    justify-content: flex-start;
  }
}
.reserva-home .box-reserva .form-radio-ua.horizontal {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .reserva-home .box-reserva .form-radio-ua.horizontal {
    justify-content: flex-start;
  }
}
.reserva-home .box-reserva .form-radio-ua.horizontal .item-radio {
  margin-right: 2rem;
}
.reserva-home .box-reserva .form-radio-ua.horizontal .item-radio:last-child {
  margin-right: 0;
}
.reserva-home .box-reserva .form-radio-ua .item-radio {
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .reserva-home .box-reserva .form-radio-ua {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .reserva-home .box-reserva .form-radio-ua .item-radio {
    margin: 0 1.25rem;
  }
}
@media only screen and (max-width: 550px) {
  .reserva-home .box-reserva .form-radio-ua .item-radio {
    width: 50%;
    margin: 0 0 0.4rem;
    text-align: left;
  }
}
.reserva-home .box-reserva .form-radio-ua > label {
  display: block;
  font-size: 1rem;
  color: #3A404A;
  font-weight: 800;
  margin-bottom: 0.125rem;
  text-align: left;
}
.reserva-home .box-reserva .form-radio-ua .item-radio input[type=radio] {
  display: none;
  /* Oculta los botones de radio por defecto */
}
.reserva-home .box-reserva .form-radio-ua .item-radio input[type=checkbox] {
  display: none;
  /* Oculta los botones de radio por defecto */
}
.reserva-home .box-reserva .form-radio-ua .item-radio label {
  position: relative;
  padding-left: 22px;
  /* Espacio para el círculo */
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
  color: #3A404A;
}
.reserva-home .box-reserva .form-radio-ua .item-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 3px solid #B2B2B2;
  border-radius: 50%;
  /* Hace que el círculo sea redondo */
}
.reserva-home .box-reserva .form-radio-ua .item-radio input[type=radio]:checked + label:before {
    border-color: #0C3A97;
    background-color: #0C3A97;
}
.reserva-home .box-reserva .form-radio-ua .item-radio.cuadrado label:before {
  border-radius: 0;
}
.reserva-home .box-reserva .form-radio-ua .item-radio.cuadrado input[type=checkbox]:checked + label:after {
  border-radius: 0;
}
.reserva-home .box-reserva .form-radio-ua.flex {
  align-items: center;
}
.reserva-home .box-reserva .form-radio-ua.flex .item-radio {
  margin-right: 1.1rem;
}
.reserva-home .box-reserva .form-radio-ua.flex .item-radio:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 550px) {
  .reserva-home .box-reserva .form-radio-ua.flex {
    justify-content: space-between;
  }
  .reserva-home .box-reserva .form-radio-ua.flex .item-radio {
    width: auto;
    margin: 0;
    text-align: left;
  }
}

.box-reserva {
  display: flex;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .box-reserva {
    flex-direction: column;
  }
}
.box-reserva .text-right {
  text-align: right;
}
.box-reserva .text-right .btn {
  margin: 0 0 0 auto;
}
.box-reserva .paso-reserva {
  border-right: 1px solid #ccc;
  flex-grow: 1;
}
.box-reserva .paso-reserva.paso-1 {
  min-width: 26%;
  width: 26%;
}
@media only screen and (max-width: 991px) {
  .box-reserva .paso-reserva.paso-1 {
    width: 100%;
    min-width: 100%;
    border: none;
  }
}
.box-reserva .paso-reserva.paso-2 {
  padding: 0 4rem;
  width: 47%;
}
@media only screen and (max-width: 991px) {
  .box-reserva .paso-reserva.paso-2 {
    width: 100%;
    min-width: 100%;
    padding: 2rem 0;
    border: none;
  }
}
.box-reserva .paso-reserva.paso-3 {
  border: none;
  min-width: 26%;
  width: 26%;
  padding-left: 3rem;
}
@media only screen and (max-width: 991px) {
  .box-reserva .paso-reserva.paso-3 {
    width: 100%;
    min-width: 100%;
    border: none;
    padding-left: 0;
  }
}

.reserva-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .reserva-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.pasos-reserva {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .pasos-reserva {
    margin-bottom: 2rem;
  }
}
.pasos-reserva:after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  height: 2px;
  width: 80%;
  background: #D9D9D9;
  margin: 0 auto;
}
.pasos-reserva .item-paso {
  text-align: center;
  width: 82px;
  margin: 0 0.5rem;
}
@media only screen and (max-width: 768px) {
  .pasos-reserva .item-paso {
    width: auto;
  }
}
.pasos-reserva .item-paso__ic {
  margin-bottom: 0.2rem;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pasos-reserva .item-paso__ic img {
  max-width: 50%;
}
.pasos-reserva .item-paso p {
  font-size: 0.75rem;
  color: #B2B2B2;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}
.pasos-reserva .item-paso span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D9D9D9;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.pasos-reserva .item-paso#paso-1 img {
  width: 30px;
}
.pasos-reserva .item-paso#paso-2 img {
  width: 35px;
}
.pasos-reserva .item-paso#paso-3 img {
  width: 32px;
}
.pasos-reserva .item-paso#paso-4 img {
  width: 38px;
}
.pasos-reserva .item-paso#paso-5 img {
  width: 36px;
}
.pasos-reserva .item-paso.activo p {
  color: black;
  font-weight: 500;
}
.pasos-reserva .item-paso.activo span {
    background: #0C3A97;
}

.modal-agenda .modal-dialog {
  width: 664px;
  max-width: 100%;
}
.modal-agenda .modal-header {
  background: #0C3A97;
}
.modal-agenda .modal-header h5 {
  color: #fff;
}
.modal-agenda .modal-header .cerrar-modal {
  position: absolute;
  color: #fff;
  cursor: pointer;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 1.2rem;
}
.modal-agenda .modal-agenda__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-agenda .modal-agenda__body p:last-child {
  margin-bottom: 0;
}
.modal-agenda .modal-agenda__btn {
  display: flex;
  align-items: center;
}
.modal-agenda .modal-agenda__btn .btn {
  margin-left: 1rem;
}

.recaptcha {
  margin-bottom: 1rem;
}

footer {
  background: #0C3A97;
  text-align: center;
  padding: 0 0 2rem;
}
footer nav {
  margin-bottom: 1.8rem;
}
footer nav ul {
  display: flex;
  margin: 0;
  list-style: none;
  justify-content: center;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  footer nav ul {
    flex-direction: column;
  }
}
footer nav ul li {
  margin: 0 2rem;
}
@media only screen and (max-width: 991px) {
  footer nav ul li {
    margin-bottom: 1.5rem;
  }
}
footer nav ul li a {
  color: #fff;
  font-size: 1rem;
}
footer .redes {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .redes p {
  margin: 0;
  color: #fff;
}
footer .redes a {
  color: #69C8F3;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 0.8rem;
}/*# sourceMappingURL=estilos.css.map */


.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.loading.small {
    position: absolute;
}

    .loading.small .lds-ring div {
        width: 56px;
        height: 56px;
        border: 6px solid #0e6593;
        border-color: #0e6593 transparent transparent transparent;
    }

.loading.visible {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.loading .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.loading .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 8px;
    border: 6px solid #0e6593;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0e6593 transparent transparent transparent;
}

.loading .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.loading .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.loading .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rz-dropdown-filter {
    font-size: 14px;
}

.rz-dropdown-filter-container {
    flex-direction: row !important;
}

.c-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.modal-dialog {
    margin: 0px !important;
}

.rz-dialog-content {
    padding: 0px !important;
}

.gj-datepicker-md [role=right-icon] {
    position: absolute !important;
    right: 2% !important;
    top: 25% !important;
    font-size: 24px !important;
}

.rz-chip {
    background-color: lightblue !important;
}

.registro-datos-additional {
    text-align: start;
}

    .registro-datos-additional font .font0 {
        white-space: pre-line;
        color: #484848 !important;
    }

    .registro-datos-additional h4 {
        font-size: larger;
        color: #484848 !important;
    }

.card-doctor__horas .item-visualizar {
    width: 100px !important;
}

.label {
    color: #0C3A97 !important;
}
/*
/*.grecaptcha-badge {
    z-index: 2 !important;
}*/


.grecaptcha-badge {
    display: none;
}

/*.rz-popup {
    z-index: 10001 !important;
}*/

.whatsapp {
    z-index: auto !important;
}

.rz-dropdown-items-wrapper {
    border-radius: initial !important;
}