/*
Theme Name: CCDM
Theme URI: http://ccdm.cl
Description: WP Theme for CCDM
Author: ILOGICA
Author URI: http://ilogica.cl/
Version: 1.0
*/
/*! Fonts */
@import url("//fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("//fonts.googleapis.com/css?family=Merriweather+Sans:400,700,300");

/*! Custom Reboot / Normalize */
html {
  font-size: 16px;
}
.new-template img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.new-template a {
  transition: all ease-in-out 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
}
body {
  color: #6a7278;
  background-color: #fff;
  font: normal normal 1rem/1.2 "Merriweather Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  text-rendering: optimizeLegibility;
}

.pregunta-secreta-alert {
  margin-top: 20px;
  padding: 12px 24px 12px 24px; /* Ajustar padding lateral */
  background: #eef8f2;
  border: 1px solid #54b881;
  border-left: 10px solid #54b881;
  display: flex;
  justify-content: space-between; /* Separar elementos a los extremos */
  align-items: center; /* Alinear verticalmente */
  position: relative;
}
.pregunta-secreta-alert-error {
  margin-top: 20px;
  padding: 12px 24px 12px 24px; /* Ajustar padding lateral */
  background: #f6d9db;
  border: 1px solid #ff4b55;
  border-left: 10px solid #ff4b55;
  display: flex;
  justify-content: space-between; /* Separar elementos a los extremos */
  align-items: center; /* Alinear verticalmente */
  position: relative;
}

.pregunta-secreta-alert-error p {
  color: #ff4b55 !important;
  margin: 0; /* Eliminar margen extra del párrafo */
  padding: 12px;
}

.pregunta-secreta-alert p {
  color: #54b881 !important;
  margin: 0; /* Eliminar margen extra del párrafo */
  padding: 12px;
}

.pregunta-secreta-alert-error .close-error {
  color: #ff4b55 !important;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}

.pregunta-secreta-alert .close {
  color: #54b881 !important;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}

.password-container {
  position: relative;
  width: 80%;
}

.password-container-login {
  position: relative;
  width: 100%;
}

input[type="password"],
input[type="text"] {
  width: 100%;
}

i.icon-eye {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/eye-icon.svg"); /* Icono para mostrar */
}

i.icon-eye.hidden {
  background-image: url("../img/eye-icon.svg"); /* Icono para ocultar */
}
.page-block {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}

.page-block video {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}

/* START prevent library conflicts */
.new-template .row:before,
.new-template .row:after,
.new-template .clearfix:before,
.new-template .clearfix:after,
#header .row:before,
#header .row:after,
#header .clearfix:before,
#header .clearfix:after,
#footer .row:before,
#footer .row:after,
#footer .clearfix:before,
#footer .clearfix:after {
  display: none !important;
}
#header .row,
#footer .row,
.new-template .row {
  width: initial;
  margin-bottom: initial;
}
#header .row,
#header .clearfix,
#footer .row,
#footer .clearfix,
.new-template .row,
.new-template .clearfix {
  zoom: initial;
}
#main-navigation .item {
  text-decoration: initial;
  color: initial;
  display: initial;
  padding: initial;
  line-height: initial;
}
#header .row,
#footer .row,
.new-template .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#header img,
#footer img,
.new-template img {
  margin-left: initial;
  margin-right: initial;
  display: initial;
}
/* END prevent library conflicts */

/*! helper class */
.new-template .frame {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  padding-top: 30px;
  position: relative;
}
.new-template .frame iframe,
.new-template .frame object,
.new-template .frame embed,
.new-template .frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}

/*! featured message */
.featured-message {
  padding: 1.5rem 1.5rem 0.5rem 0;
  font-size: 0.88rem;
  background-color: #f2fafc;
}
.featured-message a {
  color: #009cba;
  text-decoration: underline;
}
.featured-message .message-container {
  position: relative;
}
.featured-message .message-container a.message-close {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: -3rem;
  background: url(../img/icon-close-white.svg) center no-repeat #009cba;
  background-size: 0.77rem;
  border-radius: 99rem;
  line-height: 1;
}

/*! Header */
#header .top-header {
  text-align: right;
  font-size: 0;
  margin-bottom: 1.3rem;
}
#header .top-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#header .top-header li {
  font-size: 0.8rem;
  display: inline-block;
}
#header .top-header li a,
.top-header li > span:first-child {
  display: block;
  padding: 0.8rem;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
#header .top-header li a,
.top-header li > span {
  display: block;
  padding: 0.8rem;
  background-color: #d1d9e6;
  color: #424242;
  text-decoration: none;
}
#header .top-header li a:hover {
  background-color: #7896ac;
}
#header .top-header li span:first-child {
  color: #000;
}
#header .top-header li span {
  color: #f2f2f2;
}

#header .top-header li:not(:first-child, :last-child) {
  border-right: 1px solid grey;
}
#header .top-header ul.accesibility {
  margin-left: 1px;
}
#header .top-header ul.accesibility a {
  color: #f2f2f2;
  background-color: #7896ac;
  font-weight: 700;
  cursor: pointer;
}
#header .top-header ul.accesibility a:hover,
#header .top-header ul.accesibility a.active {
  background-color: #aabaca;
}
#header .top-header ul.accesibility img {
  height: 0.8rem;
}
#header .top-header a.icon {
  padding-left: 24px;
  background-size: 15px 10px;
  background-position: 0.5rem center;
  background-repeat: no-repeat;
}
#header .top-header a.icon.icon-flag-de {
  background-image: url("../img/icon-flag-de.jpg");
}
#header .top-header a.icon.icon-flag-pt {
  background-image: url("../img/icon-flag-pt.jpg");
}
#header .top-header a.icon.icon-flag-us {
  background-image: url("../img/icon-flag-us.jpg");
}

#header .top-header > ul > li > a.hovered {
  background-color: #7896ac;
}
#header .top-header > ul > li {
  position: relative;
  overflow-y: hidden;
  vertical-align: top;
}
#header .top-header > ul > li.hovered {
  position: relative;
  overflow-y: visible;
}
#header .top-header > ul > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999999;
  min-width: 230px;
  max-width: 310px;
}
#header .top-header > ul > li > ul li {
  display: block;
  width: 100%;
  padding: 0;
}
#header .top-header > ul > li > ul li a {
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#header .brand a {
  display: inline-block;
}
#header .brand a:hover {
  opacity: 0.75;
}
#header .brand img {
  height: 3.5rem;
  vertical-align: baseline;
}
#header .brand img.acreditacion-logo {
  height: 6rem;
  margin-left: 1rem;
}

#header .header-call .header-call-claim {
  display: block;
  color: #0b5ea6;
  font-size: 0.75rem;
}
#header .header-call .header-call-claim strong {
  font-weight: 700;
}
#header .header-call .tel {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0b5ea6;
  text-decoration: none;
  letter-spacing: -0.1rem;
}
#header .header-call .tel-number {
  color: #00afae;
}
#header .mobile-nav {
  display: none;
  text-align: right;
}
#header .header-call {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

#btn-cuenta-reserva-tu-hora.button {
  margin-bottom: 3rem;
}

#header .header-call .button,
#btn-cuenta-reserva-tu-hora.button {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 1rem 1.5rem;
  background-color: #0b5ea6;
  text-decoration: none;
}
#header .header-call .button:hover,
#btn-cuenta-reserva-tu-hora.button:hover {
  opacity: 0.75;
}
#header .header-call .button.icon-time,
#btn-cuenta-reserva-tu-hora.button.icon-time {
  padding-left: 3.25rem;
  background-image: url("../img/icon-time.svg");
  background-position: 1rem center;
  background-size: 1.5rem;
  background-repeat: no-repeat;
}

#header .header-call .button.button-light {
  display: inline-block;
  color: #0b5ea6;
  border: 2px solid #0b5ea6;
  background-color: #fff;
}

#header .header-call .container-login {
  position: relative;
  display: flex;
  flex-direction: column;
}

#header .header-call .login-links {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9;
  display: none;
  background-color: #fff;
  border: 1px solid #d1d9e6;
  text-align: left;
}

#header .header-call .button.button-light {
  padding: 0.8125rem 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

#btn-header-login::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("../img/icon-user-blue-2.svg");
  background-position: center;
  background-repeat: no-repeat;
}
#btn-header-login::after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("../img/arrow-down-s-line.svg");
  background-position: center;
  background-repeat: no-repeat;
}

#btn-header-login::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("../img/icon-user-blue-2.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.button.button-light.btn-icon-pulse::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("../img/icon-pulse.svg");
  background-position: center;
  background-repeat: no-repeat;
}

#header .header-call .login-links.hovered {
  display: flex;
  flex-direction: column;
}

#header .header-call .login-links a {
  display: block;
  padding: 0.8125rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #424242;
  font-size: 1rem;
  line-height: 1.1875rem;
}

#header .header-call .login-links a:last-child {
  border-bottom: none;
}

#header .nav-trigger {
  cursor: pointer;
  display: inline-block;
}
#header .nav-trigger .icon {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 34px;
  height: 34px;
  font-size: 0;
  text-indent: -9999px;
  transition: background 0.2s ease-in-out;
}
#header .nav-trigger .icon:focus {
  outline: none;
}
#header .nav-trigger .icon span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  right: 0;
  height: 3px;
  background: #0b5ea6;
  transition: background 0s 0.2s;
  border-radius: 0px;
}
#header .nav-trigger .icon span:before,
#header .nav-trigger .icon span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0b5ea6;
  content: "";
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
  transition-timing-function: ease-in-out;
  border-radius: 0px;
}
#header .nav-trigger .icon span:before {
  top: -6px;
  transition-property: top, transform;
}
#header .nav-trigger .icon span:after {
  bottom: -6px;
  transition-property: bottom, transform;
}
#header .nav-trigger:not(.active) .icon:hover span:before {
  top: -8px;
}
#header .nav-trigger:not(.active) .icon:hover span:after {
  bottom: -8px;
}
#header .nav-trigger.active span {
  background: none;
}
#header .nav-trigger.active span:before {
  top: 0;
  transform: rotate(45deg);
}
#header .nav-trigger.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
#header .nav-trigger.active span:before,
#header .nav-trigger.active span:after {
  transition-delay: 0s, 0.2s;
}

#main-navigation {
  margin-top: 1.3rem;
  background-color: #329991;
  color: #fff;
  vertical-align: middle;
  position: static;
  overflow: hidden;
}
#main-navigation.hovered {
  overflow: visible;
}
#main-navigation .row > div {
  position: relative;
}
#main-navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
}
#main-navigation li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main-navigation li > a,
#main-navigation li .button-row > a {
  flex: 1;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  padding: 1.2rem 0.6rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#main-navigation li.hovered > a {
  background-color: #0b5ea6;
}
#main-navigation li.hovered {
  position: relative;
}

#main-navigation .subnav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 230px;
  max-width: 310px;
  z-index: 999999;
  border-bottom: 5px solid #0b5ea6;
  background-color: #f0f5f8;
  display: none;
}
#main-navigation .subnav.hovered {
  display: block;
}
#main-navigation .subnav a {
  color: #6a7278;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.8rem;
  background-color: transparent;
  padding: 0.5rem 1rem;
  display: block;
  border-bottom: 1px solid #eaeaea;
}
#main-navigation .subnav a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #0b5ea6;
}
#main-navigation .subnav a.more {
  color: #00afae;
  display: table;
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 0.3rem;
}
#main-navigation .subnav .container .subnav-items > .row > .col-md-3 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

/*! main section & cards sections  */
.new-template #main {
  /* padding: 3rem 0; */
}
.new-template #main.home {
  padding: 0;
}
.new-template .section {
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.new-template .section:last-child {
  margin-bottom: 0;
}
.new-template .section .section-title {
  font-size: 1.3rem;
  font-weight: 400;
  color: #0b5ea6;
}
.new-template .section .section-cta {
  display: block;
  font-weight: 400;
  margin-top: 1.4rem;
  text-align: center;
  font-size: 1.1rem;
  padding: 1rem 0.5rem;
  color: #009cba;
  text-decoration: none;
  background-color: transparent;
  border-bottom: 3px solid #009cba;
}
.new-template .section .section-cta:hover {
  background-color: rgba(0, 156, 186, 0.1);
}
.new-template .section .section-header .section-icon {
  display: block;
  margin: 0 auto 1.4rem 0;
  width: 3.3rem;
  height: 3.3rem;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.new-template .section .section-header .section-icon.icon-news {
  background-image: url("../img/icon-news.svg");
}
.new-template .section .section-header .section-icon.icon-events {
  background-image: url("../img/icon-events.svg");
}

.new-template .cards-section .card-item {
  display: block;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.new-template .cards-section .card-item .media {
  position: relative;
  overflow: hidden;
  outline: 1px solid #eaeaea;
}
.new-template .cards-section .card-item:hover .media img {
  transform: scale(1.1);
}
.new-template .cards-section .card-item:hover {
  border-color: #009cba;
}
.new-template .cards-section .card-item .media img {
  object-fit: cover;
  transition: all ease-in-out 0.2s;
}

.new-template .cards-section .card-news .news-title {
  font-size: 1.1rem;
  color: #009cba;
  display: block;
  margin-top: 1rem;
}
.new-template .cards-section .card-news .news-caption {
  margin-top: 1rem;
  color: #6a7278;
  display: block;
  font-size: 1rem;
}

.new-template .cards-events-section {
  padding: 5rem 0;
  background-color: #f2fafc;
  margin-top: -6rem;
  z-index: 0;
  position: relative;
}
.new-template .cards-events-section .card-events {
  font-size: 0;
}
.new-template .cards-events-section .card-events .event-title {
  display: block;
  font-size: 1.1rem;
  color: #0b5ea6;
}
.new-template .cards-events-section .card-events.event-color-pink .event-title {
  color: #e374da;
}
.new-template .cards-events-section .card-events .event-type {
  display: block;
  font-size: 0.8rem;
  color: #009cba;
  margin-top: 0.5rem;
}
.new-template .cards-events-section .card-events .event-location {
  display: block;
  font-size: 0.8rem;
  color: #6a7278;
  margin-top: 0.5rem;
}
.new-template .cards-events-section .card-events .date.media {
  display: inline-block;
  width: 33%;
  position: relative;
  vertical-align: top;
}
.new-template .cards-events-section .card-events .event-data {
  display: inline-block;
  padding-left: 15px;
  width: calc(100% - 33% - 15px);
}
.new-template .cards-events-section .card-events .date.media {
  position: relative;
  outline: none;
  color: #fff;
  overflow: hidden;
  border-radius: 50%;
}
.new-template .cards-events-section .card-events .date.media img {
  transform: none;
  position: relative;
  z-index: 0;
}
.new-template .cards-events-section .card-events .date.media .date-data {
  position: absolute;
  z-index: 1;
  font-size: 1rem;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.new-template
  .cards-events-section
  .card-events
  .date.media
  .date-data
  .date-day {
  font-size: 1.8rem;
  display: block;
}
.new-template
  .cards-events-section
  .card-events
  .date.media
  .date-data
  .date-month {
  font-size: 1rem;
  display: block;
}
.new-template .cards-events-section .card-events .date.media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 94, 166, 1);
  opacity: 0.7;
  transition: all ease-in-out 0.2s;
}
.new-template
  .cards-events-section
  .card-events.event-color-pink
  .date.media:after {
  background-color: rgba(227, 116, 218, 1);
}

.new-template .cards-videos-section .card-item {
  padding-bottom: 10px;
}
.new-template .cards-videos-section .card-title {
  font-size: 1.1rem;
  color: #009cba;
  display: block;
  margin-bottom: 0.5rem;
}
.new-template .cards-videos-section .media img {
  margin: -14% 0;
  object-fit: cover;
  width: 100%;
}
.new-template .cards-videos-section .media:after {
  transition: all ease-in-out 0.2s;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon-youtube-play.svg") center no-repeat
    rgba(11, 94, 166, 0);
  background-size: 3rem;
}
.new-template .cards-videos-section .card-item:hover .media:after {
  opacity: 1;
  background-color: rgba(11, 94, 166, 0.5);
}

/*! quick access section */
.new-template .quick-access-secondary .section-title {
  color: #6a7278;
}
.new-template .quick-access a {
  font-size: 0.8rem;
  display: block;
  padding: 1.2rem 1rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #0b5ea6;
  outline: 2px solid #fff;
}
.new-template .quick-access.quick-access-primary a:nth-child(4),
.new-template .quick-access.quick-access-primary a:nth-child(5) {
  background-color: #009cba;
  position: relative;
}

.new-template .quick-access a:hover {
  background-color: #009cba;
}
.new-template .quick-access a:hover .icon {
  transform: scale(1.2);
}
.new-template .quick-access .icon {
  display: block;
  margin: 0 auto 1rem auto;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all ease-in-out 0.2s;
}
.new-template .quick-access-primary {
  margin-top: -2rem;
}
.new-template .quick-access-secondary a {
  color: #0b5ea6;
  background-color: #f6f6f6;
}
.new-template .quick-access-secondary a:hover {
  background-color: #eaeaea;
}

.new-template .quick-access-secondary a.destacada {
  color: white;
  background-color: #0b5ea6;
}
.new-template .quick-access-secondary a.destacada:hover {
  background-color: #009cba;
}
.new-template .quick-access .icon-time {
  background-image: url("../img/icon-time.svg");
}
.new-template .quick-access .icon-time-cancel {
  background-image: url("../img/icon-time-cancel.svg");
}
.new-template .quick-access .icon-document-vert {
  background-image: url("../img/icon-document-vert.svg");
}
.new-template .quick-access .icon-money {
  background-image: url("../img/icon-money.svg");
}
.new-template .quick-access .icon-document-horz {
  background-image: url("../img/icon-document-horz.svg");
}
.new-template .quick-access .icon-magnifier {
  background-image: url("../img/icon-magnifier.svg");
}
.new-template .quick-access .icon-magnifier-blue {
  background-image: url("../img/icon-magnifier-blue.svg");
}
.new-template .quick-access .icon-user {
  background-image: url("../img/icon-user.svg");
}
.new-template .quick-access .icon-user-blue {
  background-image: url("../img/icon-user-blue.svg");
}
.new-template .quick-access .icon-scale {
  background-image: url("../img/icon-scale.svg");
}
.new-template .quick-access .icon-scale-blue {
  background-image: url("../img/icon-scale-blue.svg");
}
.new-template .quick-access .icon-megaphone {
  background-image: url("../img/icon-megaphone.svg");
}
.new-template .quick-access .icon-dashed-circle {
  background-image: url("../img/icon-dashed-circle.svg");
}
.new-template .quick-access .icon-circles {
  background-image: url("../img/icon-circles.svg");
}
.new-template .quick-access .icon-webticket {
  background-image: url("../img/icon-webticket.svg");
}
.new-template .quick-access .icon-radio {
  background-image: url("../img/icon-radio.svg");
}
.new-template .quick-access .icon-eye {
  background-image: url("../img/icon-eye.svg");
}
.new-template .quick-access .icon-suitcase {
  background-image: url("../img/icon-suitcase.svg");
}
.new-template .quick-access .icon-pay-ticket {
  background-image: url("../img/icon-pay-ticket.svg");
}
.new-template .quick-access .icon-pulse-white {
  background-image: url("../img/icon-pulse-white.svg");
}

/*! slick slider */
.new-template .slider {
  max-width: 1440px;
  margin: 0 auto 1.5rem auto;
}
.new-template .slick-slider * {
  outline: 0;
}
.new-template .slick-slider .media img {
  display: block;
  width: 100%;
}
.new-template .slick-slider {
  margin-bottom: 0;
}
.new-template .slick-next,
.new-template .slick-prev {
  outline: none;
  top: 50%;
  z-index: 100;
  transition: all ease-in-out 0.2s;
  transform: translateY(-50%);
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-template .slick-next:hover,
.slick-prev:hover {
  opacity: 0.75;
}
.new-template .slick-next {
  right: 0;
}
.new-template .slick-prev {
  left: 0;
}

.new-template .slick-next::before,
.new-template .slick-prev::before {
  content: "";
}

.new-template .slick-prev .icon-angle-left:before {
  content: "";
  margin-right: 0;
  color: #0b5ea6;
}
.new-template .slick-next .icon-angle-right:before {
  content: "";
  margin-left: 0;
  color: #0b5ea6;
}
.new-template .slick-arrow .icon-angle-right,
.new-template .slick-arrow .icon-angle-left {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-width: 3px;
  border-top: 3px solid #0b5ea6;
}
.new-template .slick-next.slick-arrow .icon-angle-right {
  border-right: 3px solid #0b5ea6;
  transform: rotate(45deg);
  box-shadow: 1px -1px 0 0 rgba(255, 255, 255, 0.5);
}
.new-template .slick-prev.slick-arrow .icon-angle-left {
  border-left: 3px solid #0b5ea6;
  transform: rotate(-45deg);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.5);
}
.new-template .slick-dots li button:before {
  font-size: 10px;
  color: #0b5ea6;
}

/*! centros medicos */
.new-template .centro-medico-item {
  margin: 0;
  padding: 5% 0 20% 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.new-template .centro-medico-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.new-template .centro-medico-item.centro-medico-bosques:after {
  background: linear-gradient(
    to bottom,
    rgba(242, 250, 252, 1) 0%,
    rgba(242, 250, 252, 1) 50%,
    rgba(242, 250, 252, 0) 100%
  );
}
.new-template .centro-medico-item.centro-medico-libertad:after {
  background: linear-gradient(
    to bottom,
    rgba(235, 251, 255, 1) 0%,
    rgba(235, 251, 255, 1) 50%,
    rgba(235, 251, 255, 0) 100%
  );
}
.new-template .centro-medico-item.centro-medico-mujer:after {
  background: linear-gradient(
    to bottom,
    rgba(242, 250, 252, 1) 0%,
    rgba(242, 250, 252, 1) 50%,
    rgba(242, 250, 252, 0) 100%
  );
}
.new-template .centro-medico-item .centro-medico-data {
  position: relative;
  z-index: 1;
}
.new-template .centro-medico-item .centro-medico-data > .row {
  margin: 0;
}
.new-template .centro-medico-item .brand {
  margin: 0 auto 3rem auto;
  width: 60%;
}
.new-template .centro-medico-item .button-center {
  text-align: center;
  margin-top: 2rem;
}
.new-template .centro-medico-item .button {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 1rem 1.5rem;
  background-color: #0b5ea6;
  text-decoration: none;
}
.new-template .centro-medico-item .button:hover {
  opacity: 0.75;
}
.new-template .centro-medico-item .centro-medico-data-item {
  padding: 0 15px;
}
.new-template .centro-medico-item .centro-medico-data-item p {
  text-align: left;
  color: #0b5ea6;
  font-size: 0.8rem;
}
.new-template .centro-medico-item .centro-medico-data-item a {
  color: #0b5ea6;
  text-decoration: none;
}
.new-template .centro-medico-item .centro-medico-data-item a:hover {
  text-decoration: underline;
}
.new-template .centro-medico-data-item .icon {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
}
.new-template .centro-medico-data-item .icon-location {
  background-image: url("../img/icon-location.svg");
}
.new-template .centro-medico-data-item .icon-clock {
  background-image: url("../img/icon-clock.svg");
}
.new-template .centro-medico-data-item .icon-phone {
  background-image: url("../img/icon-phone.svg");
}

/*! breadcrum */
.new-template .breadcrumb {
  margin-bottom: 3rem;
}
.new-template .breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.new-template .breadcrumb li {
  line-height: 1;
  display: inline-block;
}
.new-template .breadcrumb a,
.new-template .breadcrumb span {
  font-size: 0.8rem;
  display: block;
  margin-right: 5px;
  position: relative;
  text-decoration: none;
  color: #6a7278;
}
.new-template .breadcrumb a:hover {
  text-decoration: underline;
}
.new-template .breadcrumb a:after {
  content: " > ";
}
.new-template .breadcrumb li:last-child a:after {
  content: "";
}

/* page content */
.new-template .page-content .page-title,
#interior-main h1,
#page h1,
#aranceles h1 {
  font-size: 2.7rem;
  color: #0b5ea6 !important;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

#interior-main h2.clinica-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 52px;
  color: #0b5ea6;
}

.new-template .page-content .page-title .icon {
  display: block;
  margin: 0 0 1.5rem 0;
  width: 3.3rem;
  height: 3.3rem;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.new-template .page-content .page-title .icon-eye {
  background-image: url("../img/icon-eye-blue.svg");
}
.new-template .page-content .page-description,
#interior-main #interior2 .c8 h2,
#interior-main #interior2 .c8 h2 > p,
.page-block h2.bajada,
.bajada-arancel h2 {
  font-size: 1.5rem !important;
  color: #0b5ea6 !important;
  margin-bottom: 1.5rem;
  padding-bottom: 0 !important;
}

.new-template .content_interested {
  margin-top: 76px;
}
.new-template .content_interested h3 {
  color: #002e85;
  font-size: 24px;
  margin-bottom: 24px;
}
.new-template .content_interested .grid-items {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.new-template .content_interested .grid-items .item {
  border: 1px #a1cdd5;
  background: #e9f4f7;
  padding: 17px 100px 17px 22px;
  min-height: 100px;
  position: relative;
  overflow: hidden;
  width: 49%;
  display: flex;
  align-items: center;
}
.new-template .content_interested .grid-items .item span {
  color: #009cba;
  font-family: "Merriweather Sans";
  font-size: 20px;
  line-height: 28px;
}
.new-template .content_interested .grid-items .item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -45px;
  transition: all 0.3s;
}
.new-template .content_interested .grid-items .item:hover {
  text-decoration: unset;
}
.new-template .content_interested .grid-items .item:hover img {
  right: -40px;
  transition: all 0.3s;
}
/*! sidebar */
.new-template .sidebar-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.back-button {
  color: #439ab7 !important;
  line-height: 1;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  background: url("../img/icon-arrow-left-blue.svg") left center no-repeat;
  background-size: 0.8rem;
}
.new-template .sidebar-section {
  margin-bottom: 1.5rem;
}
.new-template .sidebar-section ul.no-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.new-template .sidebar-section ul.no-bullets li {
  line-height: 1.5;
}
.new-template .sidebar-section a {
  color: inherit;
}
.new-template .sidebar-nav {
  padding: 1.5rem 15px;
  background-color: #ebf4f7;
  color: #6a7278;
}
.new-template .sidebar-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #6a7278;
  margin-bottom: 1rem;
}
.new-template .sidebar-title .icon {
  display: block;
  margin: 0 0 0.5rem 0;
  width: 2.5rem;
  height: 2.5rem;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.new-template .sidebar-title .icon-eye {
  background-image: url("../img/icon-eye-gray.svg");
}

.new-template .sidebar-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.new-template .sidebar-nav-list li:last-child a {
  border-bottom: 0;
}
.new-template .sidebar-nav-list a {
  display: block;
  color: #009cba;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid rgba(106, 114, 120, 0.3);
  font-size: 1.1rem;
  text-decoration: none;
}
.new-template .sidebar-nav-list a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.new-template .sidebar-nav-list a .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.new-template .sidebar-nav-list a .icon-circle-dashed {
  background-image: url("../img/icon-dashed-circle-turquoise.svg");
}
.new-template .sidebar-nav-list a .icon-document-horz {
  background-image: url("../img/icon-document-horz-turquoise.svg");
}
.new-template .sidebar-nav-list a .icon-document-vert {
  background-image: url("../img/icon-document-vert-turquoise.svg");
}
.new-template .sidebar-nav-list a .icon-suitcase {
  background-image: url("../img/icon-suitcase-turquoise.svg");
}
.new-template .sidebar-nav-list a .icon-user {
  background-image: url("../img/icon-user-turquoise.svg");
}
.new-template .sidebar-nav-list li.current_page_item a {
  background-color: rgba(255, 255, 255, 1);
}

.new-template .sidebar-subtitle {
  font-size: 1.1rem;
  color: #0b5ea6;
  font-weight: 400;
  margin-bottom: 1rem;
}
.new-template .sidebar-subtitle .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.new-template .sidebar-subtitle .icon-clock {
  background-image: url("../img/icon-clock-blue.svg");
}
.new-template .sidebar-subtitle .icon-user {
  background-image: url("../img/icon-user-blue.svg");
}

.new-template .sidebar-button {
  color: #0b5ea6;
  border-bottom: 1px solid #c3c5c8;
  padding-bottom: 1.5rem;
}
.new-template .sidebar-button:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.new-template .sidebar-button .button {
  padding: 1rem;
  color: #fff;
  background-color: #0b5ea6;
  display: block;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
.new-template .sidebar-button .button:hover {
  opacity: 0.75;
}

/*! team list */
.new-template .team-list .media {
  display: block;
  margin-bottom: 0.5rem;
}
.new-template .team-list .team-name {
  font-weight: 700;
  display: block;
  color: #0b5ea6;
  margin-bottom: 1.5rem;
}
.new-template .team-list a {
  display: block;
  text-decoration: none;
}
.new-template .team-list a:hover {
  opacity: 0.75;
}

/*! accordion */
.new-template .accordion .acc-title {
  border-top: 1px solid #979797;
  display: block;
  padding: 1rem 24px 1rem 0;
  color: #009cba !important;
  font-size: 1.5rem;
  cursor: pointer;
  background: url("../img/icon-dropdown.svg") right center no-repeat;
  background-size: 16px;
}
.new-template .accordion .acc-title {
  border-top: 1px solid #979797;
  display: block;
  padding: 1rem 0.5rem;
  color: #009cba !important;
  font-size: 1.5rem;
  cursor: pointer;
}
.new-template .accordion .acc-title:first-child {
  border-top: 0;
}
.new-template .accordion .acc-title .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.new-template .accordion .acc-title .icon-document-horz-gray {
  background-image: url("../img/icon-document-horz-gray.svg");
}
.new-template .accordion .acc-title .icon-eye-gray {
  background-image: url("../img/icon-eye-gray.svg");
}
.new-template .accordion .acc-content {
  padding: 1rem 0;
  display: none;
}
.new-template .accordion .acc-content p em {
  color: #009cba;
}

/*! Footer */
#footer {
  border-top: 3px solid #eeeeee;
}
#footer .pre-footer {
  padding: 3.5rem 0 3rem 0;
}
#footer .brand img {
  height: 3.5rem;
}
#footer .brand {
  margin-bottom: 4rem;
}
#footer .subsidiary {
  margin-bottom: 1.5rem;
}
#footer .subsidiary .title {
  font-size: 1rem;
  color: #0b5ea6;
  margin-bottom: 1rem;
  display: block;
}
#footer .subsidiary .address {
  font-size: 0.8rem;
  font-weight: 700;
  color: #00afae;
  margin-bottom: 0.5rem;
  display: block;
}
#footer .subsidiary .tel {
  font-size: 0.8rem;
  color: #b4b4b4;
  text-decoration: none;
  display: block;
}
#footer .subsidiary .tel:hover {
  text-decoration: underline;
}
#footer .footer-contact {
  color: #6a7278;
  font-size: 1rem;
  margin-top: 1rem;
}
#footer .footer-contact a {
  color: #0b5ea6;
  text-decoration: underline;
}
#footer .sub-footer {
  background-color: #eeeeee;
  padding: 4rem 0;
  font-weight: 700;
  font-size: 0.8rem;
}
#footer .sub-footer a {
  color: #0b5ea6;
  text-decoration: none;
}
#footer .sub-footer a:hover {
  text-decoration: underline;
}
#footer .footer-social-media .social-media-title {
  color: #00afae;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 2rem 0 1rem 0;
}
#footer .footer-social-media .icon {
  display: inline-block;
  margin: 0;
  width: 2rem;
  height: 2rem;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
}
#footer .footer-social-media .icon-socialmedia-title {
  background-image: url("../img/icon-socialmedia-title.svg");
}
#footer .footer-social-media ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#footer .footer-social-media li {
  display: inline-block;
  font-size: 0;
}
#footer .footer-social-media a {
  display: block;
  width: 3rem;
  height: 3rem;
}
#footer .footer-social-media .icon {
  width: 3rem;
  height: 3rem;
  margin: 0 3px 5px 0;
}
#footer .footer-social-media .icon:hover {
  opacity: 0.75;
}
#footer .footer-social-media .icon-sm-facebook {
  background-image: url("../img/icon-facebook.svg");
}
#footer .footer-social-media .icon-sm-twitter {
  background-image: url("../img/icon-twitter.svg");
}
#footer .footer-social-media .icon-sm-linkedin {
  background-image: url("../img/icon-linkedin.svg");
}
#footer .footer-social-media .icon-sm-youtube {
  background-image: url("../img/icon-youtube.svg");
}
#footer .footer-social-media .icon-sm-instagram {
  background-image: url("../img/icon-instagram.svg");
}
#footer .ilogica {
  text-align: right;
}
#footer .ilogica a {
  opacity: 0.5;
}
#footer .ilogica a:hover {
  opacity: 1;
}
#footer .ilogica img {
  width: 120px;
}
#footer .acreditacion {
  text-align: left;
  margin-top: 30px;
}
#footer .acreditacion img {
  max-width: 50%;
}
#footer .footer-color {
  background-color: #00afae;
  overflow: hidden;
}
#footer .footer-color .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#footer .footer-color .footer-links li {
  display: inline-block;
  margin-right: 1rem;
}
#footer .footer-color .footer-links br {
  display: none;
}
#footer .footer-color .footer-links img {
  max-height: 4rem;
}
#footer .footer-color .footer-links a {
  display: inline-block;
  opacity: 1;
}
#footer .footer-color .footer-links a:hover {
  opacity: 0.75;
}
#footer .footer-color .juntos-logo {
  background-color: #fff;
  position: relative;
  border-radius: 2rem 0 0 0;
  padding: 1rem;
  margin-top: 1rem;
  text-align: center;
}
#footer .footer-color .juntos-logo:after {
  content: "";
  display: block;
  z-index: 0;
  width: 600px;
  height: 100%;
  left: 100%;
  bottom: 0;
  background-color: #fff;
  position: absolute;
}
#footer .footer-color .juntos-logo img {
  max-height: 6rem;
  position: relative;
  z-index: 1;
}

/*! Debug only */
/** {box-shadow: inset 0 0 0 1px rgba(0,0,0,.5);}*/

/*! Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
  .new-template .cards-events-section .card-events .date.media {
    width: 25%;
  }
  .new-template .cards-events-section .card-events .event-data {
    width: calc(100% - 25% - 15px);
  }
  .new-template
    .cards-events-section
    .card-events
    .date.media
    .date-data
    .date-day {
    font-size: 1.1rem;
  }
  .new-template
    .cards-events-section
    .card-events
    .date.media
    .date-data
    .date-month {
    font-size: 0.8rem;
  }
  .new-template .centro-medico-item {
    background-size: cover;
  }
  #footer .footer-color .footer-links img {
    max-height: 3rem;
  }
  #footer .footer-color .juntos-logo img {
    max-height: 4rem;
  }
}

/*! Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
  html {
    font-size: 16px;
  }
  .new-template .quick-access-primary {
    margin-top: 0;
  }
  .new-template .cards-events-section .card-events .date.media {
    width: 35%;
    margin-bottom: 1.4rem;
  }
  .new-template .cards-events-section .card-events .event-data {
    width: 100%;
    padding-left: 0;
  }
  .new-template
    .cards-events-section
    .card-events
    .date.media
    .date-data
    .date-day {
    font-size: 1.1rem;
  }
  .new-template
    .cards-events-section
    .card-events
    .date.media
    .date-data
    .date-month {
    font-size: 0.8rem;
  }
  .new-template .centro-medico-data-item .icon {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
  #header .brand img.acreditacion-logo {
    display: none;
  }
  #footer .footer-color .footer-links br {
    display: block;
  }
}
/*! Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
  .new-template .content_interested {
    margin-bottom: 76px;
  }
  .new-template .content_interested .grid-items .item {
    width: 100%;
  }
  html {
    font-size: 14px;
  }
  #header {
    padding: 1rem 0 0 0;
  }
  #header > .container {
    padding-bottom: 1rem;
  }
  #main-navigation {
    margin: 0;
  }
  #main-navigation ul {
    flex-direction: column;
  }
  #main-navigation li {
    flex-direction: row;
  }
  #main-navigation li > a {
    width: 100%;
    text-align: left;
  }
  #main-navigation .subnav.hovered {
    display: none;
  }
  #header .top-header,
  #header .header-call,
  #main-navigation {
    display: none;
  }
  #header .mobile-nav {
    display: block;
  }

  .new-template .slick-next,
  .new-template .slick-prev {
    width: 60px;
    height: 60px;
  }

  .new-template .slick-arrow .icon-angle-left,
  .new-template .slick-arrow .icon-angle-right {
    width: 1rem;
    height: 1rem;
    border-width: 4px;
    border-top: 4px solid #0b5ea6;
  }
  .new-template .slick-next.slick-arrow .icon-angle-right {
    border-right: 4px solid #0b5ea6;
  }
  .new-template .slick-prev.slick-arrow .icon-angle-left {
    border-left: 4px solid #0b5ea6;
  }
  .new-template .section .section-header .section-icon {
    display: inline-block;
    margin: 0;
  }
  .new-template .section .section-title {
    display: inline-block;
    width: calc(100% - 3.3rem - 15px);
    padding-left: 15px;
  }
  .new-template .section .section-cta {
    margin-bottom: 1.4rem;
  }
  .new-template .cards-events-section {
    margin-top: 0;
    padding: 2rem 0;
  }
  .new-template .cards-section .card-item {
    margin-bottom: 1rem;
  }
  .new-template .cards-events-section .card-events .date.media {
    width: 20%;
    margin-bottom: 0;
  }
  .new-template .cards-events-section .card-events .event-data {
    width: calc(100% - 20% - 15px);
    padding-left: 15px;
  }
  .new-template
    .cards-events-section
    .card-events
    .date.media
    .date-data
    .date-day {
    font-size: 1.5rem;
  }
  .new-template
    .cards-events-section
    .card-events
    .date.media
    .date-data
    .date-month {
    font-size: 1rem;
  }
  .new-template .cards-videos-section .card-item {
    margin-bottom: 2rem;
  }
  .new-template .page-content {
    margin-bottom: 2rem;
  }
  .new-template .centro-medico-item .centro-medico-data-item p {
    font-size: 1rem;
  }
  .new-template .sidebar-sticky {
    position: static;
  }
  #footer .footer-color .footer-links,
  #footer .footer-color .juntos-logo,
  #footer .ilogica {
    text-align: center !important;
  }
}
/*! Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
}

/*! Accesibility contrast */
.byn {
  color: #000 !important;
}
a.byn {
  text-decoration: underline !important;
}
#header .top-header > ul > li > ul li a {
  border-bottom-color: #fff;
}
#header .top-header li a.byn,
.top-header li > span.byn,
#header .top-header ul.accesibility a.byn,
#header .top-header li span.byn,
#main-navigation.byn,
#main-navigation li > a.byn,
.new-template .quick-access a.byn,
.new-template .quick-access a .label.byn,
.new-template .cards-events-section .card-events .date.media.byn,
.new-template .cards-events-section .card-events .date.media *.byn,
.new-template .centro-medico-item .button.byn,
.new-template .centro-medico-item .button *.byn,
.new-template .sidebar-button .button.byn,
.new-template .sidebar-button .button *.byn,
#main-navigation .subnav.byn,
#main-navigation .subnav *.byn {
  background-color: #000 !important;
  color: #fff !important;
}

/*! Reserva logos*/
.reserva-content table img {
  margin: 0 !important;
  max-height: 20px;
  width: auto !important;
}
.reserva-content table td {
  vertical-align: middle;
}
@media (max-width: 575px) {
  .reserva-content table {
    border: 0;
    border-collapse: collapse;
  }
  .reserva-content table:not(#content-rut-add) thead {
    display: none;
  }
  .reserva-content table td {
    display: block;
  }
  .reserva-content table tr {
    display: block;
    border-bottom: 5px solid transparent;
  }
  .reserva-content table img {
    max-height: 30px;
  }
}

.databox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.875rem;
  margin-bottom: 2.5rem;
  @media screen and (max-width: 767px) {
    grid-template-columns: 1fr;
  }
}

.databox .databox__card {
  background-color: #f6f6f6;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.databox .databox__card h3 {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #0b5ea6;
  display: flex;
  align-items: center;
  padding: 1rem;
}

.databox .databox__card h3::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/user-3-fill.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625rem;
}

.databox .databox__card ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.databox .databox__card ul li {
  display: flex;
  gap: 1.875rem;
  padding: 1rem;
}

.databox .databox__card ul li:nth-child(odd) {
  background-color: rgba(234, 234, 234, 1);
}

.databox .databox__card ul li:nth-child(even) {
  background-color: rgba(246, 246, 246, 1);
}

.databox .databox__card ul li .label {
  min-width: 100px;
  color: #6f787f;
  font-weight: 400;
  line-height: 1.5625rem;
}

.databox .databox__card ul li .value {
  /* color: #0b5ea6; */
}

.databox .bottom-data {
  padding: 1rem;
}

.databox .databox__edit-link {
  margin: 0 0 0 auto;
  text-decoration: underline;
  color: #0b5ea6;
  display: flex;
  align-items: center;
}

.databox .databox__edit-link::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/edit-box-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625rem;
}

.databox .databox__save-link {
  margin: 0 0 0 auto;
  text-decoration: underline;
  color: #00afae;
  display: flex;
  align-items: center;
}

.databox .databox__save-link.disabled,
.databox .databox__edit-link.disabled {
  filter: grayscale(1);
  cursor: not-allowed;
}

.databox .databox__save-link::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/save-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625rem;
}

.databox .databox__hour-date {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.databox .databox__hour-date p {
  margin: 0;
  padding: 0;
}

.databox .databox__hour-date .hour-date__value {
  color: #0b5ea6;
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 1.25rem;
}
.databox__image {
  width: 135px;
  height: 184px;
}

.databox__info-doctor p {
  color: #0b5ea6;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.databox__info-doctor p > span {
  display: block;
  color: #6f787f;
}

.databox__img-cm {
  width: 290px;
  height: auto;
}

.databox__buttons {
  display: flex;
  gap: 24px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.databox__edit-reservation {
  padding: 16px;
  display: flex;
  align-items: center;
  border: 1px solid #0b5ea6;
  color: #0b5ea6 !important;
  width: fit-content;
  cursor: pointer;
}

.databox__edit-reservation::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/edit-box-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625rem;
}

.databox__confirm-reservation {
  padding: 16px;
  display: flex;
  align-items: center;
  background-color: #0b5ea6;
  color: white !important;
  width: fit-content;
  cursor: pointer;
}

.databox__confirm-reservation::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-check-fill.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625rem;
}

.gap-30 {
  gap: 30px;
}

.progreso ul {
  margin: 0;
}

strong.red {
  color: #e2473e;
}

.databox__input {
  flex: 1;
  border: 0;
  border-bottom: 2px solid #6f787f;
  background: transparent;
  color: #6f787f;
  text-transform: uppercase;
}

/* Pagina Reserva - 1 */

.reservation-tabs {
  display: flex;
  gap: 2px;
}

.reservation-tab {
  flex: 1;
  padding: 16px;
  text-align: center;
  background-color: #c8c8c8;
  color: white;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  cursor: pointer;
}

.reservation-tab h2 {
  margin: 0;
  padding: 0;
  text-align: left;
}

.reservation-tab:first-child {
  background-color: #0b5ea6;
}

.reservation-tab:last-child {
  background-color: #329991;
}

.tab-pane {
  display: none;
  transition: all 0.3s ease-in-out;
}

.tab-pane.active {
  display: block;
}

.card-information {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid #b6b6b6;
}

.card-information p {
  margin: 0;
  padding: 0;
}

.card-information a {
  color: #0b5ea6;
}

.card-information::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background-image: url(../img/error-warning-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625rem;
  margin-bottom: 8px;
}

.box-reservation {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 22px;
}

/* Media query mobile */
@media (max-width: 768px) {
  .box-reservation {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Alert */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-left: 9px solid transparent;
}

.alert .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
}

.alert-success {
  color: #54b881;
  background-color: #eef8f2;
  border-color: #54b881;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: 24px;
  color: #003965;
}

.form-iniciosesion {
  padding: 1.875rem;
  background-color: #e9f4f7;
  margin-bottom: 4.0625rem;
}

.form-iniciosesion p,
.form-iniciosesion input {
  margin: 0;
}

.form-iniciosesion .row {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-iniciosesion h4 {
  color: #0b5ea6;
  font-size: 1.0625rem;
  line-height: 1.35rem;
  font-weight: 400;
}

.form-iniciosesion h4 a {
  color: inherit;
  text-decoration: underline;
}

.form-iniciosesion h4 a:hover {
  color: #116fc1;
}

.form-iniciosesion #btn-validar {
  background-color: #009cba;
  border: 1px solid #009cba;
}

.form-iniciosesion #btn-validar:hover {
  background-color: #01adcc;
  color: white;
}

.form-iniciosesion #btn-cancel {
  display: inline-block;
  width: 100%;
  padding: 20px 15px;
  color: #009cba;
  background-color: white;
  border: 1px solid #009cba;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 15px;
}

.form-iniciosesion #btn-cancel:hover {
  background-color: #01adcc;
  color: white;
}

dialog {
  border: none;
  padding: 0;
}

dialog::backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
}

dialog .form-iniciosesion {
  margin: 0;
}

.buttons-modal {
  display: flex;
  gap: 1rem;
}

.buttons-modal a,
.buttons-modal button {
  margin: 0 !important;
}

.dialog--with-animation {
  animation-name: animate-top;
  animation-duration: 0.4s;
}

@keyframes animate-top {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .buttons-modal {
    gap: 0.5rem;
    flex-wrap: wrap;
  }
}

.step-indicator .steps {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background-color: #F6F6F6;
  border: 1px solid #E5E5E5;
  width: 100%;
  padding: 16px 18px; */
}

.step-indicator {
  width: auto;
  height: auto;
  margin: 20px auto;
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
  padding: 16px 18px;
}

.step-indicator .steps {
  counter-reset: step;
  padding: 0;
  margin: 0;
  height: 42px;
}

.step-indicator .steps li {
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.step-indicator .steps li::before {
  width: 42px;
  height: 42px;
  content: counter(step);
  counter-increment: step;
  line-height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto;
  background-color: #cbd7e8;
  color: white;
  font-size: 21px;
  position: relative;
  z-index: 1;
}

.step-indicator .steps li:not(:first-child)::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #cbd7e8;
  top: 20px;
  left: -50%;
}

.step-indicator .steps li.complete::before {
  background-color: #005da9;
}

.step-indicator .steps li.complete + li::after {
  background-color: #005da9;
}

.step-indicator .steps li.active:before {
  background-color: #005da9;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#calendario-reserva li a.busy-schedule {
  color: #e2473e;
}

#interior-main .box-form-registro h3,
#interior-main #form-recuperar h3 {
  padding: 0;
}

#interior-main .box-form-registro input,
#interior-main .box-form-registro select,
#interior-main #form-recuperar input,
#interior-main #form-recuperar select {
  width: 100%;
  padding: 15px 8px 15px 15px;
  height: 50px;
}

#interior-main .box-form-registro .form-inputs,
#interior-main #form-recuperar .form-inputs {
  display: flex;
  gap: 8px;
}

#interior-main .box-form-registro .form-inputs .form-inputs__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#form-register-without-login.form-registro {
  padding: 30px;
}

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

#reserva-sidebar .sidebar .categoria.sidebar-links {
  padding: 0;
}

i.icon-user {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/user-3-fill.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.data__user {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.data__user .name__rut {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  color: #0a599e;
  text-transform: lowercase;
}

.data__user .name__rut p {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  color: inherit;
  text-transform: lowercase;
}

.data__user .name__rut p::first-letter,
.data__user .name__rut p::first-line {
  text-transform: capitalize;
}

.data__user .name__rut span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.0625rem;
}

#reserva-sidebar .sidebar .categoria.sidebar-links ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0;
}

#reserva-sidebar .sidebar .categoria.sidebar-links a {
  padding: 16px 0px 16px 16px;
  color: #0a599e;
  font-size: 1rem;
  line-height: 1.1875rem;
}

#reserva-sidebar .sidebar .categoria.sidebar-links a.active,
#reserva-sidebar .sidebar .categoria.sidebar-links a:hover {
  background-color: #ffffff;
}

.form-clinica .row {
  gap: 1.5rem;
}

.form-clinica .row::before,
.form-clinica .row::after {
  content: none;
}

.form-clinica h3 {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #6f787f;
  margin-bottom: 0.75rem;
}

.form-clinica input,
.form-clinica select {
  width: 100%;
  padding: 15px 8px 15px 15px;
  border: 1px solid #b6b6b6;
  font-size: 0.9375rem;
  line-height: 1.1787rem;
  color: #757575;
}

.form-clinica .form-clinica__inputs {
  gap: 0;
  margin: 0;
}

.form-clinica .form-clinica__inputs > .col,
.form-clinica .form-clinica__inputs > [class*="col-"] {
  padding: 0 0.375rem;
}

.form-clinica .form-clinica__inputs > .col:first-child,
.form-clinica .form-clinica__inputs > [class*="col-"]:first-child {
  padding-left: 0;
}

.form-clinica .form-clinica__inputs > .col:last-child,
.form-clinica .form-clinica__inputs > [class*="col-"]:last-child {
  padding-right: 0;
}

#modal-reserva {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#modal-reserva .modal-reserva__dialog {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100% - var(1.75rem) * 2);
  width: 500px;
  height: 100%;
}

#modal-reserva .modal-reserva__content {
  background-color: #0b5ea6;
  color: white;
  padding: 1.875rem 1.875rem 3.375rem 1.875rem;
  width: 100%;
}

#modal-reserva .modal-reserva__content .content__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}

#modal-reserva .icon {
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

#modal-reserva .icon.icon-time {
  width: 60px;
  height: 60px;
  background-image: url("../img/icon-time.svg");
}

#modal-reserva .icon.icon-doctor {
  background-image: url("../img/icon-doctor.svg");
}

#modal-reserva .icon.icon-pulse {
  background-image: url("../img/icon-pulse.svg");
}

#modal-reserva .icon.icon-lab {
  background-image: url("../img/icon-lab.svg");
}

#modal-reserva .content__actions {
  display: flex;
  justify-content: flex-end;
}

#modal-reserva .content__actions button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

#modal-reserva .content__actions button:hover {
  opacity: 0.8;
  scale: 1.1;
}

#modal-reserva .content__actions button.action-close {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-close-line.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

#modal-reserva .modal-reserva__title {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
}

#modal-reserva .modal-reserva__list-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin: 0;
}

#modal-reserva .modal-reserva__list-buttons a.list-buttons__item {
  padding: 0.8125rem 1rem;
  background-color: white;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #0b5ea6;
  cursor: pointer;
  border: 2px solid #0b5ea6;
  text-decoration: none;
}

#modal-reserva .modal-reserva__list-buttons a.list-buttons__item:hover {
  background-color: #e9f4f7;
}

.container-reserva {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 4rem;
  margin-top: 4.375rem;
}

#interior-main .container-reserva h1.container-reserva__title {
  padding: 0;
  margin: 0;
}

.banner-info {
  background: url("../img/image-banner-info.png") no-repeat right bottom,
    linear-gradient(90deg, #00afae 0%, #0b5ea6 100%);
  background-size: 183px 190px, 100%;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.banner-info .banner-info__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.banner-info.banner-info--clear {
  background: linear-gradient(
    270deg,
    #97d4d4 1.56%,
    #00afae 48.44%,
    #0058ac 100%
  );
  background-size: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.banner-info .banner-info__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin: 0;
}

.banner-info .banner-info__description {
  font-size: 1.125rem;
  font-weight: 400;
  color: white;
  margin: 0;
  padding: 0;
}

.banner-info .banner-info__button {
  background: #fff;
  color: #0b5ea6;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.8125rem 1rem;
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
}

.banner-info .banner-info__button:hover {
  background-color: #e9f4f7;
}

@media (max-width: 768px) {
  .banner-info {
    padding: 1.5rem;
    min-height: 319px;
    gap: 2rem;
  }

  .banner-info.banner-info--clear {
    flex-direction: column;
    min-height: auto;
    align-items: flex-start;
  }
}

.content-reserva__title {
  color: #0b5ea6;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.content-reserva__description {
  color: #6a7278;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.content-reserva__description p,
.content-reserva__description ul {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

.content-reserva__description ul {
  list-style: "-";
  padding-left: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.list-icon-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.list-icon-text li {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
}

.list-icon-text li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.list-icon-text li p {
  padding: 0;
  margin: 0;
}

.list-icon-text__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.list-icon-text__content ul {
  list-style: disc;
  padding-left: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.list-icon-text__content ul li {
  display: list-item;
}

.heading-2-blue {
  color: #0b5ea6;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.heading-2-green {
  color: #00afae;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.dialog-image .dialog__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.875rem;
  padding-top: 3.125rem;
  max-width: 940px;
}

.dialog-image .dialog__content--sm {
  max-width: 650px !important;
}

@media (max-width: 450px) {
  .dialog-image .dialog__content {
    padding-top: 5rem;
  }
}

.dialog-image .dialog__content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  color: #0b5ea6;
  margin: 0;
}

.dialog-image .dialog__content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #6f787f;
  margin: 0;
}

.dialog-image .dialog__content .dialog__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.25rem;
  cursor: pointer;
}

.dialog-image .dialog__content .dialog__close:hover {
  opacity: 0.8;
}

.dialog-image .dialog__content .dialog__body img {
  max-width: 100%;
  height: auto;
}

dialog.dialog-image::backdrop {
  background-color: rgba(0, 46, 133, 0.5);
}

#where-find-id {
  color: rgba(0, 46, 133, 1);
  text-decoration: underline;
}

.sidebar-validation {
  gap: 1.5rem;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #e9f4f7;
  padding: 2rem;
}

.sidebar-validation .subtitle {
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #0b5ea6;
  font-weight: 700;
}

.sidebar-validation .sidebar__title {
  color: #0b5ea6;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-align: center;
  margin-bottom: 0;
}

.sidebar-validation p {
  margin: 0;
  padding: 0;
}

.sidebar-validation a {
  margin: 0;
}

.sidebar-validation p strong {
  color: #0b5ea6;
}

.sidebar-validation .sidebar__form-input {
  margin: 0;
  width: 100%;
  padding: 1rem;
}

.sidebar-validation .error .sidebar__form-input {
  border: 1px solid #ff4b55;
}
.sidebar__code-validation {
  margin-bottom: 1.5rem;
}

.sidebar-validation .sidebar__code-validation__link {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #0b5ea6;
  text-decoration: none;
  margin-top: 8px;
}

.sidebar-validation .error .text-error {
  display: block;
  margin-top: 0.5rem;
  color: #ff4b55;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}

.sidebar-validation .sidebar__disclaimer-info {
  padding: 1rem;
  background-color: #f6f6f6;
  border: 2px solid #eaeaea;
}

.sidebar-validation .sidebar__disclaimer-info p {
  color: #0b5ea6;
  font-size: 0.83rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.sidebar-validation .sidebar__disclaimer-warning {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  background-color: #fffaf2;
  border: 2px solid #ffa627;
  border-left: 8px solid #ffa627;
}

.sidebar-validation .sidebar__disclaimer-warning p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #444444;
}

.sidebar-validation .sidebar__disclaimer-warning a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #0b5ea6;
  text-decoration: underline;
}

.sidebar-validation .sidebar__loader {
  width: 56px;
  height: 56px;
  margin: 0 auto;

  animation: loading 1s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#interior-main .box-validation {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  padding: 1.5rem;
  background-color: #e9f4f7;
}

#interior-main .box-validation h3.box-validation__title {
  color: #444444;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0;
}

#interior-main .box-validation p {
  margin: 0;
  padding: 0;
}

#interior-main .box-validation a {
  margin: 0;
}

#interior-main .box-validation p strong {
  color: #0b5ea6;
}

#interior-main .box-validation .box-validation__form {
  display: flex;
  gap: 1.5rem;
  @media screen and (max-width: 768px) {
    flex-wrap: wrap;
  }
}

#interior-main .box-validation .box-validation__form-input {
  margin: 0;
  width: 100%;
  padding: 1.1875rem;
}

#interior-main .box-validation .error .box-validation__form-input {
  border: 1px solid #ff4b55;
}

#interior-main .box-validation__actions {
  margin-top: 27px;
}
#interior-main .box-validation__actions a {
  background-color: #0b5ea6;
}
#interior-main .box-validation__actions a:hover {
  background-color: white;
}

#interior-main .error ~ .box-validation__actions {
  align-self: center;
}

#interior-main .box-validation .box-validation__form-asubmit {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  min-width: 150px;
}

#interior-main .box-validation .error .text-error {
  display: block;
  margin-top: 0.5rem;
  color: #ff4b55;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}

#interior-main .box-validation .error-recaptcha .text-error {
  display: block;
  margin-top: 0.5rem;
  color: #ff4b55;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}

#interior-main .box-validation .box-validation__disclaimer-info {
  padding: 1rem;
  background-color: #f6f6f6;
  border: 2px solid #eaeaea;
}

#interior-main .box-validation .box-validation__disclaimer-info p {
  color: #0b5ea6;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

#interior-main .box-validation .box-validation__disclaimer-warning {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  background-color: #fffaf2;
  border: 2px solid #ffa627;
  border-left: 8px solid #ffa627;
}

#interior-main .box-validation .box-validation__disclaimer-warning p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #444444;
}

#interior-main .box-validation .box-validation__disclaimer-warning a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #0b5ea6;
  text-decoration: underline;
}

#interior-main .box-validation .box-validation__loader {
  width: 56px;
  height: 56px;
  background: url(../img/loader.svg) no-repeat center;
  background-size: 100%;
  margin: 0 auto;

  animation: loading 1s linear infinite;
}

#interior-main .box-validation .box-validation__code-validation__link {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #0b5ea6;
  text-decoration: none;
  margin-top: 8px;
}

#modal-actualizar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#modal-actualizar .modal-actualizar__dialog {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100% - var(1.75rem) * 2);
  width: 500px;
  height: 100%;
}

#modal-actualizar .modal-actualizar__content {
  background-color: #ffffff;
  color: #444;
  padding: 32px;
  width: 100%;
}

#modal-actualizar .modal-actualizar__content .content__body {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}

#modal-actualizar .icon {
  display: block;
  object-fit: contain;
  width: 64px;
  height: 64px;
  margin: 0;
}

#modal-actualizar .content__actions {
  display: flex;
  justify-content: flex-end;
}

#modal-actualizar .content__actions button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

#modal-actualizar .content__actions button:hover {
  opacity: 0.8;
  scale: 1.1;
}

#modal-actualizar .content__actions button.action-close {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-exit.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

#modal-actualizar .modal-actualizar__title {
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  font-size: 24px;
  color: #0b5ea6;
}

#modal-actualizar .button {
  padding: 16px 24px;
  background-color: #0b5ea6;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #0b5ea6;
  text-decoration: none;
}

#modal-actualizar .button:hover {
  opacity: 0.8;
}

h3.reserva-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2233%22%20height%3D%2233%22%20viewBox%3D%220%200%2033%2033%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M23.167%204.07H28.5a1.333%201.333%200%200%201%201.333%201.333v21.333A1.333%201.333%200%200%201%2028.5%2028.07h-24a1.333%201.333%200%200%201-1.333-1.334V5.403A1.333%201.333%200%200%201%204.5%204.07h5.333V1.403H12.5V4.07h8V1.403h2.667zm-17.334%208v13.333h21.334V12.07zM8.5%2017.403h6.667v5.333H8.5z%22%20fill%3D%22%230B5EA6%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M.5.07h32v32H.5z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
}
