@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

p,
a,
span,
li {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 300;
  color: #0A2132;
  text-decoration: none;
}

li {
  margin: 5px 0;
  padding-left: 30px;
  list-style-position: inside;
}

h2,
h3,
h4 {
  font-family: "Barlow Condensed", sans-serif;
}

h4 {
  background-color: #008A43;
  border-radius: 35px;
  padding: 5px 20px;
  color: #fff;
  font-size: 1.85rem;
  line-height: 1.85rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

h5 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

h2 {
  font-size: 2.3rem;
}

.btn {
  cursor: pointer;
  transition: all 0.2s;
  background-color: #008A43;
  padding: 12px 50px;
  border-radius: 35px;
  color: #fff;
  font-size: 0.9rem;
}
.btn:hover {
  transform: scale(1.05);
}

.nav-alt {
  height: 12vh;
  display: flex;
  width: 100vw;
  padding-bottom: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  background-color: transparent;
  top: 0;
  z-index: 10;
  transition: all 0.2s;
}
.nav-alt.scrolled, .nav-alt.open {
  background-color: white;
  border-bottom: solid 1px #CACACA;
  height: 10vh;
  padding-bottom: 0;
  justify-content: center !important;
}
.nav-alt.scrolled.ortopedia .content .link.img img, .nav-alt.open.ortopedia .content .link.img img {
  content: url("../assets/imgs/logo-ortopedia-color.svg");
}
.nav-alt.scrolled.fico .content .link.img img, .nav-alt.open.fico .content .link.img img {
  content: url("../assets/imgs/logo-fico-color.svg");
}
.nav-alt.scrolled.cirugia .content .link.img img, .nav-alt.open.cirugia .content .link.img img {
  content: url("../assets/imgs/logo-cirugia-color.svg");
}
.nav-alt.scrolled .content, .nav-alt.open .content {
  align-items: center;
}
.nav-alt.scrolled .content .link a, .nav-alt.open .content .link a {
  background-color: transparent;
  color: #0A2132;
  font-weight: 300;
}
.nav-alt.scrolled .content .link:nth-of-type(2), .nav-alt.open .content .link:nth-of-type(2) {
  justify-content: flex-end;
}
.nav-alt.scrolled .content .link:nth-of-type(2) a, .nav-alt.open .content .link:nth-of-type(2) a {
  padding: 10px 20px;
  transition: all 0.2s;
  font-weight: 300;
  border: solid 1px #0A2132;
  color: #0A2132;
}
.nav-alt.scrolled .content .link:nth-of-type(2) a:hover, .nav-alt.open .content .link:nth-of-type(2) a:hover {
  background-color: #008A43;
  border-color: #008A43;
  color: white;
  font-weight: 500;
}
.nav-alt .content {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-alt .content.mobile {
  display: none;
}
.nav-alt .content .link {
  width: fit-content;
}
.nav-alt .content .link:nth-of-type(2) {
  justify-content: flex-end;
}
.nav-alt .content .link:nth-of-type(2) a {
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 200;
  border: solid 1px white;
  background-color: transparent;
  transition: all 0.2s;
}
.nav-alt .content .link:nth-of-type(2) a:hover {
  background-color: #008A43;
  border-color: #008A43;
  font-weight: 600;
}
.nav-alt .content .link.img {
  display: flex;
}
.nav-alt .content .link.img img {
  width: 150px;
}

.nav {
  height: 12vh;
  display: flex;
  width: 100vw;
  padding-bottom: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  background-color: transparent;
  top: 0;
  z-index: 10;
  transition: all 0.2s;
}
.nav.scrolled, .nav.open {
  background-color: white;
  border-bottom: solid 1px #CACACA;
  height: 10vh;
  padding-bottom: 0;
  justify-content: center !important;
}
.nav.scrolled .content, .nav.open .content {
  align-items: center;
}
.nav.scrolled .content .link a, .nav.open .content .link a {
  background-color: transparent;
  color: #0A2132;
  font-weight: 300;
}
.nav.scrolled .content .link:nth-of-type(3), .nav.open .content .link:nth-of-type(3) {
  justify-content: flex-end;
}
.nav.scrolled .content .link:nth-of-type(3) a, .nav.open .content .link:nth-of-type(3) a {
  border-radius: 20px;
  padding: 10px 20px;
  transition: all 0.2s;
  font-weight: 300;
  border: solid 1px #0A2132;
}
.nav.scrolled .content .link:nth-of-type(3) a:hover, .nav.open .content .link:nth-of-type(3) a:hover {
  background-color: #008A43;
  border-color: #008A43;
  color: white;
  font-weight: 500;
}
.nav.scrolled .content .link.img img, .nav.open .content .link.img img {
  content: url("../assets/imgs/logo-green.svg");
}
.nav .content {
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.nav .content .scroll-content {
  display: none;
}
.nav .content.mobile {
  display: none;
}
.nav .content .link {
  width: 33%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
}
.nav .content .link:nth-of-type(1) {
  justify-content: flex-start;
}
.nav .content .link:nth-of-type(1) a {
  padding: 10px 20px;
}
.nav .content .link:nth-of-type(3) {
  justify-content: flex-end;
}
.nav .content .link:nth-of-type(3) a {
  border-radius: 20px;
  padding: 10px 20px;
  transition: all 0.2s;
  font-weight: 300;
  border: solid 1px white;
}
.nav .content .link:nth-of-type(3) a:hover {
  background-color: #008A43;
  border-color: #008A43;
}
.nav .content .link a {
  color: #fff;
}
.nav .content .link a:hover {
  background-color: transparent;
  font-weight: 600;
}
.nav .content .link.img a {
  background-color: transparent;
}
.nav .content .link.hidden {
  display: none;
}
.nav .content .link img {
  width: 150px;
}
.nav .content.mobile {
  display: none;
}

.mobile-menu {
  display: none;
}

#home header {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
#home header .header-carousel {
  height: 100vh;
  width: 100%;
}
#home header .header-carousel .carousel-cell {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
#home header .header-carousel .carousel-cell.Centro .content {
  align-items: center;
}
#home header .header-carousel .carousel-cell.Centro .content h1,
#home header .header-carousel .carousel-cell.Centro .content h4 {
  text-align: center;
}
#home header .header-carousel .carousel-cell.Izquierda .content {
  align-items: flex-start;
}
#home header .header-carousel .carousel-cell.Izquierda .content h1,
#home header .header-carousel .carousel-cell.Izquierda .content h4 {
  text-align: left;
}
#home header .header-carousel .carousel-cell.Derecha .content {
  align-items: flex-end;
}
#home header .header-carousel .carousel-cell.Derecha .content h1,
#home header .header-carousel .carousel-cell.Derecha .content h4 {
  text-align: right;
}
#home header .header-carousel .carousel-cell .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding-top: 10%;
}
#home header .header-carousel .carousel-cell .content h4 {
  font-family: "Roboto", "Arial";
  color: #ffffff;
  text-shadow: none;
  line-height: 1.5;
  padding: 0;
  text-transform: none;
  font-weight: 400;
  background-color: transparent;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#home header .header-carousel .carousel-cell .content h1 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 100;
  font-size: 2.8rem;
  line-height: 3.1rem;
  color: white;
  width: 35%;
}
#home header .content {
  width: 100%;
  bottom: 10%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  justify-content: flex-end;
  position: absolute;
  z-index: 2;
}
#home header .content .btn-mobile {
  display: none;
}
#home header .content .botonera {
  position: relative;
  display: flex;
  justify-content: center;
}
#home header .content .botonera .btn {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  padding: 0;
}
@keyframes latido {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#home header .content .botonera .btn span {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2rem;
  user-select: none;
  /* No se puede seleccionar */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}
#home header .content .botonera .btn.plus {
  background-color: #008A43;
  position: relative;
  opacity: 0;
  z-index: 3;
  transition: transform 0.2s ease-in-out;
  animation: latido 1s ease-in-out infinite;
}
#home header .content .botonera .btn.plus.visible {
  opacity: 1;
}
#home header .content .botonera .btn.plus span {
  font-size: 1.5rem;
}
#home header .content .botonera .btns-container {
  position: absolute;
  z-index: 2;
  transition: all 0.2s;
  opacity: 0;
  display: flex;
}
#home header .content .botonera .btns-container.open {
  opacity: 1;
}
#home header .content .botonera .btns-container .btn {
  margin: 0 8px;
  height: 60px;
  min-width: 60px;
  border-radius: 30px;
}
#home header .content .botonera .btns-container .btn:hover {
  width: 150px;
}
#home header .content .botonera .btns-container .btn:hover span {
  width: fit-content;
}
#home header .content .botonera .btns-container .btn span {
  width: 0px;
  overflow: hidden;
  transition: all 0.2s;
  font-size: 1rem;
}
#home header .content .botonera .btns-container .btn.fico {
  background-color: #2846AD;
}
#home header .content .botonera .btns-container .btn.ortopedia {
  background-color: #BA3552;
}
#home header .content .botonera .btns-container .btn.cirugia {
  background-color: #2895AD;
}
#home section .content {
  width: 63%;
  margin: 0 auto;
  display: flex;
}
#home .intro {
  padding: 230px 0 60px 0;
}
#home .intro .content {
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#home .intro .content p {
  font-weight: 200;
  text-align: center;
  width: 80%;
  margin: 20px auto;
  font-size: 1.1rem;
  line-height: 1.7rem;
}
#home .intro .content p:nth-of-type(1) {
  font-weight: 500;
}
#home .intro .content h3 {
  color: #008A43;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Be Vietnam Pro", sans-serif;
}
#home .intro .content .dots {
  display: flex;
  gap: 5px;
  margin-top: 30px;
}
#home .intro .content .dots img {
  width: 13px;
}
#home .soluciones {
  padding-bottom: 200px;
}
#home .soluciones .content {
  flex-direction: column;
}
#home .soluciones .content h2 {
  text-align: center;
  font-weight: 400;
  display: none;
}
#home .soluciones .content hr {
  display: none;
}
#home .soluciones .content .row {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}
#home .soluciones .content .row a {
  width: 30%;
}
#home .soluciones .content .row a .solucion {
  width: 100%;
  height: 22vw;
  border-radius: 15px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#home .soluciones .content .row a .solucion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transition: all 0.2s;
}
#home .soluciones .content .row a .solucion.fico .overlay {
  background-image: url("../assets/imgs/fico-after.jpg");
}
#home .soluciones .content .row a .solucion.ortopedia .overlay {
  background-image: url("../assets/imgs/ortopedia-after.jpg");
}
#home .soluciones .content .row a .solucion .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  box-sizing: border-box;
  color: white;
  opacity: 0;
  background-image: url("../assets/imgs/cirugia-after.jpg");
  transition: all 0.2s;
  background-size: cover;
  background-position: center;
}
#home .soluciones .content .row a .solucion .overlay span {
  color: white;
  font-size: 0.8rem;
}
#home .soluciones .content .row a .solucion:hover img {
  transform: scale(1.05);
}
#home .soluciones .content .row a .solucion:hover .overlay {
  opacity: 1;
}
#home .proposito {
  background-image: url("../assets/imgs/proposito-bg.jpg");
  background-size: cover;
  height: 100vh;
  background-attachment: fixed;
}
#home .proposito .content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#home .proposito .content img {
  display: none;
}
#home .proposito .content p {
  color: #fff;
  font-size: 2.7rem;
  font-weight: 100;
  margin-top: 30px;
}
#home .historia {
  padding: 200px 0 100px 0;
}
#home .historia .content {
  flex-direction: column;
  width: 100%;
}
#home .historia .content h2 {
  width: 80%;
  color: #008A43;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 30px;
}
#home .historia .content .timeline-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 60vh;
}
#home .historia .content .timeline-container .img-floating {
  position: absolute;
  height: 25vw;
  width: 30vw;
  right: 0;
  top: -17%;
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(10px);
  overflow: hidden;
}
#home .historia .content .timeline-container .img-floating.visible {
  transform: translateY(0);
  opacity: 1;
}
#home .historia .content .timeline-container .img-floating img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#home .historia .content .timeline-container .dot {
  position: absolute;
  top: -15px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  left: 49%;
  border: solid 1px #008A43;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
#home .historia .content .timeline-container .dot .fill {
  background-color: #008A43;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}
#home .historia .content .timeline-container .timeline-carousel {
  width: 100%;
  height: 250px;
  border-top: solid 2px rgba(10, 33, 50, 0.3);
  border-bottom: solid 2px rgba(10, 33, 50, 0.3);
}
#home .historia .content .timeline-container .timeline-carousel .flickity-prev-next-button {
  background-color: transparent;
  top: 120%;
  background-color: #EDF0F2;
}
#home .historia .content .timeline-container .timeline-carousel .flickity-prev-next-button.previous {
  left: 10%;
}
#home .historia .content .timeline-container .timeline-carousel .flickity-prev-next-button.next {
  right: 82%;
}
#home .historia .content .timeline-container .timeline-carousel .flickity-prev-next-button svg {
  fill: #008A43;
}
#home .historia .content .timeline-container .timeline-carousel .carousel-cell {
  width: 33%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  position: relative;
}
#home .historia .content .timeline-container .timeline-carousel .carousel-cell.is-selected {
  opacity: 1;
}
#home .historia .content .timeline-container .timeline-carousel .carousel-cell h4 {
  background-color: transparent;
  color: #008A43;
  font-size: 170px;
  font-weight: 400;
}
#home .historia .content .timeline-container .timeline-carousel .carousel-cell h5 {
  text-align: center;
  color: #008A43;
  font-size: 28px;
  margin-bottom: 0;
}
#home .historia .content .timeline-container .desc {
  width: 33%;
  padding-top: 40px;
}
#home .historia .content .timeline-container .desc p {
  width: 320px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  transition: all 0.2s;
}
#home .eventos {
  background: rgb(10, 33, 50);
  background: linear-gradient(180deg, rgb(10, 33, 50) 47%, #06523a 100%);
  padding: 140px 0 50px 0;
}
#home .eventos .content {
  align-items: flex-start;
  flex-direction: column;
  width: 75%;
}
#home .eventos .content h2 {
  color: #fff;
  width: 100%;
  text-align: left;
  width: fit-content;
  font-weight: 300;
  font-size: 2.3rem;
}
#home .eventos .content hr {
  display: none;
}
#home .eventos .content .eventos-carousel {
  width: 100%;
  margin-top: 50px;
  height: 320px;
}
#home .eventos .content .eventos-carousel .flickity-page-dots {
  bottom: -70px;
}
#home .eventos .content .eventos-carousel .flickity-page-dots .dot {
  background-color: white;
  object-fit: contain;
  flex: 1;
  padding: 0;
  height: 17px;
  width: 17px;
}
#home .eventos .content .eventos-carousel .carousel-cell {
  height: 100%;
  width: 25%;
}
#home .eventos .content .eventos-carousel .carousel-cell.grupo:hover .evento {
  border-color: #008A43;
}
#home .eventos .content .eventos-carousel .carousel-cell.grupo:hover .evento .header img {
  content: url("../assets/imgs/event-g.png");
}
#home .eventos .content .eventos-carousel .carousel-cell.ortopedia:hover .evento {
  border-color: #BA3552;
}
#home .eventos .content .eventos-carousel .carousel-cell.ortopedia:hover .evento .header img {
  content: url("../assets/imgs/event-o.png");
}
#home .eventos .content .eventos-carousel .carousel-cell.fico:hover .evento {
  border-color: #2846AD;
}
#home .eventos .content .eventos-carousel .carousel-cell.fico:hover .evento .header img {
  content: url("../assets/imgs/event-f.png");
}
#home .eventos .content .eventos-carousel .carousel-cell.cirugía:hover .evento {
  border-color: #2895AD;
}
#home .eventos .content .eventos-carousel .carousel-cell.cirugía:hover .evento .header img {
  content: url("../assets/imgs/event-c.png");
}
#home .eventos .content .eventos-carousel .evento {
  background-color: rgba(96, 100, 126, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #0A2132;
  width: 93%;
  height: 295px;
  border-radius: 10px;
  padding: 20px;
  padding-top: 12px;
  box-sizing: border-box;
  border: solid 2px rgba(255, 255, 255, 0.2);
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
#home .eventos .content .eventos-carousel .evento .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 60px;
}
#home .eventos .content .eventos-carousel .evento .header img {
  width: 28px;
  margin-bottom: 1.7rem;
}
#home .eventos .content .eventos-carousel .evento .header .fecha {
  display: flex;
  flex-direction: column;
}
#home .eventos .content .eventos-carousel .evento .header .fecha .dia {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  color: white;
}
#home .eventos .content .eventos-carousel .evento .header .fecha .mes {
  font-size: 0.9rem;
  font-weight: 300;
  color: white;
}
#home .eventos .content .eventos-carousel .evento .info {
  display: flex;
  flex-direction: column;
  color: #50535C;
  margin-top: 30px;
  height: 175px;
}
#home .eventos .content .eventos-carousel .evento .info h5 {
  color: white;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  height: 70px;
}
#home .eventos .content .eventos-carousel .evento .info .horario,
#home .eventos .content .eventos-carousel .evento .info .ubicacion {
  text-decoration: underline;
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 2px;
  align-items: flex-start;
  height: 30px;
}
#home .eventos .content .eventos-carousel .evento .info .horario.ubicacion,
#home .eventos .content .eventos-carousel .evento .info .ubicacion.ubicacion {
  display: flex;
  height: 60px;
}
#home .eventos .content .eventos-carousel .evento .info .horario.ubicacion span,
#home .eventos .content .eventos-carousel .evento .info .ubicacion.ubicacion span {
  text-decoration: underline;
  font-size: 0.75rem;
  line-height: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
}
#home .eventos .content .eventos-carousel .evento .info .horario.ubicacion img,
#home .eventos .content .eventos-carousel .evento .info .ubicacion.ubicacion img {
  height: 15px;
}
#home .eventos .content .eventos-carousel .evento .info .horario img,
#home .eventos .content .eventos-carousel .evento .info .ubicacion img {
  height: 13px;
  object-fit: contain;
  margin-top: 3px;
}
#home .eventos .content .eventos-carousel .evento .bottom {
  height: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
#home .eventos .content .eventos-carousel .evento .bottom .sponsor {
  background-color: #008A43;
  border-radius: 35px;
  padding: 5px 15px;
  border: 1px solid #008A43;
  color: white;
  font-weight: 200;
  font-size: 0.7rem;
  justify-self: flex-end;
  position: absolute;
  right: 0;
}
#home .eventos .content .eventos-carousel .evento .bottom a {
  color: white;
  font-weight: 200;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-self: flex-start;
  position: absolute;
  left: 0;
}
#home .eventos .content .eventos-carousel .evento .bottom a:hover img {
  opacity: 1;
}
#home .eventos .content .eventos-carousel .evento .bottom a img {
  width: 15px;
  margin-left: 5px;
  opacity: 0;
  transition: all 0.2s;
}
#home .eventos .content.numeros {
  margin-top: 120px;
  padding: 100px 0 50px 0;
  flex-direction: column;
  align-items: center;
  width: 80%;
}
#home .eventos .content.numeros hr {
  border: none;
  display: inline;
  margin: 0 auto;
  border-top: solid 3px #008A43;
  width: 60px;
  margin-top: 25px;
}
#home .eventos .content.numeros h2 {
  color: #fff;
  font-weight: 400;
  font-size: 2.3rem;
}
#home .eventos .content.numeros .numeros-carousel {
  display: none;
}
#home .eventos .content.numeros .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
#home .eventos .content.numeros .item .title {
  display: flex;
  display: flex;
  align-items: center;
  gap: 3px;
}
#home .eventos .content.numeros .item h3 {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 3px;
}
#home .eventos .content.numeros .item h3.thin {
  font-weight: 300;
}
#home .eventos .content.numeros .item p {
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  width: 75%;
  margin: 0 auto;
  line-height: 1.1rem;
}
#home .eventos .content.numeros .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 30px;
  margin-top: 90px;
  width: 100%;
}
#home .lideres {
  padding: 160px 0 0 0;
}
#home .lideres .content {
  width: 75%;
  flex-direction: column;
  align-items: center;
}
#home .lideres .content h2 {
  text-align: center;
  font-weight: 400;
  color: #0A2132;
}
#home .lideres .content .main-carousel {
  width: 80%;
  height: 300px;
}
#home .lideres .content .main-carousel .flickity-prev-next-button {
  background-color: #EDF0F2;
}
#home .lideres .content .main-carousel .flickity-prev-next-button.next {
  right: -80px;
}
#home .lideres .content .main-carousel .flickity-prev-next-button.previous {
  left: -80px;
}
#home .lideres .content .main-carousel .carousel-cell {
  width: 33%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#home .lideres .content .main-carousel .carousel-cell img {
  width: 70%;
  margin: 0 auto;
}
#home .newsletter {
  background: url("../assets/imgs/newsletter-bg.png");
  background-size: 130%;
  padding: 60px 0;
  background-position: center;
  width: 100%;
  margin-top: 60px;
}
#home .newsletter .content {
  width: 65%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#home .newsletter .content .col {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  width: 58%;
}
#home .newsletter .content .col h3 {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #0A2132;
  font-size: 1.6rem;
  margin-bottom: 30px;
  text-align: left;
}
#home .newsletter .content .col p {
  color: #008A43;
  font-size: 0.9rem;
  width: 85%;
  text-align: left;
}
#home .newsletter .content .wpcf7 {
  width: 50%;
  margin-top: 40px;
}
#home .newsletter .content .wpcf7 form {
  width: 90%;
}
#home .newsletter .content .wpcf7 form p br {
  display: none !important;
}
#home .newsletter .content .wpcf7 form p label {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 7px;
}
#home .newsletter .content .wpcf7 form p label .wpcf7-form-control-wrap {
  width: 100%;
}
#home .newsletter .content .wpcf7 input {
  border: none;
  background-color: #fff;
  border-radius: 25px;
  font-family: "Be Vietnam Pro", sans-serif;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
#home .newsletter .content .wpcf7 .wpcf7-submit {
  border-radius: 50px;
  padding: 10px 20px;
  margin-top: 10px;
  width: 100%;
  background-color: #008A43;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-family: "Be Vietnam Pro", sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
#home .newsletter .content .wpcf7 .wpcf7-submit:hover {
  transform: scale(1.05);
}

#contact header {
  background-color: #008A43;
  padding: 50px 0;
  padding-top: 15vh;
}
#contact header .content {
  width: 75%;
  margin: 0 auto;
}
#contact header .content h1 {
  color: white;
  font-size: 2.3rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
#contact header .content p {
  color: white;
  font-size: 1rem;
  line-height: 1.8rem;
}
#contact section h2 {
  background-color: #008A43;
  color: #fff;
  border-radius: 0 48px 48px 0;
  padding: 5px 25px;
  padding-left: 12.5%;
  width: fit-content;
  font-weight: 400;
}
#contact section .content {
  width: 75%;
  margin: 0 auto;
  display: flex;
}
#contact .contacto .content {
  margin-top: 100px;
  width: 40%;
  flex-direction: column;
}
#contact .contacto .content .wpcf7-response-output {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #0A2132;
  font-size: 0.8rem;
}
#contact .contacto .content form {
  margin-top: 15px;
}
#contact .contacto .content form select[name=descripcion] {
  margin-top: 10px !important;
}
#contact .contacto .content form h5 {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 15px 0;
}
#contact .contacto .content form .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}
#contact .contacto .content form .wpcf7-list-item label input {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
  margin-top: 0;
  flex: 1;
}
#contact .contacto .content form select {
  margin-bottom: 0 !important;
}
#contact .contacto .content form p {
  width: 100%;
}
#contact .contacto .content form p .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-top: 8px;
}
#contact .contacto .content form p .wpcf7-form-control-wrap select {
  width: 100%;
  padding: 12px 5px;
  background-color: #E0E0E0;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  margin-bottom: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
}
#contact .contacto .content form input,
#contact .contacto .content form textarea {
  background-color: #E0E0E0;
  border-radius: 5px;
  border: none;
  padding: 12px 5px;
  width: 100%;
  font-family: "Be Vietnam Pro", sans-serif;
  box-sizing: border-box;
  resize: none;
  margin-top: 8px;
}
#contact .contacto .content form textarea {
  line-height: 1.2rem;
  padding: 10px 15px;
}
#contact .contacto .content form input[type=file].subir-archivo {
  background-color: #E0E0E0;
  color: white;
  padding: 10px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
#contact .contacto .content form label {
  width: 48.5%;
  font-size: 0.8rem;
}
#contact .contacto .content form label .wpcf7-form-control-wrap {
  width: 100%;
}
#contact .contacto .content form .wpcf7-submit {
  width: 100%;
  font-weight: 600;
  border-radius: 30px;
  margin-top: 30px;
  background-color: #008A43;
  color: white;
  cursor: pointer;
}
#contact .contacto .content form .wpcf7-submit:disabled {
  background-color: #E0E0E0;
  pointer-events: none;
}
#contact .contacto .content form .wpcf7-spinner {
  position: absolute;
}
#contact .contacto .content form p {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#contact .contacto .content form p label {
  width: 100%;
  margin-bottom: 20px;
}
#contact .contacto .content form .row.two {
  display: flex;
  gap: 15px;
}
#contact .contacto .content form .row.two select[name=your-country] {
  margin-top: 7px;
}
#contact .contacto .content form .row.two p {
  width: 100%;
}
#contact .contacto .content form .row.two p label {
  width: 100%;
}
#contact .contacto .content form .row p {
  display: flex;
  justify-content: space-between;
}
#contact .contacto .content form .row p label {
  width: 48.5%;
  font-size: 0.8rem;
}
#contact .contacto .content form .row p label .wpcf7-form-control-wrap {
  width: 100%;
}
#contact .consultas {
  padding: 100px 0;
}
#contact .consultas .content {
  gap: 20px;
  margin-top: 50px;
}
#contact .consultas .content .block {
  border: solid 1px #0A2132;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 50px 30px;
  width: 100%;
  font-size: 1.1rem;
}
#contact .consultas .content .block a {
  font-weight: 600;
}
#contact .consultas .content .block p {
  text-align: center;
}
#contact .oficinas {
  padding: 50px 0 100px 0;
}
#contact .oficinas .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 60px;
}
#contact .oficinas .content .oficina {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#contact .oficinas .content .oficina h5 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
#contact .oficinas .content .oficina p {
  line-height: 1.6rem;
  font-size: 0.9rem;
}
#contact .oficinas .content .oficina a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 30px;
}
#contact .oficinas .content .oficina a img {
  width: 15px;
  object-fit: contain;
  margin-right: 5px;
}

#politicas {
  padding-top: 15vh;
}
#politicas section {
  padding: 50px 0;
}
#politicas section h2 {
  background-color: #008A43;
  color: #fff;
  border-radius: 0 48px 48px 0;
  padding: 5px 25px;
  padding-left: 19.5%;
  width: fit-content;
  font-weight: 400;
}
#politicas section .content {
  width: 60%;
  margin: 0 auto;
  padding: 50px 0;
}

.home-solucion {
  max-width: 100vw;
}
.home-solucion header {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
}
.home-solucion header .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-solucion header .content h1 {
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  padding: 5px 50px;
  border-radius: 35px;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 8px;
}
.home-solucion header .content h2 {
  color: white;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 100;
  font-size: 1.5rem;
}
.home-solucion .pdf {
  position: absolute;
  bottom: 100px;
  transition: all 0.2s;
}
.home-solucion .pdf:hover {
  opacity: 0.5;
}
.home-solucion .pdf a {
  color: white;
  text-decoration: none;
}
.home-solucion .pdf hr {
  border: none;
  border-top: solid 1px white;
  width: 90%;
  margin: 0 auto;
  margin-top: 8px;
}
.home-solucion.ortopedia header {
  background-image: url("../assets/imgs/home-ortopedia.jpg");
}
.home-solucion.ortopedia .content h1 {
  background-color: #BA3552;
}
.home-solucion.fico header {
  background-image: url("../assets/imgs/home-fico.jpg");
  position: relative;
}
.home-solucion.fico .content h1 {
  background-color: #2846AD;
}
.home-solucion.cirugia {
  background-image: url("../assets/imgs/cirugia-servicios-bg.webp");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-solucion.cirugia header {
  background-color: #0A2132;
}
.home-solucion.cirugia header .header-carousel {
  width: 100%;
  height: 100%;
}
.home-solucion.cirugia header .header-carousel .flickity-page-dots {
  bottom: 30px;
  text-align: left;
  padding-left: 8%;
  box-sizing: border-box;
}
.home-solucion.cirugia header .header-carousel .flickity-page-dots li {
  padding: 0;
}
.home-solucion.cirugia header .header-carousel .flickity-page-dots .dot {
  background-color: white;
}
.home-solucion.cirugia header .header-carousel .carousel-cell {
  height: 100%;
  width: 100%;
}
.home-solucion.cirugia header .header-carousel .carousel-cell .content {
  height: inherit;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home-solucion.cirugia header .header-carousel .carousel-cell .content .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 45%;
}
.home-solucion.cirugia header .header-carousel .carousel-cell .content .info h1 {
  color: white;
  padding: 0;
  background-color: transparent;
  font-weight: 400;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 2.3rem;
}
.home-solucion.cirugia header .header-carousel .carousel-cell .content .info p {
  color: white;
  opacity: 0.7;
}
.home-solucion.cirugia header .header-carousel .carousel-cell .content .info .btn {
  border-radius: 4px;
  background-color: #0077BD;
  color: white;
  font-size: 0.8rem;
}
.home-solucion.cirugia header .header-carousel .carousel-cell .content .img {
  width: 50%;
}
.home-solucion.cirugia header .header-carousel .carousel-cell .content .img img {
  width: 100%;
}
.home-solucion.cirugia section {
  width: 100%;
  padding: 80px 0;
}
.home-solucion.cirugia section .content {
  width: 78%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.home-solucion.cirugia section .content h2 {
  font-weight: 500;
  font-size: 1.9rem;
}
.home-solucion.cirugia section .content hr {
  border: none;
  border-top: solid 3px #2895AD;
  width: 80px;
  margin-top: 15px;
}
.home-solucion.cirugia #servicios .content .grid {
  margin: 0 auto;
  margin-top: 100px;
  width: 93%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.home-solucion.cirugia #servicios .content .grid .item {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.home-solucion.cirugia #servicios .content .grid .item img {
  width: 80px;
}
.home-solucion.cirugia #servicios .content .grid .item h4 {
  background-color: transparent;
  padding: 0;
  color: black;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: normal;
}
.home-solucion.cirugia #servicios .content .grid .item p {
  font-size: 0.9rem;
}
.home-solucion.cirugia #productos .content .header-carousel {
  width: 100%;
  margin-top: 60px;
  gap: 30px;
}
.home-solucion.cirugia #productos .content .header-carousel .flickity-page-dots {
  box-sizing: border-box;
}
.home-solucion.cirugia #productos .content .header-carousel .flickity-page-dots li {
  padding: 0;
}
.home-solucion.cirugia #productos .content .header-carousel .flickity-page-dots .dot {
  background-color: #2895AD;
}
.home-solucion.cirugia #productos .content .header-carousel .carousel-cell {
  width: 24%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
}
.home-solucion.cirugia #productos .content .header-carousel .carousel-cell:hover .img img {
  transform: scale(1.05);
}
.home-solucion.cirugia #productos .content .header-carousel .carousel-cell:hover h6,
.home-solucion.cirugia #productos .content .header-carousel .carousel-cell:hover p {
  color: #2895AD;
}
.home-solucion.cirugia #productos .content .header-carousel .carousel-cell .img {
  width: 100%;
  border-radius: 8px;
  border: solid 2px rgba(10, 33, 50, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 19vw;
}
.home-solucion.cirugia #productos .content .header-carousel .carousel-cell .img img {
  object-fit: contain;
  width: 70%;
  transition: all 0.2s;
}
.home-solucion.cirugia #productos .content .header-carousel .carousel-cell h6 {
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 3px;
  text-align: center;
}
.home-solucion.cirugia #productos .content .header-carousel .carousel-cell p {
  text-align: center;
  font-size: 0.7rem;
}
.home-solucion.cirugia #especialidades {
  padding: 100px 0;
  background-size: 100%;
  position: relative;
  background-image: url("../assets/imgs/cirugia-especialidades.webp");
}
.home-solucion.cirugia #especialidades .content {
  z-index: 5;
  position: relative;
}
.home-solucion.cirugia #especialidades .bg {
  position: absolute;
  background-size: cover;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  pointer-events: none;
  opacity: 0;
}
.home-solucion.cirugia #especialidades .bg.joints {
  background-image: url("../assets/imgs/historia1.png");
  z-index: 1;
}
.home-solucion.cirugia #especialidades .bg.columna {
  background-image: url("../assets/imgs/historia2.png");
  z-index: 2;
}
.home-solucion.cirugia #especialidades .bg.depor {
  background-image: url("../assets/imgs/historia3.png");
  z-index: 3;
}
.home-solucion.cirugia #especialidades .bg.trauma {
  background-image: url("../assets/imgs/historia4.png");
  z-index: 4;
}
.home-solucion.cirugia #especialidades h2 {
  color: white;
  margin-bottom: 15px;
  font-size: 2.4rem;
}
.home-solucion.cirugia #especialidades p {
  color: #CACACA;
  font-size: 0.9rem;
  width: 50%;
}
.home-solucion.cirugia #especialidades .grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.home-solucion.cirugia #especialidades .grid .item {
  border-radius: 8px;
  border: solid 2px rgba(255, 255, 255, 0.3);
  aspect-ratio: 1/1;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.home-solucion.cirugia #especialidades .grid .item .title {
  display: flex;
  gap: 5px;
  color: white;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.home-solucion.cirugia #especialidades .grid .item .title img {
  width: 20px;
  object-fit: contain;
}
.home-solucion.cirugia #banner {
  padding: 100px 0;
}
.home-solucion.cirugia #banner .row {
  background-color: #0A2132;
  padding: 120px 0;
}
.home-solucion.cirugia #banner .row .content {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-direction: row;
}
.home-solucion.cirugia #banner .row .content img {
  width: 35%;
  position: absolute;
  left: 0;
  top: -120%;
}
.home-solucion.cirugia #banner .row .content .text {
  width: 55%;
  display: flex;
  flex-direction: column;
}
.home-solucion.cirugia #banner .row .content .text p {
  color: white;
  margin: 10px 0;
}
.home-solucion.cirugia #banner .row .content .text p b {
  font-weight: 700;
}

#single-producto header {
  height: 95vh;
  background-color: #EDEDED;
  box-sizing: border-box;
  padding: 5vh 0;
}
#single-producto header .content {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  margin: 0 auto;
}
#single-producto header .content .info {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#single-producto header .content .info h1 {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #0A2132;
  font-size: 2.5rem;
}
#single-producto header .content .info p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  color: rgba(10, 33, 50, 0.6);
  text-transform: uppercase;
  font-size: 1.4rem;
  margin: 5px 0 30px 0;
}
#single-producto header .content .info .btn {
  border: solid 2px #0077BD;
  color: #0077BD;
  background-color: transparent;
  transition: all 0.2s;
}
#single-producto header .content .info .btn:hover {
  background-color: #0077BD;
  color: white;
}
#single-producto header .content .img {
  width: 50%;
}
#single-producto header .content .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#single-producto section {
  padding: 100px 0;
}
#single-producto section .content {
  width: 80%;
  display: flex;
  margin: 0 auto;
}
#single-producto section .content h2 {
  font-weight: 500;
  font-size: 1.9rem;
}
#single-producto #intro .content {
  justify-content: space-between;
  align-items: center;
}
#single-producto #intro .content .info {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}
#single-producto #intro .content .info p {
  line-height: 1.5rem;
}
#single-producto #intro .content .img {
  width: 45%;
}
#single-producto #intro .content .img .main-carousel {
  width: 100%;
  height: 30vw;
}
#single-producto #intro .content .img .main-carousel .flickity-prev-next-button {
  background-color: transparent;
}
#single-producto #intro .content .img .main-carousel .flickity-prev-next-button.next {
  right: -50px;
}
#single-producto #intro .content .img .main-carousel .flickity-prev-next-button.previous {
  left: -50px;
}
#single-producto #intro .content .img .main-carousel .flickity-page-dots li {
  padding: 0;
}
#single-producto #intro .content .img .main-carousel .carousel-cell {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#single-producto #intro .content .img .main-carousel .carousel-cell img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}
#single-producto #recursos .content {
  flex-direction: column;
}
#single-producto #recursos .content .grid {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
#single-producto #recursos .content .grid a {
  width: 100%;
}
#single-producto #recursos .content .grid a .block {
  width: 100%;
  border-radius: 5px;
  border: solid 2px #0A2132;
  flex-direction: column;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
#single-producto #recursos .content .grid a .block:hover img,
#single-producto #recursos .content .grid a .block:hover h5 {
  transform: scale(1.1);
}
#single-producto #recursos .content .grid a .block img {
  width: 40px;
  transition: all 0.2s;
}
#single-producto #recursos .content .grid a .block h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  transition: all 0.2s;
}
#single-producto #banner {
  background-color: rgba(67, 141, 184, 0.2);
}
#single-producto #banner .content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#single-producto #banner .content h2 {
  text-align: center;
}
#single-producto #banner .content p {
  text-align: center;
}
#single-producto #banner .content .btn {
  width: fit-content;
  margin-top: 20px;
  background-color: #0077BD;
  border: solid 1px #DBD5D5;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.24);
  font-size: 0.8rem;
}

.tienda header {
  padding: 100px 0 150px 0;
  background-color: #0A2132;
}
.tienda header .content {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.tienda header .content .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
  align-items: flex-start;
}
.tienda header .content .row h1 {
  color: white;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2rem;
}
.tienda header .content .row p {
  width: 50%;
  color: white;
  opacity: 0.7;
}
.tienda header .content .bread {
  opacity: 0.7;
  color: white;
  font-size: 0.8rem;
}
.tienda .shop {
  padding: 60px 0;
}
.tienda .shop .content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tienda .shop .content.top {
  padding: 30px 0;
}
.tienda .shop .content.top span {
  font-weight: 800;
}
.tienda .shop .content .sidebar {
  display: flex;
  flex-direction: column;
  width: 20%;
}
.tienda .shop .content .sidebar .lista-subcategorias {
  list-style-type: none;
}
.tienda .shop .content .sidebar .lista-subcategorias li {
  padding: 0;
}
.tienda .shop .content .sidebar .lista-subcategorias li ul {
  list-style-type: none;
  padding-left: 20px;
}
.tienda .shop .content .sidebar .lista-subcategorias li ul li {
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.tienda .shop .content .sidebar .lista-subcategorias .acc-sign {
  color: #2895AD;
  font-size: 1.5rem;
}
.tienda .shop .content .sidebar .lista-subcategorias button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 3px;
}
.tienda .shop .content .sidebar .lista-subcategorias button span {
  font-weight: 600;
  font-size: 1rem;
}
.tienda .shop .content .grid-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
}
.tienda .shop .content .grid-container #buscador-cirugia {
  width: 100%;
}
.tienda .shop .content .grid-container #buscador-cirugia input {
  width: 60%;
  border-radius: 25px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #0A2132;
  padding: 10px;
  font-family: "Be Vietnam Pro";
  background-image: url("../assets/imgs/search.png");
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}
.tienda .shop .content .grid-container h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.tienda .shop .content .grid-container .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tienda .shop .content .grid-container .grid a {
  width: 100%;
}
.tienda .shop .content .grid-container .grid a .producto {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tienda .shop .content .grid-container .grid a .producto .img {
  width: 100%;
  aspect-ratio: 1/1;
  border: solid rgba(10, 33, 50, 0.2) 1px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tienda .shop .content .grid-container .grid a .producto .img img {
  object-fit: contain;
  width: 80%;
  height: 80%;
}
.tienda .shop .content .grid-container .grid a .producto h4 {
  text-align: center;
  padding: 0;
  background-color: transparent;
  color: #0A2132;
  font-size: 1.2rem;
  font-family: "Be Vietnam Pro", sans-serif;
}
.tienda .shop .content .grid-container .grid a .producto span {
  text-align: center;
  width: fit-content;
}

#footer {
  background-color: #0A2132;
  padding-bottom: 60px;
}
#footer .content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#footer .content hr {
  border: none;
  border-top: solid 1px #008A43;
  margin: 20px 0;
}
#footer .content .row {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: fit-content;
}
#footer .content .row:nth-of-type(1) {
  align-items: flex-end;
  margin-bottom: 220px;
  position: relative;
}
#footer .content .row:nth-of-type(1) hr {
  border: none;
  border-top: solid 4px #008A43;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -50px;
}
#footer .content .row:nth-of-type(1) h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Be Vietnam Pro", sans-serif;
}
#footer .content .row:nth-of-type(1) .img {
  background-color: #008A43;
  border-radius: 0 0 50px 50px;
  padding: 65px 25px 30px 25px;
  cursor: pointer;
}
#footer .content .row:nth-of-type(1) .img img {
  transition: all 0.2s;
  width: 28px;
}
#footer .content .row:nth-of-type(1) .img:hover img {
  transform: scale(1.1);
}
#footer .content .row:nth-of-type(2) {
  padding-bottom: 30px;
}
#footer .content .row:nth-of-type(2) .btns-container {
  display: flex;
}
#footer .content .row:nth-of-type(2) .btns-container:nth-of-type(2) {
  width: 40%;
}
#footer .content .row:nth-of-type(2) .btns-container:nth-of-type(2) .btn {
  border: none;
  background-color: #1a334a;
}
#footer .content .row:nth-of-type(2) .btn {
  background-color: transparent;
  border: solid 1px #fff;
  margin-right: 15px;
  cursor: pointer;
  font-weight: 400;
  width: 120px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .content .row:nth-of-type(2) .btn.contacto {
  display: none;
}
#footer .content .row:nth-of-type(2) .btn:hover.ciru {
  background-color: #2895AD;
  border-color: #2895AD;
}
#footer .content .row:nth-of-type(2) .btn:hover.orto {
  background-color: #BA3552;
  border-color: #BA3552;
}
#footer .content .row:nth-of-type(2) .btn:hover.fico {
  background-color: #2846AD;
  border-color: #2846AD;
}
#footer .content .row:nth-of-type(2) .redes-container {
  width: fit-content;
  display: flex;
}
#footer .content .row:nth-of-type(2) .redes-container .btn {
  margin-left: 40px;
  background-color: #103043;
  border: none;
}
#footer .content .row:nth-of-type(2) .redes-container a {
  transition: all 0.2s;
}
#footer .content .row:nth-of-type(2) .redes-container a:hover {
  opacity: 0.5;
}
#footer .content .row:nth-of-type(2) .redes-container a img {
  width: 40px;
  margin-left: 12px;
}
#footer .content .row:nth-of-type(2) .redes-container a.wpp:hover img {
  content: url("../assets/imgs/wpp-g.svg");
}
#footer .content .row:nth-of-type(2) .redes-container a.yt:hover img {
  content: url("../assets/imgs/yt-g.svg");
}
#footer .content .row:nth-of-type(2) .redes-container a.li:hover img {
  content: url("../assets/imgs/li-g.svg");
}
#footer .content .row:nth-of-type(2) .redes-container a.ig:hover img {
  content: url("../assets/imgs/ig-g.svg");
}
#footer .content .row:nth-of-type(3) {
  padding-top: 30px;
  flex-direction: row;
  justify-content: space-between;
}
#footer .content .row:nth-of-type(3) .redes-container {
  display: none;
}
#footer .content .row:nth-of-type(3) .links {
  display: flex;
  gap: 30px;
}
#footer .content .row:nth-of-type(3) span,
#footer .content .row:nth-of-type(3) a {
  opacity: 0.5;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
}
#footer .content .row:nth-of-type(3) a {
  text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
  .nav-alt {
    height: 100px;
    background-color: white;
  }
  .nav-alt.scrolled {
    height: 100px;
  }
  .nav-alt.scroll {
    background-color: white;
    border-bottom: solid #0A2132 1px;
    height: 100px;
  }
  .nav-alt.scroll .content .btn-menu {
    content: url("../assets/imgs/menu-b.svg");
  }
  .nav-alt.scroll .content .link.img {
    content: url("../assets/imgs/logo-green.svg");
  }
  .nav-alt .content {
    display: none;
  }
  .nav-alt .content.mobile {
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: center;
  }
  .nav-alt .content.mobile .logo-nav .img {
    width: fit-content;
    flex: 1;
    width: 150px;
  }
  .nav-alt .content.mobile .logo-nav .img img {
    width: 100%;
    object-fit: contain;
    display: block;
  }
  .nav-alt .content.ortopedia .link.img {
    content: url("../assets/imgs/logo-ortopedia-color.svg");
  }
  .nav-alt .content.cirugia .link.img {
    content: url("../assets/imgs/logo-cirugia-color.svg");
  }
  .nav-alt .content.fico .link.img {
    content: url("../assets/imgs/logo-fico-color.svg");
  }
  .nav-alt .content .btn-menu {
    width: 40px;
    object-fit: contain;
    content: url("../assets/imgs/menu-b.svg");
  }
  .nav {
    height: 100px;
    background-color: white;
  }
  .nav.scrolled {
    height: 100px;
  }
  .nav.scroll {
    background-color: white;
    border-bottom: solid #0A2132 1px;
    height: 100px;
  }
  .nav.scroll .content .btn-menu {
    content: url("../assets/imgs/menu-b.svg");
  }
  .nav.scroll .content .link.img {
    content: url("../assets/imgs/logo-green.svg");
  }
  .nav .content {
    display: none;
  }
  .nav .content.mobile {
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: center;
  }
  .nav .content.mobile .logo-nav .img {
    width: fit-content;
    flex: 1;
    width: 150px;
  }
  .nav .content.mobile .logo-nav .img img {
    width: 100%;
    object-fit: contain;
    display: block;
  }
  .nav .content .link.img {
    content: url("../assets/imgs/logo-green.svg");
  }
  .nav .content .btn-menu {
    width: 40px;
    object-fit: contain;
    content: url("../assets/imgs/menu-b.png");
  }
  .mobile-menu {
    position: fixed;
    top: 100px;
    background-color: white;
    width: 100vw;
    z-index: 10;
    display: flex;
    padding: 20px 0;
    transform: translateX(100%);
    transition: all 0.2s;
  }
  .mobile-menu .content {
    width: 75%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-menu .content .vr {
    width: 1px;
    height: 30px;
    background-color: #0A2132;
  }
  #home {
    overflow-x: hidden;
  }
  #home header {
    align-items: center;
    height: 700px;
    box-sizing: border-box;
  }
  #home header h1 {
    font-size: 2rem !important;
    width: 73%;
    margin: 0 auto;
    line-height: 2.5rem !important;
  }
  #home header h1 br {
    display: none !important;
  }
  #home header .botonera {
    display: none !important;
  }
  #home header .content .btn-mobile {
    display: block;
    background-color: transparent;
    border: solid 1px white;
    margin-top: 50vw;
  }
  #home .intro {
    padding: 50px 0;
  }
  #home .intro .content {
    width: 85%;
  }
  #home .intro .content h3 {
    font-size: 1.4rem;
  }
  #home .intro .content h3 br {
    display: none;
  }
  #home .intro .content .dots img {
    width: 18px;
  }
  #home .intro .content p {
    width: 100%;
    font-size: 1rem;
  }
  #home .intro .content p br {
    display: none;
  }
  #home .soluciones {
    padding-bottom: 60px;
  }
  #home .soluciones .content {
    width: 85%;
  }
  #home .soluciones .content h2 {
    display: inline;
    margin: 0 auto;
    font-size: 1.9rem;
  }
  #home .soluciones .content hr {
    border: none;
    display: inline;
    margin: 0 auto;
    border-top: solid 3px #008A43;
    width: 60px;
    margin-top: 25px;
  }
  #home .soluciones .content .row {
    flex-direction: column;
    margin-top: 40px;
  }
  #home .soluciones .content .row a {
    width: 100%;
  }
  #home .soluciones .content .row a .solucion {
    width: 100%;
    height: 50vw;
    margin-bottom: 30px;
  }
  #home .soluciones .content .row a .solucion .overlay {
    opacity: 1;
  }
  #home .soluciones .content .row a .solucion img {
    object-position: bottom;
  }
  #home .soluciones .content .row a .solucion.fico img {
    object-position: center;
  }
  #home .historia {
    padding: 80px 0 20px 0;
  }
  #home .historia .content {
    width: 85%;
  }
  #home .historia .content h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 2.3rem;
  }
  #home .historia .content .timeline-container {
    margin-top: 50px;
  }
  #home .historia .content .timeline-container .dot {
    left: 45.5%;
  }
  #home .historia .content .timeline-container .timeline-carousel .flickity-prev-next-button {
    top: 160%;
  }
  #home .historia .content .timeline-container .timeline-carousel .flickity-prev-next-button.next {
    right: 32%;
  }
  #home .historia .content .timeline-container .timeline-carousel .flickity-prev-next-button.previous {
    left: 32%;
  }
  #home .historia .content .timeline-container .timeline-carousel .carousel-cell {
    width: 100%;
  }
  #home .historia .content .timeline-container .timeline-carousel .carousel-cell h5 {
    font-size: 22px;
  }
  #home .historia .content .timeline-container .img-floating {
    display: none;
  }
  #home .historia .content .timeline-container .desc {
    width: 100%;
  }
  #home .historia .content .timeline-container .desc p {
    padding: 0;
    font-size: 1rem;
  }
  #home .proposito {
    padding-top: 0;
    height: 50vh;
    background-size: cover;
    background-position: right;
    background-attachment: local;
    padding-bottom: 50px;
    box-sizing: border-box;
  }
  #home .proposito .content {
    width: 100%;
    justify-content: flex-end;
  }
  #home .proposito .content img {
    display: block;
    width: 100%;
  }
  #home .proposito .content h4 {
    margin: 50px auto 30px auto;
    font-size: 1.5rem;
    padding: 10px 35px;
    display: none;
  }
  #home .proposito .content p {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 1.7rem;
  }
  #home .eventos {
    background: linear-gradient(180deg, rgb(10, 33, 50) 23%, #055d3c 95%);
    padding: 50px 0;
  }
  #home .eventos .content {
    width: 70%;
  }
  #home .eventos .content h2 {
    text-align: center;
    margin: 0 auto;
  }
  #home .eventos .content hr {
    display: block;
    border: none;
    border-top: solid 3px #008A43;
    width: 70px;
    margin: 0 auto;
    margin-top: 20px;
  }
  #home .eventos .content .eventos-carousel {
    width: 100%;
    height: 80vw;
  }
  #home .eventos .content .eventos-carousel .carousel-cell {
    width: 100%;
  }
  #home .eventos .content .eventos-carousel .carousel-cell.ortopedia .evento {
    border-color: #BA3552;
  }
  #home .eventos .content .eventos-carousel .carousel-cell.ortopedia .evento .header img {
    content: url("../assets/imgs/event-o.png");
  }
  #home .eventos .content .eventos-carousel .carousel-cell.grupo .evento {
    border-color: #008A43;
  }
  #home .eventos .content .eventos-carousel .carousel-cell.grupo .evento .header img {
    content: url("../assets/imgs/event-g.png");
  }
  #home .eventos .content .eventos-carousel .carousel-cell.cirugía .evento {
    border-color: #2895AD;
  }
  #home .eventos .content .eventos-carousel .carousel-cell.cirugía .evento .header img {
    content: url("../assets/imgs/event-c.png");
  }
  #home .eventos .content .eventos-carousel .carousel-cell.fico .evento {
    border-color: #2846AD;
  }
  #home .eventos .content .eventos-carousel .carousel-cell.fico .evento .header img {
    content: url("../assets/imgs/event-f.png");
  }
  #home .eventos .content .eventos-carousel .carousel-cell .evento {
    width: 100%;
  }
  #home .eventos .content .eventos-carousel .flickity-page-dots .dot {
    width: 7px;
    margin: 0 4px;
    height: 7px;
  }
  #home .eventos .content.numeros {
    margin-top: 50px;
  }
  #home .eventos .content.numeros .grid {
    display: none;
  }
  #home .eventos .content.numeros .numeros-carousel {
    display: block;
    margin-top: 40px;
    width: 100%;
    height: 85vw;
  }
  #home .eventos .content.numeros .numeros-carousel .flickity-page-dots {
    bottom: -50px;
  }
  #home .eventos .content.numeros .numeros-carousel .flickity-page-dots .dot {
    padding: 0;
    background-color: #fff;
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
  #home .eventos .content.numeros .numeros-carousel .carousel-cell {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  #home .eventos .content.numeros .numeros-carousel .carousel-cell .item {
    width: 90%;
    margin: 0 auto;
    height: fit-content;
    margin-bottom: 30px;
  }
  #home .eventos .content.numeros .numeros-carousel .carousel-cell .item h3 {
    font-size: 5rem;
  }
  #home .lideres {
    overflow-x: hidden;
    padding: 50px 0 0 0;
  }
  #home .lideres .content {
    width: 85%;
  }
  #home .lideres .content h2 {
    font-size: 1.7rem;
    width: 95%;
    margin: 0 auto;
  }
  #home .lideres .content .main-carousel {
    width: 80%;
    height: 160px;
    margin-top: 50px;
  }
  #home .lideres .content .main-carousel .carousel-cell {
    width: 100%;
    align-items: flex-start;
  }
  #home .lideres .content .main-carousel .carousel-cell img {
    width: 80%;
  }
  #home .lideres .content .main-carousel .flickity-button {
    top: 80%;
  }
  #home .lideres .content .main-carousel .flickity-button.previous {
    left: 25%;
  }
  #home .lideres .content .main-carousel .flickity-button.next {
    right: 25%;
  }
  #home .newsletter {
    background-color: rgba(0, 138, 67, 0.15);
    background-image: none;
  }
  #home .newsletter .content {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }
  #home .newsletter .content .wpcf7 input {
    font-size: 0.9rem;
  }
  #home .newsletter .content .col {
    width: 100%;
    align-items: center;
  }
  #home .newsletter .content .col h3 {
    text-align: center;
    font-size: 1.3rem;
  }
  #home .newsletter .content .col h3 br {
    display: none;
  }
  #home .newsletter .content .col p {
    width: 90%;
    text-align: center;
  }
  #home .newsletter .content .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
  }
  #home .newsletter .content .wpcf7-response-output {
    font-family: "Be Vietnam Pro", sans-serif;
    border: none;
    color: #dc3232;
    padding: 0;
  }
  #home .newsletter .content .wpcf7 {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
  }
  #home .newsletter .content .wpcf7 input {
    border-radius: 5px;
    padding: 15px 10px;
  }
  #home .newsletter .content .wpcf7 form {
    flex-direction: column;
    width: 100%;
  }
  #home .newsletter .content .wpcf7 form p {
    margin-bottom: 10px;
  }
  #home .newsletter .content .wpcf7 form p:nth-of-type(1) {
    width: 100% !important;
  }
  #home .newsletter .content .wpcf7 form p:nth-of-type(2) {
    width: 100% !important;
  }
  #home .newsletter .content .wpcf7 form .wpcf7-submit {
    padding: 15px 10px;
  }
  #home .newsletter .content .btn {
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 15px 10px;
  }
  #contact main header {
    padding-top: 120px;
  }
  #contact main header .content {
    width: 90%;
  }
  #contact main header .content p {
    line-height: 1.2rem;
  }
  #contact main header .content p br {
    display: none;
  }
  #contact main .contacto .content {
    flex-direction: column;
    width: 90%;
    margin-top: 40px;
  }
  #contact main .contacto .content form p:nth-of-type(1) {
    margin-bottom: 15px;
  }
  #contact main .contacto .content form .row.two {
    flex-direction: column;
    margin-bottom: 15px;
    gap: 0;
  }
  #contact main .contacto .content form .row.two p label {
    width: 100%;
  }
  #contact main .contacto .content form .row p {
    flex-direction: column;
  }
  #contact main .contacto .content form .row p label {
    width: 100%;
  }
  #contact main .contacto .content form .row p label:nth-of-type(1) {
    margin-bottom: 0;
  }
  #contact main .contacto .content .col {
    width: 100%;
  }
  #contact main .consultas {
    padding-bottom: 50px;
  }
  #contact main .consultas .content {
    flex-direction: column;
    width: 85%;
  }
  #contact main .consultas .content .block {
    padding: 35px 15px;
  }
  #contact main .consultas .content .block p {
    font-size: 0.9rem;
  }
  #contact main .oficinas .content {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-solucion.fico header .content .pdf {
    bottom: 50px;
  }
  .home-solucion header {
    height: 600px;
  }
  .home-solucion header .content h1 {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 1px;
  }
  .home-solucion header .content h2 {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    margin-top: 10px;
    font-size: 1.2rem;
  }
  #footer {
    overflow: hidden;
    padding: 50px 0;
  }
  #footer .content {
    width: 85%;
  }
  #footer .content .row {
    width: 100%;
  }
  #footer .content .row:nth-of-type(1) {
    margin-bottom: 50px;
  }
  #footer .content .row:nth-of-type(1) h3 {
    font-size: 1.4rem;
  }
  #footer .content .row:nth-of-type(1) .img {
    display: none;
  }
  #footer .content .row:nth-of-type(1) hr {
    bottom: -40px;
  }
  #footer .content .row:nth-of-type(2) {
    flex-direction: column;
  }
  #footer .content .row:nth-of-type(2) .btns-container {
    flex-direction: column;
  }
  #footer .content .row:nth-of-type(2) .btns-container a {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    margin-right: 0;
  }
  #footer .content .row:nth-of-type(2) .btns-container:nth-of-type(2) {
    flex-direction: row;
    margin-top: 60px;
    width: 100%;
    gap: 15px;
  }
  #footer .content .row:nth-of-type(2) .btns-container .btn.contacto {
    display: block;
    color: white;
    background-color: rgb(16, 46, 67);
    text-align: center;
    border: none;
    margin-top: 50px;
  }
  #footer .content .row:nth-of-type(2) .btns-container .btn.fico {
    background-color: #2846AD;
    border: #2846AD;
  }
  #footer .content .row:nth-of-type(2) .btns-container .btn.ciru {
    background-color: #2895AD;
    border: #2895AD;
  }
  #footer .content .row:nth-of-type(2) .btns-container .btn.orto {
    background-color: #BA3552;
    border: #BA3552;
  }
  #footer .content .row:nth-of-type(2) .redes-container {
    display: none;
  }
  #footer .content .row:nth-of-type(3) {
    flex-direction: column;
    width: 100%;
  }
  #footer .content .row:nth-of-type(3) span {
    width: 60%;
  }
  #footer .content .row:nth-of-type(3) .redes-container {
    display: flex;
    margin-top: 30px;
    gap: 10px;
    width: 100%;
    position: relative;
  }
  #footer .content .row:nth-of-type(3) .redes-container a img {
    width: 45px;
  }
  #footer .content .row:nth-of-type(3) .redes-container a.up {
    background-color: #008A43;
    border-radius: 50%;
    width: 45px !important;
    position: absolute;
    right: 0;
    height: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer .content .row:nth-of-type(3) .redes-container a.up img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transform: rotate(90deg);
  }
  #footer .content .row:nth-of-type(3) .links {
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
