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

primary #00ADEF (celeste)
secondary #0074BD (azul)
tertiary #0048a0 (azul + oscuro)
*/
/****** GENERALES *******/
:focus {
  outline: 0;
}

* {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #00315c;
  font-weight: 400;
}

b,
strong {
  font-weight: 700;
}

/* h1 {
	font-size: 4rem;
}

h2 {
	font-size: 3.6rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 1rem;
} */

.uppercase {
  text-transform: uppercase;
}

a:hover {
  text-decoration: none;
}

.inter {
  font-family: "Inter", sans-serif;
}

.titillium {
  font-family: "Titillium Web", sans-serif;
}

/****** UI KIT *******/
.title-section {
  background-size: cover;
  background-color: #00315c;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 230px;
  display: flex;
  align-items: center;
}
.title-section h2{
  font-size: 2.5rem;
}

.contenido {
  line-height: 1.75;
}

.contenido h1 {
  font-size: 3.75rem;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
}

.contenido h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  font-family: "Titillium Web", sans-serif;
}

.contenido h3 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 1.2rem;
}

.contenido h4 {
  font-size: 24px;
  font-weight: 600;
  color: #00315c;
  border-bottom: 3px solid #e0eef7;
  padding-bottom: 4px;
  font-family: "Titillium Web", sans-serif;
}

.contenido h5 {
  font-size: 16px;
  font-weight: 600;
  color: #00adef;
  margin-bottom: 1.4rem;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 0.6rem;
}

.contenido h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 40px;
  background-color: #00adef;
}

.contenido h6 {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -0.025rem;
  color: #00adef;
}

.contenido blockquote {
  color: #00315c;
  padding: 2rem 3rem 1rem;
  margin: 1.5rem 0;
  background: url(/frontend/images/at-bg-blockquote.png) 1rem 1rem no-repeat
    #e0eef7;
  background-position-x: 95%;
  background-position-y: 25%;
  border-left: 5px solid #00adef;
  font-family: "Titillium Web", sans-serif;
  font-style: italic;
}
.contenido blockquote p {
  font-size: 22px !important;
}

.contenido p {
  margin-bottom: 1rem;
  font-size: 16px;
  color: #00315c;
}

.contenido p a{
  color: #e6af15;
  font-weight: 600;
  text-decoration: underline;
}
.contenido li a {
  color: #406585 !important;
  font-weight: 600;
}
.contenido strong {
  font-weight: 600;
}

.contenido p img {
  display: block;
  height: auto !important;
  max-width: 100%;
  border-radius: 15px;
  margin: 2rem 0;
}

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

.contenido ul {
  list-style: none;
}

.contenido ul li::before {
  content: "arrow_right_alt";
  font-family: "Material Icons";
  margin-right: 5px;
  font-weight: 500;
  color: #00adef;
}
.contenido ul li ul {
  margin-left: 15px;
}
.contenido ul li ul li::before {
  content: "arrow_right";
  font-family: "Material Icons";
  margin-right: 5px;
  font-weight: 500;
  color: #E6AF15;
}

.ulAlt li::before {
  color: #00adef !important;
}
.contenido ol li {
  margin-bottom: 0.3rem;
}
.contenido ol li::marker {
  color: #00adef;
  font-weight: 600;
}

.alert {
  border-radius: 0;
  color: #fff;
  line-height: 1.5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.alert-icon {
  padding-left: 3.5rem;
  background: url(/frontend/images/at-icon-info.png) 1rem 1.05rem no-repeat;
}

.alert-success {
  background-color: #4caf50;
  border-color: #4caf50;
}

.alert-info {
  background-color: #00adef;
  border-color: #00adef;
}

.alert-danger {
  background-color: #ff131e;
  border-color: #ff131e;
}

.alert-warning {
  background-color: #ffb924;
  border-color: #ffb924;
}

/****** 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-14 {
  font-size: 14px;
}
.fs-18 {
  font-size: 18px !important;
}

.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;
}

.o-75 {
  opacity: 0.75;
}

.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;
}

.divider {
  height: 3px;
  width: 40px;
  margin: 0.4rem 0;
}

.custom-list {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  list-style: none;
}

.custom-list li {
  margin-bottom: 0.6rem;
}

.custom-list li::before {
  content: "\f00c";
  color: #00adef;
  font-weight: bold;
  display: inline-block;
  margin-left: -1.2rem;
  margin-right: 0.4rem;
  font-family: FontAwesome;
}

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

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


.border-primary {
  border-color: #00adef !important;
}

a.hvr-primary:hover,
a.hvr-primary:active,
a.hvr-primary.active,
.megamenu.show span.hvr-primary,
.megamenu.active span.hvr-primary,
a.hvr-primary:focus {
  color: #00adef !important;
  transition: all ease 0.25s;
}

.border-success {
  border-color: #4caf50 !important;
}

a.hvr-success:hover,
a.hvr-success:active,
a.hvr-success.active,
.megamenu.show span.hvr-success,
a.hvr-success:focus {
  color: #4caf50 !important;
  transition: all ease 0.25s;
}

.border-violet {
  border-color: #7450a4 !important;
}

a.hvr-violet:hover,
a.hvr-violet:active,
a.hvr-violet.active,
.megamenu.show span.hvr-violet,
a.hvr-violet:focus {
  color: #7450a4 !important;
  transition: all ease 0.25s;
}

.bg-violet {
  background-color: #7450a4 !important;
}

.border-verde {
  border-color: #84a42d !important;
}

a.hvr-verde:hover,
a.hvr-verde:active,
a.hvr-verde.active,
.megamenu.show span.hvr-verde,
a.hvr-verde:focus {
  color: #84a42d !important;
  transition: all ease 0.25s;
}

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

.primary {
  color: #00adef !important;
}

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

.secondary {
  color: #0074bd;
}

.bg-secondary {
  background-color: #0074bd !important;
}

.bg-light-gray {
  background-color: #EDEDEE;
}

.blue {
  color: #00315C;
}

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

.bg-tertiary {
  background-color: #0048a0 !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;
}

.hr-100x2 {
  width: 100%;
  height: 2px;
  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;
  width: fit-content;
}

.transition {
  transition: .3s;
}

.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;
}

.badge-primary {
  color: #fff;
  background-color: #00adef !important;
}

/****** HEADER + MENU *******/
.preheader {
  background: #00adef;
  color: #fff;
  font-size: 0.8rem;
}
.preheader-contact {
  background: #e0eef7;
}
.preheader-logo {
  background: #ffffff;
  padding: 1rem 0;
}

.preheader-contact .nav-link {
  color: #00315c !important;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}
.preheader-contact .nav-link:hover {
  color: #00adef !important;
}

.preheader-contact .nav-link span,
.preheader-contact .nav-link i {
  color: #0074bd !important;
}

/* Header */
.orange {
  color: #e6af15;
}

.bg-orange {
  background-color: #e6af15;
}
.navbar {
  background-color: #0074bd !important;
  padding: 0;
}

.navbar .nav-item-end {
  background-color: #00adef !important;
  margin-left: auto;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-size: 17px;
  padding: 0.8rem 0.3rem !important;
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: 500;
}

.navbar-light .navbar-nav {
  width: 100%;
}

.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: #b1d1e6 !important;
}

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

.navbar-brand img {
  max-width: 165px;
  padding: 1rem 0 1rem 0.7rem;
}

/**** 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 */
.img-link {
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
  outline: 1px solid #ffffff;
}
.img-link:hover {
  border-radius: 15px;
  outline: 1px solid #00adef;
  overflow: hidden;
  filter: brightness(1.1);
}

.two-columns-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.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: #00315c;
  transition: all ease 0.25s;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

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

.megamenu .megamenu-menu .banner {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.megamenu .megamenu-menu .banner span {
  width: 100%;
  height: 100%;
  display: block;
  background-position: top right;
  background-size: cover;
  transition: all ease 0.25s;
}

.megamenu .megamenu-menu .banner:hover span {
  width: 102%;
  height: 102%;
  transition: all ease 0.25s;
}

.megamenu .megamenu-menu a {
  color: #00315c;
  font-weight: 400;
}

.megamenu:hover {
  cursor: pointer;
}

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

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

.megamenu .megamenu-menu ul li a:hover {
  transition: all ease 0.25s;
  color: #0074bd;
  text-decoration: underline;
}

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

/****** FOOTER *******/
footer {
  background: url(/frontend/images/bg-footer.png), #00315c;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-logo img {
  position: relative;
  z-index: 2;
  max-width: 250px;
}

footer a,
footer a.nav-link {
  color: #fff;
}

footer .facebook,
footer .instagram,
footer .youtube,
footer .linkedin,
.rrss .linkedin {
  padding: 0 !important;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 0;
  color: #fff;
  text-align: center;
  line-height: 42px;
  margin-top: 0.75rem;
  margin-right: 0.5rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  transition: all ease 0.25s;
  text-decoration: none;
}

footer .facebook i,
footer .instagram span,
footer .youtube span,
footer .linkedin i {
  font-size: 1.15rem;
  color: #fff;
}

footer .facebook {
  background-color: #003f9e;
  color: #fff;
}

footer .instagram {
  background-color: #ee03af;
}

footer .linkedin, .rrss .linkedin {
  background-color: #2489be;
}

footer .youtube {
  background-color: #e9051d;
}

footer .nav-item {
  color: #fff;
  padding: 0.4rem 0;
  line-height: 1.4;
}

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

footer .nav-link:hover, footer .nav-link.active {
  color: #00adef;
  padding-left: 2px;
  transition: all ease 0.25s;
}

.sub-footer {
  background: #012b50;
  color: #4f779a;
  font-size: 90%;
}

/************ ******  HOME ****** ****** *******
****** ****** ****** ****** ****** ****** ******/

/* nuevo */
.hero {
}

.hero .carousel-item img {
  height: 600px;
  object-fit: cover;
}

.hero .carousel-indicators {
  margin-bottom: 4rem;
}
.hero .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #0074bd;
}

.hero .carousel-indicators li.active {
  opacity: 1;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  opacity: 1;
  border: 0;
  outline: 0;
  background-color: transparent;
}

.hero .carousel-control-prev img,
.hero .carousel-control-next img {
  width: 50px;
  transition: 0.3s;
}
.hero .carousel-control-prev img:hover,
.hero .carousel-control-next img:hover {
  transform: scale(1.1);
}

.hero .carousel-control-prev span,
.hero .carousel-control-next span {
  font-size: 36px;
  color: #00adef;
  transition: 0.3s;
}

.hero .carousel-control-prev span:hover,
.hero .carousel-control-next span:hover {
  color: #0074bd;
}

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

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

.contact-card-home img {
  height: 36px;
  margin-bottom: 0.8rem;
}

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

.contact-card-home-consultas::after {
  content: url(/frontend/images/icon-phone2.svg);
  position: absolute;
  right: 1rem;
  top: 1rem;
}

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

.contact-card-home-ubicacion::after {
  content: url(/frontend/images/icon-map2.svg);
  position: absolute;
  right: 1rem;
  top: 1rem;
}

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

.text-block-home {
  background-image: url(/frontend/images/bg-textblock-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.card-links {
  background-color: #ffffff;
  border: 1px solid #00315c2f;
  border-radius: 15px;
  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_right_alt";
  font-family: "Material Icons";
  margin-right: 5px;
  font-weight: 500;
  color: #00adef;
}

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

.info-list li a {
  color: #00315c !important;
  transition: 0.3s;
}

.info-list li a:hover {
  color: #0074bd !important;
  text-decoration: none;
  margin-left: 8px;
}
/* Servicios*/
.services {
  background-image: url(/frontend/images/bg-servicios.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 4rem 0;
}

.services-card {
  border-radius: 15px;
  padding: 1.6rem;
  min-height: 280px;
  background-color: #f5fbff;
  border: 1px solid #00315c36;
  color: #00315c !important;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.services-card img {
  height: 65px;
  margin-bottom: 0.8rem;
}

.services-card-link {
  color: #e6af15;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  transform: translateY(150px);
  transition: 0.3s;
  bottom: 1rem;
  margin-bottom: 0;
}

.services-card:hover {
  background-color: white;
  border: 1px solid #00315c7c;
}

.services-card:hover .services-card-link {
  transform: translateY(0px);
}

.map {
  background-image: url(/frontend/images/bg-map2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8rem 0;
}

/* Novedades */
.news {
  background-image: url(/frontend/images/bg-novedades.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news-container {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #00315c36;
  color: #00315c;
}

.news-container img {
  height: 220px;
}

.news-container-text {
  padding: 1rem;
}

.news-title {
  border-bottom: 1px solid #00315c36;
  padding: 0.4rem 0;
  margin-bottom: 0.8rem;
}

.news-title h6,
.news-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-link {
  display: flex;
  font-weight: 500;
  color: #00adef;
}

/* Carousel de logos */
.carousel-logos {
  background-color: #f3faff;
  padding: 4rem 0;
}

.carousel-logos .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.carousel-logos .owl-carousel .owl-stage .owl-item {
  background-color: #f3faff;
  padding: 1rem;
}
.carousel-logos .owl-carousel .owl-stage img {
  height: 75px;
  object-fit: contain;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

/*//////////////////////////////////////// INSTITUCIONAL //////////////////////////////////////// */
.title-section-institucional {
  background-image: url(/frontend/images/bg-institucional.jpg);
}
.title-section-institucional-comites {
  background-image: url(/frontend/images/bg-institucional-comites.jpg);
}
.title-section-pacientes {
  background-image: url(/frontend/images/bg-pacientes.jpg);
}
.title-section-novedades {
  background-image: url(/frontend/images/bg-novedades.jpg);
}
.title-section-profesionales {
  background-image: url(/frontend/images/bg-profesionales.jpg);
}
.title-section-contacto {
  background-image: url(/frontend/images/bg-contacto.jpg);
}

.institucional-body {
  background-image: url(/frontend/images/bg-institucional-body.png);
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}

/*// Autoridades // */
.manager-card {
  background-color: #F3FAFF;
  border-radius: 15px;
  padding: 1.4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 290px;
}

.manager-card .fs-18 {
  font-size: 18px !important;
}

.manager-card img {
  margin-bottom: 1rem;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

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

.institucional-gallery-item {
  width: 100%;
  height: 100%;
  background: #00315C !important;
  border-radius: 15px;
    overflow: hidden;
}

.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 {
  content: url(/frontend/images/icon-plus.svg);
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  transform: translateY(50%);
  opacity: 0;
  transition: all ease 0.25s;
  z-index: 5;
  width: 80px;
  height: 80px;
}

.institucional-gallery-item:hover::after {
  position: absolute;
  transform: translateY(0);
  opacity: 1;
  transition: all ease 0.25s;
  z-index: 5;
}

/*// Institucional Contacto //*/
.contact-nav {
  display: flex;
  flex-direction: column;
}

.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: 600;
  font-size: 14px;
  color: #406585;
  margin-bottom: 0.2rem;
}

input.form-control,
textarea.form-control,
select.form-control {
  font-weight: 300;
  border-radius: 10px;
  font-size:16px;
  color: #66839D;
}

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

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

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

.form-control:focus {
  border-color: #314890;
  box-shadow: 0 0 0 0.2rem rgba(220, 161, 204, 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);
}

.form-group-abs{
  position: relative;
}
.form-group-abs input{
  width: 90%;
}
.form-group-abs button{
  position: absolute;
  top: -1px;
  right: 0px;
}
/*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: 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;
}

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

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

.link-flecha:after {
  content: "arrow_right_alt";
  font-family: "Material Icons";
  margin-left: 0.5rem;
}

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

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

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

.card-news h4,
.card-news {
  transition: 0.3s;
}

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

.card-news:hover h4 {
  color: #00adef;
}

.news-main {
  width: 100%;
  min-height: 100%;
  display: block;
  background-position: center center;
  background-repeat: none;
  background-size: cover;
  transition: all ease 0.25s;
}

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

.news-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.9;
  transition: all ease 0.25s;
}

.hover-shadow {
  transition: all ease 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.18);
}

.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;
}

/* Slider */

#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;
}


.switch,.switch--inline {
  position: relative;
  display: block
}

.switch--inline {
  display: inline-block
}

.switch__button {
  border-radius: .5rem;
  border: 1px solid #d2d7dd;
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center
}

.switch__button--square {
  width: 2em;
  height: 2em;
  line-height: 2
}
.switch__control:hover~.switch__button {
  background-color: #b3eaff;
  border-color: #2ac1fd;
  color: #fff;
  transition: all 0.25s ease;
}
.switch__control:checked~.switch__button {
  background-color: #00adef;
  border-color: #00adef;
  color: #fff
}
.switch__control {
  display: none !important;
}

.section__bar {
  background-color: #ecf1f6;
  color: #313f4c;
  margin-bottom: 1rem;
  padding: .5rem;
  border-radius: 5px;
}
.section__bar h3 {
  margin-bottom: 0;
  font-size: 26px;
}
.section__bar strong {
  background-color: #0074bd;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  margin-bottom: -2rem;
  margin-left: -1rem;
  margin-top: -2rem;
  padding: 12px 18px;
  border-radius: 10px;
}
.professional-item{
  color: #406585;
  font-size: 18px;
  line-height: 20px;
  border-bottom: 1px solid #e9e9e9;
  display: block;
}
.professional-item:hover, .professional-item:focus{
  color: #24415a;
  transition: all 0.25s ease;
}
.professional-item span{
  font-size: 14px;
  color:#00ADEF;
}
.professional-item span:not(:first-of-type)::before{
  content: " - ";
}
span.specialty-detail:not(:first-of-type)::before{
  content: " - ";
}
/* Cuadricula de CTA */
.actions-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.actions-container img {
  height: 100%;
  width: 100%;
}

.actions-container-bg {
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center left;
  background-position-x: 180px, 35px;
  background-position-y: 30px, 25px;
}

.actions-turnos-bg {
  background-image: url(/frontend/images/calendario-opacidad.png),
    url(/frontend/images/icon-calendar.svg);
}

.actions-ubicacion-bg {
  background-image: url(/frontend/images/ubicacion-opacidad.png),
    url(/frontend/images/icon-ubicacion.svg);
}

.actions-especialidades-bg {
  background-image: url(/frontend/images/especialidades-opacidad.png),
    url(/frontend/images/icon-especialidades.svg);
}

.actions-text-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 35px;
  width: 100%;
  overflow: hidden !important;
}

.actions-text-container .phone-number {
  font-size: 50px;
}

.actions-text-container .phone-icon {
  display: flex;
  align-items: center;
  font-size: 24px;
}

.actions-text-container .phone-icon::before {
  content: url(/frontend/images/icon-phone.png);
  font-family: "Material Icons";
}

.action-buttons {
  align-items: flex-end;
}

.actions-buttons-containers .actions-text-container span {
  font-size: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.466);
  transition: 0.3s;
}

.actions-buttons-containers .actions-text-container .btn {
  margin-top: 100px;
}

.actions-container.actions-buttons-containers > .actions-text-container span {
  transform: translateY(145px);
  transition: all 0.3s;
}

.actions-container.actions-buttons-containers > .actions-text-container a {
  transform: translateY(145px);
  transition: all 0.3s;
}

.actions-container.actions-container-bg.actions-turnos-bg:hover
  > .actions-text-container
  span,
.actions-container.actions-container-bg.actions-especialidades-bg:hover
  > .actions-text-container
  span,
.actions-container.actions-container-bg.actions-ubicacion-bg:hover
  > .actions-text-container
  span {
  transform: translateY(95px);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  padding-bottom: 0rem !important;
}

.actions-container.actions-container-bg.actions-turnos-bg:hover
  > .actions-text-container
  a,
.actions-container.actions-container-bg.actions-especialidades-bg:hover
  > .actions-text-container
  a,
.actions-container.actions-container-bg.actions-ubicacion-bg:hover
  > .actions-text-container
  a {
  transform: translateY(15px);
}

/* Mas buscado*/
#mas-buscado {
  background-image: linear-gradient(
    90deg,
    #0074bd 40%,
    #f6f6f8 40%,
    #f6f6f8 60%
  );
}

/* Contador*/
.counter-container {
  background-color: white;
  padding: 40px;
  position: absolute;
  width: 100%;
  left: 0;
}

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

/* Ecologia*/
.ecology {
  min-height: 265px;
  background-image: url(/frontend/images/ecologia.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
}

.rrhhSection {
  min-height: 265px;
  background-color: #e7e7e7;
  background-image: url(/frontend/images/rrhh-section.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
}

.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: #00adef;
}

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




/****** BLOG *******/
.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: 1.2rem;
  margin: 0 5px;
  border-radius: 25px !important;
  color: #115e7f;
  line-height: 1;
  padding: 5px 10px;
}

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

.pagination .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 161, 204, 0.25);
}

.page-item.disabled .page-link {
  color: #c9c9c9;
}

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

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

#compartir .rrss-circle {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-right: 0px;
  margin-top: -3px;
}

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

#sidebar-blog .card,
#sidebar-blog .card-img-top {
  border-radius: 0;
  margin-top: -1px;
}

#sidebar-blog .card-title {
  margin-bottom: 5px;
  line-height: 1.2;
}

#sidebar-blog .card:hover {
  background: #f0f0f0;
  transition: all 0.25s ease;
}

#sidebar-blog .card a {
  color: #115e7f;
}

#sidebar-blog .card:hover a {
  text-decoration: none;
  color: #10252e;
  transition: all 0.25s ease;
}

#sidebar-blog .card img {
  opacity: 0.9;
}

#sidebar-blog .card:hover img {
  opacity: 1;
  transition: all 0.25s ease;
}

.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 //////////////////*/
.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;
  background: rgb(0, 116, 189);
  background: linear-gradient(
    90deg,
    rgba(0, 116, 189, 1) 19%,
    rgba(0, 173, 239, 1) 100%
  );
}

.vertical-menu .nav {
  padding: 0px 20px 10px 20px;
  background-color: white;
}

.vertical-menu .nav .nav-item .nav-link {
  color: #406485;
  padding: 0.8rem 0rem;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  transition: 0.3s;
}

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

.vertical-menu .nav .nav-item .nav-link:after {
  content: "arrow_right_alt";
  font-family: "Material Icons";
  color: #406485;
  font-size: 22px;
  transition: 0.3s;
  height: 20px;
  line-height: 1.2;
}
.vertical-menu .nav .nav-item .nav-link:hover,
.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: #e6af15;
  font-weight: 500;
}

.subnav ul {
  list-style: disc !important;
  color: #31bcf1;
}

.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;
}



/*///////////////////// 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: #00adef;
}

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

.buscador-container .form-control {
  height: calc(1.5em + 0.75rem + 7px);
  border: 1px solid #00adef !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 #00adef;
  -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-backdrop.in {
  opacity: 0.57%;
  background-color: #d6dbe0;
}
.modal-general .close {
  color: #009dcc;
  float: none;
  opacity: 1;
  position: absolute;
  right: 0rem;
  top: 0rem;
  z-index: 999;
}
.modal-general .close:hover, .modal-general .close:focus{
  border: none;
  outline-style: none;
} 
.modal-general .modal-dialog {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 80%;
  width: 820px;
}
.modal-general .modal-content {
  border-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 16px 0px #c8ced2;
  box-shadow: 0px 0px 16px 0px #c8ced2;
  padding: 2rem;
  text-align: left;
}
.modal-general .modal-header {
  border-bottom: none;
  padding: 0;
}
.modal-general .modal-title {
  font-size: 1.3rem;
  color: #00adef;
  border-bottom: 2px solid #dfe1e4;
  padding-bottom: 4px;
  width: 100%;
}
.modal-general .modal-body {
  padding: 0;
  font-size: 1.3rem;
}
.modal-general .modal-body p {
  margin-bottom: .5rem !important;
}

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

.buscador-filter-button {
  border: 1px solid #ebebeb;
  color: #00adef;
  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 */
#owlLogos .owl-nav {
  display: flex;
  justify-content: space-between;
  transform: translateY(-10px);
}

#owlLogos .owl-nav .owl-next,
#owlLogos .owl-nav .owl-prev {
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0074bd;
  transition: 0.3s;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 25px;
}

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

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

#owlLogos .owl-nav .owl-next {
  margin-right: auto;
}

#owlLogos .owl-nav .owl-prev {
  margin-left: auto;
}

/*///////////////////// 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;
}
.btn-sm {
  border-radius: 25px;
  font-size: 14px;
  padding: 7px 15px;
}
.btn:hover {
}

.btn-primary {
  border: 2px solid #00adef;
  color: #fff;
  background-color: #00adef;
}

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

.btn-outline-primary {
  border: 1px solid #00adef;
  color: #00adef;
  background-color: transparent;
}

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

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

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

.btn-outline-primary-wsp {
  border: 1px solid #32d57f;
  color: #32d57f;
  background-color: transparent;
}

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

.btn-primary-gd {
  border: 0;
  color: #fff;
  background-image: linear-gradient(
    to right,
    #0064a2 0%,
    #00adef 51%,
    #63ccf6 100%
  );
  background-size: 200% auto;
  font-size: 18px;
  transition: all ease 0.25s;
}

.btn-primary-gd:hover,
.btn-primary-gd:focus,
.btn-primary-gd:active,
.btn-primary-gd:not(:disabled):not(.disabled).active,
.btn-primary-gd:not(:disabled):not(.disabled):active,
.show > .btn-gd-primary.dropdown-toggle {
  transition: all ease 0.25s;
  color: #fff;
  background-position: left center;
  background-size: 500% auto;
}

.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: #fff;
  color: #4caf50;
  border: 2px solid #4caf50;
  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;
}

.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) {
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .hero .carousel-item img {
    height: 400px;
    object-fit: cover;
  }
  .services-card {
    min-height: 320px;
  }

  .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;
  }
}

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

  .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;
  }
}

/****** MD *******/
@media (max-width: 768px) {
  .navbar {
    background-color: #ffffff !important;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #00315c !important;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .two-columns-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .navbar .nav-item-end {
    background-color: transparent !important;
    margin-left: 0;
  }
  .hero .carousel-control-prev,
  .hero .carousel-control-next{
    display: none;
  }
  .contact-card-home {
    min-height: auto;
  }
  .services-card {
    min-height: 295px;
  }
  .map {
    padding: 4.5rem 0;
  }
  .vertical-menu {
    margin-top: 1rem;
  }
  .row-reverse {
    flex-direction: row-reverse;
  }

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

  #owl2 .owl-item .cover-img {
    object-position: -190px;
  }

  #mas-buscado {
    background-image: linear-gradient(#f6f6f8 40%, #f6f6f8 60%, #0074bd 60%);
  }

  #mas-buscado img,
  .history img {
    width: 100%;
  }

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

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

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

  .guia-paciente .guia-internacion-bg {
    background-color: #0074bd !important;
  }

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

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

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

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

@media (max-width: 576px) {
  .hero .carousel-item img {
    height: 600px;
    object-fit: cover;
  }
  .services-card {
    min-height: auto;
  }
  .services-card-link {
    position: relative;
    bottom: 0;
    margin-top: 1rem;
  }
  .map {
    background-image: url(/frontend/images/bg-map-sm.jpg);
    padding: 7rem 0;
  }

  .map h2 {
    font-size: 20px !important;
  }
  .map .h1 {
    font-size: 24px !important;
  }

  .title-section-institucional, .title-section-institucional-comites, .title-section-pacientes, .title-section-contacto, .title-section-novedades, .title-section-profesionales {
    min-height: 150px;
    background-position: 75% 0px;
  }
  .column-reverse-sm {
    flex-direction: column-reverse;
  }

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

  #owl2 .owl-item .cover-img {
    object-position: -150px;
  }

  #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: #00adef;
    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;
  }

  .ecology {
    text-align: center;
    background: none;
  }
  .rrhhSection {
    text-align: center;
    background-image: url(/frontend/images/rrhh-section-sm.jpg);
    background-position: center;
  }

  .ecology-container {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 35px;
  }

  .ecology-img {
    min-height: 200px;
    object-fit: cover;
    object-position: revert;
  }

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

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

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

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

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

@media (max-width: 320px) {
  .actions-buttons-containers .actions-text-container span {
    font-size: 21px;
  }

  .responsive-wrap {
    flex-wrap: wrap;
  }

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

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

  .actions-container-bg {
    background-position-x: 120%;
  }
}

/****** LG *******/
@media (min-width: 992px) {
  .navbar-brand img {
    max-width: 175px;
    padding: 0rem;
  }

  .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: #f6f6f8;
  }

  .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;
}
