@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300&display=swap");
@import url(botones.css);
@import url(promociones.css);
@import url("./implantes.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}
/*header*/
header {
  width: 100%;
}

.header-top {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #509fd8;
}
.header-top p {
  padding: 5px 0px;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
}
.navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
  position: relative;
}

.container-logo img {
  max-width: 100%;
  width: 110px;
  height: auto;
  object-fit: contain;
  margin: 5px auto;
}

.container-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  left: -100%;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 999;
  transition: 0.7s;
}
.menu {
  width: 85%;
  background-color: #509fd8;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 999;
  transition: 0.7s;
}
.degrade {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 998;
  transition: 0.7s;
}

.menu-open {
  left: 0;
  z-index: 999;
  transition: 0.7s;
}
.menu li:nth-child(1) {
  margin-top: 50px;
}
.menu li {
  list-style: none;
  margin: 15px auto;
}
.menu li a {
  text-decoration: none;
  font-size: 1.3em;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
}
.button-menu {
  z-index: 200;
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  background: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.button-menu span {
  width: 37px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #2e2e2e;
  border-radius: 3px;
  transform-origin: 4px 0px;
  transition: all 0.2s linear;
}

.button-menu.close span {
  opacity: 1;
  transform: rotate(45deg) translate(0px, 0px);
  background: #2e2e2e;
}

.button-menu.close span:nth-child(2) {
  transform: rotate(-45deg) translate(-10px, 6px);
}

.button-menu.close span:nth-child(3) {
  display: none;
}
/* header*/
/*slider-hero*/
.hero-home {
  width: 100%;
  height: auto;
}
.hero-home .slider-home {
  height: 100%;
}
.mySlider img {
  width: 100%;
  height: 100%;
}
.slider-descktop {
  display: none;
}
/*slider-hero*/
/*especialidades*/
.swiper {
  width: 80%;
  margin: auto;
  padding: 30px 0px !important;
}
.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s linear;
  padding: 15px 20px;
  border-radius: 10px;
  color: #1d1d1d !important;
  display: none !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(49, 49, 49, 0.39);
  transition: all 0.3s linear;
  color: white !important;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-testimonio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: justify;
  padding: 0 20px;
  gap: 10px;
}
.section-description {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  padding: 0px 20px;
}
.section-description p {
  font-size: 14px;
  text-align: center;
}
.item-testimonio img {
  width: 50px;
  height: 50px;
}

.especialidades {
  width: 100%;
  overflow-x: hidden;
}
.title-especialidades {
  width: 95%;
  margin: 15px auto;
  background-color: #509fd8;
  border-radius: 10px;
  padding: 8px 0px;
}
.title-especialidad {
  margin-bottom: 20px;
}
.title-implantes {
  background-color: #509fd8;
}
.title-especialidades h2 {
  font-size: 2.2em;
  color: #fff;
  text-align: center;
}
.container-especialidades {
  width: 94%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 15px auto;
  text-align: center;
  padding: 20px 0px;
}
.item-especialidades {
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.8);
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  border: 1px solid gray;
}
.item-especialidades img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.implantes .item-especialidades > img {
  border-radius: 50%;
  background-color: black;
  outline-style: double;
  outline-width: 5px;
}
.item-especialidades div > p {
  margin-bottom: 30px;
}
.container-img {
  width: 95%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 15px auto;
  text-align: center;
}
.item-especialidades h2 {
  font-size: 0.9em;
  text-transform: capitalize;
  margin: 2px auto 5px;
  color: #2e2e2e;
  font-weight: 500;
}
.implantes .item-especialidades h2 {
  color: #1c3860;
}
.item-especialidades button {
  background-color: #509fd8;
  border-radius: 10px;
  border: none;
  padding: 5px 10px;
  color: #fff;
  font-size: 0.9em;
  width: 100px;
}

/*modal-services*/
.modalServices {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  transition: 0.7s;
  overflow-x: hidden;
  padding: 10px;
  box-sizing: border-box;
}

.showServices {
  transform: scale(1);
  transition: 0.7s;
  z-index: 100;
}

#close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 28px;
  width: 28px;
  color: #fff;
  z-index: 101;
}

.container-modal-services {
  background-color: white;
  width: 100%;
  max-width: 500px;
  max-height: 95%;
  overflow-y: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  border-radius: 12px;
  padding: 20px 15px;
  box-sizing: border-box;
}

#titleService {
  color: #509fd8;
  font-size: 1.2em;
  text-align: center;
  width: 100%;
}

#imgService {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto 1rem auto;
  border-radius: 10px;
}

#textServices {
  color: black;
  font-size: 0.9em;
  text-align: justify;
  line-height: 1.5em;
}

#ul-info {
  padding: 5px 0;
  width: 100%;
}

#ul-info li {
  color: #509fd8;
  font-size: 0.85em;
  text-align: justify;
  margin-bottom: 5px;
}

.container-modal-services a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 200px;
  margin: 10px auto 0 auto;
  background-color: #25d366;
  color: white;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.container-modal-services a svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  fill: white;
  flex-shrink: 0;
}
/*modal-services*/
/*especialidades*/
/*nosotros*/
.section-nosotros {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.container-articles {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  padding: 40px 1rem;
  gap: 20px;
}
.best-text {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-direction: column;
}
.best-text h4 {
  font-size: 32px;
  font-weight: 700;
}
.best-text p {
  font-size: 13px;
}
.best-text a {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  padding: 10px 30px;
  background-color: transparent;
  border-radius: 10px;
  border: 1px #509fd8 solid;
  color: #509fd8;
  transition: all 0.2s linear;
  width: 100%;
  max-width: 250px;
  align-self: center;
}
.best-text a:hover {
  background-color: #509fd8;
  color: white;
}
.best-img {
  width: 100%;
  border-radius: 10px;
}

/*nosotros*/
/*question*/
.preguntas-frecuentes {
  width: 100%;
  overflow-x: hidden;
}
.preguntas-frecuentes .subtitle {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bolder;
}
.ventajas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title-question {
  width: 90%;
  margin: 15px auto;
  background-color: #509fd8;
  border-radius: 10px;
  padding: 8px 0px;
}
.title-question h2 {
  font-size: 1.3em;
  color: #fff;
  text-align: center;
}
.container-frecuentes {
  width: 95%;
  margin: 15px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  position: relative;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  cursor: pointer;
  position: relative;
  margin: auto;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -o-transition: 1s;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
}
.item-frecuentes {
  position: relative;
}
.item-atras {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container-atras {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -o-transition: 1s;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
}
.show-target {
  display: block;
}
#cancelar {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.item-atras {
  width: 100%;
  margin: 50px auto;
  text-align: center;
  padding: 20px;
}
.item-atras h2 {
  text-align: center;
}
.item-atras p {
  text-align: justify;
  margin-top: 8px;
}
.item-frecuentes img {
  max-width: 100%;
  border-radius: 15px 15px 0px 0px;
}
.item-question {
  width: 100%;
  background-color: #509fd8;
  text-align: center;
  margin-top: -5px;
  padding: 10px auto;
  height: 70px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-question h5 {
  color: #fff;
  font-size: 0.8em;
  font-weight: 300;
  padding: 2px 5px;
}
/*question*/
/*CasosdeExito*/
#casos-exito {
  padding: 1rem 0;
}

.title-casos {
  width: 90%;
  margin: 15px auto;
  background-color: #509fd8;
  border-radius: 10px;
  padding: 8px 0px;
  text-align: center;
}
.title-casos h2 {
  color: #fff;
}

.splide {
  width: 100%;
  height: auto;
}
.splide__slide img {
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

.galeria-web {
  display: none;
}

.title-casos h2 {
  font-size: 1.3em;
}

/*CasosdeExito*/
/*form*/
.input-container:nth-child(6) input {
  display: block;
  width: 100%;
  background-color: black;
  padding: 12px;
  border: none;
  margin: 15px auto;
  color: #fff;
  font-size: 1.1em;
  border-radius: 10px;
  transition: all 0.7s;
}
.contact-form {
  width: 100%;
  background-color: #509fd8;
  margin-top: 25px;
}
.container-form {
  width: 92%;
  display: grid;
  margin: auto;
  padding: 20px;
}
.item-contact-form h2 {
  font-size: 1.7em;
  color: #fff;
  text-align: center;
}
.item-contact-form h3 {
  font-size: 1.2em;
  color: #05a6e1;
  text-align: center;
}
.item-contact-form .title-p {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
}
form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px auto;
  text-align: center;
}
.input-container input,
.input-container select {
  width: 100%;
  padding: 12px;
  border-radius: 7px;
}
.input-container p {
  color: #fff;
  font-size: 1em;
  margin: 5px auto;
  text-align: left;
}
.input-container:nth-child(5) {
  margin-top: 12px;
}
.input-container:nth-child(5) input {
  background-color: #fff;
  border: none;
  color: black;
  font-size: 14px;
}
form button {
  display: block;
  width: 120px;
  background-color: #05a6e1;
  padding: 12px;
  border: none;
  margin: 25px auto;
  color: #fff;
  font-size: 1.1em;
  border-radius: 10px;
}
.btn-form {
  display: block;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.5s;
}
.btn-form:hover {
  transform: scale(0.9);
  transition: 0.5s;
}
.btn-form img {
  width: 50px;
  height: 50px;
}
.btn-form p {
  font-weight: 500;
  color: #313131;
}
.item-contact-form:nth-child(2) {
  display: none;
}
/*form*/
.tratamientos {
  width: 100%;
  overflow-x: hidden;
}
.ventajas ul li {
  margin-top: 10px;
}
.container-tratamientos {
  width: 95%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 20px auto;
}
.implantes-2 {
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
.item-tratamientos {
  text-align: center;
}
.item-tratamientos img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  text-align: center;
}
.implantes-2 .item-tratamientos img,
.ventajas img {
  width: 100%;
  height: auto;
}
.implantes-2 .item-tratamientos p {
  font-size: 1.2em;
}
.item-tratamientos h2 {
  font-size: 0.9em;
  text-align: center;
  margin: 5px auto;
  color: #2e2e2e;
}
.tratamientos a {
  display: block;
  width: 95%;
  background-color: #1c3860;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.5s;
  margin: auto;
  animation: escala 2s infinite;
}
@keyframes escala {
  from {
    transform: scale(0.9);
    transition: transform 0.5s;
  }
  to {
    transform: scale(1);
    transition: transform 0.5s;
  }
}
.tratamientos a img {
  width: 50px;
  height: 50px;
}
.tratamientos a p {
  font-weight: 500;
  color: #fff;
  font-size: 0.9em;
}
.warnings {
  color: red;
  text-align: center;
  margin: auto;
  padding: 8px;
  font-size: 0.9em;
}
.img-item {
  width: 30%;
}
.grid-promos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-content: center;
  gap: 20px;
  max-width: 1280px;
}
.container-promos {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.img-somos-compu {
  display: none;
}

@media (min-width: 768px) {
  .img-somos-cel {
    display: none;
  }
  .img-somos-compu {
    display: block;
    max-width: 100%;
  }
  .grid-promos {
    grid-template-columns: repeat(2, minmax(200px, 450px));
  }
  .container-promos {
    font-size: 2.2em;
  }
  .grid-promos .promo-special {
    grid-column-start: 1;
    grid-column-end: 3;
    display: grid;
    place-content: center;
  }
  .grid-promos .promo-special img {
    height: 100% !important;
    max-height: 300px !important;
    width: auto !important;
    border-radius: 10px;
  }
  /*header*/
  header {
    width: 100%;
  }
  .header-top {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #509fd8;
  }
  .header-top p {
    padding: 5px 0px;
    color: #fff;
    font-size: 1.6em;
    font-weight: 500;
  }
  .navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    margin: auto;
  }
  .container-logo {
    width: auto;
  }

  .container-logo img {
    max-width: 100%;
    width: 200px;
    height: auto;
    object-fit: contain;
    margin: 10px auto 0px auto;
  }
  .menu-open {
    left: 0;
    z-index: 999;
    transition: 0.7s;
  }

  .container-menu {
    position: relative;
    top: auto;
    width: auto;
    left: auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    z-index: 999;
    transition: 0.7s;
  }
  .menu {
    width: 100%;
    background-color: transparent;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    z-index: 999;
    transition: 0.7s;
  }
  .degrade {
    display: none;
  }

  .menu li:nth-child(1) {
    margin-top: 0;
  }
  .menu li {
    list-style: none;
    margin: 0px 10px;
  }
  .menu li a {
    text-decoration: none;
    font-size: 1em;
    color: #2e2e2e;
    font-weight: 500;
    text-transform: capitalize;
  }
  .btn-contacto-header {
    display: block;
    background-color: #2e2e2e;
    color: #fff !important;
    border-radius: 10px;
    width: 120px;
    text-align: center;
    padding: 6px;
    font-size: 1em;
    font-weight: 300;
    transition: 0.6s;
  }
  .btn-contacto-header:hover {
    background-color: #509fd8;
    transition: 0.6s;
  }
  .button-menu {
    display: none;
  }
  .title-especialidades {
    width: 80%;
  }
  /* header*/
  /*slider-hero*/
  .hero-home {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .slider-movil {
    display: none;
  }
  .slider-descktop {
    display: block;
    width: 100%;
    object-fit: contain;
  }
  /*slider-hero*/
  /*especialidades*/
  .especialidades {
    width: 100%;
    overflow-x: hidden;
  }
  .especialidades h2 {
    text-align: center;
    font-size: 2.2em;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
  }
  .container-especialidades,
  .container-img {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 15px auto;
    text-align: center;
    padding: 30px 0px;
  }
  .item-especialidades {
    border: 1px solid gray;
  }
  .implantes {
    grid-template-columns: repeat(2, 1fr);
  }

  .item-especialidades img {
    width: 90px;
    height: 90px;
    object-fit: contain;
  }
  .implantes .item-especialidades > img {
    border-radius: 50%;
    background-color: black;
    outline-style: double;
    outline-width: 5px;
  }
  .item-especialidades h2 {
    font-size: 1.3em;
    text-transform: capitalize;
    margin: 2px auto 5px;
    color: #2e2e2e;
    font-weight: 500;
  }
  .implantes .item-especialidades h2 {
    color: #1c3860;
  }
  .item-testimonio img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .item-testimonio {
    padding: 0;
  }
  .item-especialidades button {
    background-color: #509fd8;
    border-radius: 10px;
    border: none;
    padding: 8px 10px;
    color: #fff;
    font-size: 1.1em;
    width: 170px;
  }
  /*modal-services*/
  .modalServices {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: 0.7s;
  }
  .showServices {
    transform: scale(1);
    transition: 0.7s;
    z-index: 100;
  }
  #close {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 35px;
    width: 35px;
    color: #fff;
    z-index: 101;
  }
  .container-modal-services {
    background-color: white;
    width: 50%;
    height: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    border-radius: 12px;
    padding: 10px 15px;
  }
  .swiper-wrapper {
    margin: auto;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: flex !important;
  }
  #titleService {
    color: #509fd8;
    font-size: 1.4em;
  }
  #imgService {
    width: 100%;
    height: auto;
    max-height: 250px;
    display: block;
    margin: 0 auto 1rem auto;
    border-radius: 10px;
  }

  #textServices {
    color: black;
    font-size: 1em;
    text-align: justify;
  }
  #ul-info {
    padding: 10px;
  }
  #ul-info li {
    color: black;
    font-size: 1em;
    text-align: justify;
  }
  /*modal-services*/
  /*especialidades*/
  /*nosotros*/
  .container-articles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 40px 1rem;
  }

  .best-text a {
    margin: 0 auto;
  }
  .best-text h4 {
    font-size: 52px;
    font-weight: 700;
  }
  .best-text p {
    font-size: 23px;
  }
  /*nosotros*/
  .img-item {
    width: 30%;
  }
  /*question*/
  .preguntas-frecuentes {
    width: 100%;
    overflow-x: hidden;
  }

  .title-question {
    width: 80%;
    margin: 15px auto;
    background-color: #509fd8;
    border-radius: 10px;
    padding: 8px 0px;
  }
  .preguntas-frecuentes .subtitle {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bolder;
    font-size: 1.3em;
  }
  .title-question h2 {
    font-size: 2.2em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
  }
  .container-frecuentes {
    width: 70%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  .item-frecuentes img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px 15px 0px 0px;
  }
  .item-question {
    width: 100%;
    background-color: #509fd8;
    text-align: center;
    margin-top: -5px;
    padding: 10px 5px;
    height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-question h5 {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    padding: 2px 0px;
  }

  .item-atras {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    padding: 20px 200px;
  }
  .item-atras h2 {
    text-align: center;
  }
  .item-atras p {
    text-align: justify;
    margin-top: 8px;
    font-weight: 500 !important;
  }
  /*question*/
  /*form*/
  .contact-form {
    width: 95%;
    max-width: 1200px;
    background-color: #509fd8;
    margin: 10px auto;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .container-form {
    width: 95%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
  }
  .item-contact-form h2 {
    font-size: 1.7em;
    color: #fff;
    text-align: center;
  }
  .item-contact-form h3 {
    font-size: 1.2em;
    color: #fff;
    text-align: center;
  }
  .item-contact-form .title-p {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
  }
  form {
    width: 70%;
    margin: 10px auto;
    text-align: center;
  }
  .input-container input,
  .input-container select {
    width: 100%;
    padding: 12px;
  }
  .input-container p {
    color: #fff;
    font-size: 1em;
    margin: 5px auto;
  }

  .input-container:nth-child(6) input {
    display: block;
    width: 100%;
    background-color: black;
    padding: 12px;
    border: none;
    margin: 15px auto;
    color: #fff;
    font-size: 1.1em;
    border-radius: 10px;
    transition: all 0.7s;
  }
  .input-container:nth-child(6) input:hover {
    transform: scale(0.9);
    transition: all 0.7s;
  }

  .btn-form2 {
    position: absolute;
    display: block;
    width: 90%;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.5s;
    z-index: 99;
    bottom: 0;
    left: 10%;
  }
  .btn-form2 img {
    width: 50px;
    height: 50px;
  }
  .btn-form2 p {
    font-weight: 500;
    color: #313131;
    font-size: 1.4em;
  }
  .btn-form2:hover {
    transform: scale(1.1);
    transition: 0.5s;
  }

  .item-contact-form:nth-child(2) {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-contact-form:nth-child(2) .img-contact {
    width: 100%;
    max-width: 385px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
  /*form*/
  .tratamientos {
    width: 100%;
    overflow-x: hidden;
  }
  .container-tratamientos {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 20px auto;
    padding: 40px 0px;
  }
  .implantes-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .item-tratamientos {
    text-align: center;
  }
  .item-tratamientos:nth-child(5),
  .item-tratamientos:nth-child(6),
  .item-tratamientos:nth-child(7),
  .item-tratamientos:nth-child(8) {
    margin-top: 20px;
  }

  .implantes-2 .item-tratamientos,
  .ventajas {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .ventajas ul {
    padding-right: 50px;
  }
  .implantes-2 .item-tratamientos:nth-last-child(1) {
    flex-direction: row-reverse;
  }
  .trata {
    text-transform: uppercase;
    font-size: 2.2em !important;
  }
  .item-tratamientos img {
    width: 110px;
    height: 110px;
    object-fit: contain;
  }
  .implantes-2 .item-tratamientos img,
  .ventajas img {
    width: 50%;
    height: auto;
  }
  .implantes-2 .item-tratamientos p {
    font-size: 1.2em;
    padding: 0 50px;
  }
  .swiper {
    width: 80%;
    padding: 60px 0px !important;
    margin-bottom: 20px;
  }
  .swiper-slide .item-tratamientos h2 {
    font-size: 1.2em;
    text-align: center;
    margin: 5px auto;
    color: #2e2e2e;
  }
  .tratamientos a {
    display: block;
    width: 35%;
    background-color: #1c3860;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 70px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.5s;
    margin: 0px auto 12px;
    animation: escala 2s infinite;
  }
  @keyframes escala {
    from {
      transform: scale(0.9);
      transition: transform 0.5s;
    }
    to {
      transform: scale(1);
      transition: transform 0.5s;
    }
  }
  .tratamientos a img {
    width: 70px;
    height: 70px;
  }
  .tratamientos a p {
    font-weight: 500;
    color: #fff;
    font-size: 1.1em;
  }
}
@media (max-width: 425px) {
  .item-implantes {
    width: fit-content;
  }
  .implantes .item-especialidades p {
    text-align: justify;
  }
  .ventajas ul {
    width: 80%;
  }
  .item-implantes img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (min-width: 1100px) {
  .menu li a {
    text-decoration: none;
    font-size: 1.2em;
    color: #2e2e2e;
    text-transform: capitalize;
    font-weight: 500;
  }
  .btn-contacto-header {
    display: block;
    background-color: #2e2e2e;
    color: #fff !important;
    border-radius: 10px;
    width: 120px;
    text-align: center;
    padding: 10px;
    font-size: 1em;
    font-weight: 300;
    transition: 0.6s;
  }
  .grid-promos .promo-special img {
    height: 100% !important;
    max-height: 500px !important;
    width: auto !important;
    border-radius: 10px;
  }
  .container-especialidades {
    width: 75%;
  }
}

/* @media (min-width: 1400px) {

  .btn-form2 {
    position: absolute;
    display: block;
    width: 90%;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.5s;
    z-index: 99;
    bottom: 0;
    left: 10%;
  }
  .btn-form2 img {
    width: 50px;
    height: 50px;
  }
  .btn-form2 p {
    font-weight: 500;
    color: #313131;
    font-size: 1.4em;
  }
  .btn-form2:hover {
    transform: scale(1.1);
    transition: 0.5s;
  }

  .item-contact-form:nth-child(2) {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px;
  }
  .item-contact-form:nth-child(2) .img-contact {
    width: 100%;
    max-width: 370px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
} */
/*Ubicacion*/
.ubicacion {
  padding: 20px;
}
.ubicacion h2 {
  font-size: 2.5rem;
  color: var(--main-second-color);
}

.ubicacion-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  background-color: #e6f0fa;
  margin: 0;
}

.mapa {
  width: 48%;
  height: 400px;
}

.mapa iframe {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}

.ubicacion-info {
  background-color: #05a6e1;
  color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
}

.ubicacion-info h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.ubicacion-info p {
  font-size: 16px;
  margin: 5px 0;
}

.ubicacion-info ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

.ubicacion-info ul li {
  font-size: 1.1rem;
  color: #666;
}

.ubicacion-info .cta-btn {
  background-color: var(--main-principal-color);
  color: white;
  padding: 12px 25px;
  font-size: 1.1rem;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

.ubicacion-info .cta-btn:hover {
  background-color: #005b8a;
}

.ubicacion-info .cta-btn svg {
  margin-right: 10px;
}

/* VERSION MÓVIL - UBICACION */
.container-ubi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6f0fa;
}

.container-direction {
  flex-direction: column;
  text-align: center;
}

.container-ubi .container-max-1200 {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.container-direction h4 {
  font-size: 2em;
  font-weight: bold;
  color: var(--main-texto-color);
}

.container-direction h3 {
  font-size: 2em;
  font-weight: 300;
}

.map iframe {
  width: 100%;
  min-height: 400px;
}

.container1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    45deg,
    rgba(7, 98, 202, 0.97) 46%,
    rgb(5, 44, 102) 100%
  );
}

/* GALERÍA */
.container-galery-grid {
  display: grid;
  padding: 0 1rem 40px 1rem;
  grid-template-columns: repeat(1, 1fr);
  max-width: 1280px;
  place-content: center;
  place-items: center;
}

.container-review {
  display: flex;
  justify-content: center;
  align-items: self-start;
  flex-direction: column;
  width: 100%;
  height: max-content;
  border: 10px solid rgba(241, 241, 241, 0.834);
  padding: 10px;
}

.container-review > div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.container-review img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.container-review hr {
  border: 1px solid rgba(217, 217, 217, 0.753);
  width: 100%;
  margin-bottom: 10px;
}

.container-review p {
  font-size: 16px;
}

.container-galeria {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  grid-auto-rows: 10rem;
  gap: 10px;
  width: 100%;
  padding: 0 1rem;
  max-width: 1280px;
  padding: 40px 0;
}

.container1 .container-galeria img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transition: all 0.2s linear;
  border-radius: 10px;
}

.container1 .container-galeria img:hover {
  box-shadow: 0px 0px 20px 6px rgba(255, 255, 255, 1);
}

.container1 .container-galeria img:nth-child(1),
.container1 .container-galeria img:nth-child(4),
.container1 .container-galeria img:nth-child(5) {
  grid-column: span 6 / span 6;
}

.container1 .container-galeria img:nth-child(2),
.container1 .container-galeria img:nth-child(3),
.container1 .container-galeria img:nth-child(6) {
  grid-column: span 4 / span 4;
}

/* MAP INFO BOX */
.container-map {
  border-radius: 10px;
  padding: 30px 1rem;
  background: #05a6e1;
  margin: 20px 0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container-map h4 {
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: 500;
  color: white;
}

.container-map p:nth-child(2),
.container-map p:nth-child(4),
.container-map p:nth-last-child(2) {
  margin-bottom: 25px;
}

.container-map a {
  margin-top: 10px;
  padding: 10px 15px;
  background-color: aliceblue;
  border-radius: 10px;
  transition: all 0.275s linear;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
}

.container-map a svg {
  width: 15px;
  margin-right: 5px;
}

/* RESPONSIVE */
@media (min-width: 767px) {
  .container-galery-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1rem;
    gap: 50px;
  }

  .container-map {
    height: 600px;
    max-width: 500px;
    padding: 30px;
    box-shadow: -13px 0px 20px -7px rgba(0, 0, 0, 0.75);
  }

  .map iframe {
    max-width: 650px;
  }

  .map {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container-direction h3 {
    font-size: 3em;
  }

  .container-direction {
    margin: 60px 0;
  }
  /*CasosdeExito*/
  .splide__track {
    display: none;
  }

  .galeria-web {
    display: grid;
    background-image: url(images/fondo.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    padding: 2rem;
  }

  .title-casos h2 {
    font-size: 2.2em;
    text-transform: uppercase;
  }

  .card-1 p {
    padding: 0.8rem;
    font-size: 1.7rem;
    color: #05a6e1;
    font-weight: 700;
  }
  .texto-card a:hover {
    background-color: rgb(201, 195, 195);
    color: black;
    border: 1px solid black;
  }

  .galeria-web img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0.1rem;
  }
  .card-1 {
    grid-column: 2 / 3;
    grid-row: 1 / 1;
  }
  .card-2 {
    grid-column: 1 / 2;
    grid-row: 1 / 1;
  }
  .card-3 {
    grid-column: 3 / 4;
    grid-row: 1 / 1;
  }
  .card-4 {
    grid-column: 1 / 2;
    grid-row: 2 / 2;
  }
  .card-5 {
    grid-column: 2 / 3;
    grid-row: 2 / 2;
  }
  .card-6 {
    grid-column: 3 / 4;
    grid-row: 2 / 2;
  }
  /*CasosdeExito*/
}
/* Footer */
footer {
  width: 100%;
  overflow: hidden;
  background-color: #509fd8;
  margin-top: 0px;
  padding: 20px 0;
}

/* Contenedor principal del footer */
.footer-container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Responsivo */
}

/* Texto del footer */
.footer-text {
  color: #fff;
  font-size: 0.8em;
  max-width: 70%;
}

.footer-text p {
  margin: 5px 0;
}

.footer-text a {
  color: #fff;
  text-decoration: none;
}

/* Redes sociales */
.redes-footer {
  display: flex;
  gap: 15px;
}

.redes-footer a {
  font-size: 28px;
  color: #fff;
  transition: color 0.3s ease;
}

.redes-footer a:hover {
  color: #cccccc;
}

/* Otros estilos antiguos (se mantienen si los necesitas en otras secciones) */
.item-footer:nth-child(1) {
  margin-top: 20px;
}

.item-footer .sub-item-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 12px auto;
}

.sub-item-footer:nth-child(1) p {
  font-size: 1em;
  font-weight: 500;
  color: #fff;
}

.sub-item-footer:nth-child(1) h6 {
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.sub-item-footer:nth-child(2) {
  width: 90%;
  margin: auto;
}

.sub-item-footer .mapa {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.sub-item-footer .mapa iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.item-footer:nth-child(2) {
  width: 90%;
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.items-date ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.items-date ul li {
  list-style: none;
}

.items-date ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.1em;
}

.items-date p {
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  margin: 10px auto;
}

.items-date p a {
  text-decoration: none;
  color: #fff;
}

.contact-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-section h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.contact-section p {
  font-size: 1.1rem;
}

.call-btn {
  display: flex;
  align-items: center;
  margin-top: 10px;
  background-color: #0072b1;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
}

.call-btn p {
  color: white;
}

.call-btn img {
  width: 25px;
  height: auto;
}

.call-btn:hover {
  background-color: #005b8e;
}