.list-format > .hospital-list-v2 #map-clear-filters .map-legend {
  display: none;
}

.navbar .navbar-header .region-header-left {
  display: flex;
  align-items: center;
  height: 96px;
}

@media (max-width: 1024px) {
  .navbar {
    width: 100vw;
    z-index: 90;
  }
  .navbar-footer {
    display: none !important;
  }
  .navbar .navbar-header .region-header-right .menu-icon {
    margin: 0 24px 0 8px !important;
  }
}
.navbar .navbar-header .region-header-right .my-cuf {
  padding: 23px 50px 26px 25px;
}
.navbar .navbar-header .region-header-right .my-cuf svg path {
  fill: white;
}
.navbar .navbar-header .region-header-right .my-cuf:hover {
  text-decoration: none;
}
.navbar .navbar-header .region-header-right .my-cuf:hover svg path {
  fill: white;
}
.navbar .navbar-header .region-header-right .my-cuf:hover:before {
  width: 0;
}
.navbar .navbar-header .region-header-right .my-cuf:after {
  background: none;
}
.navbar .navbar-header .region-header-right .my-cuf .mycuf-person-icon {
  display: none;
}

.hospital-list-v2 {
  position: relative;
  font-family: "Quicksand CUF", sans-serif;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 800px) {
  .hospital-list-v2 {
    margin-bottom: 0;
  }
}
.hospital-list-v2 a:focus {
  outline: 0;
}
.hospital-list-v2 .header {
  position: relative;
}
.hospital-list-v2 .header .content-img {
  position: relative;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow: hidden;
}
@media (max-width: 512px) {
  .hospital-list-v2 .header .content-img .img-container,
  .hospital-list-v2 .header .content-img .field--name-field-media-image {
    height: 100%;
  }
}
.hospital-list-v2 .header .content-img .img-container img,
.hospital-list-v2 .header .content-img .field--name-field-media-image img {
  filter: brightness(0.8);
  display: block;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 512px) {
  .hospital-list-v2 .header .content-img .img-container img,
  .hospital-list-v2 .header .content-img .field--name-field-media-image img {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .hospital-list-v2 .header .content-img .img-container img,
  .hospital-list-v2 .header .content-img .field--name-field-media-image img {
    min-height: 250px;
  }
}
.hospital-list-v2 .header .content-img .background-color {
  background: linear-gradient(90deg, rgb(76, 214, 252) 0%, rgb(2, 166, 210) 100%);
  height: 300px;
  width: 100%;
}
@media (max-width: 512px) {
  .hospital-list-v2 .header .content-img .background-color {
    height: 100%;
  }
}
.hospital-list-v2 .header .content-img .field--name-field-media-image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hospital-list-v2 .header .content-img .field--name-field-media-image:after {
  content: " ";
  background-color: rgba(0, 162, 206, 0.08);
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}
.hospital-list-v2 .header .content-area {
  position: absolute;
  height: 100%;
  min-width: 100%;
  top: 0;
  left: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 50px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 1440px) {
  .hospital-list-v2 .header .content-area {
    min-width: 1440px;
  }
}
@media (max-width: 1024px) {
  .hospital-list-v2 .header .content-area {
    padding-bottom: 0;
  }
}
.hospital-list-v2 .header .content-area .header-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .hospital-list-v2 .header .content-area .header-info {
    padding: 0 50px 40px 64px;
  }
}
@media (max-width: 800px) {
  .hospital-list-v2 .header .content-area .header-info {
    padding: 0 20px 40px 20px;
  }
}
@media (max-width: 320px) {
  .hospital-list-v2 .header .content-area .header-info {
    padding: 0 13px 40px 13px;
  }
}
.hospital-list-v2 .header .content-area h1.title {
  font-family: "Quicksand CUF", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.19;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .hospital-list-v2 .header .content-area h1.title {
    width: 75%;
  }
}
@media (max-width: 800px) {
  .hospital-list-v2 .header .content-area h1.title {
    font-size: 30px;
    width: 100%;
    max-width: 340px;
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .hospital-list-v2 .header .content-area h1.title {
    width: 100%;
    font-size: 26px;
  }
}
@media (max-width: 800px) {
  .hospital-list-v2 .header .content-area .search-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.hospital-list-v2 .header .content-area .search-box section {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hospital-list-v2 .header .content-area .search-box form {
  position: relative;
  height: 100%;
  margin-top: 22px;
  max-width: 560px;
}
@media (max-width: 800px) {
  .hospital-list-v2 .header .content-area .search-box form {
    width: 100%;
  }
}
.hospital-list-v2 .header .content-area .search-box .form-item-search-api-fulltext {
  position: relative;
}
.hospital-list-v2 .header .content-area .search-box .form-item-search-api-fulltext:before {
  position: absolute;
  display: inline-block;
  content: "\e002";
  font-family: "cuf-icons";
  font-size: 22px;
  font-weight: 100;
  top: calc(50% - 4px);
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 800px) {
  .hospital-list-v2 .header .content-area .search-box .form-item-search-api-fulltext {
    width: 100%;
  }
}
.hospital-list-v2 .header .content-area .search-box .form-item-search-api-fulltext input {
  display: block;
  background-color: transparent;
  border: none;
  outline: none;
  width: 560px;
  border-bottom: 1.5px #ffffff solid;
  font-family: "Quicksand CUF", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  color: #ffffff;
  padding-left: 10px;
  padding-bottom: 15px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}
.hospital-list-v2 .header .content-area .search-box .form-item-search-api-fulltext input::placeholder {
  color: white;
}
@media (max-width: 800px) {
  .hospital-list-v2 .header .content-area .search-box .form-item-search-api-fulltext input {
    width: 100%;
  }
}
.hospital-list-v2 .header .content-area .search-box .form-item-search-api-fulltext label {
  display: none;
}
.hospital-list-v2 .header .content-area .search-box .form-actions,
.hospital-list-v2 .header .content-area .search-box .help-block {
  display: none;
}
.hospital-list-v2 .map-zone {
  display: none;
  height: 100vh;
}
@media (max-width: 400px) {
  .hospital-list-v2 .map-zone .gm-style-iw,
  .hospital-list-v2 .map-zone .gm-style-iw-d {
    max-height: fit-content !important;
  }
}
.hospital-list-v2 .map-zone .map-area {
  height: 100%;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 800px) {
  .hospital-list-v2 .map-zone .map-area {
    border-radius: 20px;
  }
}
.hospital-list-v2 .map-zone .gm-style-iw {
  padding: 0;
  border-radius: 0;
}
.hospital-list-v2 .map-zone .gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
  max-height: fit-content !important;
}
.hospital-list-v2 .map-zone .gm-style-iw ::before, .hospital-list-v2 .map-zone .gm-style-iw ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hospital-list-v2 .map-zone .gm-style-iw element {
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22/%3E%3C/svg%3E");
  pointer-events: none;
  display: block;
  width: 14px;
  height: 14px;
  margin: 8px;
}
.hospital-list-v2 .map-zone .gm-style-iw .gm-ui-hover-effect > span {
  display: none !important;
}
.hospital-list-v2 .map-zone .gm-style-iw button {
  top: 7px !important;
  right: 7px !important;
  width: 32px !important;
  height: 32px !important;
}
.hospital-list-v2 .map-zone .gm-style-iw button img {
  display: none !important;
}
.hospital-list-v2 .map-zone .gm-style-iw button:after {
  content: "\e003";
  font-size: 32px;
  color: #ffffff;
  font-family: "cuf-icons";
}
.hospital-list-v2 .map-zone .gm-style-iw .gm-style-iw-chr {
  position: absolute;
  width: 100%;
}
.hospital-list-v2 .map-zone .gm-style .gm-style-iw-c {
  top: -10px;
  left: -7px;
}
.hospital-list-v2 .map-zone .gm-style .gm-style-iw-tc::after {
  all: unset;
  content: "";
  display: block;
  background: url(/themes/custom/cuf_theme/assets/svg/card-curve.svg);
  background-size: cover;
  height: 11px;
  width: 89px;
  position: absolute;
  top: -11px;
  left: -40px;
}
.hospital-list-v2 .map-zone .marker-content img {
  width: 250px;
}
.hospital-list-v2 .map-zone .marker-content .info {
  max-width: 250px;
  padding: 15px;
}
.hospital-list-v2 .map-zone .marker-content .info h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  color: #00a2ce;
  margin: 0;
}
@media (max-width: 800px) {
  .hospital-list-v2 .map-zone .marker-content .info .phone {
    display: inline-block;
  }
}
.hospital-list-v2 .map-zone .marker-content .info .phone a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #6e777e;
  margin-top: 5px;
  text-decoration: underline;
  position: relative;
  padding-left: 20px;
}
.hospital-list-v2 .map-zone .marker-content .info .phone a:hover {
  color: #202c34;
}
.hospital-list-v2 .map-zone .marker-content .info .phone a:before {
  content: "";
  background-image: url(/themes/custom/cuf_theme/assets/svg/icon-phone.svg);
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}
@media (max-width: 512px) {
  .hospital-list-v2 .map-zone .marker-content .info .phone a {
    margin-right: 10px;
  }
}
.hospital-list-v2 .map-zone .marker-content .link-area {
  display: flex;
  flex-direction: column;
  padding: 0 15px 15px;
}
.hospital-list-v2 .map-zone .marker-content .link-area a {
  color: #00a2ce;
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.hospital-list-v2 .map-zone .marker-content .link-area a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}
.hospital-list-v2 .map-zone .marker-content .link-area a.horarios::before {
  background-image: url(/themes/custom/cuf_theme/assets/svg/icon-horarios.svg);
}
.hospital-list-v2 .map-zone .marker-content .link-area a.more-info::before {
  background-image: url(/themes/custom/cuf_theme/assets/svg/icon-info.svg);
}
.hospital-list-v2 .map-zone .marker-label {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  color: #202c34;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.hospital-list-v2 .pop-up {
  display: flex;
  background: white;
  margin: 20px 0;
  flex-direction: column;
}
@media (min-width: 1360px) {
  .hospital-list-v2 .pop-up {
    padding-right: 55px;
  }
}
@media (min-width: 1440px) {
  .hospital-list-v2 .pop-up {
    padding-right: 155px;
  }
}
@media (max-width: 800px) {
  .hospital-list-v2 .pop-up {
    flex-direction: column;
  }
}
.hospital-list-v2 .pop-up .pop-up-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .hospital-list-v2 .pop-up .pop-up-top {
    flex-direction: column;
  }
}
.hospital-list-v2 .pop-up .pop-up-top:has(> :only-child:not([hidden])) {
  justify-content: flex-end;
}
.hospital-list-v2 .pop-up .pop-up-bottom {
  display: none;
}
.hospital-list-v2 .pop-up .pop-up-bottom.active {
  display: flex;
}
@media (max-width: 800px) {
  .hospital-list-v2 .pop-up .pop-up-bottom .dentistry-info {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .hospital-list-v2 .pop-up .pop-up-bottom .oncology-info {
    margin-top: 15px;
  }
}
.hospital-list-v2 .pop-up .pop-up-bottom .oncology-info,
.hospital-list-v2 .pop-up .pop-up-bottom .dentistry-info {
  display: flex;
  justify-content: center;
  font-size: 16px;
  border-top: 2px solid rgba(53, 65, 73, 0.16);
  padding-top: 15px;
  width: 100%;
  gap: 5px;
}
.hospital-list-v2 .pop-up .pop-up-bottom .oncology-info a,
.hospital-list-v2 .pop-up .pop-up-bottom .dentistry-info a {
  color: #00a2ce;
  text-decoration: underline;
}
.hospital-list-v2 .pop-up .pop-up-bottom .oncology-info a:after,
.hospital-list-v2 .pop-up .pop-up-bottom .dentistry-info a:after {
  content: "*";
  display: inline-block;
}
@media (min-width: 800px) {
  .hospital-list-v2 .pop-up .pop-up-bottom .oncology-info,
  .hospital-list-v2 .pop-up .pop-up-bottom .dentistry-info {
    margin-top: 15px;
  }
}
.hospital-list-v2 .pop-up .paragraph-cta-block.cta-not-highlighted {
  margin: 0;
  width: fit-content;
}
@media (max-width: 800px) {
  .hospital-list-v2 .pop-up .paragraph-cta-block.cta-not-highlighted {
    padding-right: 0 !important;
    text-align: start;
    border-bottom: 2px solid rgba(53, 65, 73, 0.16);
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
  }
}
.hospital-list-v2 .pop-up .paragraph-cta-block.cta-not-highlighted .cta-background {
  display: flex;
}
.hospital-list-v2 .pop-up .paragraph-cta-block.cta-not-highlighted .cta-background .cta-area {
  display: flex;
}
.hospital-list-v2 .pop-up .paragraph-cta-block.cta-not-highlighted .cta-background .cta-area .field--name-field-title-cta-s {
  font-size: 16px;
  margin: 0;
  padding-left: 25px;
}
@media (max-width: 800px) {
  .hospital-list-v2 .pop-up .paragraph-cta-block.cta-not-highlighted .cta-background .cta-area .field--name-field-title-cta-s {
    padding-right: 0 !important;
    text-align: start;
    font-size: 15px;
  }
}
.hospital-list-v2 .pop-up .paragraph-cta-block.cta-not-highlighted .cta-background .cta-area .field--name-field-title-cta-s:before {
  content: "";
  background-image: url(/themes/custom/cuf_theme/assets/svg/icon-phone.svg);
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  .hospital-list-v2 .pop-up .paragraph-cta-block.cta-not-highlighted .cta-background .cta-area .field--name-field-title-cta-s:before {
    width: 16px;
    height: 16px;
  }
}
.hospital-list-v2 .pop-up .paragraph-cta-block.cta-not-highlighted .cta-background .cta-area .paragraph--type--simple-cta {
  line-height: 1.27;
}
.hospital-list-v2 .pop-up .paragraph-cta-block.cta-not-highlighted .cta-background .cta-area .field--name-field-cta-s a {
  background: none;
  text-decoration: underline;
  color: #00a2ce;
  padding: 0;
  border: 0;
  text-transform: none;
}
@media (max-width: 800px) {
  .hospital-list-v2 .pop-up .paragraph-cta-block.cta-not-highlighted .cta-background .cta-area .field--name-field-cta-s a {
    max-width: 100%;
    min-width: fit-content;
    margin-left: 5px;
    font-size: 15px;
  }
}
.hospital-list-v2 .pop-up .pop-up-content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.hospital-list-v2 .pop-up .pop-up-content .open-filters-button {
  background: white;
  color: #00a2ce;
  border-radius: 50px;
  border: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  display: none;
  padding: 8px 15px 8px 35px;
  position: relative;
}
@media (max-width: 800px) {
  .hospital-list-v2 .pop-up .pop-up-content .open-filters-button {
    display: block;
  }
}
.hospital-list-v2 .pop-up .pop-up-content .open-filters-button:before {
  content: "";
  background-image: url(/themes/custom/cuf_theme/assets/svg/icon-filters.svg);
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.hospital-list-v2 .pop-up .pop-up-content .list-type {
  display: flex;
  gap: 30px;
}
.hospital-list-v2 .pop-up .pop-up-content .list-type .list,
.hospital-list-v2 .pop-up .pop-up-content .list-type .map {
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  border-bottom: 2px solid white;
}
.hospital-list-v2 .pop-up .pop-up-content .list-type .list.active,
.hospital-list-v2 .pop-up .pop-up-content .list-type .map.active {
  color: #00a2ce;
  border-bottom: 2px solid #00a2ce;
}
.hospital-list-v2 .pop-up .pop-up-content .list-type .list:before,
.hospital-list-v2 .pop-up .pop-up-content .list-type .map:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.hospital-list-v2 .pop-up .pop-up-content .list-type .list::before {
  background-image: url(/themes/custom/cuf_theme/assets/svg/icon-lista-dark.svg);
  width: 12px;
  height: 12px;
}
.hospital-list-v2 .pop-up .pop-up-content .list-type .list.active::before {
  background-image: url(/themes/custom/cuf_theme/assets/svg/icon-lista-blue.svg);
}
.hospital-list-v2 .pop-up .pop-up-content .list-type .map::before {
  background-image: url(/themes/custom/cuf_theme/assets/svg/icon-mapa-dark.svg);
  width: 14px;
  height: 14px;
  margin-top: -2px;
}
.hospital-list-v2 .pop-up .pop-up-content .list-type .map.active::before {
  background-image: url(/themes/custom/cuf_theme/assets/svg/icon-mapa-blue.svg);
}
.hospital-list-v2 .filters-area {
  padding-right: 40px;
}
@media (min-width: 1360px) {
  .hospital-list-v2 .filters-area {
    padding-left: 50px;
  }
}
@media (min-width: 1440px) {
  .hospital-list-v2 .filters-area {
    padding-left: 150px;
  }
}
@media (max-width: 1024px) {
  .hospital-list-v2 .filters-area {
    padding-right: 10px;
  }
}
@media (max-width: 800px) {
  .hospital-list-v2 .filters-area {
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    transition: transform 0.3s ease-in-out;
    z-index: 95;
    overflow-y: auto;
    padding: 0 20px 20px;
  }
  .hospital-list-v2 .filters-area.active {
    transform: translateX(0);
  }
}
.hospital-list-v2 .filters-area .mobile-header {
  display: none;
  position: sticky;
  top: 0;
  background: white;
  padding: 20px 0;
  width: 100%;
  z-index: 10;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 162, 206, 0.5019607843);
}
@media (max-width: 800px) {
  .hospital-list-v2 .filters-area .mobile-header {
    display: flex;
  }
}
.hospital-list-v2 .filters-area .mobile-header .close-filters-button {
  cursor: pointer;
}
.hospital-list-v2 .filters-area .filter-by {
  padding-top: 60px;
  font-size: 30px;
}
@media (max-width: 800px) {
  .hospital-list-v2 .filters-area .filter-by {
    display: none;
  }
}
.hospital-list-v2 .filters-area .form-inline {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.hospital-list-v2 .filters-area .form-inline .form-item-search-api-fulltext {
  display: none;
}
.hospital-list-v2 .filters-area .form-inline input[type=checkbox] {
  position: unset;
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 3px;
  cursor: pointer;
  margin-top: -2px;
}
.hospital-list-v2 .filters-area .form-inline input[type=checkbox]:focus {
  outline: 0;
}
.hospital-list-v2 .filters-area .form-inline input[type=checkbox]:checked {
  background-color: #00a2ce;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border-color: #00a2ce;
}
.hospital-list-v2 .filters-area .form-inline .form-item:not(.form-type-checkbox) > label,
.hospital-list-v2 .filters-area .form-inline legend {
  color: #00a2ce;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: normal;
}
@media (max-width: 800px) {
  .hospital-list-v2 .filters-area .form-inline .form-item:not(.form-type-checkbox) > label,
  .hospital-list-v2 .filters-area .form-inline legend {
    margin-bottom: 8px;
  }
}
.hospital-list-v2 .filters-area .form-inline .form-item-field-oncology-services-target-id,
.hospital-list-v2 .filters-area .form-inline .form-item-field-e-target-id,
.hospital-list-v2 .filters-area .form-inline .form-item-field-er-pediatric-not-available-value {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 800px) {
  .hospital-list-v2 .filters-area .form-inline .form-item-field-oncology-services-target-id,
  .hospital-list-v2 .filters-area .form-inline .form-item-field-e-target-id,
  .hospital-list-v2 .filters-area .form-inline .form-item-field-er-pediatric-not-available-value {
    gap: 8px;
  }
}
.hospital-list-v2 .filters-area .form-inline .form-item-field-oncology-services-target-id label,
.hospital-list-v2 .filters-area .form-inline .form-item-field-e-target-id label,
.hospital-list-v2 .filters-area .form-inline .form-item-field-er-pediatric-not-available-value label {
  order: 2;
  display: flex;
  gap: 10px;
  font-size: 16px;
  margin-left: 2px;
}
.hospital-list-v2 .filters-area .form-inline .form-item-field-oncology-services-target-id label input,
.hospital-list-v2 .filters-area .form-inline .form-item-field-e-target-id label input,
.hospital-list-v2 .filters-area .form-inline .form-item-field-er-pediatric-not-available-value label input {
  margin-top: 2px;
}
.hospital-list-v2 .filters-area .form-inline .form-item-field-oncology-services-target-id .help-block,
.hospital-list-v2 .filters-area .form-inline .form-item-field-e-target-id .help-block,
.hospital-list-v2 .filters-area .form-inline .form-item-field-er-pediatric-not-available-value .help-block {
  margin: 0;
  font-size: 20px;
  color: #00a2ce;
}
.hospital-list-v2 .filters-area .form-inline .form-item-field-er-pediatric-not-available-value {
  margin-top: -30px;
}
.hospital-list-v2 .filters-area .form-inline .form-item-field-er-pediatric-not-available-value .help-block {
  display: none;
}
.hospital-list-v2 .filters-area .form-inline .bef-checkboxes {
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .hospital-list-v2 .filters-area .form-inline .bef-checkboxes {
    gap: 5px;
  }
}
.hospital-list-v2 .filters-area .form-inline .bef-checkboxes label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hospital-list-v2 .filters-area .form-inline .bef-checkboxes label span {
  font-size: 16px;
}
.hospital-list-v2 .filters-area .select2-selection__rendered {
  font-size: 16px;
  font-family: "Quicksand CUF", sans-serif;
}
.hospital-list-v2 .container {
  margin-bottom: 235px;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 512px) {
  .hospital-list-v2 .container {
    width: auto;
  }
}
@media (min-width: 800px) {
  .hospital-list-v2 .container {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .hospital-list-v2 .container {
    width: auto;
  }
}
.hospital-list-v2 .container .view-header:not(.mobile) {
  margin-top: 5px;
}
@media (max-width: 800px) {
  .hospital-list-v2 .container .view-header:not(.mobile) {
    display: none;
  }
}
.hospital-list-v2 .container .view-header.mobile {
  display: none;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .hospital-list-v2 .container .view-header.mobile {
    display: block;
  }
}
.hospital-list-v2 .container .view-header .results {
  display: none;
}
.hospital-list-v2 .container .view-header .views-filters-summary {
  display: flex;
  flex-direction: column;
}
.hospital-list-v2 .container .view-header .views-filters-summary .applied-filters-wrapper {
  font-size: 16px;
}
@media (max-width: 800px) {
  .hospital-list-v2 .container .view-header .views-filters-summary .applied-filters-wrapper {
    margin-top: 10px;
  }
}
.hospital-list-v2 .container .view-header .views-filters-summary .reset {
  text-decoration: underline;
  color: #00a2ce;
  margin: 0 0 10px;
}
.hospital-list-v2 .container .view-header .views-filters-summary .items {
  order: 2;
  display: flex;
  gap: 5px;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.hospital-list-v2 .container .view-header .views-filters-summary .items::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
@media (min-width: 800px) {
  .hospital-list-v2 .container .view-header .views-filters-summary .items {
    flex-direction: column;
    overflow-x: visible;
    white-space: normal;
    flex-wrap: wrap;
  }
}
.hospital-list-v2 .container .view-header .views-filters-summary .items .item {
  display: flex;
  padding: 5px;
  background-color: #73C4DA;
  border-radius: 50px;
  flex: 0 0 auto;
  width: fit-content;
}
.hospital-list-v2 .container .view-header .views-filters-summary .items .item .value {
  color: white;
  font-size: 14px;
  border: none;
  width: fit-content;
  margin: 0;
  padding: 0 10px 0 0;
}
.hospital-list-v2 .container .view-header .views-filters-summary .items .item .remove-filter {
  background: none;
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-transform: lowercase;
  margin-top: -2px;
  margin-left: 4px;
  padding: 0 8px;
}
.hospital-list-v2 .container .content-area {
  background: #f5f5f5;
  border-radius: 20px 0 0 20px;
  padding: 30px 40px 40px 60px;
}
@media (min-width: 1360px) {
  .hospital-list-v2 .container .content-area {
    padding-right: 75px;
  }
}
@media (min-width: 1440px) {
  .hospital-list-v2 .container .content-area {
    padding-right: 175px;
  }
}
@media (max-width: 1024px) {
  .hospital-list-v2 .container .content-area {
    padding: 30px 35px 70px 35px;
  }
}
@media (max-width: 800px) {
  .hospital-list-v2 .container .content-area {
    border-radius: 20px;
  }
}
@media (min-width: 800px) {
  .hospital-list-v2 .container .content-area {
    min-height: 100vh;
  }
}
.hospital-list-v2 .container .content-area.map-show {
  padding: 0;
}
.hospital-list-v2 .container .content-area.map-show .view-empty {
  display: none;
}
.hospital-list-v2 .container .content-area .view-empty {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 800px) {
  .hospital-list-v2 .container .content-area .view-empty {
    padding: 100px 0 60px;
  }
}
@media (min-width: 800px) {
  .hospital-list-v2 .container .content-area .view-empty {
    min-height: 100vh;
  }
}
@media (min-width: 1360px) {
  .hospital-list-v2 .container .content-area .view-content .view-title {
    margin-left: -5px !important;
    width: calc(100% + 10px) !important;
  }
}
.hospital-list-v2 .container .content-area .view-content .dentistry-title,
.hospital-list-v2 .container .content-area .view-content .view-title {
  color: #00a2ce;
  font-size: 28px;
  border-bottom: 1px solid #73C4DA;
  width: calc(100% + 20px);
  margin-left: -10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.hospital-list-v2 .container .content-area .view-content .dentistry-title {
  border-bottom: 1px solid #00a2ce;
  margin-top: 60px;
  margin-bottom: 25px;
}
.hospital-list-v2 .container .content-area .view-content .view-header-content {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}
.hospital-list-v2 .container .content-area .view-content .view-header-content .results span {
  font-weight: bold;
}
.hospital-list-v2 .container .content-area .view-content .view-header-content .filters-labels {
  display: none;
}
.hospital-list-v2 .container .content-area .view-content .oncology-info,
.hospital-list-v2 .container .content-area .view-content .dentistry-info {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
@media (max-width: 800px) {
  .hospital-list-v2 .container .content-area .view-content .oncology-info,
  .hospital-list-v2 .container .content-area .view-content .dentistry-info {
    text-align: start;
    margin-left: -20px;
  }
}
.hospital-list-v2 .container .content-area .view-content .oncology-info a,
.hospital-list-v2 .container .content-area .view-content .dentistry-info a {
  color: #00a2ce;
  text-decoration: underline;
}
.hospital-list-v2 .container .content-area .view-content .col-md-4 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media (max-width: 1360px) {
  .hospital-list-v2 .container .content-area .view-content .col-md-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.hospital-list-v2 .container .content-area .view-content .group {
  background: white;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .hospital-list-v2 .container .content-area .view-content .group {
    margin-bottom: 20px;
  }
}
.hospital-list-v2 .container .content-area .view-content .group a:focus {
  outline: none;
}
.hospital-list-v2 .container .content-area .view-content .group .group-data {
  display: flex;
  min-height: 293px;
  flex-direction: column;
}
@media (min-width: 1650px) {
  .hospital-list-v2 .container .content-area .view-content .group .group-data {
    min-height: 330px;
  }
}
@media (max-width: 1650px) {
  .hospital-list-v2 .container .content-area .view-content .group .group-data {
    min-height: 310px;
  }
}
@media (max-width: 1360px) {
  .hospital-list-v2 .container .content-area .view-content .group .group-data {
    min-height: 298px;
  }
}
@media (max-width: 1024px) {
  .hospital-list-v2 .container .content-area .view-content .group .group-data {
    min-height: 258px;
  }
}
@media (max-width: 800px) {
  .hospital-list-v2 .container .content-area .view-content .group .group-data {
    min-height: 341px;
  }
}
@media (max-width: 512px) {
  .hospital-list-v2 .container .content-area .view-content .group .group-data {
    min-height: 274px;
  }
}
.hospital-list-v2 .container .content-area .view-content .group .group-data .bottom-region {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.hospital-list-v2 .container .content-area .view-content .group .field--name-field-phone,
.hospital-list-v2 .container .content-area .view-content .group .field--name-label,
.hospital-list-v2 .container .content-area .view-content .group .link-area {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .hospital-list-v2 .container .content-area .view-content .group .field--name-field-phone,
  .hospital-list-v2 .container .content-area .view-content .group .field--name-label,
  .hospital-list-v2 .container .content-area .view-content .group .link-area {
    padding: 0 10px;
    font-size: 12px;
  }
}
.hospital-list-v2 .container .content-area .view-content .group .field--name-label {
  color: #00a2ce;
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
.hospital-list-v2 .container .content-area .view-content .group .field--name-field-phone {
  margin-left: 15px;
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .hospital-list-v2 .container .content-area .view-content .group .field--name-field-phone {
    margin-left: 10px;
  }
}
.hospital-list-v2 .container .content-area .view-content .group .field--name-field-phone a {
  color: #20394a;
  text-decoration: underline;
}
.hospital-list-v2 .container .content-area .view-content .group .field--name-field-phone a:after {
  content: "*";
  padding-left: 4px;
  display: inline-block;
}
.hospital-list-v2 .container .content-area .view-content .group .field--name-field-phone:before {
  content: "";
  background-image: url(/themes/custom/cuf_theme/assets/svg/icon-phone.svg);
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.hospital-list-v2 .container .content-area .view-content .group .link-area a {
  text-decoration: underline;
  color: #00a2ce;
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
}
.hospital-list-v2 .container .content-area .view-content .group .link-area a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.hospital-list-v2 .container .content-area .view-content .group .link-area a.horarios::before {
  background-image: url(/themes/custom/cuf_theme/assets/svg/icon-horarios.svg);
}
.hospital-list-v2 .container .content-area .view-content .group .link-area a.more-info::before {
  background-image: url(/themes/custom/cuf_theme/assets/svg/icon-info.svg);
}
.hospital-list-v2 .container .content-area .call-disclaimer {
  text-align: end;
}
.hospital-list-v2 .container .content-area .block-views {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 800px) {
  .hospital-list-v2 .container .content-area .block-views .views-view-grid .row .last-col {
    display: none;
  }
}
.hospital-list-v2 .container .content-area .block-views .show-all {
  padding-bottom: 40px;
  margin-top: 5px;
}
.hospital-list-v2 .container .content-area .block-views .show-all a {
  text-decoration: underline;
  color: #00a2ce;
  font-size: 16px;
  position: relative;
  padding-right: 20px;
}
.hospital-list-v2 .container .content-area .block-views .show-all a::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../../assets/svg/icon-arrow-blue.svg);
  width: 12px;
  height: 12px;
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.hospital-list-v2 .container .content-area .block-views .btn-link {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .hospital-list-v2 .container .content-area .block-views .btn-link {
    margin-bottom: 0;
  }
}
.hospital-list-v2 .container .content-area .block-views .btn-link a {
  padding: 15px 25px;
  background: rgba(0, 162, 206, 0.5019607843);
  color: white;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .hospital-list-v2 .container .content-area .block-views .btn-link a {
    font-size: 14px;
  }
}
.hospital-list-v2 .services {
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 80px;
}
.hospital-list-v2 .services:before {
  content: "";
  position: absolute;
  background-image: url(../../assets/img/circle_blue_background.png);
  background-color: transparent;
  width: 100vw;
  height: 52px;
  opacity: 0.8;
  background-size: 19px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 40px;
  top: -140px;
}
.hospital-list-v2 .services .box {
  display: flex;
  width: 60%;
  gap: 100px;
}
@media (max-width: 1024px) {
  .hospital-list-v2 .services .box {
    flex-direction: column;
    width: 90%;
  }
}
.hospital-list-v2 .services .box .service {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.hospital-list-v2 .services .title {
  font-size: 24px;
  color: #00a2ce;
  margin: 0;
}
.hospital-list-v2 .services .description {
  font-size: 18px;
}
.hospital-list-v2 .services .cuf-network {
  display: flex;
  justify-content: center;
  width: 100vw;
  position: relative;
}
@media (max-width: 512px) {
  .hospital-list-v2 .services .cuf-network {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .hospital-list-v2 .services .cuf-network {
    margin-bottom: 150px;
  }
}
.hospital-list-v2 .services .cuf-network:before {
  content: "";
  position: absolute;
  background-image: url(../../assets/img/circle_blue_background.png);
  background-color: transparent;
  width: 100vw;
  height: 150px;
  opacity: 0.8;
  background-size: 19px;
  top: 52px;
  z-index: -1;
}
.hospital-list-v2 .services .cuf-network .title {
  font-size: 42px;
}
.hospital-list-v2 .services .cuf-network .box-bg {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 10px;
  padding: 2em;
  z-index: 1;
  background: white;
  max-width: 500px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 512px) {
  .hospital-list-v2 .services .cuf-network .box-bg {
    max-width: none;
    padding: 3em 15px 2em 15px;
  }
}
.hospital-list-v2 .services .cuf-network .box-bg a {
  margin: 20px 0 10px 0;
}
@media (max-width: 512px) {
  .hospital-list-v2 .services .cuf-network .box-bg a {
    margin: 10px 0 15px 0;
  }
}
.hospital-list-v2 .services a {
  text-transform: uppercase;
  border: 1px solid white;
  background-color: rgba(0, 162, 206, 0.5019607843);
  color: white;
  font-size: 20px;
  padding: 0.75em 2em;
}
.hospital-list-v2 .services a:hover {
  background-color: white;
  color: rgba(0, 162, 206, 0.5019607843);
  border-color: rgba(0, 162, 206, 0.5019607843);
}
.hospital-list-v2 .services a p {
  margin: 0;
}
.hospital-list-v2 .hidden-view-results {
  display: none;
}

html[lang=en] .pop-up-top {
  justify-content: end !important;
}

/*# sourceMappingURL=hospital-list-v2.css.map */
