/*
default #2b334c (gris oscuro)
primary #00aeef   (azul)
success #4caf50 (verde)
danger #ff131e (rojo)

primary #00aeef (celeste)
secondary #0083ca (azul)
tertiary #0048a0 (azul + oscuro)
*/

@font-face {
  font-family: "DIN Pro";
  src: url(../fonts/DIN/dinpro_bold.otf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "DIN Pro";
  src: url(../fonts/DIN/dinpro_medium.otf);
  font-weight: medium;
  font-style: normal;
}

@font-face {
  font-family: "DIN Pro";
  src: url(../fonts/DIN/dinpro_light.otf);
  font-weight: light;
  font-style: normal;
}

/****** GENERALES *******/
:focus {
  outline: 0;
}

* {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto Flex", sans-serif;
  color: #1a2b3c;
  font-weight: 400;
}

.din-font {
  font-family: "DIN Pro";
}

b,
strong {
  font-weight: 700;
}

h1 {
  font-size: 3rem;
}

.uppercase {
  text-transform: uppercase;
}

a:hover {
  text-decoration: none;
}

/****** UI KIT *******/
.title-section {
  background-size: cover;
  background-color: #f3f4f5;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 250px;
  padding: 3rem 0;
  display: flex;
  align-items: center;
}

.title-section h1 {
  font-size: 2.8rem;
}

.contenido {
  line-height: 1.75;
}

.contenido h1 {
  font-weight: 700;
  font-family: "DIN Pro";
  margin-bottom: 1.2rem;
}

.contenido h2 {
  font-weight: 700;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 1.8rem;
  font-family: "DIN Pro";
}

.contenido h2::after {
  content: url(../images/deco-titulos.svg);
  position: absolute;
  bottom: 0;
  left: 0;
}

.contenido h3 {
  font-weight: 700;
  font-family: "DIN Pro";
  position: relative;
  color: #007bff;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #007bff47;
  margin-bottom: 1.2rem;
}

.contenido h4 {
  font-weight: 700;
  color: #1a2b3c;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #007bff47;
  margin-bottom: 1.2rem;
  font-family: "DIN Pro";
}

.contenido h5 {
  font-weight: 700;
  color: #1a2b3c;
  font-family: "DIN Pro";
}

.contenido h6 {
  font-weight: 700;
  color: #007bff;
  font-family: "DIN Pro";
  font-size: 1.15rem;
}

.contenido blockquote {
  color: #1a2b3c;
  padding: 2rem 2rem 2rem 6rem;
  border-radius: 20px;
  margin: 1.5rem 0;
  background: url(/frontend/images/at-bg-blockquote.svg) 1rem 1rem no-repeat #f3f4f5;
  background-position: bottom right;
  background-position-x: 5%;
  background-position-y: 20%;
}

.contenido blockquote p {
  margin-bottom: 0;
  font-size: 18px;
}

.contenido p {
  margin-bottom: 1.5rem;
  font-size: 16px;
}

.modal-staff p {
  margin-bottom: .6rem;
  font-size: 16px;
}

.modal-staff hr {
  border-color: #007bff40;
}

.contenido p img {
  display: block;
  height: auto !important;
  max-width: 100%;
}

.contenido p a:not(.btn) {
  color: #007bff;
  text-decoration: underline;
}

.contenido dl,
ol,
ul {
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
}

.contenido ul {
  list-style: none;
}

.contenido ul li {
  display: flex;
  gap: .4rem;
}

.contenido ul li::before {
  content: "\2022";
  color: #00d4ff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.ulAlt li::before {
  color: #00d4ff !important;
}

.contenido ol li {
  margin-bottom: 0.3rem;
}

.contenido ol li::marker {
  color: #00d4ff;
  font-weight: 600;
}

.alert {
  border-radius: 5px;
  line-height: 1.5;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.alert-success {
  background-color: #00d65913;
  border-color: #00d65992;
  color: #008d3b;
}

.alert-info {
  background-color: #007bff1c;
  border-color: #007bff5e;
  color: #0069d9;
}

.alert-danger {
  background-color: #ff00001c;
  border-color: #ff000077;
  color: #d50000;
}

.alert-warning {
  background-color: rgba(255, 186, 36, 0.118);
  border-color: #ffdd006d;
  color: #cc990a;
}

/****** CREADOS *******/
.ls-0 {
  letter-spacing: 0;
}

.ls-1 {
  letter-spacing: 0.025rem;
}

.ls-2 {
  letter-spacing: 0.05rem;
}

.ls-3 {
  letter-spacing: 0.075rem;
}

.ls-4 {
  letter-spacing: 0.1rem;
}

.ls-n1 {
  letter-spacing: -0.025rem;
}

.ls-n2 {
  letter-spacing: -0.05rem;
}

.ls-n3 {
  letter-spacing: -0.075rem;
}

.ls-n4 {
  letter-spacing: -0.1rem;
}

.fs-100 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 18px;
}

.fs-22 {
  font-size: 22px;
}

.fs-40 {
  font-size: 40px;
}

.fs-125 {
  font-size: 1.25rem;
}

.fs-150 {
  font-size: 1.5rem;
}

.fs-200 {
  font-size: 2rem;
}

.fs-xs {
  font-size: 0.75rem;
}

.fs-sm {
  font-size: 0.875rem;
}

.fs-md {
  font-size: 1rem;
}

.fs-lg {
  font-size: 1.125rem;
}

.fs-xl {
  font-size: 1.6rem;
}

.fs-xxxl {
  font-size: 3rem;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.lh-75 {
  line-height: 0.75;
}

.lh-100 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-150 {
  line-height: 1.5;
}

.lh-175 {
  line-height: 1.75;
}

.border-15 {
  border-width: 1.5px;
}

a.hvr-text-white:hover {
  color: #fff !important;
  transition: all ease 0.25s;
}

/* Colores */
.gray {
  color: #3e3e45 !important;
}

.gray-bg {
  background-color: #2e2e32;
}

.light-gray {
  color: #f3f4f5;
}

.light-gray-bg {
  background-color: #f3f4f5;
  position: relative;
  z-index: 0;
}

.primary {
  color: #007bff;
}

.primary-bg {
  background-color: #007bff;
}

.light-blue {
  color: #00d4ff;
}

.light-txt {
  color: #1a2b3cc5;
}

.deco-titles {
  width: 60px !important;
}

.deco-titles-sm {
  width: 35px;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #23232b !important;
}

.bg-primary {
  background-color: #00aeef !important;
}

.bg-secondary {
  background-color: #0083ca !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #007BFF !important;
}

.bg-tertiary {
  background-color: #007BFF !important;
}

a.bg-tertiary:focus,
a.bg-tertiary:hover,
button.bg-tertiary:focus,
button.bg-tertiary:hover {
  background-color: #002a5d !important;
}

.text-gray-9 {
  color: #999;
}

.hr-50x2 {
  width: 50px;
  height: 2px;
  border: 0;
}

.hr-45x3 {
  width: 45px;
  height: 3px;
  border: 0;
}

.no-after:after {
  display: none;
}

.rounded-xl {
  border-radius: 1rem !important;
}

.rounded-xxl {
  border-radius: 8rem !important;
}

.rounded-xl .card-img-bottom {
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px);
}

/* .rounded-xl .card-img-top {
	border-top-right-radius: 0px !important;
	border-top-left-radius: calc(1rem - 1px);
} */
.card-img-top {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.border-3 {
  border-width: 3px;
  border-color: #ebebeb;
}

.px-45 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.underline {
  border-bottom: 1px solid currentColor;
}

.hvr-no-underline:hover {
  text-decoration: none;
}

.bottom {
  bottom: 0;
}

.right {
  right: 0;
}

.top {
  top: 0;
}

.left {
  left: 0;
}

.rotate-180 {
  transform: rotate(180deg);
}

.text-body {
  color: #2b334c !important;
}

.shadow-lg {
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0);
  transition: all ease 0.25s;
}

.badge {
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 600;
}

.badge-primary {
  color: #fff;
  background-color: #3697ff !important;
}

/****** HEADER + MENU *******/
.preheader {
  background: #f8f9fa;
  color: #1a2b3c;
  font-size: 14px;
}

.preheader a {
  color: #1a2b3c;
  transition: all 0.25s ease;
}

.preheader a:hover {
  color: #007bff;
  transition: all 0.25s ease;
}

.preheader .nav-link {
  padding: 0.7rem 0.75rem;
  display: flex;
  align-items: center;
}

.preheader .nav-link span {
  font-size: 20px;
  margin-right: 0.3rem;
}

.social-media-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 1.6rem 0 0.8rem;
  height: 100%;
}

.social-media-header .social-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media-header .social-media span {
  font-size: 1.3rem;
  color: #007bff;
  transition: 0.3s;
}

.social-media-header .social-media span:hover {
  transform: scale(1.1);
}

.icon-img {
  display: flex;
  align-items: center;
}

.icon-img img {
  height: 20px;
  width: auto;
}

.navbar {
  background-color: white;
  padding: 0 1rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #1a2b3c !important;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: 400;
  transition: 0.3s;
}


.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active {
  color: #007bff !important;
}

.navbar-collapse .nav-link {
  display: inline-block;
}

.navbar-brand img {
  max-width: 175px;
}

.navbar-nav .nav-item {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

/**** BTN HAMBURGER *****/
.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #3d3d45;
  display: block;
  transition: all ease 0.5s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
}

.drawer-open .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  background-color: #fff;
}

.drawer-open .navbar-toggler .middle-bar {
  opacity: 0;
}

.drawer-open .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  background-color: #fff;
}

.navbar-toggler .top-bar {
  transform: rotate(0);
}

.navbar-toggler .middle-bar {
  opacity: 1;
}

.navbar-toggler .bottom-bar {
  transform: rotate(0);
}

.megamenu .megamenu-menu {
  top: 100%;
  left: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background: none;
  border: none;
  width: 100%;
  color: #2b334c;
  transition: all ease 0.25s;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.megamenu.show .megamenu-menu {
  opacity: 1;
  height: 300%;
  overflow: hidden;
  transition: 0.25s all ease 0.125s;
}

.megamenu .menu-banners {
  transition: 0.3s;
  border-radius: 10px;
}

.megamenu .menu-banners:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.megamenu .megamenu-menu a {
  color: #1a2b3c;
  font-weight: 400;
  position: relative;
  transition: 0.3s;
  display: flex;
}

.megamenu .megamenu-menu a.hvr-primary::after {
  content: "arrow_forward";
  font-family: "Material Icons";
  margin-left: 0.5rem;
  transition: 0.3s;
  color: #007bff;
  opacity: 0;
}

.megamenu .megamenu-menu a:hover::after {
  opacity: 1;
}

.megamenu:hover {
  cursor: pointer;
}

.megamenu .megamenu-menu:hover {
  cursor: auto;
}

.megamenu .megamenu-menu ul li {
  list-style: none;
  line-height: 1;
  margin-bottom: 1rem;
}

.megamenu .megamenu-menu ul li a:hover {
  text-decoration: none;
  transition: all ease 0.25s;
  color: #007bff;
}

#navMobile.collapse:not(.show) {
  display: block;
}

/****** FOOTER *******/
footer {
  background: url(../images/bg-footer.svg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0 0rem 0;
  color: #ffffffb5;
}

.social-media-container {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.6rem;
  margin-top: 0.8rem;
}

footer .social-media {
  padding: 0 !important;
  width: 42px;
  height: 42px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.25s;
  background: linear-gradient(to bottom, #00d4ff, #007bff);
}

footer .social-media span {
  font-size: 1.4rem;
  color: #fff;
}

footer .nav-item {
  padding: 0.4rem 0;
  line-height: 1.4;
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

footer .nav-item span {
  font-size: 22px;
}

footer .nav-link {
  color: #ffffffb5 !important;
  padding: 0;
  transition: all ease 0.25s;
}

footer .nav-link:hover {
  color: #fff !important;
  padding-left: 2px;
  transition: all ease 0.25s;
}

.sub-footer {
  border-top: 1px solid #ffffff2c;
  color: #ffffff4c;
  font-size: 14px;
  padding: 0.6rem 0;
}

/************ ******  HOME ****** ****** *******
****** ****** ****** ****** ****** ****** ******/
/* Slider */
#owl2, #owl3{
  overflow: hidden !important;
}
#owl2,
#owl2 .owl-stage-outer,
#owl2 .owl-stage,
#owl2 .owl-item.active,
#owl2 .cover {
  height: 550px !important;
}

#owl2 .owl-item .cover-img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100% !important;
}

.contact-home {
  margin-top: -4rem;
  position: relative;
  z-index: 5;
}

.contact-card-home {
  border-radius: 20px;
  padding: 2rem 1.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 295px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: white;
  position: relative;
  z-index: 5;
}

.contact-card-home img {
  height: 38px;
  margin-bottom: 1.2rem;
}

.contact-card-home-especialidades {
  background-image: url(/frontend/images/bg-especialidades-medicas.jpg);
}

.contact-card-home-guardia {
  background-image: url(/frontend/images/bg-guardia.jpg);
}

.contact-card-home-turnos {
  background-image: url(/frontend/images/bg-turnos.jpg);
}

.contact-card-home-imagenes {
  background-image: url(/frontend/images/bg-imagenes.jpg);
}

.text-block {
  padding: 6rem 0;
}

.service-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 20px;
  line-height: 1.2;
}

.numbers {
  padding: 4rem 0;
  background: url(../images/bg-sanatorio-en-numeros.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.counter-container-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.count-before::before {
  content: "+";
  color: #00d4ff !important;
}

.card-links-block {
  padding: 4rem 0;
  background-image: url(/frontend/images/bg-info-links.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.card-links {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 1.6rem;
}

.card-links img {
  border-radius: 15px;
  width: 100%;
}

.info-list {
  list-style: none;
  padding-left: 0;
}

.info-list li::before {
  content: "arrow_forward";
  font-family: "Material Icons";
  margin-right: 5px;
  font-weight: 500;
  color: #00d4ff;
}

.info-list li {
  margin-bottom: 0.4rem;
}

.info-list li a {
  color: #1a2b3c !important;
  transition: 0.3s;
  position: relative;
  padding-bottom: 0.2rem;
}

.info-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #007bff !important;
  transition: 0.3s;
}

.info-list li a:hover {
  color: #007bff !important;
}

.info-list li a:hover::before {
  width: 100%;
}

.carousel-logos {
  padding: 4rem 0;
}

.carousel-logos .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.carousel-logos .owl-carousel .owl-stage .owl-item {
  padding: 1rem;
}

.carousel-logos .owl-carousel .owl-stage img {
  height: 90px;
  object-fit: contain;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

.spinner-bezier {
  animation: spinner-border 3s cubic-bezier(1, 0.15, 0.85, 1) infinite;
}

.card-news {
  border-radius: 20px;
  transition: 0.3s;
  overflow: hidden;
  color: #1a2b3c;
  background-color: #007bff;
  outline: 2px solid #f3f4f5;
  outline-offset: -1px;
  transition: 0.3s;
}

.card-news:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card-news:hover img {
  opacity: 0.7;
}

.card-news img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  transition: 0.3s;
}

.card-news-txt {
  padding: 1.2rem;
  overflow: hidden;
  background-color: #f3f4f5;
}

.card-news-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 22px;
}

.card-news-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-link {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
}

.link-flecha:after {
  content: "arrow_forward";
  font-family: "Material Icons";
  margin-left: 0.5rem;
  transition: 0.3s;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  text-decoration: none;
}

.btn-link.link-flecha:hover::after {
  transform: translateX(0.6rem);
}

.hover-shadow {
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0);
  transition: all ease 0.25s;
}

.hover-shadow:hover {
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
  transition: all ease 0.25s;
}

.hvr-grow-shadow {
  transform: scale(0.985);
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
  transform: scale(1);
}

.hvr-grow {
  transform: scale(0.985);
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1);
}

.card-news>a {
  background: #23232b !important;
}

.card-news>a:hover:after {
  opacity: 1;
  transition: all ease 0.25s;
}

.card-news>a img {
  opacity: 1;
  transition: all ease 0.3s;
}

.card-news>a:hover {
  background: #23232b !important;
  transition: all ease 0.25s;
}

.card-news>a:hover img {
  opacity: 0.2;
  transition: all ease 0.25s;
}

.card-news .btn {
  display: flex;
  justify-content: flex-start;
  width: fit-content;
}

.carousel-indicators.indicators-circle li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 0;
}

/****** EMPRESA *******/
.titulo-seccion {
  background: url(/frontend/images/bg-titulo-seccion.jpg) no-repeat center center #193544;
  background-size: cover;
  padding: 60px 0 55px;
}

.titulo-seccion h2 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  letter-spacing: -0.25rem;
}

.separator-dorado {
  width: 150px;
  height: 3px;
  border: 0;
  background: #e0001a;
}

.caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
  background: #000;
  opacity: 0.8;
  font-size: 0.7rem;
  color: #fff;
  padding: 2px 15px;
}

/****************** CONTACTO *******************
************************************************/

.contact-info {
  background-color: #162a67;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: normal;
  line-height: 1.3;
  padding: 3rem;
  list-style: none;
  list-style-type: none;
}

.contact-info p {
  line-height: 1.5;
  letter-spacing: 0.02rem;
  font-size: 1rem;
  color: #fff;
}

.contact-info p strong {
  color: #5c72b5;
}

.contact-info svg {
  color: #fff;
  fill: #fff;
}

.fx-fading-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

form {
  position: relative;
}

.loading {
  display: none;
}

.form-label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #3c3c3b;
  margin-bottom: 0.2rem;
}

input.form-control,
textarea.form-control,
select.form-control {
  font-weight: 300;
  border-radius: 5px;
  font-size: 1.125rem;
  color: #212529;
  border: 1px solid #6636932e;
}

textarea.form-control {
  height: 130px;
  resize: none;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(163, 211, 235, 0.25);
}

.has-error .form-control {
  border-color: #dc3545 !important;
}

.help-block {
  color: #dc3545;
}

.img-staff {
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.4);
}

/*nuevos estilos*/
.contact-icon {
  width: 70px;
  height: 70px;
}

.contact-container-bg {
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 90%;
  background-position-y: 50%;
  padding: 40px 45px;
}

.contact-info-bg {
  background-image: url(/frontend/images/telefono-opacidad.png);
}

.contact-ubicacion-bg {
  background-image: url(/frontend/images/ubicacion-opacidad.png);
}

.contact-horarios-bg {
  background-image: url(/frontend/images/reloj-opacidad.png);
}

.translate-items {
  transform: translateY(-75px);
}

.contact .social-media a:hover {
  transform: translateY(-5px);
}

.contact .btn-link:before {
  content: "";
  position: absolute;
  width: calc(100% - 100%);
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -3px;
  transition: all ease 0.25s;
}

.contact .btn-link:hover,
.contact .btn-link:active,
.contact .btn-link:focus {
  text-decoration: none;
}

.contact .btn-link:hover:before {
  width: 100%;
  transition: all ease 0.25s;
}

/****** BLOG / Novedades *******/

/* Listado */
.card-news-main {
  border-radius: 20px;
  overflow: hidden;
  background-color: #007bff;
  color: white;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.card-news-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.card-news-main-txt {
  padding: 0rem 2rem 0 0;
}

.card-news-main:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card-news-main:hover img {
  opacity: 0.7;
}

.rrss-circle {
  background: #000;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  color: #fff;
  margin-right: 16px;
  margin-top: 10px;
}

.rrss-circle:last-child {
  margin-right: 0;
}

.rrss-circle:hover {
  text-decoration: none;
  color: #fff;
}

.icono-fb {
  background: #3b5998;
}

.icono-tw {
  background: #55acee;
}

.icono-ig {
  background: #f00075;
}

.icono-li {
  background: #0077b5;
}

.icono-em {
  background: #00a550;
}

.icono-wh {
  background: #25d366;
}

.img-list-nov {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}

.img-list-nov a {
  display: block;
  height: 100%;
  width: 100%;
}

.article-picture {
  position: relative;
}

.article-img {
  display: block;
  width: 100%;
}

.pagination .page-link {
  font-size: 15px;
  margin: 0 5px;
  border-radius: 5px !important;
  color: #1a2b3c8a;
  line-height: 1;
  padding: 10px 14px;
  transition: 0.3s;
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link:active,
.pagination .page-link.active,
.page-item.active .page-link {
  color: #fff;
  background: #007bff;
  border-color: #007bff;
}

.pagination .page-link:focus {
  box-shadow: none;
}

.page-item.disabled .page-link {
  color: #1a2b3c79;
  background-color: #f3f4f5;
}

#compartir li {
  border: 0;
  padding: 0;
  margin: 0 5px;
}

#compartir li:first-child {
  margin-left: 0px;
}

#compartir .rrss-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 0;
  margin-right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenido-novedad p {
  font-size: 1.1rem;
  line-height: 1.75;
}

.sidebar-card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  padding: 2rem 1.4rem;
  color: white;
  margin-bottom: 1.6rem;
  transition: .3s;
}

.sidebar-card:hover {
  filter: brightness(1.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.sidebar-card-especialidades {
  background-image: url(../images/bg-especialidades.png);
  min-height: 385px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.sidebar-card-turnos {
  background-image: url(../images/bg-turnos-online.png);
  padding-right: 6rem;
}

.sidebar-card-equipo {
  background-image: url(../images/bg-equipo-medico.png);
}


.overlay {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  transition-duration: 0.3s;
}

.overlay:hover,
.overlay:focus,
.overlay:active {
  transform: scale(0.96);
  opacity: 0.7;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #1f1f1f;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.btn-white-outline {
  background-color: transparent;
  border-color: currentColor;
  color: #fff;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline:active {
  background-color: #fff;
  border-color: #fff;
  color: #1f1f1f;
}

/*///////////////////// Guía del paciente / Profesionales //////////////////*/
.profesionales-search {
  background-color: #F9F9FA;
  padding: 5rem 0;
}

.form-group-abs {
  position: relative;
}

.form-group-abs input {
  width: 90%;
}

input.form-control,
select.form-control {
  height: calc(1.5em + 0.75rem + 8px);
}

input.form-control,
textarea.form-control,
select.form-control {
  font-weight: 300;
  font-size: 16px;
  color: #1A2B3C;
}

.form-control-rounded {
  border-radius: 35px !important;
}

.form-group-abs button {
  position: absolute;
  top: -1px;
  right: 0px;
}

/* Letras */
.switch__control {
  display: none !important;
}

.switch__button {
  width: 2em;
  height: 2em;
  line-height: 2;
  border-radius: 8px;
  border: 1px solid #1a2b3c2d;
  color: #1a2b3c91;
  background: white;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  transition: .3s;
}

.switch__button:hover,
.switch__button:focus,
.switch__button:active {
  background: #007BFF;
  color: white;
}

.professional-name-bar {
  border-bottom: 4px solid #F3F4F5;
  margin-bottom: 2rem;
}

.professional-name-bar h3 {
  background-color: #007BFF;
  border-radius: 10px 10px 10px 0;
  width: fit-content;
  color: white;
  padding: .2rem .8rem;
  margin-bottom: 0;
  bottom: -4px;
}

.professional-item {
  padding: 0 0 1.8rem 0;
  display: block;
  border-bottom: 1px solid #1a2b3c1d;
  line-height: 1.2;
  margin-bottom: 1.8rem;
}

.professional-name {
  color: #00315C;
  font-size: 18px !important;
  margin-bottom: .2rem !important;
  font-weight: 500;
  transition: .3s;
}

.professional-position {
  color: #00ADEF;
  font-size: 16px;
}

.professional-item:hover .professional-name {
  font-weight: 700;
}

/* Modal */
.professional-img {
  background: linear-gradient(to right, #007BFF, #00D4FF);
  width: 148px;
  height: 148px;
  border-radius: 50%;
  padding: .4rem;
  margin: auto;
  margin-bottom: 1rem;
}

.professional-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.guia-paciente-container-bg {
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 115%;
  background-position-y: 85%;
  background-size: 115px;
  padding: 30px 20px;
}

.guia-paciente-container-bg:hover {
  transform: translateY(-8px);
}

.guia-paciente-img {
  width: 100%;
  margin-top: -60px;
}

.guia-especialidades-bg {
  background-image: url(/frontend/images/especialidades-opacidad.png);
}

.guia-obras-bg {
  background-image: url(/frontend/images/obras-opacidad.png);
}

.guia-horarios-bg {
  background-image: url(/frontend/images/reloj2-opacidad.png);
}

.guia-turnos-bg {
  background-image: url(/frontend/images/calendario-opacidad.png);
}

.guia-internacion-bg {
  background-image: url(/frontend/images/internacion-opacidad.png);
}

.guia-preparacion-bg {
  background-image: url(/frontend/images/estudios-opacidad.png);
}

.guia-consejos-bg {
  background-image: url(/frontend/images/consejos-opacidad.png);
}

.guia-portal-bg {
  background-image: url(/frontend/images/portal-opacidad.png);
}

.guia-docencia-bg {
  background-image: url(/frontend/images/docencia-opacidad.png);
}

.guia-publicaciones-bg {
  background-image: url(/frontend/images/publicaciones-opacidad.png);
}

.guia-intranet-bg {
  background-image: url(/frontend/images/intranet-opacidad.png);
}

/*///////////////////// Menu interno //////////////////*/
.vertical-menu-header {
  height: 50px;
  margin-top: -50px;
  border-radius: 15px 15px 0px 0px;
}

.vertical-menu {
  border-radius: 15px;
}

.vertical-menu i {
  font-size: 26px;
  color: #007BFF;
}

.vertical-menu .nav {
  padding: 0px 20px 20px 20px;
}

.vertical-menu .nav .nav-item .nav-link {
  color: #3e3e45;
  padding: 1rem 0rem .5rem 0rem;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 15px;
  transition: 0.3s;
}

.vertical-menu .nav .nav-item .nav-link:hover {
  color: #007BFF;
}

.vertical-menu .nav-item:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}

.vertical-menu .nav .nav-item .nav-link:after {
  content: "arrow_forward";
  font-family: "Material Icons";
  color: #e0e0e0;
  font-size: 18px;
  transition: 0.3s;
}

.vertical-menu .nav .nav-item .nav-link:hover:after,
.vertical-menu .nav .nav-item .nav-link.active,
.vertical-menu .nav .nav-item .nav-link.active::after {
  color: #007BFF;
}

.subnav ul {
  list-style: disc !important;
  color: #007BFF;
}

.subnav ul li {
  border-bottom: 0px !important;
}

.subnav ul li a {
  padding: 0.3rem 0rem !important;
}

.subnav ul li a::after {
  content: none !important;
}

/* Nuestra Historia */
.timeline {
  position: relative;
}

@media (min-width: 992px) {
  .timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6rem;
  }
}

.timeline::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 1rem;
  bottom: 0;
  border-left: 4px solid #ebeef1;
  border-radius: 999px;
}

@media (min-width: 992px) {
  .timeline::before {
    left: calc(50% + 3rem);
  }
}

.timeline-item {
  padding-top: 1rem;
  padding-left: 4rem;
}

@media (min-width: 992px) {
  .timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 6rem;
    width: 50%;
  }
}

.timeline-link {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.16);
  color: rgba(0, 72, 160, 0.822);
}

.timeline-content {
  padding: 20px;
}

.timeline-img {
  width: 100%;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.timeline-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 17%, rgba(0, 0, 0, 0) 65%);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.8;
}

.timeline-category {
  position: absolute;
  z-index: 5;
  bottom: 15px;
  left: 15px;
}

.timeline-link:hover,
.timeline-link:focus,
.timeline-link:active {
  text-decoration: none;
}

@media (min-width: 992px) {
  .timeline-link {
    max-width: 34rem;
  }
}

@media (min-width: 992px) {
  .timeline-item:nth-child(2n + 1) .timeline-link {
    margin-left: auto;
  }
}

.timeline-link::before,
.timeline-link::after {
  content: "";
  position: absolute;
}

.timeline-link::before {
  top: 2.2rem;
  right: 100%;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-right: 0.8rem solid currentColor;
}

@media (min-width: 992px) {
  .timeline-item:nth-child(2n + 1) .timeline-link::before {
    border-right: 0;
    right: auto;
    left: 100%;
    border-left: 0.8rem solid currentColor;
  }
}

.timeline-item:nth-child(2n + 2) .timeline-link {
  color: #00afefc9;
}

@media (min-width: 992px) {
  .timeline-item:nth-child(2n + 2) .timeline-link {
    -webkit-transform: translateY(8rem);
    -ms-transform: translateY(8rem);
    transform: translateY(8rem);
  }
}

.timeline-link:hover .timeline-btn::before,
.timeline-link:focus .timeline-btn::before,
.timeline-link:active .timeline-btn::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.timeline-bullet::before,
.timeline-bullet::after {
  content: "";
  position: absolute;
  z-index: 30;
}

.timeline-bullet::before {
  top: 1.6rem;
  left: -3.6rem;
  width: 1.8rem;
  height: 2.8rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #fff;
}

.timeline-bullet::after {
  top: 2.4rem;
  left: -3.4rem;
  background-color: currentColor;
  border: 4px solid white;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 16px 0px;
  box-shadow: 0px 1px 16px 0px;
}

@media (min-width: 992px) {
  .timeline-item:nth-child(2n + 1) .timeline-bullet::before {
    left: auto;
    right: -4rem;
  }

  .timeline-item:nth-child(2n + 1) .timeline-bullet::after {
    left: auto;
    right: -3.6rem;
  }
}

.timeline-link:hover {
  color: #a30000 !important;
}

/* Institucional Infraestructura */
.institucional-gallery-container {
  padding: 5px;
  overflow: hidden;
  height: 100%;
}

.institucional-gallery-item {
  width: 100%;
  height: 100%;
  background: #23232b !important;
}

.institucional-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.25s;
}

.institucional-gallery-container:hover img {
  opacity: 0.4;
}

.institucional-gallery-item.item-height {
  max-height: 210px !important;
}

.institucional-gallery-item:after {
  font-family: "Material Icons";
  content: "visibility";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  opacity: 0;
  transition: all ease 0.25s;
}

.institucional-gallery-container:hover:after {
  font-family: "Material Icons";
  content: "visibility";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  opacity: 1;
  transition: all ease 0.25s;
}

/*///////////////////// ESPECIALIDADES MEDICAS //////////////////*/
.contenido .especialidades-list li::before {
  margin-left: 0;
}

.contenido .especialidades-list li a {
  color: #3e3e45;
  font-size: 18px;
  transition: 0.3s;
}

.contenido .especialidades-list li a:hover {
  color: #00aeef;
}

/*///////////////////// PREPARACION DE ESTUDIOS //////////////////*/
.buscador-container {
  background-color: #ddeff7;
}

.buscador-container .form-control {
  height: calc(1.5em + 0.75rem + 7px);
  border: 1px solid #00aeef !important;
  transition: 0.3s;
}

.buscador-container .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 174 239 / 25%);
}

.buscador-container button {
  height: calc(1.5em + 0.75rem + 10px);
  color: white !important;
  padding: 10px !important;
}

.tt-menu {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #00aeef;
  -webkit-box-shadow: 0 0.5rem 2rem 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 2rem 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-align: left;
  max-height: 444px;
  overflow-y: auto;
}

.tt-menu a,
.tt-menu .empty-message {
  display: block;
  padding: 10px;
  color: #343a40;
}

.tt-menu a:hover,
.tt-menu a:focus,
.tt-menu a:active {
  text-decoration: none;
  background-color: #009dcc;
  color: #fff;
}

/*/////////////////////// MODALS /////////////////*/
.modal .close {
  color: #1A2B3C;
  opacity: 1;
  position: absolute;
  right: 1rem;
  top: .4rem;
  z-index: 999;
}

.modal .modal-content {
  border-color: transparent;
  border-radius: 0;
  padding: 1.6rem 1rem;
  border-radius: 20px;
}

.modal-divider {
  width: 100%;
  height: 1px;
  background-color: #007bff40;
}

.especialidades-buttons-container {
  display: flex;
  flex-wrap: wrap;
}

.buscador-filter-button {
  border: 1px solid #ebebeb;
  color: #00aeef;
  background-color: white;
  padding: 5px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  margin: 0px 12px 12px 0px;
  transition: all 0.3s;
  text-align: center;
}

.buscador-filter-button:hover {
  color: #fff;
  background-color: #0048a0;
  border-color: #0048a0;
}

.buscador-filter-button:focus {
  outline: none;
  background-color: #031e57;
  color: #fff;
  transition: 0.3s;
  border-color: #031e57;
}

/*///////////////////// SUSTENTABILIDAD //////////////////*/

.sustentable .top-titles::before {
  background: #f2f8e6;
}

.sustentable .titles-deco::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #b4e15a;
  border-radius: 30px;
  position: absolute;
  bottom: 8px;
  right: 0;
  z-index: -5;
}

.green-primary {
  color: #115834;
}

.green-tertiary {
  color: #1e9345;
}

.green-primary-bg {
  background-color: #115834;
}

.green-secondary-bg {
  background-color: #70a30b;
}

.sustentabilidad-container {
  overflow: hidden;
}

.sustentabilidad-container .accordion a {
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.sustentabilidad-container .accordion a[aria-expanded="true"]::after,
.sustentabilidad-container .accordion a[aria-expanded="false"]::after {
  font-family: "FontAwesome";
  color: #70a30b !important;
  position: absolute;
  right: 0;
  font-size: 15px;
  transition: 0.3s;
}

.sustentabilidad-container .accordion a[aria-expanded="true"]::after {
  content: "\f077";
}

.sustentabilidad-container .accordion a[aria-expanded="false"]::after {
  content: "\f078";
}

.green-secondary-bg.sustentabilidad-container .accordion a[aria-expanded="true"]::after,
.green-secondary-bg.sustentabilidad-container .accordion a[aria-expanded="false"]::after {
  font-family: "FontAwesome";
  color: #115834 !important;
  margin-left: 5px;
  font-size: 15px;
  transition: 0.3s;
}

.sustentabilidad-right-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  min-height: 1200px;
  object-fit: cover;
  object-position: right;
}

.sustentabilidad-left-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 48%;
  min-height: 850px;
  object-fit: cover;
  object-position: left;
}

.left-position {
  object-position: left;
}

/* Carousel */
#owl3 .owl-nav {
  display: flex;
  justify-content: space-between;
  transform: translateY(-200px);
}

#owl3 .owl-nav .owl-next,
#owl3 .owl-nav .owl-prev {
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #115834;
  transition: 0.3s;
}

#owl3 .owl-nav .owl-next:hover,
#owl3 .owl-nav .owl-prev:hover {
  border: 1px solid #115834;
  background-color: #115834;
  color: #fff;
}

#owl3 .owl-nav .owl-next:focus,
#owl3 .owl-nav .owl-prev:focus {
  outline: none;
}

#owl3 .owl-nav .owl-next {
  margin-right: -80px;
}

#owl3 .owl-nav .owl-prev {
  margin-left: -80px;
}

/*///////////////////// BOTONES QUE PISAN BS //////////////////*/
.btn {
  border-radius: 26px;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  transition: all 0.4s ease-out;
  text-decoration: none !important;
  font-family: "Roboto Flex", sans-serif;
  position: relative;
}

.btn-sm {
  border-radius: 25px;
  font-size: 14px;
  padding: 6px 15px;
}

.btn-primary-gradient {
  color: white;
  position: relative;
  z-index: 1;
}

.btn-primary-gradient::before,
.btn-primary-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: right;
  border-radius: 40px;
  z-index: -1;
  transition: all 0.5s;
}

.btn-primary-gradient::before {
  background: linear-gradient(to right, #1083fe, #007bff);
}

.btn-primary-gradient::after {
  background: linear-gradient(to right, #00d4ff, #007bff);
}

.btn-primary-gradient:hover {
  color: white;
}

.btn-primary-gradient:hover::after {
  opacity: 0;
}

.btn-secondary {
  border: 2px solid #fff !important;
  color: #007bff !important;
  background-color: #fff !important;
  width: fit-content !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  background: #fff !important;
  color: #2e303d !important;
  border: 2px solid #fff !important;
  transition: all ease 0.25s !important;
}

.btn-outline-secondary {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  transition: all ease 0.25s;
}

.btn-success {
  border: 2px solid #4caf50;
  color: #fff;
  background-color: #4caf50;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  background: #2f8932;
  color: #fff;
  border: 2px solid rgb(38, 134, 41);
  transition: all ease 0.25s;
}

.btn-outline-success {
  border: 2px solid #4caf50;
  color: #4caf50;
  background-color: #fff;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  background: #4caf50;
  color: #fff;
  border: 2px solid #4caf50;
  transition: all ease 0.25s;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.5;
}

.rounded-lg {
  border-radius: 15px !important;
}

.rounded-xl {
  border-radius: 20px !important;
}

.derechos {
  background: #def5ed;
  padding: 20px 15px;
}

.obligaciones {
  background: #feeeea;
  padding: 20px 15px;
}

.derechos-ttl {
  background: url(/frontend/images/icon-derechos.svg) left center no-repeat;
  padding: 20px 0 20px 75px;
  border-bottom: 2px solid #c2f0e0;
  margin-bottom: 15px;
  color: #26b080;
  font-weight: 700;
  font-size: 1.5rem;
}

.obligaciones-ttl {
  background: url(/frontend/images/icon-obligaciones.svg) left center no-repeat;
  padding: 20px 0 20px 75px;
  border-bottom: 2px solid #feded6;
  margin-bottom: 15px;
  color: #e47358;
  font-weight: 700;
  font-size: 1.5rem;
}

.derechos ul li,
.obligaciones ul li {
  margin-bottom: 20px;
  line-height: 1.3rem;
}

.derechos ul li::before {
  color: #26b080;
}

.obligaciones ul li::before {
  color: #e47358;
}

/****** MEDIA QUERYS *******/

@media (max-width: 1440px) {}

@media (max-width: 1024px) {

  #owl2,
  #owl2 .owl-stage-outer,
  #owl2 .owl-stage,
  #owl2 .owl-item.active,
  #owl2 .cover {
    height: 450px !important;
  }

  .contact-card-home {
    background-position: top right;
    min-height: auto;
  }

  .guia-paciente-container-bg {
    background-position-x: 125%;
    background-position-y: 85%;
    background-size: 95px;
    padding: 25px 15px;
  }

  #owl3 .owl-nav {
    /*display: flex;
    justify-content: center;
    transform: translateY(0);
    margin-top: 20px;*/
  }

  #owl3 .owl-nav .owl-next {
    margin-right: -80px;
    margin-left: 10px;
  }

  #owl3 .owl-nav .owl-prev {
    margin-left: -80px;
    margin-right: 10px;
  }

  .contact-home {
    margin-top: -9rem;
    }

    .h1{
      font-size: 2.2rem
    }
}

/****** XS HASTA MD *******/
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 100vh !important;
    left: -300px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
    background-color: #fff;
    border-bottom: 10px solid #1386ea;
    transition: all 0.25s ease;
    padding: 2rem 0.5rem;
  }

  .drawer-open .navbar-collapse {
    left: 0px;
    transition: all 0.25s ease;
  }

  .navbar-collapse.collapsing {
    height: 100vh !important;
  }

  .sticky-top {
    bottom: calc(100vh - 78px);
    transition: all 0.25s ease;
  }

  .drawer-open .sticky-top {
    bottom: 0px;
    transition: all 0.25s ease;
  }

  body .sticky-top:before {
    content: "";
    width: 0vw;
    height: 200vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    opacity: 0;
    display: block;
    transition: all 0.25s ease;
  }

  body.drawer-open .sticky-top:before {
    width: 100vw;
    opacity: 1;
    transition: all 0.25s ease;
  }

  body.drawer-open {
    overflow-y: hidden;
  }

  header .navbar-nav li {
    text-align: left;
  }

  header .navbar-nav li>a {
    padding: 0;
    margin: 0;
    padding: 10px;
  }

  .rounded-xxl {
    border-radius: 0rem !important;
  }
}

/****** SM *******/
@media (min-width: 576px) {
  .bar {
    border-left: 1px solid #d3d7e2;
    height: 15px;
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mt-md-n50{margin-top: -6rem;}
}

/****** MD *******/
@media (max-width: 768px) {
  .row-reverse {
    flex-direction: row-reverse;
  }

  .column-reverse {
    flex-direction: column-reverse;
  }

  .navbar {
    padding: 1rem;
  }

  .navbar-nav .nav-item {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .navbar-nav {
    height: 100%;
  }

  .title-section h1 {
    font-size: 1.8rem;
  }

  .social-media-header {
    position: absolute;
    bottom: 2rem;
    height: auto;
    gap: 1.4rem;
  }

  .card-links-block {
    background-image: none;
    background-color: #f3f4f5;
  }

  .news-main-img {
    min-height: 350px;
    height: 100%;
  }

  .card-news-main-txt {
    padding: 1.6rem;
  }

  .contact-container-bg {
    padding: 35px;
  }

  .contact-icon {
    width: 60px;
    height: 60px;
  }

  .guia-paciente .guia-internacion-bg {
    background-color: #0083ca !important;
  }

  .guia-paciente .guia-preparacion-bg {
    background-color: #0048a0 !important;
  }

  .guia-paciente .guia-consejos-bg {
    background-color: #00aeef !important;
  }

  .guia-paciente .guia-portal-bg {
    background-color: #2e2e32 !important;
  }

  .guia-publicaciones-bg,
  .guia-intranet-bg,
  .guia-publicaciones-bg {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 576px) {
  .column-reverse-sm {
    flex-direction: column-reverse;
  }

  #owl2,
  #owl2 .owl-stage-outer,
  #owl2 .owl-stage,
  #owl2 .owl-item.active,
  #owl2 .cover {
    height: 585px !important;
  }

  #owl1 .owl-nav {
    display: flex;
    justify-content: center;
  }

  #owl1 .owl-nav .owl-prev,
  #owl1 .owl-nav .owl-next {
    background: white !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
    margin-top: 15px;
  }

  #owl1 .owl-nav .owl-prev span,
  #owl1 .owl-nav .owl-next span {
    color: #00aeef;
    transition: all 0.3s;
  }

  #owl1 .owl-nav .owl-prev:hover span,
  #owl1 .owl-nav .owl-next:hover span {
    color: #0048a0;
  }

  .owl-nav .owl-prev:focus,
  .owl-nav .owl-next:focus {
    outline: none;
  }

  .sidebar-img,
  .sidebar-link {
    width: 100%;
  }

  .contact>.container:first-child>.row {
    padding: 0px 15px;
  }

  .especialidades-buttons-container {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  .guia-paciente-container-bg {
    background-position-x: 105%;
    background-position-y: 90%;
    background-size: 105px;
    padding: 25px 15px;
  }

  .title-section {
    min-height: 140px;
  }
}

@media (max-width: 375px) {
  .fs-xl {
    font-size: 1.2rem;
  }

  .fs-xxxl {
    font-size: 2rem;
  }


}

@media (max-width: 320px) {
  .responsive-wrap {
    flex-wrap: wrap;
  }

  .count-before::before {
    left: 0px;
  }
}

/****** LG *******/
@media (min-width: 992px) {
  .row.eq-height>[class*="col-"] {
    display: flex;
    flex: 1 0 0%;
  }

  .caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 10000;
    background: #000;
    border-radius: 100px;
    opacity: 0.8;
    font-size: 0.7rem;
    color: #fff;
    padding: 2px 15px;
  }

  .col-lg-24 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  /***** MEGAMENU ********/
  .megamenu .megamenu-menu {
    position: absolute;
  }

  .megamenu-btn {
    position: relative;
  }

  .shadow-lg-menu {
    box-shadow: -1px -5px 24px -7px rgba(0, 0, 0, 0.52);
    -webkit-box-shadow: -1px -5px 24px -7px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: -1px -5px 24px -7px rgba(0, 0, 0, 0.52);
  }

  .bg-lg-gray {
    background-color: #f8f9fa;
  }

  .news-main:before {
    opacity: 0.5;
    transition: all ease 0.25s;
  }

  .news-main:hover:before {
    opacity: 0.9;
    transition: all ease 0.25s;
  }

  .news-main h2 {
    font-size: 3rem;
  }
}

/****** XL *******/
@media (min-width: 1200px) {}

.print {
  display: none;
}

/****************WKD 2021 **************/
.text-wkd-red {
  color: #ed1c24 !important;
}

.text-wkd-blue {
  color: #4b9dd6 !important;
}

.text-wkd-pink {
  color: #f6a5ba !important;
}

.background-wkd-red {
  background: #ed1c24 !important;
}

.background-wkd-blue {
  background: #4b9dd6 !important;
}

.background-wkd-pink {
  background: #f6a5ba !important;
}

.bt-3 {
  border-top: 3px solid #f09606;
}

.whatsapp-mobile {
  position: fixed;
  z-index: 700;
  bottom: 1.5rem;
  right: 1.5rem;
  opacity: 0.9;
  transition: all ease 0.25s;
}

.whatsapp-mobile {
  width: 56px;
  height: 56px;
}

.whatsapp-mobile:hover {
  opacity: 1;
  transition: all ease 0.25s;
}

.text-whatsapp {
  color: #1cd071;
}

.bg-rosa {
  background-color: #eb4e98 !important;
}

.text-rosa {
  color: #eb4e98 !important;
}

.title-section-rosa {
  background-image: url(/frontend/images/bg-title-section-rosa.jpg);
  background-position: top left;
  height: 400px;
}

.container-rosa {
  background: rgb(4, 5, 5);
  background: radial-gradient(circle,
      rgba(4, 5, 5, 40) 0%,
      rgba(255, 255, 255, 0) 76%);
}

.btn-rosa {
  border: 2px solid #eb4e98;
  color: #fff;
  background-color: #eb4e98;
}

.btn-rosa:hover,
.btn-rosa:focus,
.btn-rosa:active,
.btn-rosa:not(:disabled):not(.disabled).active,
.btn-rosa:not(:disabled):not(.disabled):active,
.show>.btn-rosa.dropdown-toggle {
  background: #d44286;
  color: #fff;
  border: 2px solid #d44286;
  transition: all ease 0.25s;
}