@charset "UTF-8";
/* 
 * VERIS - Template | Bootstrap Centro Médicos Template
 * Copyright 2025 Company Akold
 * Theme Style
 */
/*! 
  * Bootstrap v5.3.x ()
  * Copyright 2011-2021 The Bootstrap Authors
  * Copyrgiht 2011-2021 Twitter, Inc.
  * Licensed under MIT()
  */

/* Custom Properties */
:root {
  --vris-blue-primary: #296bef;
  --vris-blue-mariner: #0071ce;
  --vris-medium-blue: #2156bf;
  --vris-endeavour: #005aa5;
  --vris-blue-bay-950: #003b83;
  --vris-blue-congress-900: #00447c;
  --vris-orange-primary-600: #d84315;
  --vris-orange-primary-700: #ba3214;
  --vris-amaranth-500: #e53e51;
  --vris-red: #cc0b39;
  --vris-zest-500: #e8850f;
  --vris-dark-blue: #13243f;
  --vris-zodiac-blue: #0a2240;
  --vris-gray-blue: #425065;
  --vris-fiord: #3a5068;
  --vris-fiord-700: #3d4e66;
  --vris-cornflower: #99d1f3;
  --vris-deep-blue: #19408f;
  --vris-malibu-200: #c0e1fd;
  --vris-malibu-300: #87c9fa;
  --vris-malibu-400: #63b4f7;
  --vris-flower-Blue: #5489f2;
  --vris-bright-blue-1: #38a5f7;
  --vris-picton-blue: #37a5f7;
  --vris-perano: #a9c4f9;
  --vris-hawkes-blue: #d4e1fc;
  --vris-pattens-blue-200: #cceafa;
  --vris-pattens-blue-100: #d7edfd;
  --vris-gray-chateau-500: #a1a7b2;
  --vris-white: #ffffff;
  --vris-wild-sand-50: #f3f4f5;
  --vris-athens-gray: #eff3f8;
  --vris-light-gray: #d0d3d9;
  --vris-solitude: #ebf6fe;
  --vris-pale-blue: #eaf0fd;
  --vris-very-blue: #eaf1ff;
  --vris-darker-blue: #0f1d32;
  --vris-dark-moke: #1a1818;
  --vris-cello-blue: #1a3556;
  --vris-lighter-gray: #e7e9ec;
  --vris-soft-blue: #7fa6f5;
  --font-gotham: "Gotham Rounded", sans-serif;
	--header-height: 80px;
}

body {
  font-family: "Rethink Sans", sans-serif;
  color: var(--vris-dark-blue) !important;
}
body.page-template-page-bienestar .content-wrapper {
  font-family: var(--font-gotham) !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.content-wrapper {
  margin-top: 70px;
}
.scroll-offset {
  scroll-margin-top: var(--header-height);
}
.banner-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-img img {
  height: 100%;
  object-fit: cover;
}

.badge-discount {
  border-radius: 0px 0px 0px 4px;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  background: var(--vris-red);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.box-shadow-1 {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.box-shadow-2 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.box-shadow-3 {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.box-shadow-4 {
  border: 1px solid var(--Neutral-10, #e7e9ec);
  box-shadow: 2px 8px 12px 0px #afdbfc;
}
.btn-blue-veris {
  background-color: var(--vris-blue-primary);
  color: var(--vris-white);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-blue-veris:hover {
  background-color: var(--vris-blue-primary);
  color: var(--vris-white);
}

.btn-blue-veris:active {
  background-color: #1a50db !important;
  color: var(--vris-white) !important;
  transform: scale(0.98);
}

.btn-blue-veris:disabled {
  background-color: #daebff;
  color: #5da8fd;
  cursor: not-allowed;
  opacity: 0.7;
}

.btn-zest-veris {
  color: #ffffff;
  background-color: #e8850f;
  border: 1px solid #e8850f;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-zest-veris:hover {
  background-color: #e8850f;
  color: #ffffff;
  border-color: #e8850f;
  text-decoration: none;
}

.btn-zest-veris:active {
  background-color: #c86f0c !important;
  border-color: #c86f0c !important;
  color: #fff !important;
  box-shadow: none;
  transform: scale(0.95);
}

.btn-zest-veris:focus {
  outline: none;
  box-shadow: none;
}

.btn-zest-veris:disabled,
.btn-zest-veris.disabled {
  opacity: 0.65;
  pointer-events: none;
  background-color: #e8850f;
  color: #ffffff;
  border-color: #e8850f;
}

.btn-outline-zest-veris {
  color: #e8850f;
  background-color: #ffffff;
  border: 1px solid #e8850f;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-outline-zest-veris:hover {
  background-color: #e8850f;
  color: #ffffff;
  border-color: #e8850f;
  text-decoration: none;
}

.btn-outline-zest-veris:active {
  background-color: #c86f0c !important;
  border-color: #c86f0c !important;
  color: #fff !important;
  box-shadow: none;
  transform: scale(0.95);
}

.btn-outline-zest-veris:focus {
  outline: none;
  box-shadow: none;
}

.btn-outline-zest-veris:disabled,
.btn-outline-zest-veris.disabled {
  opacity: 0.65;
  pointer-events: none;
  background-color: #ffffff;
  color: #e8850f;
  border-color: #e8850f;
}

.btn-white-veris {
  background-color: var(--vris-white);
  color: var(--vris-blue-primary);
  border: transparent;
  transition: all 0.3s ease;
}

.btn-white-veris:hover {
  background-color: var(--vris-white);
  color: var(--vris-blue-primary);
}

.btn-white-veris:active {
  background-color: var(--vris-white) !important;
  color: #1a50db !important;
  border: transparent;
  transform: scale(0.95);
}

.btn-white-veris:disabled {
  background-color: #f2f2f2;
  color: #a1a1a1;
  border-color: #d9d9d9;
  cursor: not-allowed;
  box-shadow: none;
}

.btn-white-veris:focus {
  outline: none;
}

.btn-white-veris:focus-visible {
  outline: 2px dashed var(--vris-blue-primary);
}

.btn-outline-blue-veris {
  color: var(--vris-blue-primary);
  border: 1px solid var(--vris-blue-primary);
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-outline-blue-veris:hover {
  color: var(--vris-white);
  background-color: var(--vris-blue-primary);
  border-color: var(--vris-blue-primary);
}

.btn-outline-blue-veris:active {
  color: var(--vris-white) !important;
  background-color: #1d4dc0 !important;
  border-color: #1d4dc0 !important;
  box-shadow: none;
  transform: scale(0.95);
}

.btn-outline-blue-veris:focus {
  outline: none;
  box-shadow: none;
}

.btn-outline-blue-veris:disabled {
  color: #ccc;
  background-color: transparent;
  border-color: #ccc;
  cursor: not-allowed;
}

.btn-specialty {
  transition: all 0.3s ease;
}

.btn-specialty:hover {
  border-color: #296bef;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(41, 107, 239, 0.1);
}

.btn-close:focus {
  box-shadow: none;
}

.btn-app {
  background-color: #1a1818;
  color: #ffffff;
  border: none;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
}

.btn-app .btn-icon-app {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
}
.btn-app:hover {
  background-color: #292727;
  color: #e0e0e0;
}
.btn-app:focus {
  background-color: #333131;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.btn-app:active {
  background-color: #0f0f0f !important;
  color: #cfcfcf !important;
  transform: scale(0.95);
}
.btn-app:disabled {
  background-color: #3d3d3d;
  color: #7a7a7a;
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-apple {
  background-image: url("/wp-content/themes/veris2025/img/icono/apple.png");
}

.btn-google {
  background-image: url("/wp-content/themes/veris2025/img/icono/google-play.png");
}

.btn-market {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  padding-left: 2.8125rem;
  transition: all 0.3s ease;
  border-radius: 0.4375rem;
  background-position: center left 0.75rem;
  background-color: #1a1818;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  text-decoration: none;
}

.btn-market:hover {
  background-color: #1a1818;
}

.btn-market:active {
  transform: scale(0.95);
}

.btn-market .btn-market-subtitle {
  display: block;
  margin-bottom: -0.125rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.565rem;
}

.btn-market .btn-market-title {
  display: block;
  color: var(--vris-white);
  font-size: 0.75rem;
}

.bg-blue-primary {
  background: var(--vris-blue-primary);
}
.bg-medium-blue {
  background: var(--vris-medium-blue);
}
.bg-deep-blue {
  background: var(--vris-deep-blue);
}
.bg-endeavour {
  background: var(--vris-endeavour);
}
.bg-wild-sand {
  background: var(--vris-wild-sand-50);
}
.bg-pale-blue {
  background: var(--vris-pale-blue);
}
.bg-blue-mariner {
  background: var(--vris-blue-mariner);
}
.bg-pattens-blue-100 {
  background: var(--vris-pattens-blue-100);
}
.bg-moke {
  background: var(--vris-dark-moke);
}
.bg-athens-gray {
  background: var(--vris-athens-gray);
}
.bg-flower-Blue {
  background: var(--vris-flower-Blue);
}
.bg-zodiac-blue {
  background: var(--vris-zodiac-blue);
}
.bg-solitude {
  background: var(--vris-solitude);
}
.bg-dark-blue {
  background: var(--vris-dark-blue);
}
.bg-blue-bay {
  background: var(--vris-blue-bay-950);
}
.bg-hawkes-blue {
  background: var(--vris-hawkes-blue);
}
.bg-mexican-red {
  background: #b12028;
}
.bg-blue-gradient {
  background: linear-gradient(94deg, #296bef 2.62%, #62b7fd 98.91%);
}
.bg-blue-gradient-2 {
  background: linear-gradient(84deg, #296bef 22.25%, #35a4ff 96.53%);
}
.bg-blue-gradient-3 {
  background: linear-gradient(
    93deg,
    #073085 13.22%,
    #2257c3 60.98%,
    #296bef 97.47%
  );
}
.bg-very-blue-gradient {
  background: linear-gradient(92deg, #eaf1ff 1.4%, #e3ecff 99.48%);
}
.bg-blue-bright {
  background: linear-gradient(94deg, #38a5f7 2.62%, #62b7fd 98.91%);
}
.bg-green-dark {
  background: linear-gradient(94deg, #77ab08 2.62%, #a1d13b 98.91%);
}
.bg-gigas-gradient {
  background: linear-gradient(97deg, #4e3e8e -2.25%, #5f3ceb 69.6%);
}
.bg-very-danger-gradient {
  background: linear-gradient(87deg, #e53e51 15.25%, #ef0056 98.21%);
}
.bg-violet-gradient {
  background: linear-gradient(98deg, #93358d 9.04%, #9b1893 71.09%);
}
.bg-liner-gradient-n90-800 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    -90deg,
    rgba(251, 251, 251, 0),
    rgba(111, 117, 125, 0.7) 64.55%,
    #09274e 100%
  );
  z-index: 1;
}
.bg-violet-gradient::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/veris2025/img/icono/svg/right-triangle-right.svg")
    no-repeat bottom right;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.bg-violet-gradient::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/veris2025/img/icono/svg/right-triangle-left.svg")
    no-repeat bottom left;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
.bg-gris {
  background: linear-gradient(
    343deg,
    rgba(235, 246, 254, 0.7) 6.96%,
    rgba(234, 240, 253, 0.7) 96.46%
  );
}
.bg-liner-gradient-n90-700 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(41, 107, 239, 0.4);
  z-index: 1;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    4deg,
    rgba(19, 36, 63, 0.8) 16.75%,
    rgba(102, 102, 102, 0) 83.63%
  );
}
.border-blue,
.border-blue:hover {
  border: 1px solid var(--Royal-Blue-100, #296bef);
}
.border-perano {
  border: 1px solid var(--vris-perano);
}
.border-blue-start {
  border-left: 1px solid var(--vris-blue-primary);
}
.border-gray-chateau-500 {
  border: 1px solid var(--vris-gray-chateau-500);
}
.bc-perano {
  border-color: var(--vris-perano);
}

.card.card-transition {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.card.card-transition:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.card:hover .card-lg {
  transform: scale(1.05);
}

.list-group-service {
  border: 1px solid var(--vris-hawkes-blue) !important;
  border-top: 1px solid var(--vris-hawkes-blue);
  background: var(--vris-pale-blue);
  transition: all 0.3s ease;
}
.list-group-service:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #1a73e8;
}
.logo-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.logo-content img {
  object-fit: contain;
}

.logo-content img {
  filter: grayscale(100%);
  transform: scale(1);
  transition: filter 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.logo-content img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}
.medical-center-address > p {
  margin-bottom: 0px;
}
.mapa-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 450px;
  overflow: hidden;
}

.mapa-container iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

.card-map {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .mapa-container {
    height: 350px;
  }
}

.card-sm {
  min-width: 110px;
  height: 105px;
}
.card-lg {
  width: 228px;
  height: 228px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.3s ease-in-out;
}
.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.card-zoom {
  transition: transform 0.4s ease-in-out;
}
.card-zoom:hover {
  transform: scale(1.02);
}

.card-img-custom {
  object-fit: cover;
  width: 100%;
  height: 205px;
}

.dots-left,
.dots-right,
.dots-blue-left,
.dots-blue-right {
  position: absolute;
  width: 150px;
  height: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.dots-left {
  top: 0;
  left: 0;
  background-image: url("/wp-content/themes/veris2025/img/circles-1.png");
  background-position: left center;
}

.dots-right {
  bottom: 0%;
  right: 0;
  background-image: url("/wp-content/themes/veris2025/img/circles-2.png");
  background-position: right center;
}

.dots-blue-left {
  bottom: 0;
  left: 0;
  background-image: url("/wp-content/themes/veris2025/img/circles-blue-left.png");
  background-position: left center;
}

.dots-blue-right {
  top: 0;
  right: 0;
  background-image: url("/wp-content/themes/veris2025/img/circles-blue-right.png");
  background-position: right center;
}
.flex-wrap-inherit {
  flex-wrap: inherit;
}
.filter-scroll {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 0;
  flex-wrap: inherit;
}
.filter-scroll::-webkit-scrollbar {
  display: none;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}
.font-gotham {
  font-family: var(--font-gotham);
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.icon-specialty {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.icon-specialty img {
  width: 44px;
  height: 44px;
}
.m-height-200 {
  max-height: 200px;
}
.mt-1s5 {
  margin-top: 0.375rem;
}
.ms-n2 {
  margin-left: -0.5rem;
}

.me-n2 {
  margin-right: -0.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mbottom-3 {
  margin-bottom: 0.75rem;
}

.mbottom-3-5 {
  margin-bottom: 0.875rem;
}

.mbottom-4 {
  margin-bottom: 1.25rem;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--vris-white);
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
  transform: translateY(0);
}

.navbar-toggler {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-radius: 50%;
  transition: transform 0.3s ease;
  border: 2px solid var(--vris-blue-primary);
}

.navbar-toggler:focus {
  box-shadow: none;
  border: 2px solid var(--vris-blue-primary);
}

.navbar-toggler:hover {
  transform: scale(1.05);
}

.navbar-toggler::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: rgba(239, 246, 255);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: width 0.4s ease, height 0.4s ease;
}

.navbar-toggler:hover::before {
  width: 300%;
  height: 300%;
}

.navbar-toggler .navbar-toggler-bars {
  position: relative;
  z-index: 1;
  color: var(--vris-dark-blue);
}

.nav-arrow {
  color: var(--vris-fiord);
  padding: 0.5rem;
  transition: color 0.3s ease;
}

.nav-arrow:hover {
  color: #0d6efd;
}

.menu-link {
  color: var(--vris-blue-primary);
  font-size: 0.7813rem;
  font-weight: 400;
  padding: 0.75rem 0.25rem !important;
  line-height: 16px;
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
}

.menu-link:hover {
  color: var(--vris-blue-primary) !important;
}

.menu-link.text-orange-primary:hover,
.menu-link.text-orange-primary:focus {
  color: var(--vris-orange-primary-700) !important;
}

.navbar-nav .menu-link:focus {
  color: var(--vris-blue-primary);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--vris-blue-primary) !important;
}

.menu-link i {
  font-size: 1rem;
}

.nav-link[data-bs-toggle="dropdown"]::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5rem;
  transition: transform 0.3s ease-in-out;
  margin-left: auto;
  border: none;
}

.nav-link[data-bs-toggle="dropdown"][aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.nav-locations .nav-link {
  color: var(--vris-gray-blue);
}
.nav-filter .nav-link {
  background: var(--vris-solitude);
  color: var(--vris-dark-blue);
}
.nav-filter .nav-link.active,
.nav-filter .show > .nav-link {
  background: var(--vris-blue-primary);
  color: var(--vris-white);
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  color: var(--vris-blue-primary);
  border-bottom-color: var(--vris-blue-primary);
}

.nav-pills {
  transition: all 0.3s ease-in-out;
}
.nav-pills .nav-link {
  transition: all 0.3s ease-in-out;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
  background-color: #296bef;
  color: #fff;
  font-weight: 700;
  transform: scale(1.05);
}
.nav-pills .nav-link.active {
  box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
  transform: scale(1.05);
}
.tab-pane {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.tab-pane.fade:not(.show) {
  opacity: 0;
  transform: translateY(10px);
}
.tab-pane.fade.show {
  opacity: 1;
  transform: translateY(0);
}

.dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0.5rem;
}

.dropdown-item {
  font-size: 0.813rem;
  color: var(--vris-cello-blue);
  border-radius: 4px;
  padding: 0.5rem 1rem;
}

.dropdown-item:hover {
  background-color: var(--vris-pale-blue);
  color: var(--vris-blue-primary);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.page-link {
  border: none;
  border-radius: 4px;
  color: var(--vris-fiord);
  font-size: 0.875rem;
}

.page-link:hover {
  background-color: #e9ecef;
  color: var(--vris-blue-primary);
}

.page-item.active .page-link {
  background-color: var(--vris-blue-primary);
  color: white;
}
.page-link:focus {
  box-shadow: none;
}
.text-blue-primary,
.text-blue-primary:hover {
  color: var(--vris-blue-primary);
}
.text-blue-mariner {
  color: var(--vris-blue-mariner) !important;
}
.text-dark-blue {
  color: var(--vris-dark-blue);
}
.text-orange-primary {
  color: var(--vris-orange-primary-600);
}
.text-gray-blue {
  color: var(--vris-gray-blue);
}
.text-pattens-blue {
  color: var(--vris-pattens-blue-200);
}
.text-deep-blue {
  color: var(--vris-deep-blue);
}
.text-perano {
  color: var(--vris-perano);
}
.text-hawkes-blue {
  color: var(--vris-hawkes-blue);
}
.text-medium-blue {
  color: var(--vris-medium-blue);
}
.text-malibu {
  color: var(--vris-malibu-300);
}
.text-amaranth {
  color: var(--vris-amaranth-500);
}
.text-zodiac-blue {
  color: var(--vris-zodiac-blue);
}
.text-cornflower {
  color: var(--vris-cornflower);
}
.text-zest {
  color: var(--vris-zest-500);
}
.text-fiord {
  color: var(--vris-fiord-700);
}
.text-picton-blue {
  color: var(--vris-picton-blue);
}
.text-pattens-blue-100 {
  color: var(--vris-pattens-blue-100);
}
.text-blue-primary-gradient {
  background: linear-gradient(286deg, #5489f2 2.7%, #296bef 92.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-bg-pale-blue {
  background: var(--vris-pale-blue);
  color: var(--vris-deep-blue);
}
.text-11 {
  font-size: 0.688rem !important;
}
.text-xs {
  font-size: 0.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
}
.text-22px {
  font-size: 22px !important;
}
.text-zoom {
  transition: transform 0.3s ease-in-out;
}
.text-zoom:hover {
  transform: scale(1.1);
}
.seccion-circulos {
  overflow-x: hidden;
}

.seccion-circulos::before,
.seccion-circulos::after {
  content: "";
  position: absolute;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  border: 10px dotted #d4e1fc;
  z-index: 0;
  background: transparent;
}
.seccion-circulos::before {
  top: 5%;
  left: 0;
  clip-path: inset(0 0 0 50%);
  transform: translateX(-50%);
}
.seccion-circulos::after {
  bottom: 5%;
  right: 0;
  clip-path: inset(0 50% 0 0);
  transform: translateX(50%);
}

.search-box {
  position: relative;
  font-family: 0.8rem;
  width: auto;
}

.search-box .search-input {
  padding: 0.875rem 1rem;
  padding-right: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: none;
  border: 1px solid var(--vris-gray-chateau-500);
}

.search-box .search-box-icon {
  position: absolute;
  color: #717c8c;
  font-weight: 900;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-48%);
  -ms-transform: translateY(-48%);
  transform: translateY(-48%);
}
.search-input::placeholder {
  color: var(--vris-gray-chateau-500);
  font-size: 16px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.slider-home .swiper-slide {
  transform: scale(0.95);
  transition: transform 0.3s ease-in-out;
}

.slider-home .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--vris-blue-primary);
  background: rgba(255, 255, 255, 1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background 0.3s ease;
  font-weight: 900;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.8);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.2rem;
}

.swiper-pagination-bullet {
  background: var(--vris-light-gray);
  opacity: 0.9;
}

.swiper-pagination-bullet-active {
  background: var(--vris-blue-primary);
  opacity: 1;
}

.slider-insurers .swiper-pagination-bullet-active {
  background: var(--vris-soft-blue);
  opacity: 1;
}

.with-ellipse::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 356px;
  max-height: 356px;
  border-radius: 50%;
  background: var(--Primario-Shade-20, #005aa5);
  filter: blur(45.85px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  background-color: var(--vris-dark-blue);
  color: var(--vris-white);
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
  position: relative;
  line-height: 1rem;
}

.footer-links a {
  color: var(--vris-white);
  text-decoration: none;
  font-size: 0.875rem;
  opacity: 1;
  transition: opacity 0.3s ease;
  position: relative;
}

.footer-links a:hover,
.footer .contact-info:hover {
  opacity: 0.8;
}

.footer-links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--vris-white);
  transition: width 0.3s ease;
}

.footer-links a:hover::after,
.footer-links a:active::after {
  width: 100%;
}

.footer .contact-info {
  font-size: 0.9rem;
}

.footer .highlight-text {
  color: var(--vris-soft-blue);
  font-weight: bold;
}

.footer .app-preview {
  height: 100%;
  width: 100%;
}

.footer .app-preview {
  height: auto;
  max-width: 300px;
}

.whatsapp-btn {
  position: fixed;
  bottom: 25px;
  right: 50px;
  z-index: 1000;
  display: flex;
  align-items: center;
}

.whatsapp-icon {
  /*background: #20b038;
  background: linear-gradient(
    0deg,
    rgba(32, 176, 56, 1) 0%,
    rgba(96, 214, 106, 1) 75%
  );*/
  width: 65px;
  height: 65px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.whatsapp-icon:hover {
  background-color: #128c7e;
  transform: scale(1.1);
}

.whatsapp-icon i {
  width: 35px;
  height: 35px;
  font-size: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fff;
}

.whatsapp-tooltip {
  position: absolute;
  right: 72px;
  background: #20b038;
  background: linear-gradient(
    0deg,
    rgba(32, 176, 56, 1) 0%,
    rgba(96, 214, 106, 1) 75%
  );
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.whatsapp-btn:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.whatsapp-btn:hover .whatsapp-tooltip {
  animation: fadeIn 0.3s forwards;
}

.social-icons a {
  font-size: 1.5rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.social-icons a:hover {
  opacity: 0.8;
}

.w-fit-content {
  width: fit-content;
}

.zoom-img {
  display: block;
  overflow: hidden;
  position: relative;
}

.zoom-img img {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
}

.zoom-img:hover img {
  transform: scale(1.1);
}

@media (min-width: 768px) {
  .text-md-xs {
    font-size: 0.75rem !important;
  }

  .text-md-sm {
    font-size: 0.875rem !important;
  }

  .text-md-lg {
    font-size: 1.125rem !important;
  }

  .fs-md-5 {
    font-size: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n3 {
    margin-left: -1rem;
  }

  .me-lg-n3 {
    margin-right: -1rem;
  }

  .text-lg-xs {
    font-size: 0.75rem !important;
  }

  .text-lg-sm {
    font-size: 0.875rem !important;
  }

  .text-lg-lg {
    font-size: 1.125rem !important;
  }

  .fs-lg-2 {
    font-size: 2rem !important;
  }

  .top-lg-60 {
    top: 60%;
  }

  .row-cols-lg-8 > * {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }

  .border-lg-x {
    border-left: 1px solid #f3f4f5;
  }

  .row-cols-lg-5 > .col:first-child .border-lg-x {
    border-left: none !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-start {
    border-left: 1px solid #a1a7b2;
  }
  .fs-xl-20p {
    font-size: 20px !important;
  }
  .fs-xl-2 {
    font-size: 2rem !important;
  }
  .display-xl-6 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 575.98px) {
  .text-22p {
    font-size: 22px !important;
  }
  .dots-left,
  .dots-right,
  .dots-blue-left,
  .dots-blue-right {
    height: 20%;
  }
  .dots-left {
    top: 20%;
    left: 0;
  }

  .dots-right {
    bottom: 0%;
    right: 0;
  }
  .whatsapp-btn {
    bottom: 25px;
    right: 25px;
  }

  .whatsapp-icon {
    width: 50px;
    height: 50px;
    text-decoration: none;
  }

  .whatsapp-icon i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .offcanvas {
    width: 75%;
    max-width: 300px;
    transform: translateX(-100%);
    transition: transform 0.1s ease-in-out;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: var(--vris-white);
  }

  .offcanvas.show {
    transform: translateX(0);
  }

  .offcanvas:not(.show) {
    transform: translateX(-100%);
  }

  .offcanvas-header {
    border-bottom: 1px solid var(--vris-light-gray);
  }

  .offcanvas-body {
    padding: 1rem 1rem;
  }

  .dropdown-menu {
    box-shadow: none;
  }

  .with-ellipse::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 356px;
    max-height: 356px;
    border-radius: 50%;
    background: none;
    filter: blur(45.85px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .banner-img {
    justify-content: center;
  }
  .card-map {
    min-height: 343px;
  }
}

input.blue-placeholder::placeholder {
  color: var(--vris-blue-congress-900);
  font-size: 14px;
  opacity: 0.85;
}
input.input-elevate::-webkit-outer-spin-button,
input.input-elevate::-webkit-inner-spin-button,
input.input-number::-webkit-outer-spin-button,
input.input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.input-elevate[type="number"],
input.input-number[type="number"] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("/wp-content/themes/veris2025/fonts/GothamRnd-BoldItalic.eot");
  src: local("Gotham Rounded Bold Italic"), local("GothamRnd-BoldItalic"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-BoldItalic.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-BoldItalic.woff")
      format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-BoldItalic.ttf")
      format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Rounded SSm";
  src: url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Light.eot");
  src: local("Gotham Rounded SSm Light"), local("GothamRndSSm-Light"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Light.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Light.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Light.woff")
      format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Light.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Rounded SSm";
  src: url("/wp-content/themes/veris2025/fonts/GothamRndSSm-LightItalic.eot");
  src: local("Gotham Rounded SSm Light Italic"),
    local("GothamRndSSm-LightItalic"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-LightItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-LightItalic.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-LightItalic.woff")
      format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-LightItalic.ttf")
      format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("/wp-content/themes/veris2025/fonts/GothamRnd-Medium.eot");
  src: local("Gotham Rounded Medium"), local("GothamRnd-Medium"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Medium.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Medium.woff")
      format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Medium.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Rounded SSm";
  src: url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Book.eot");
  src: local("Gotham Rounded SSm Book"), local("GothamRndSSm-Book"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Book.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Book.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Book.woff")
      format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Book.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Rounded SSm";
  src: url("/wp-content/themes/veris2025/fonts/GothamRndSSm-BoldItalic.eot");
  src: local("Gotham Rounded SSm Bold Italic"), local("GothamRndSSm-BoldItalic"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-BoldItalic.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-BoldItalic.woff")
      format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-BoldItalic.ttf")
      format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Rounded SSm";
  src: url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Bold.eot");
  src: local("Gotham Rounded SSm Bold"), local("GothamRndSSm-Bold"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Bold.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Bold.woff")
      format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Bold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("/wp-content/themes/veris2025/fonts/GothamRnd-BookItalic.eot");
  src: local("Gotham Rounded Book Italic"), local("GothamRnd-BookItalic"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-BookItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-BookItalic.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-BookItalic.woff")
      format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-BookItalic.ttf")
      format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("/wp-content/themes/veris2025/fonts/GothamRnd-Book.eot");
  src: local("Gotham Rounded Book"), local("GothamRnd-Book"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Book.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Book.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Book.woff") format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Book.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("/wp-content/themes/veris2025/fonts/GothamRnd-LightItalic.eot");
  src: local("Gotham Rounded Light Italic"), local("GothamRnd-LightItalic"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-LightItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-LightItalic.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-LightItalic.woff")
      format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-LightItalic.ttf")
      format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Rounded SSm";
  src: url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Medium.eot");
  src: local("Gotham Rounded SSm Medium"), local("GothamRndSSm-Medium"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Medium.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Medium.woff")
      format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-Medium.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("/wp-content/themes/veris2025/fonts/GothamRnd-Bold.eot");
  src: local("Gotham Rounded Bold"), local("GothamRnd-Bold"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Bold.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Bold.woff") format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Bold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Rounded SSm";
  src: url("/wp-content/themes/veris2025/fonts/GothamRndSSm-BookItalic.eot");
  src: local("Gotham Rounded SSm Book Italic"), local("GothamRndSSm-BookItalic"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-BookItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-BookItalic.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-BookItalic.woff")
      format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-BookItalic.ttf")
      format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("/wp-content/themes/veris2025/fonts/GothamRnd-Light.eot");
  src: local("Gotham Rounded Light"), local("GothamRnd-Light"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Light.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Light.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Light.woff")
      format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-Light.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("/wp-content/themes/veris2025/fonts/GothamRnd-MediumItalic.eot");
  src: local("Gotham Rounded Medium Italic"), local("GothamRnd-MediumItalic"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-MediumItalic.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-MediumItalic.woff")
      format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRnd-MediumItalic.ttf")
      format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Gotham Rounded SSm";
  src: url("/wp-content/themes/veris2025/fonts/GothamRndSSm-MediumItalic.eot");
  src: local("Gotham Rounded SSm Medium Italic"),
    local("GothamRndSSm-MediumItalic"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-MediumItalic.woff2")
      format("woff2"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-MediumItalic.woff")
      format("woff"),
    url("/wp-content/themes/veris2025/fonts/GothamRndSSm-MediumItalic.ttf")
      format("truetype");
  font-weight: 500;
  font-style: italic;
}
