body {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #00a65b;
  border-radius: 10px;
}

.titulos {
  font-weight: 800;
  font-size: 22px;
  color: #00a65b;
  padding-top: 6%;
  text-align: center;
  margin: auto;
}

.parrafos {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: center;
  max-width: 90vh;
  margin: auto;
  padding-top: 1vh;
}

.spanes {
  font-weight: 800;
}

nav {
  background-color: #ffffff;
  box-shadow: 2px 2px 15px #0000003d;
  height: 5vh;
}

.collapse {
  font-weight: 800;
  font-size: 10pt;
}

.nav-link {
  color: #00a65b;
  font-weight: 800;
  font-size: 10pt;
}

.button-three {
  display: flex;
  flex-direction: row;
  gap: 0vh;
}

.logo-mobile {
  display: none;
}

#reloj {
  display: flex;
}

.button-mobile {
  background-color: #ffffff;
  border: none;
  display: none;
}

.titulo {
  font-weight: 800;
  font-size: 50px;
  color: #ffffff;
  padding-top: 12vh;
  text-align: center;
}

.subtitulo {
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  top: 60px;
  padding-top: 0px;
  max-width: 80vh;
  margin: auto;
  text-align: center;
  line-height: 3.6vh;
}

#fondoasistencia {
  width: 1920px;
  min-height: 1080px;
  background-image: url(img/Imagen1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 40s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  width: auto;
  margin: 0 40px;
}

.logo-tualiado {
  width: 50vh;
  height: auto;
  padding-top: 15vh;
  margin: auto;
}

.titulo-aliado {
  font-weight: 800;
  font-size: 30px;
  color: #00a65b;
  text-align: center;
  padding-top: 6vh;
}

.parrafo-aliado {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  max-width: 90vh;
  margin: auto;
}

.span-aliado-1 {
  font-size: 25px;
  font-weight: 800;
  color: #00a65b;
}

.span-aliado-2 {
  font-weight: 700;
}

@keyframes show {
  from {
    opacity: 0;
    scale: 25%;
  }

  to {
    opacity: 1;
    scale: 100%;
  }
}

.logo-tualiado-img {
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image;
  animation-name: show;
  animation-range: entry 25% cover 50%;
  animation-fill-mode: both;
}

#fondotualiado {
  width: 1920px;
  min-height: 1080px;
  background-image: url(img/Imagen2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.card-services {
  padding-top: 2%;
  padding-bottom: 7%;
  max-width: 80%;
  margin: auto;
}

.card-title {
  font-weight: 800;
  font-size: 18px;
  color: #2a2a2a;
  text-align: center;
  margin: 2vh 0vh 3vh 0vh;
}

.card-text {
  font-weight: 400;
  font-size: 14px;
  color: #2a2a2a;
  padding-right: 1.5vh;
}

.bold {
  font-weight: 800;
  font-size: 15px;
  line-height: 2vh;
  margin-bottom: 5px;
}

.card-body {
  padding-top: 10%;
}

.card-puntos {
  margin-bottom: 1vh;
}

@keyframes show {
  from {
    opacity: 0;
    scale: 25%;
  }

  to {
    opacity: 1;
    scale: 100%;
  }
}

.img-fluid {
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image;
  animation-name: show;
  animation-range: entry 25% cover 50%;
  animation-fill-mode: both;
}

.modalrec {
  padding-top: 5%;
}

#fondoreconocimientos {
  width: 1920px;
  min-height: 1150px;
  background-image: url(img/Imagen4.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.gallery1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: center;
}

.gallery1 img {
  width: 30vh;
  height: auto;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: auto;
  transition: transform 0.3s ease;
}

.gallery1 img:hover {
  transform: scale(1.1);
}

@keyframes show {
  from {
    opacity: 0;
    scale: 25%;
  }

  to {
    opacity: 1;
    scale: 100%;
  }
}

.modalreco {
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image;
  animation-name: show;
  animation-range: entry 25% cover 50%;
  animation-fill-mode: both;
}

.gallery2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-items: center;
  padding-top: 5%;
}

.gallery2 img {
  width: 30vh;
  height: auto;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: auto;
  transition: transform 0.3s ease;
}

.gallery2 img:hover {
  transform: scale(1.1);
}

.modal {
  display: none;
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.699);
  padding-top: 100%;
  padding-bottom: 100%;
}

.cerrar {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  background-color: rgba(255, 0, 0, 0);
  padding-top: 100%;
  padding-bottom: 100%;
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 70%;
  position: relative;
  width: 31%;
  height: auto;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.close {
  position: fixed;
  top: 43%;
  right: 32%;
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #00a65b;
  text-decoration: none;
  cursor: pointer;
}

.cerrar {
  width: 1920px;
  height: 1080px;
  position: absolute;
  justify-content: center;
}

#fondocertificados {
  width: 1920px;
  min-height: 1200px;
  background-image: url(img/Imagen5.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@keyframes show {
  from {
    opacity: 0;
    scale: 25%;
  }

  to {
    opacity: 1;
    scale: 100%;
  }
}

.modalcerti {
  view-timeline-name: --image;
  view-timeline-axis: block;
  animation-timeline: --image;
  animation-name: show;
  animation-range: entry 25% cover 50%;
  animation-fill-mode: both;
}

.equipment {
  padding-top: 4%;
  padding-bottom: 10%;
  padding-left: 60px;
  padding-right: 50px;
  justify-content: center;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 40vh;
  height: auto;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.til-slid {
  font-weight: 800;
  font-size: 20px;
  color: #00a65b;
  text-align: center;
  margin-top: 1.2vh;
  margin-bottom: 0vh;
  line-height: 2.3vh;
}

.par-slid {
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  text-align: center;
  margin-bottom: 1.2vh;
}

.swiper-button-prev {
  color: #00a65b;
}

.swiper-button-next {
  color: #00a65b;
}

.enlace-contenedor {
  width: 40vh;
  min-height: 26vh;
  border-radius: 10px;
  margin: 1.5vh;
  padding: 1vh 1vh 1vh 0vh;
  text-align: left;
  align-items: center;
}

.enlace-interes {
  display: flex;
  padding-bottom: 3%;
  justify-content: center;
}

.icon {
  width: 11vh;
  height: auto;
  margin: 0.5vh 0.5vh 0.5vh 0.5vh;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.icon:hover {
  transform: scale(1.1);
}

.iconn {
  text-decoration: none;
}

.enlace-texto {
  font-weight: 800;
  font-size: 20px;
  color: #00a65b;
  margin-left: 23px;
}

.contact {
  display: flex;
  padding-top: 3%;
  justify-content: center;
}

.ubicanos {
  top: 50px;
  width: 530px;
  height: auto;
  margin: 30px;
  background-color: #ffffff;
  border-radius: 10px;
}

.mapa {
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.clima {
  padding-top: 12px;
}

.clim {
  display: none;
}

.map {
  display: none;
}

.contactos {
  top: 50px;
  width: 380px;
  height: auto;
  margin: 30px;
  border-radius: 10px;
  /
}

.contactos-contenedor {
  width: 360px;
  min-height: 560px;
  background-color: #ececec;
  border-radius: 15px;
  padding: 20px;
  backdrop-filter: blur(4px);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
  color: #595959;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 13px;
  font-style: italic;
  transition: border 0.3s;
  background-color: #ffffff;
  cursor: pointer;

  @supports (appearance: base-select) {
    background-image: none;
    padding-inline: 1rem;

    &,
    &::picker(select) {
      appearance: base-select;
      border: 1px solid #ddd;
      border-radius: 8px;
      color: #000000;
    }

    &::picker(select) {
      margin-block-start: 0.1875rem;
      opacity: 0;
      height: 0;
      overflow: clip;
      transition: height 0.5s ease-out, opacity 0.5s ease-out, overlay 0.5s,
        display 0.5s;
      transition-behavior: allow-discrete;
    }

    &:open::picker(select) {
      opacity: 1;
      height: calc-size(auto, size);

      @starting-style {
        opacity: 0;
        height: 0;
      }

      border: 1px solid #00a65c;
      background-color: rgba(255, 255, 255, 0.527);
      padding: 1rem 0rem 1rem 0rem;
      backdrop-filter: blur(4px);
    }
  }
}

input:focus,
textarea:focus,
select:focus {
  border-color: #00a65c;
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

.radio-group,
.checkbox-group {
  margin: 10px 0;
}

.radio-option,
.checkbox-option {
  margin-bottom: 8px;
}

.button {
  background-color: #00a65c;
  color: white;
  border: none;
  padding: 5px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  transition: background-color 0.3s;
}

.button:hover {
  background-color: #007e45;
}

.required:after {
  content: " *";
  color: #595959;
}

.tilcontac {
  font-weight: 800;
  font-size: 20px;
  color: #00a65b;
}

.stilcontac {
  font-weight: 800;
  font-size: 20px;
  color: #383838;
  padding-bottom: -16px !important;
}

.textcontact {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.modall {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.711);
  padding-top: 20vh;
}

.modal-contentt {
  margin: auto;
  display: block;
  max-width: 60vh;
  position: relative;
  width: 100%;
  height: auto;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 2vh;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.closee {
  position: fixed;
  top: 15%;
  right: 33%;
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.footer {
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  text-align: center;
  height: 30px;
  background-color: #ffffff;
  padding-top: 6%;
}

@media (max-width: 1280px) {
  .modal-content {
    margin: auto;
    display: block;
    max-width: 70%;
    position: relative;
    width: 50%;
    height: auto;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }

  .close {
    position: fixed;
    top: 39%;
    right: 23%;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }

  .closee {
    position: fixed;
    top: 15%;
    right: 23%;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }
}

@media (max-width: 1024px) {
  .titulos {
    padding-top: 10%;
  }

  .titulo {
    font-size: 50px;
    color: #ffffff;
    text-align: center;
  }

  .parrafo {
    font-weight: 400;
    font-size: 25px;
    color: #ffffff;
    top: 60px;
    text-align: center;
  }

  #fondoasistencia {
    width: 1024px;
    min-height: 800px;
    background-image: url(img/Imagen1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  #fondotualiado {
    width: 1024px;
    min-height: 900px;
    background-image: url(img/Imagen2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  .card-services {
    padding-top: 2%;
    padding-bottom: 7%;
    max-width: 95%;
    margin: auto;
  }

  #fondoreconocimientos {
    width: 1024px;
    min-height: 850px;
    background-image: url(img/Imagen4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
    padding-left: 20%;
    padding-right: 20%;
  }

  .gallery2 {
    padding-top: 5%;
  }

  .gallery img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.2s;
  }

  .gallery img:hover {
    transform: scale(1.05);
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.699);
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .modal-content {
    margin: auto;
    display: block;
    max-width: 70%;
    position: relative;
    width: 40%;
    height: auto;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }

  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }

    to {
      top: 0;
      opacity: 1;
    }
  }

  .close {
    position: fixed;
    top: 38%;
    right: 15%;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }

  .close:hover,
  .close:focus {
    color: #00a65b;
    text-decoration: none;
    cursor: pointer;
  }

  #fondocertificados {
    width: 1024px;
    min-height: 900px;
    background-image: url(img/Imagen5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 350px;
  }

  .closee {
    position: fixed;
    top: 15%;
    right: 18%;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }
}

@media (max-width: 991px) {
  .button-mobile {
    display: block;
  }

  .button-three {
    display: flex;
    flex-direction: row;
    gap: 1vh;
  }

  .card-services {
    padding-top: 2%;
    padding-bottom: 7%;
    max-width: 60%;
    margin: auto;
  }

  .gallery1 img {
    width: 22vh;
    height: auto;
  }

  #fondoreconocimientos {
    width: 991px;
    min-height: 950px;
    background-image: url(img/Imagen4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  .gallery2 img {
    width: 22vh;
    height: auto;
  }

  .modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    position: relative;
    width: 50%;
    height: auto;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }

  .close {
    position: fixed;
    top: 40%;
    right: 22%;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }

  .close:hover,
  .close:focus {
    color: #00a65b;
    text-decoration: none;
    cursor: pointer;
  }

  #fondocertificados {
    width: 991px;
    min-height: 850px;
    background-image: url(img/Imagen5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
  }

  .enlace-contenedor {
    width: 380px;
    min-height: 275px;
    padding: 1vh;
    text-align: center;
  }

  .enlace-interes {
    display: flex;
    padding-bottom: 3%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .icon {
    width: 109px;
    height: auto;
    margin: 8px 2px 2px 2px;
  }

  .enlace-texto {
    font-size: 20px;
    color: #00a65b;
    margin-top: 30px;
    text-align: center;
  }

  .contact {
    display: flex;
    padding-top: 3%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .ubicanos {
    top: 50px;
    width: 530px;
    height: auto;
    margin: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    justify-content: center;
  }

  .mapa {
    border-radius: 10px;
  }

  .clima {
    padding-top: 12px;
  }

  .clim {
    display: none;
  }

  .map {
    display: none;
  }

  .contactos {
    top: 50px;
    width: 380px;
    height: auto;
    margin: 30px;
    border-radius: 10px;
    justify-items: center;
  }

  .formulario {
    width: 380px;
    min-height: 570px;
    background-color: #e7e7e7;
    border-radius: 10px;
  }

  .tilcontac {
    font-weight: 800;
    font-size: 20px;
    color: #00a65b;
    text-align: center;
  }

  .stilcontac {
    font-weight: 800;
    font-size: 20px;
    color: #383838;
    padding-bottom: -16px !important;
  }

  .textcontact {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
  }
}

@media (max-width: 768px) {
  .titulos {
    padding-top: 13%;
  }

  .titulo {
    font-size: 40px;
    padding-top: 80px;
  }

  .subtitulo {
    font-weight: 400;
    font-size: 27px;
    max-width: 60vh;
    text-align: center;
    line-height: 3.6vh;
  }

  #fondoasistencia {
    width: 768px;
    min-height: 750px;
    background-image: url(img/Imagen1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  .logo-tualiado {
    width: 49vh;
    height: auto;
    padding-top: 15vh;
    margin: auto;
  }

  .titulo-aliado {
    font-size: 30px;
    padding-top: 6vh;
  }

  .parrafo-aliado {
    font-size: 20px;
    text-align: center;
    max-width: 60vh;
    margin: auto;
  }

  #fondotualiado {
    width: 768px;
    min-height: 1000px;
    background-image: url(img/Imagen2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  .parrafos {
    max-width: 60vh;
  }

  .card-services {
    padding-top: 2%;
    padding-bottom: 7%;
    max-width: 80%;
    margin: auto;
  }

  .modalrec {
    padding-top: 5%;
  }

  .gallery1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    align-items: center;
  }

  .gallery1 img {
    width: 22vh;
    height: auto;
  }

  #fondoreconocimientos {
    width: 768px;
    min-height: 850px;
    background-image: url(img/Imagen4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .gallery2 {
    padding-top: 5%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    align-items: center;
  }

  .gallery2 img {
    width: 22vh;
    height: auto;
  }

  .gallery img {
    width: 80%;
    height: auto;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.2s;
    margin: auto;
  }

  .modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    position: relative;
    width: 85%;
    height: auto;
  }

  .close {
    position: fixed;
    top: 36%;
    right: 6%;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }

  .close:hover,
  .close:focus {
    color: #00a65b;
    text-decoration: none;
    cursor: pointer;
  }

  .closee {
    position: fixed;
    top: 15%;
    right: 9%;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }

  #fondocertificados {
    width: 768px;
    min-height: 900px;
    background-image: url(img/Imagen5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
  }

  .contact {
    display: flex;
    padding-top: 3%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .ubicanos {
    top: 50px;
    width: 530px;
    height: auto;
    margin: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    justify-content: center;
  }

  .mapa {
    border-radius: 10px;
  }

  .clima {
    padding-top: 12px;
  }

  .clim {
    display: none;
  }

  .map {
    display: none;
  }

  .contactos {
    top: 50px;
    width: 380px;
    height: auto;
    margin: 30px;
    border-radius: 10px;
  }

  .formulario {
    width: 380px;
    min-height: 570px;
    background-color: #e7e7e7;
    border-radius: 10px;
  }

  .stilcontac {
    font-weight: 800;
    font-size: 20px;
    color: #383838;
    padding-bottom: -16px !important;
  }

  .textcontact {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
  }
}

@media (max-width: 540px) {
  .titulo {
    font-size: 39px;
  }

  .subtitulo {
    font-weight: 400;
    font-size: 24px;
    line-height: 3vh;
    max-width: 40vh;
  }

  .titulos {
    padding-top: 20%;
    max-width: 40vh;
  }

  .parrafos {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: center;
    max-width: 40vh;
    margin: auto;
    padding-top: 1vh;
  }

  #fondoasistencia {
    width: 540px;
    min-height: 800px;
    background-image: url(img/Imagen1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  .logo-tualiado {
    width: 40vh;
    height: auto;
    padding-top: 13vh;
    margin: auto;
  }

  .titulo-aliado {
    font-size: 28px;
    padding-top: 6vh;
    max-width: 40vh;
    margin: auto;
  }

  .parrafo-aliado {
    font-size: 19px;
    text-align: center;
    max-width: 40vh;
    margin: auto;
  }

  #fondotualiado {
    width: 540px;
    min-height: 900px;
    background-image: url(img/Imagen2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  .card-services {
    padding-top: 2%;
    padding-bottom: 7%;
    max-width: 95%;
    margin: auto;
  }

  .modalrec {
    padding-top: 10%;
  }

  #fondoreconocimientos {
    width: 540px;
    min-height: 800px;
    background-image: url(img/Imagen4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  .modalcert {
    padding-top: 10%;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .gallery2 {
    padding-top: 5%;
  }

  .gallery img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.2s;
  }

  .gallery img:hover {
    transform: scale(1.05);
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.699);
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .modal-content {
    margin: auto;
    display: block;
    max-width: 85%;
    position: relative;
    width: 85%;
    height: auto;
  }

  .modal-content {
    animation-name: animatetop;
    animation-duration: 0.4s;
  }

  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }

    to {
      top: 0;
      opacity: 1;
    }
  }

  .close {
    position: fixed;
    top: 35%;
    right: 1%;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }

  .close:hover,
  .close:focus {
    color: #00a65b;
    text-decoration: none;
    cursor: pointer;
  }

  .closee {
    position: fixed;
    top: 15%;
    right: 7%;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }

  #fondocertificados {
    width: 540px;
    min-height: 800px;
    background-image: url(img/Imagen5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }

  .equipment {
    padding-top: 13%;
    padding-bottom: 20%;
    padding-left: 30px;
    padding-right: 20px;
    justify-content: center;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
  }

  .contact {
    display: flex;
    padding-top: 0%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .ubicanos {
    top: 0px;
    width: 318px;
    height: auto;
    margin: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    justify-content: center;
  }

  .mapa {
    border-radius: 10px;
    display: none;
  }

  .clima {
    padding-top: 12px;
    display: none;
  }

  .clim {
    padding-top: 12px;
    display: block;
  }

  .map {
    border-radius: 10px;
    display: block;
  }

  .contactos {
    top: 50px;
    width: 318px;
    height: auto;
    margin: 30px;
    border-radius: 10px;
  }

  .formulario {
    width: 318px;
    min-height: 570px;
    background-color: #e7e7e7;
    border-radius: 10px;
  }

  .stilcontac {
    font-weight: 800;
    font-size: 20px;
    color: #383838;
  }

  .textcontact {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
  }

  .modal-contentt {
    max-width: 90%;
  }

  .closee {
    top: 15%;
    right: 5%;
  }
}

@media (max-width: 480px) {}

@media (max-width: 380px) {}