@import url("tratamientos.css");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");

@import url("tomografo.css");
@import url("implantologia.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Play", sans-serif;
  overflow-x: hidden;
  width: 100vw;
  height: 100vh;
}
.modal_inicio {
  width: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 1s;
}
.modal_inicio i {
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.flags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100px;
  margin-left: 15px;
}
.flags_item img {
  max-width: 70%;
}

.aparecer_modal {
  left: 0;
  transition: 1s;
}
.modal_inicio h3 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  text-shadow: 0 0 15px #0000c6, 0 0 15px #0000c6, 0 0 15px #0000c6;
  animation: parpadear 2s infinite steps(3);
  margin-bottom: 20px;
}

.container_video iframe:hover {
  box-shadow: 0 0 10px #0000c6, 0 0 10px #0000c6, 0 0 15px #0000c6;
  transition: 1s;
}

@keyframes parpadear {
  to {
    color: #fff;
    text-shadow: none;
  }
}

/*  */
/* header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  box-sizing: border-box;
}
nav .menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menu li {
  margin-left: 30px;
  list-style: none;
}
.menu li a {
  text-decoration: none;
  color: #555555;
}
.menu li.unico a {
  color: #f6f6f6; 
}
nav i {
  color: #000;
  font-size: 35px;
  display: none !important;
}
.logo_ortho {
  max-width: 12%;
}

.logo_blanco {
  max-width: 60%;
  padding-left: 20px;
  display: none;
} */

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  box-sizing: border-box;
}

/* Estilos del menú en escritorio */
nav .menu {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.menu li {
  list-style: none;
}

.menu li a {
  text-decoration: none;
  color: #555555;
}

/* Para la clase "unico" */
.menu li.unico a {
  color: #f6f6f6;
  box-sizing: border-box;
}

/* Logo en escritorio */
.logo_ortho {
  max-width: 12%;
}

/* Logo en móviles */
.logo_blanco {
  max-width: 175px;
  padding-left: 20px;
  display: none;
}

/* Dropdown */
.dropdown {
  position: relative;
}

.dropdown-menu {
  box-sizing: border-box;
  width: auto;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  display: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.dropdown-icon {
  height: 10px;
  max-height: 10px;
}

.dropdown-menu li {
  width: auto;
  margin: 0 5px;
}

.dropdown-menu a {
  margin-left: 0;
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #555555;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li a:hover {
  background-color: #f0f0f0;
}

nav i {
  color: #000;
  font-size: 35px;
  display: none !important;
}
#menu li {
  padding-left: 20px;
}

#dropdown {
  width: 105px;
}
/*  */
/*estilos seguro*/
.container-seguro {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 80px 0px; */
}
.seguro-dental {
  /* width: 80%; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.item-seguro img {
  /* max-width: 100%; */
  height: 100%;
  width: 85%;
  object-fit: cover;
  padding-top: 20px;
}
.item-seguro:nth-child(2) {
  /* margin-left: 1px; */
  height: 500px;
  overflow: hidden;
}
.item-seguro:nth-child(2) {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0;
}
.item-seguro:nth-child(2) h3 {
  font-size: 35px;
  margin: 0;
}
.item-seguro:nth-child(2) h3 {
  font-size: 38px;
  margin: 0;
  color: #0082c9;
}

.item-seguro {
  display: flex;
  justify-content: center;
}

.btn-seguros {
  display: flex;
  gap: 15px;
}
.sumate {
  font-size: 48px;
  color: #0000c6;
}
.seguro-btn {
  display: block;
  background-color: rgb(28, 187, 187);
  padding: 12px;
  text-decoration: none;
  color: white;
  border-radius: 10px;
}
.agenda-btn {
  display: block;
  background-color: #444444;
  padding: 12px;
  text-decoration: none;
  color: white;
  border-radius: 10px;
  font-size: 17px;
}
.container-home-seguro {
  width: 100%;
  position: relative;
}
.container-home-seguro img {
  max-width: 100%;
}
.container-texto-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texto-img {
  background-color: rgba(0, 0, 0, 0.6);
  width: 50%;
  text-align: center;
  padding: 20px;
}
.texto-img h2 {
  color: white;
  font-size: 40px;
}
.img-seguro-mobil {
  display: none;
}
.container-datos-seguro {
  width: 100%;
  margin: auto;
}
.datos-seguro {
  width: 80%;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.item-datos-seguro:nth-child(1) {
  background-color: #1161a0;
  height: 400px;
  margin-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.item-datos-seguro:nth-child(1) h2 {
  color: white;
  font-size: 25px;
}
.item-datos-seguro:nth-child(1) p {
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 10px;
}
.item-datos-seguro:nth-child(2) {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.item-datos-seguro:nth-child(2) h3 {
  font-size: 30px;
}
.item-datos-seguro:nth-child(2) ul li {
  margin: 20px auto;
  font-size: 18px;
}
.item-datos-seguro:nth-child(2) ul li:nth-child(5) {
  list-style: none;
}
.item-datos-seguro:nth-child(2) li a {
  display: block;
  background-color: rgb(28, 187, 187);
  width: 300px;
  text-align: center;
  color: white;
  padding: 10px;
  text-decoration: none;
  border-radius: 15px;
  font-size: 20px;
}
.container-pasos-seguir {
  width: 100%;
}
.container-pasos-seguir h4 {
  text-align: center;
  font-size: 25px;
}
.container-pasos-seguir h2 {
  text-align: center;
  font-size: 32px;
  color: #0000c6;
}
.container-pasos-seguir p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.pasos-seguir {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px auto;
}
.item-pasos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.circle-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.circle-img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.item-pasos h6 {
  margin: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.item-pasos p {
  font-size: 32px;
  color: #0082c9;
  font-weight: 700;
}
/*estilos seguro*/

.swiper {
  width: 90%;
  height: 100%;
  margin: 25px auto 25px auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination {
  position: relative;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-next {
  right: -30px;
}
.swiper-button-prev {
  left: -30px;
}

.contacto {
  background-color: #005e81;
  width: 350px;
  padding: 12px 30px 12px 40px;
  position: fixed;
  bottom: 8vh;
  right: 1.3em;
  border-radius: 21px;
  transition: 0.7s;
  z-index: 1;
  text-align: left;
  cursor: pointer;
  animation: crecer 5s infinite;
  transform-origin: right;
}
.menu_redes {
  display: flex;
  justify-content: inherit;
  align-items: center;
  gap: 30px;
}
.icono_redes {
  font-size: 50px;
  transition: 0.5s;
}
.icono_redes:hover {
  transform: scale(0.9);
  transition: 0.5s;
}

a.seguro {
  text-decoration: none; /* Quita el subrayado por defecto */
  color: #fff; /* Color del texto */
  padding: 10px 15px; /* Espaciado interno */
  background-color: #0082c9; /* Color de fondo por defecto */
  border-radius: 5px; /* Bordes redondeados */
  transition: background-color 0.3s ease;
  width: 160px;
  display: flex;
  text-align: center;
  justify-content: center;
}
a.seguro:hover {
  background-color: #0082c9; /* Cambia el color de fondo al hacer hover */
  color: #fff; /* Cambia el color del texto al hacer hover */
}

.menu li.textSeguro {
  color: #fff; /* Color del texto */
}

@keyframes crecer {
  0% {
    transform: scaleX(0);
  }

  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.contact_uno {
  background-color: rgb(28, 187, 187);
  width: 190px;
  padding: 12px 30px 12px 40px;
  position: fixed;
  bottom: 33vh;
  right: 1.3em;
  border-radius: 21px;
  transition: 0.7s;
  z-index: 1;
  text-align: left;
  cursor: pointer;
  animation: crecer;
  animation-duration: 5s;
  z-index: -1;
  animation-iteration-count: 5;
  transform-origin: right;
}
.contact_uno p {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.contact_dos {
  background-color: #05a6e1;
  width: 190px;
  padding: 12px 30px 12px 40px;
  position: fixed;
  bottom: 19vh;
  right: 1.3em;
  border-radius: 21px;
  transition: 0.7s;
  z-index: 1;
  text-align: left;
  cursor: pointer;
  animation: crecer;
  animation-duration: 5s;
  z-index: -1;
  animation-iteration-count: 5;
  transform-origin: right;
}
.contact_dos p {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.contact_tres {
  background-color: rgb(28, 187, 187);
  width: 190px;
  padding: 12px 30px 12px 40px;
  position: fixed;
  bottom: 4vh;
  right: 1.3em;
  border-radius: 21px;
  transition: 0.7s;
  z-index: 1;
  text-align: left;
  cursor: pointer;
  animation: crecer;
  animation-duration: 5s;
  z-index: -1;
  animation-iteration-count: 5;
  transform-origin: right;
}
.contact_tres p {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.contacto p {
  color: #fff;
  font-size: 18px;
}
.redes_flotantes {
  width: 100%;
}
.botones-flotantes {
  position: fixed;
  bottom: 80px;
  right: 19px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}

.botones-flotantes a img {
  width: 55px;
  height: 55px;
  transition: transform 0.2s ease;
  cursor: pointer;
}
.botones-flotantes a:last-child img {
  animation: pulse 2s infinite;
}

.botones-flotantes a img:hover {
  transform: scale(1.1);
}

.icono_principal {
  position: fixed;
  bottom: 85px;
  right: 15px;
  z-index: 5;
  animation: pulse 2s infinite;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.1);
    /* box-shadow: 5px 8px 8px rgba(0, 0, 0, 0.4); */
    border-radius: 50%;
  }
  100% {
    transform: scale(1);
    /* box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.4); */
    border-radius: 50%;
  }
}
.contactos {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  position: fixed;
  bottom: 163px;
  right: 14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
  z-index: 1;
}
.aparecer {
  position: fixed;
  bottom: 163px;
  right: 14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 998;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  z-index: 1;
}
.contactos img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.slide_contenedor {
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  /*margin: auto;*/
  margin-top: 79px;
  background-size: cover;
  z-index: 1;
  top: auto;
}

.container-promos {
  margin: 0;
}
.miSlider {
  position: relative;
}
.container-text {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-body-text {
  width: 100%;
  height: auto;
  text-align: center;
}
.container-body-text h2 {
  color: white;
  font-size: 40px;
}
.miSlider img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  z-index: 1;
}

.info-guillermo {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 70px;
  margin-top: 20px;
}
.info-guillermo-img {
  width: 20%;
  box-shadow: 0px 3px 26px 5px rgba(0, 0, 0, 0.75);
}

.info-guillermo-text {
  width: 70%;
  text-align: justify;
  font-size: 20px;
  margin-right: 50px;
}

#doctores {
  background-color: #f3f3f3;
  padding: 20px 15px;
}
.especialidades {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  width: 100%;
  padding: 0 15px;
  max-width: 1280px;
  margin: auto;
}

.doctores {
  width: 100%;
}
.doctores h2 {
  font-size: 40px;
  margin: 30px 0px;
  text-align: center;
  text-transform: uppercase;
}
/*especialidades*/

.item-especialidades {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #0082c9;
  padding: 20px;
  gap: 10px;
  border-radius: 12px;
  min-width: 0; /* IMPORTANTE: permite que se encoja */
}

.item-especialidades h3 {
  color: white;
  font-size: 20px;
}
.item-especialidades a {
  transition: all 0.3s;
  display: block;
  width: 200px;
  background-color: #444444;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 7px;
}
.item-especialidades a:hover {
  transition: all 0.3s;
  background-color: white;
  color: #444444;
  font-weight: 600;
  transform: scale(1.05);
}
.div_image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.div_image img {
  max-width: 50%;
}
/*especialidades*/
.card_nosotros {
  border-radius: 20px;
  background-color: #002c89;
  position: relative;
  border: 2px solid #002c89;
}

.card_nosotros::before {
  content: " ";
  position: absolute;
  height: 45%;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
}
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 30px;
}
.card_nosotros .image {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  padding: 5px;
  background-color: transparent;
}
.card_nosotros .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.card_nosotros .media-icons {
  position: absolute;
  top: 10px;
  right: -20px;
  display: flex;
  flex-direction: column;
}
.card_nosotros .media-icons i {
  color: #002c89;
  margin: 7px 20px 0px 0px;
  font-size: 25px;
}
.card_nosotros .media-icons i:hover {
  color: #1161a0;
}
.name-profesion {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  color: #fff;
}
.name-profesion ul {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
.name-profesion ul li {
  padding: 7px 0px;
}
.name-profesion .profesion {
  font-size: 17px;
  font-weight: 500;
}
.rating {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}
.rating i {
  color: #feee00;
}
.btn-compu {
  display: block;
}
.btn_conoce {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.btn_conoce a {
  background-color: #fff;
  padding: 15px 25px;
  color: #002c89;
  border: none;
  border-radius: 20px;
  font-size: 15px;
  text-decoration: none;
}
.conoce {
  background-color: #1161a0;
  display: block;
  margin: 15px auto;
  padding: 15px;
  width: 40%;
  color: #fff;
  text-decoration: none;
}

.contenido_post {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: aparecer 1.5s;
}
.contenido_post p {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  font-family: "Play", sans-serif;
  text-align: center;
  display: block;
  width: 80%;
}
.contenido_post a {
  display: block;
  background-color: rgba(222, 222, 222, 0.7);
  width: 200px;
  text-align: center;
  padding: 15px 0px;
  margin-top: 20px;
  color: #1161a0;
  text-decoration: none;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}

.contenido_post a:hover {
  border: solid 3px #1161a0;
  background-color: transparent;
}
@keyframes aparecer {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.direcciones {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  display: none;
}
.direcciones a {
  color: #fff;
  display: inline-block;
  padding: 20px;
  text-decoration: none;
}
.direcciones a:hover {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.barras {
  position: absolute;
  bottom: calc(50% - 55px);
  left: calc(5% - 20px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 15px;
}
.item_equipo_dos h5 {
  color: #444444;
  font-size: 20px;
  text-transform: uppercase;
}
.item_equipo_dos p {
  font-size: 13px;
  text-align: justify;
}
.barra {
  cursor: pointer;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin: 0 2px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 8px;
}
.active {
  color: #1161a0;

  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.fade {
  -webkit-animation: fade;
  animation: fade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@keyframes fade {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
.card_body span {
  color: #781658;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.servicios {
  width: 100%;
  margin: auto;
  background-color: #dbd5d585;
  position: relative;
  margin: auto;
  text-align: center;
  height: 400px;
  z-index: 998;
}
.contenedor_card {
  width: 85%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  margin: -100px auto auto auto;
  z-index: 998;
  position: absolute;
  gap: 30px;
  left: 7%;
}
.item_card {
  width: 100%;
  height: 400px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 15px;
  transition: 0.5s;
}
.card_image {
  position: relative;
}
.card_image::before {
  content: " ";
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  background-color: #1161a0;
  transition: all 0.5s;
}
.card_image:hover::before {
  width: 100%;
  left: 0;
}
.card_image img {
  max-width: 28%;
}
.item_card:hover {
  transform: scale(0.9);
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.item_card ul li {
  color: #1161a0;
  text-align: justify;
  margin: 10px auto 10px 10px;
}
.item_card ul li a {
  text-decoration: none;
  color: #1161a0;
  font-size: 18px;
  text-align: justify;
}

.card_image h2 {
  color: #1161a0;
  font-size: 22px;
}
.parallax_uno {
  background-image: url(../imagenes/parallax-1.png);
  background-position: center;
  width: 100%;
  height: 400px;
  margin-top: 0px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}
#Nosotros {
  padding-top: 90px;
  margin-top: -90px;
}
.parallax_uno p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 50px;
}

.slider_marcas h2 {
  color: #1161a0;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Bebas Neue", cursive;
  padding-top: 40px;
  padding-bottom: 20px;
}
.contenedor_marcas {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 90px;
  place-content: center;
  max-width: 1200px;
}
.item_marcas img {
  max-width: 100%;
  border: 2px solid white;
}

.item_marcas a img {
  transition: 0.3s;
  border-radius: .5rem;
}
.item_marcas a img:hover {
  scale: 0.95;
}
.item_marcas a {
  display: block;
  width: 200px;
  margin: 10px auto;
  background-color: #0082c9;
  padding: 12px 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  border-radius: 7px;
}
.item_marcas a:hover {
  background-color: gray;
  color: white;
  border: solid 1px white;
  font-weight: bold;
  transition: 0.3s;
}
.parallax_dos {
  background-image: url(../imagenes/parallax-1.png);
  background-position: center;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  background-size: cover;
  background-attachment: fixed;
}
.parallax_dos p {
  color: #fff;
  font-size: 25px;
  text-align: center;
}
.slider_marcas_dos {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  height: 200px;
}
.slider_marcas_dos h2 {
  color: #1161a0;
  font-size: 22px;
}
.customer-logos {
  position: absolute;
  width: 90%;
  left: 8%;
  top: 90px;
  overflow-x: hidden;
}
.slide img {
  max-width: 60%;
}
.efecto_uno_2 {
  margin-bottom: 100px;
}
.seguros {
  margin-top: 0px;
  width: 100%;
  overflow-x: hidden;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.item_seguros:nth-child(1) {
  background-color: #781658;

  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_seguros:nth-child(1) h2 {
  color: #fff;
}
.item_seguros:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  width: 85%;
  margin: auto;
  text-align: center;
}
._item_item_seguros {
  text-align: center;
  background-color: transparent;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 7px 7px 7px #781658;
}
.sub_item_seguros img {
  max-width: 100%;
}
.img_seguro {
  overflow: hidden;
  transition: 0.4s;
  padding: 10px;
}
.img_seguro img:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: 0.4s;
  filter: saturate(180%);
}
.card_body {
  width: 100%;
  padding: 20px;
}
.card_body p {
  text-align: justify;
}
.testimonios {
  width: 100%;
  display: flex;
  margin: auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f6f6f6;
  overflow-x: hidden;
}

.testimonios_dos {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 90px auto 0px auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;

  background-color: #f6f6f6;
}
.item_testimonios:nth-child(2) img {
  max-width: 80%;
}
.item_testimonios:nth-child(1) {
  background-color: #0082c9;
  width: 80%;
  margin: auto;
  padding: 30px;
}
.item_testimonios:nth-child(1) form {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.item_testimonios:nth-child(1) h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.item_testimonios:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  grid-gap: 20px;
  margin: auto;
  text-align: center;
  padding-right: 20px;
}
.sub_item_testimonios {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #1161a0;
  padding: 20px;
  margin: 0;
  gap: 5px;
  height: 300px;
  border-radius: 12px;
}
.test-1 {
  background-color: blueviolet;
}
.datos_contacto {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.datos_contacto p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.datos_contacto .num-btn {
  background-color: #1161a0;
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  width: 70%;
  transition: all ease-in-out 0.3s;
}
.datos_contacto .num-btn:hover {
  background-color: #0082c9;
  transform: scale(1.05);
}
.nombtre_text {
  color: #fff;
}
.datos_contacto h5,
h6 {
  font-size: 20px;
}
.datos_contacto p span {
  font-size: 20px;
}
.estrellas {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.sub_item_testimonios img {
  width: 50px;
  border-radius: 50%;
}
.sub_item_testimonios h5 {
  font-size: 10px;
  color: #fff;
}
.sub_item_testimonios .fa-star {
  font-size: 25px;
  color: gold;
}
.sub_item_testimonios h6 {
  width: 100%;
  text-align: left;
  font-size: 9px;
  color: #fff;
}
.sub_item_testimonios p {
  text-align: justify;
  font-size: 13px;
  color: #fff;
}

#nombre {
  width: 100%;
  margin: 7px auto;
  padding: 7px;
  border: none;
}
#email {
  width: 100%;
  margin: 7px auto;
  padding: 10px;
  border: none;
}
#tel,
#direccion,
#ciudad {
  width: 49%;
  margin: 7px auto;
  padding: 10px;
  border: none;
}

textarea {
  width: 100%;
  margin: 7px auto;
  padding: 10px;
  border: none;
}
form button {
  display: block;
  background-color: #444444;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer {
  width: 100%;
  background-color: #161616;
  position: relative;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
}
.item_footer:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  margin: auto;
  width: 85%;
  grid-gap: 40px;
  padding: 10px 0px 20px 0px;
}
.efecto {
  position: relative;
}
.efecto h3 {
  text-align: left;
  color: #fff;
  margin: 15px auto;
  font-size: 20px;
}
.efecto::before {
  content: " ";
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: 0.4s;
}
.uno:hover:before {
  width: 28%;
}
.dos:hover:before {
  width: 20%;
}
.tres:hover:before {
  width: 40%;
}
/*.efecto_uno{
    position: relative;
}
.efecto_uno::before{
    content: " ";
    display: block;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    background-color: #1161a0;
    transition: all 0.5s;
}
.efecto_uno:hover::before{
    width: 100%;
    left: 0;
}*/
.item_footer:nth-child(1) ul li {
  list-style: none;
  text-align: left;
  padding: 10px 0px;
  color: #fff;
  font-size: 17px;
}
.item_footer:nth-child(1) ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
}
.item_footer:nth-child(2) {
  background-color: black;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.item_footer:nth-child(2) p {
  color: #fff;
  font-size: 17px;
}
.item_footer:nth-child(2) p a {
  color: #fff;
  text-decoration: none;
}
.flotantes {
  width: 100%;
  overflow-x: hidden;
}
.item_footer p span {
  color: white;
}

.whats {
  position: fixed;
  right: 1em;
  bottom: 3vh;
  width: 6%;
  z-index: 999;
}
.phone {
  position: fixed;
  right: 1em;
  bottom: 17vh;
  width: 6%;
  z-index: 999;
}
.phone:hover,
.whats:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}
/*Estilos nosotros*/

.parallax_extra {
  background-image: url(../imagenes/parallax-1.png);
  background-size: cover;
  background-position: center;
  height: 400px;
  margin-top: -20px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parallax_extra p {
  color: #fff;
  font-size: 25px;
  text-align: justify;
  padding: 60px;
}
.extra p {
  padding: 40px 80px;
  text-align: justify;
}
.text_morado {
  color: #0000c6;
  font-size: 20px;
  font-weight: 600;
}
.equipo {
  width: 100%;
  margin: auto;
  background-color: #f3f3f3;
  padding: 40px 0px;
}
.contenedor_equipo {
  width: 85%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: auto;
  gap: 30px;
}
.item_equipo:nth-child(1) {
  margin: 15px auto;
  padding: 15px auto;
}
.foto {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.6);
}
.item_equipo:nth-child(1) h2 {
  margin-top: 12px;
}

.efecto_equipo h2 {
  text-align: center;
  color: #1161a0;
  font-size: 25px;
}
.item_equipo:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_equipo:nth-child(2) p {
  text-align: justify;
}

.item_equipo_dos img {
  width: 8vw;
}
/*.item_promocion:nth-child(4){
  grid-column: 2/3;
}
.item_promocion:nth-child(5){
    grid-column: 3/4;
  }*/
.item_equipo:nth-child(1) h2 {
  color: #0000c6;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
}
.item_equipo:nth-child(1) span {
  display: block;
  margin: auto;
  font-size: 15px;
}
.item_equipo_dos:nth-child(2),
.item_equipo_dos:nth-child(4),
.item_equipo_dos:nth-child(6),
.item_equipo_dos:nth-child(8),
.item_equipo_dos:nth-child(10),
.item_equipo_dos:nth-child(12),
.item_equipo_dos:nth-child(14) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.item_equipo_dos h5 {
  color: #444444;
  font-weight: 700;
}
.item_equipo_dos p {
  font-size: 13px;
}
.instalaciones {
  overflow: hidden;
}
.instalaciones img {
  transition: transform 2s;
}
.instalaciones img:hover {
  transform: scale(1.2);
  transition: transform 2s;
}
.texto_titulo {
  width: 0%;
  margin: auto;
  text-align: left;
}

.profesion_dos {
  margin: 10px auto;
  color: #555555;
  text-align: left;
  display: block;
  margin: auto;
}
.sector_instalaciones {
  width: 100%;
  margin: auto;
  align-items: center;
}
.sector_instalaciones h2 {
  text-align: center;
  color: #1161a0;
  font-size: 25px;
}
.contenedor_instalaciones {
  display: grid;
  width: 85%;
  text-align: center;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px auto;
}
/*.uno_item, .dos_item, .tres_item, .cuatro_item{
    grid-column: 33%;
    
    height: 400px;
}
.cinco_item{
    grid-column: 1 / 3;
   
    height: auto;
} 
.seis_item{
    grid-column: 3 / 5;
  
    height: auto;
} */
/*team*/
.about-team {
  width: 100%;
}

.plaza-fashion-container {
  width: 100%;
}

.plaza-fashion-text {
  width: 100%;
  text-align: center;
  font-size: 25px;
}

.about-team h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 900;
  font-family: "Bebas Neue", cursive;
}
.container-fotos-team {
  width: 80%;

  display: grid;
  grid-template-areas:
    "item1 item2 item3 "
    "item4 item5 item6 ";
  margin: 15px auto;
  gap: 15px;
}

.item-container-team {
  overflow: hidden;
  border-radius: 20px;
}

.item-container-team img {
  max-width: 100%;
  border-radius: 20px;
  transition: 3s;
  /* Agrega esto para que las imágenes ocupen todo el espacio del item */
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.item-container-team img:hover {
  animation: bigImage 3s infinite;
  border-radius: 20px;
}
@keyframes bigImage {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.4);
  }
}
/*team*/
.img_instalaciones {
  max-width: 100%;
}
.atencion {
  width: 100%;
  margin: auto;
  text-align: center;
}
.atencion h2 {
  text-align: center;
  color: #1161a0;
  font-size: 25px;
}
.menu_desplegable {
  width: 100%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn_despega {
  width: 85%;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.4);
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.btn_despega span {
  font-size: 22px;
  font-weight: 700;
  color: #1161a0;
}
.btn_despega h6 {
  text-align: left;
  font-size: 20px;
  color: #1161a0;
}
.menu_aparece {
  width: 85%;
  height: 0;
  overflow: hidden;
  transition: 0.4s;
}
.aparecer_submenu {
  height: 100%;
  transition: 0.4s;
}
.sub_menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 40px;
}
.sub_menu li {
  color: #444444;
  font-size: 16px;
  text-align: justify;
}
.flecha {
  font-size: 20px;
  color: #1161a0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.parallax_uno_contacto {
  background-image: url(../imagenes/parallax-1.png);
  background-position: center;
  background-size: cover;
  height: 400px;
  margin-top: 10px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parallax_uno_contacto p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 20px;
}
.item_testimonios:nth-child(2) h2 {
  color: #781658;
  font-size: 35px;
}
.item_testimonios:nth-child(2) h3 {
  color: #1161a0;
  margin: 30px auto;
}
.item_testimonios:nth-child(2) h4 {
  color: darkslateblue;
}
.item_testimonios:nth-child(2) p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}
.item_testimonios span {
  color: #fff;
  font-size: 22px;
  margin: 10px auto;
}
.item_testimonios:nth-child(2) span {
  color: #fff;
  font-size: 22px;
  margin: 10px auto;
}
.item_testimonios:nth-child(2) span {
  font-size: 22px;
  text-align: center;
}
.item_testimonios:nth-child(2) a {
  display: block;
  margin: 20px auto;
  background-color: #444444;
  width: 30%;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 7px;
}
.imagen_fondo {
  width: 100%;
  padding: 100px 0px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  text-align: center;
  background-color: #0082c9;
  height: auto;
  padding: 50px;
}
.imagen_fondo .img_fondo:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.img_fondo:nth-child(1) h2 {
  font-size: 30px;
  color: #fff;
}
.img_fondo:nth-child(1) p {
  font-size: 18px;
  color: #fff;
}
.img_fondo:nth-child(1) a {
  text-decoration: none;
  display: block;
  border: 2px solid #fff;
  width: 200px;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  transition: 1s;
}
.img_fondo:nth-child(1) a:hover {
  background-color: #555555;
  transition: 1s;
  color: white;
  border: 2px solid #5555;
}
.imagen_fondo .img_fondo:nth-child(2) {
  position: relative;
  padding-top: 150px;
  padding-right: 50px;
}

.caja-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.caja-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*EStilos pormociones modal*/
.modal-promos {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;

  min-height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(0);
  transition: 0.7s;
  transform-origin: top;
  overflow-x: hidden;
}
.modal-show {
  transform: scale(1);
  transition: 0.7s;
}
.modal-promos i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}
.modal-promos h2 {
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  margin-top: 30px;
  padding: 0 10px;
}
.modal-promos h5 {
  font-size: 1em;
}
.modal-promos p {
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 10px;
}
.container-modal-promos {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(1, minmax(200px, 250px));
  gap: 5px;
  margin: 20px 0;
  text-align: center;
  justify-content: center;
}
.img-modal {
  max-width: 100%;
}
.modal-promos a {
  display: block;
  margin: 5px auto 10px;
  background-color: rgb(210, 0, 0);
  color: #fff;
  text-align: center;
  padding: 7px;
  text-decoration: none;
  border-radius: 10px 2px;
  transition: 0.7s;
  font-size: 1.1em;
  transition: all 0.275s linear;
}
.modal-promos a:hover {
  transform: scale(1.1);
  transition: all 0.275s linear;
}
.caja-iframe {
  height: 700px;
}
.caja-iframe iframe {
  height: 700px;
  width: 100%;
}
.modal-footer {
  display: flex;
  justify-content: center;
}
.modal-footer button {
  background-color: #05a6e1;
  border: none;
  width: 150px;
  padding: 7px;
  color: #fff;
}

.title-nosotros {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-title-nosotros {
  width: 100%;
  height: auto;
}
.container-title-nosotros h2 {
  color: white;
  font-size: 55px;
}
.redes-header img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.equipo h2 {
  margin: 0;
  font-size: 45px;
  color: #444444;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  font-family: "Bebas Neue", cursive;
}

/*seccion de nuestro trabajo*/

.galeria_trabajo {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.galeria_trabajo h2 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 900;
  font-family: "Bebas Neue", cursive;
  text-align: center;
}
.container_trabajo {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1em;
  text-align: center;
  margin: 15px auto;
}
.container_trabajo img {
  max-width: 100%;
  height: auto;
}
.location-listing {
  position: relative;
}
.container_todo:nth-child(10) {
  display: none;
}
.location-title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);

  transition: 1s;

  /* typographic styles */
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;

  /* position the text centrally*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #00035e;
}
.location-listing:hover .location-title {
  transform: scale(1);
  transition: 1s;
  text-decoration: none;
  color: white;
}

.location-title h2 {
  font-size: 22px;
  color: blanchedalmond;
  font-weight: 500;
}
.location-title p {
  font-size: 14px;
  text-align: justify;
  padding: 15px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-weight: 300;
}
.location-image {
  line-height: 0;
}
.location-img a img {
  max-width: 100%;
  height: 220px;
  object-fit: contain;
}

.btn_modal {
  display: none;
  border: none;
  background: #1161a0;
  margin: 10px auto;
  color: #fff;
  padding: 10px 20px;
  width: 100px;
  font-size: 16px;
  font-family: "Bebas Neue", cursive;
  text-transform: capitalize;
}
.container_texto {
  display: none;
}
.contenedor_banner {
  width: 100%;
  padding-top: 50px;
  text-align: center;
  overflow: hidden;
  background-image: url(../imagenes/parallax-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 600px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mision {
  width: 100%;
}
.mision .container-mision {
  width: 90%;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.item-mision {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 0 9px 3px rgb(0 0 0 / 17%);
  padding: 15px;
  transition: all 0.6s;
}
.item-mision img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.item-mision h3 {
  font-size: 25px;
  color: #0082c9;
}
.item-mision:hover {
  transform: scale(0.9);
  transition: all 0.6s;
}

/*seccion de nuestro trabajo*/
.estudios {
  width: 100%;
}
.estudios h2 {
  margin: 0;
  font-size: 50px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #444444;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  font-family: "Bebas Neue", cursive;
}
.container-estudios {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.item-estudios {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0082c9;
  padding: 10px;
  text-align: center;
}
.item-estudios h3 {
  color: white;
  font-size: 18px;
}
/*FORMULARIO*/
.container-formulario-datos {
  width: 100%;
}
.container-formulario-datos h2 {
  text-align: left;
  font-size: 35px;
  color: #0082c9;
}
.formulario-datos {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 40px auto;
}
.item-formulario-datos img {
  max-width: 100%;
}
.container-formulario-datos form {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.elem-group label {
  font-size: 15px;
}
.elem-group input {
  border: 0;
  border-radius: 5px;
  background-color: #eee;
  padding: 12px;
  outline: none;
}

.elem-group:nth-child(1) {
  width: 100% !important;
}
.elem-group:nth-child(1) input {
  width: 98% !important;
}
.elem-group:nth-child(2) {
  width: 48% !important;
}
.elem-group:nth-child(2) input {
  width: 100% !important;
}
.elem-group:nth-child(3) {
  width: 48% !important;
}
.elem-group:nth-child(3) input {
  width: 100% !important;
}
.elem-group:nth-child(4) {
  width: 48% !important;
}
.elem-group:nth-child(4) input {
  width: 100% !important;
}
.elem-group:nth-child(5) {
  width: 48% !important;
}
.elem-group:nth-child(5) input {
  width: 100% !important;
}
.elem-group:nth-child(6) {
  width: 100% !important;
}
.elem-group:nth-child(7) textarea {
  width: 100% !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Ubuntu, sans-serif;
}

.flex-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.center-center {
  align-items: center;
  justify-content: center;
}
.box-root {
  box-sizing: border-box;
}
.flex-direction--column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.box-divider--light-all-2 {
  box-shadow: inset 0 0 0 2px #e3e8ee;
}
.box-background--blue {
  background-color: #5469d4;
}
.box-background--white {
  background-color: #ffffff;
}
.box-background--blue800 {
  background-color: #212d63;
}
.box-background--gray100 {
  background-color: #e3e8ee;
}
.box-background--cyan200 {
  background-color: #7fd3ed;
}
.padding-top--64 {
  padding-top: 64px;
}
.padding-top--24 {
  padding-top: 24px;
}
.padding-top--48 {
  padding-top: 48px;
}
.padding-bottom--24 {
  padding-bottom: 24px;
}
.padding-horizontal--48 {
  padding: 48px;
}
.padding-bottom--15 {
  padding-bottom: 15px;
}

.flex-justifyContent--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.formbg {
  margin: 0px auto;
  width: 100%;
  max-width: 900px;
  background: white;
  border-radius: 4px;
  box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px,
    rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
}
span {
  font-size: 20px;
  line-height: 28px;
  color: #1a1f36;
}
label {
  margin-bottom: 10px;
}
.reset-pass a,
label {
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.reset-pass > a {
  text-align: right;
  margin-bottom: 10px;
}
.grid--50-50 {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.field input {
  font-size: 16px;
  line-height: 28px;
  padding: 8px 16px;
  width: 100%;
  min-height: 44px;
  border: unset;
  border-radius: 4px;
  outline-color: rgb(84 105 212 / 0.5);
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

input[type="submit"] {
  background-color: rgb(84, 105, 212);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgb(84, 105, 212) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.field-checkbox input {
  width: 20px;
  height: 15px;
  margin-right: 5px;
  box-shadow: unset;
  min-height: unset;
}
.field-checkbox label {
  display: flex;
  align-items: center;
  margin: 0;
}
a.ssolink {
  display: block;
  text-align: center;
  font-weight: 600;
}
.footer-link span {
  font-size: 14px;
  text-align: center;
}
.listing a {
  color: #697386;
  font-weight: 600;
  margin: 0 10px;
}

.animationRightLeft {
  animation: animationRightLeft 2s ease-in-out infinite;
}
.animationLeftRight {
  animation: animationLeftRight 2s ease-in-out infinite;
}
.tans3s {
  animation: animationLeftRight 3s ease-in-out infinite;
}
.tans4s {
  animation: animationLeftRight 4s ease-in-out infinite;
}
.modal {
  display: none;
  position: fixed;
  z-index: 100; /* Asegura que el modal esté por encima del contenido */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Permite desplazamiento si el contenido es largo */
  background-color: rgba(0, 0, 0, 0.4); /* Fondo oscuro con transparencia */
  justify-content: center;
  align-items: center;
  text-align: center;
}

.containermodal {
  background-color: #fefefe;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #888;
  width: 80%;
  top: 29%;
  left: 25%;
  max-width: 500px;
  /* Necesario para posicionar el botón de cerrar */
}

#close {
  position: absolute; /* Posiciona el botón en relación con el contenedor */
  /* Ajusta la distancia desde la parte derecha del contenedor */
  top: 40%;
  right: 28%;
  color: #ffffff; /* Color del botón de cerrar */
  font-size: 37px;
  background-color: transparent;
  border: none; /* Quita el borde del botón */
  cursor: pointer; /* Cambia el cursor para indicar que es clickeable */
}

#close:hover,
#close:focus {
  color: rgb(196, 44, 44);
  text-decoration: none;
}

@keyframes animationLeftRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes animationRightLeft {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-1000px);
  }
  100% {
    transform: translateX(0px);
  }
}

#contenedor_equipo_dos {
  width: 80%;
  margin: auto;
  padding: 20px 0px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
#contenedor_equipo_dos .item {
  background-color: #d1cfce;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 12px;
}
#contenedor_equipo_dos .item .contenedor-imagen {
  text-align: center;
}
#contenedor_equipo_dos .item .contenedor-imagen img {
  max-width: 50%;
  text-align: center;
}
/* FORMULARIO*/
@media (max-width: 1400px) {
  .logo_ortho {
    max-width: 15%;
  }
  .mision .container-mision {
    width: 90%;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (min-width: 768px) {
  .modal-promos i {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 25px;
    color: #fff;
  }
  .modal-promos h2 {
    color: #fff;
    font-size: 1.9em;
    text-align: center;
  }
  .modal-promos p {
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 10px;
  }
  .container-modal-promos {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 400px));
    gap: 10px;
    margin: 20px;
    justify-content: center;
  }
  .img-modal {
    max-width: 100%;
  }
  .modal-promos a {
    display: block;
    margin: 10px auto 10px auto;
    background-color: rgb(210, 0, 0);
    color: #fff;
    text-align: center;
    padding: 7px;
    text-decoration: none;
    border-radius: 10px 2px;
    transition: 0.7s;
    font-size: 1.3em;
  }
  .img-compu {
    display: block;
  }
  .img-mobil {
    display: none;
  }

  .especialidades {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 90%;
    margin: auto;
  }
  .item-especialidades {
    padding: 20px 30px;
  }
  
  #contenedor_equipo_dos {
    width: 80%;
    margin: auto;
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #contenedor_equipo_dos .item {
    background-color: #d1cfce;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
  }
  #contenedor_equipo_dos .item .contenedor-imagen {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contenedor_equipo_dos .item .contenedor-imagen img {
    max-width: 30%;
    text-align: center;
  }
  #contenedor_equipo_dos .item h5 {
    text-align: center;
  }
  .container-fotos-team {
    width: 90%;
    grid-template-columns: repeat(2, 1fr); /* 2 columnas */
  }
}
/*Fin promociones modal*/

@media (max-width: 1099px) {
  .logo_ortho {
    max-width: 15%;
  }
  .parallax_uno p {
    font-size: 20px;
  }
  .item_marcas img {
    max-width: 70%;
  }
  .slide img {
    max-width: 60%;
  }
  .card_body p {
    font-size: 14px;
  }
  .img-compu {
    display: block;
  }
  .img-mobil {
    display: none;
  }
}

@media (max-width: 967px) {
  /*FORMULARIO*/

  #menu li {
    padding-left: 0;
  }
  .container-formulario-datos {
    width: 100%;
  }
  .item-seguro:nth-child(2) h3 {
    text-align: center;
    margin: 0;
    color: #0082c9;
  }
  .btn-seguros {
    display: contents;
    gap: 15px;
  }
  .item-seguro:nth-child(2) {
    height: 100%;
  }
  .container-formulario-datos h2 {
    text-align: left;
    font-size: 35px;
    color: #0082c9;
    margin-left: 7px;
  }
  .formulario-datos {
    width: 94%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 40px auto;
    gap: 15px;
  }
  .item-formulario-datos img {
    max-width: 100%;
  }
  .seguro-dental {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .container-formulario-datos form {
    width: 90%;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    gap: 10px;
  }
  .elem-group label {
    font-size: 15px;
  }
  .elem-group input {
    border: 0;
    border-radius: 5px;
    background-color: #eee;
    padding: 12px;
    outline: none;
  }

  .elem-group:nth-child(1) {
    width: 100% !important;
  }
  .elem-group:nth-child(1) input {
    width: 100% !important;
  }
  .elem-group:nth-child(2) {
    width: 100% !important;
  }
  .elem-group:nth-child(2) input {
    width: 100% !important;
  }
  .elem-group:nth-child(3) {
    width: 100% !important;
  }
  .elem-group:nth-child(3) input {
    width: 100% !important;
  }
  .elem-group:nth-child(4) {
    width: 100% !important;
  }
  .elem-group:nth-child(4) input {
    width: 100% !important;
  }
  .elem-group:nth-child(5) {
    width: 100% !important;
  }
  .elem-group:nth-child(5) input {
    width: 100% !important;
  }
  .elem-group:nth-child(6) {
    width: 100% !important;
  }
  .elem-group:nth-child(7) textarea {
    width: 100% !important;
  }

  .container-pasos-seguir {
    width: 100%;
  }
  .container-pasos-seguir h4 {
    text-align: center;
    font-size: 25px;
  }
  .container-pasos-seguir h2 {
    text-align: center;
    font-size: 32px;
    color: #0000c6;
  }
  .container-pasos-seguir p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }
  .pasos-seguir {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 40px auto;
  }
  .item-pasos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .circle-img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .circle-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
  }
  .item-pasos h6 {
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
  }
  .item-pasos p {
    font-size: 32px;
    color: #0082c9;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .datos-seguro {
    width: 90%;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }

  .item-datos-seguro:nth-child(1) {
    background-color: #1161a0;
    height: 300px;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .item-datos-seguro:nth-child(1) h2 {
    color: white;
    font-size: 25px;
    text-align: center;
  }
  .item-datos-seguro:nth-child(1) p {
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 10px;
  }
  .item-datos-seguro:nth-child(2) {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .item-datos-seguro:nth-child(2) h3 {
    font-size: 25px;
  }
  .item-datos-seguro:nth-child(2) ul {
    margin-left: 10px;
  }
  .item-datos-seguro:nth-child(2) ul li {
    margin: 20px auto;
    font-size: 18px;
  }
  .item-datos-seguro:nth-child(2) ul li:nth-child(5) {
    list-style: none;
  }
  .item-datos-seguro:nth-child(2) li a {
    display: block;
    background-color: #00c3a5;
    width: 250px;
    text-align: center;
    color: white;
    padding: 10px;
    text-decoration: none;
    border-radius: 9px;
    font-size: 17px;
    margin-left: 0;
  }
  .img-seguro-compu {
    display: none;
  }
  .img-seguro-mobil {
    display: block;
  }
  .container-home-seguro img {
    max-width: 100%;
  }
  .container-texto-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .texto-img {
    background-color: rgba(0, 0, 0, 0.6);
    width: 90%;
    text-align: center;
    padding: 15px;
  }
  .texto-img h2 {
    color: white;
    font-size: 30px;
  }
  .container-estudios {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .item-estudios {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0082c9;
    padding: 10px;
    text-align: center;
  }
  .item-estudios h3 {
    color: white;
    font-size: 14px;
    margin: 0;
  }
  .estudios h2 {
    margin-top: 0;
    font-size: 35px;
    padding-top: 0px;
    color: #444444;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    font-family: "Bebas Neue", cursive;
  }
  .mision {
    width: 100%;
  }
  .mision .container-mision {
    width: 90%;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .item-mision {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.6);
    padding: 10px;
    transition: all 0.6s;
  }
  .item-mision img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
  .item-mision h3 {
    font-size: 22px;
    color: #0082c9;
    margin: 3px auto;
  }
  .item-mision:hover {
    transform: scale(0.9);
    transition: all 0.6s;
  }
  .item-mision p {
    font-size: 15px;
  }

  .info-guillermo {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }
  .info-guillermo-img {
    width: 80%;
    box-shadow: 0px 3px 26px 5px rgba(0, 0, 0, 0.75);
  }

  .info-guillermo-text {
    width: 100%;
    text-align: justify;
    font-size: 20px;
  }

  .doctores h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
  }
  .about-team h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 900;
    font-family: "Bebas Neue", cursive;
  }
  .galeria_trabajo h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 900;
    font-family: "Bebas Neue", cursive;
    text-align: center;
    margin: auto;
  }

  /*seccion nuestro trabajo*/
  .container_texto {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 1s ease-in-out;
  }

  .move {
    transform: translateX(0);
  }
  #cierro {
    position: absolute;
    top: 30px;
    right: 20px;
    color: blanchedalmond;
    font-size: 40px;
  }
  .copy {
    position: absolute;
    top: 30vh;
    bottom: 30vh;
    left: 5%;
    background: #002c89;
    width: 90%;
    height: 40%;
    border-radius: 20px;
    padding: 20px;
    transform: scale(0);
    transition: transform 2s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aparecer_texto {
    transform: scale(1);
    transition: transform 2s;
  }
  .copy h2 {
    color: blanchedalmond;
    font-size: 21px;
    font-family: "Bebas Neue", cursive;
    font-weight: 300;
    margin: 10px 0px;
  }
  .copy p {
    color: #fff;
    font-size: 13px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
  }

  .btn_modal {
    display: block;
  }
  /*seccion nuestro trabajo*/
  .contenedor_banner {
    height: 400px;
  }
  .title-nosotros {
    height: 400px;
  }
  .container-title-nosotros h2 {
    color: white;
    font-size: 30px;
  }
  .item_testimonios:nth-child(2) a {
    display: block;
    margin: 20px auto;
    background-color: #444444;
    width: 40%;
    padding: 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
  }
  .div_image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .div_image img {
    max-width: 70%;
  }
  /*especialidades*/
  .container-text {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container-body-text {
    padding: 10px;
  }
  .container-body-text h2 {
    color: white;
    font-size: 25px;
    font-weight: bolder;
  }
  /* .logo_ortho {
    max-width: 18%;
  } */
  .img-compu {
    display: none;
  }
  .img-mobil {
    display: block;
  }
  .caja-iframe {
    height: 420px;
  }
  .caja-iframe iframe {
    height: 390px;
    width: 100%;
  }
  .btn-compu {
    display: none !important;
  }
  .container-fotos-team {
  width: 90%; /* Ancho base para móvil */
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 1 columna en móvil */
  margin: 15px auto;
  gap: 15px;
  /* Ya NO necesitas grid-template-areas */
}


  .slide_contenedor {
    max-width: 100%;
    max-height: 70vh;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    /*margin: auto;*/
    margin-top: 68px;
    background-size: cover;
    z-index: 1;
    top: auto;
  }
  /* header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #0082c9;
    width: 100%;
  }
  header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    box-sizing: border-box;
    height: 55px;
  }
  .menu {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    top: 55px;
    height: 100vh;
    left: -100%;
    transition: 1s;
    z-index: 999;
  }
  .aparecer_menu {
    left: 0;
    transition: 1s;
  }
  .menu li:nth-child(1) {
    margin-top: 50px;
  }
  .menu li {
    margin-left: 10px;
    margin-top: 30px;
    list-style: none;
  } */
  .flags {
    margin-top: 30px;
  }
  /* .menu li a {
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    padding: 10px 0px;
  }
  .menu li.unico a {
    background-color: transparent;
  }

  nav i {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    display: block !important;
    padding-right: 20px;
  }
  .logo_ortho {
    max-width: 60%;
    padding-left: 20px;
    display: none;
  }
  .logo_blanco {
    max-width: 40%;
    padding-left: 20px;
    display: block;
  } */

  /* Header en moviles */

  .logo_ortho {
    display: none;
  }

  .logo_blanco {
    display: block;
    max-width: 175px;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #0082c9;
    width: 100%;
  }

  nav {
    box-sizing: border-box;
  }

  nav > i {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    display: block !important;
    padding-right: 20px;
  }

  .menu {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 60%;
    top: 100%;
    height: 100vh;
    left: -100%;
    transition: 1s;
    z-index: 999;
  }

  .aparecer_menu {
    left: 0;
    transition: 1s;
  }

  .menu li {
    margin-top: 25px;
    list-style: none;
  }

  .menu li a {
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
  }

  .menu .dropdown {
    padding: 0;
    margin: 0;
  }

  .menu .dropdown-menu {
    display: block;
    height: 100%;
    position: static;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
  }

  .menu .dropdown-menu li {
    width: auto;
  }

  .menu .dropdown-menu a {
    color: #fff;
    padding: 0;
  }

  .menu li.unico a {
    background-color: transparent;
  }

  .dropdown > a {
    display: none;
  }

  /*  */

  .imagen_fondo {
    width: 100%;
    padding: 50px 0px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    text-align: center;
    background-color: #002c89;
    min-height: 100vh;
  }

  .contenido_post p {
    color: #fff;
    font-size: 16px;
    text-transform: none;
    padding: 10px;
    text-align: center;
  }
  .contacto {
    background-color: #005e81;
    width: 250px;
    padding: 12px 20px 12px 20px;
    position: fixed;
    bottom: 6vh;
    right: 1.3em;
    border-radius: 21px;
    transition: 0.7s;
    z-index: 1;
    text-align: left;
    cursor: pointer;
  }
  .contactos {
    right: 14px;
    bottom: 163px;
  }
  .contactos img {
    width: 65px;
    height: 65px;
    object-fit: cover;
  }
  .contacto p {
    font-size: 14px;
  }
  .item_marcas a {
    display: block;
    width: 170px;
    margin: 10px auto;

    padding: 10px 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    transition: 0.3s;
  }
  .card_nosotros .media-icons i {
    color: #002c89;
    margin: 7px 40px 0px 0px;
    font-size: 25px;
  }
  .testimonios_dos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 90px auto 0px auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;

    background-color: #f6f6f6;
  }
  .parallax_uno_contacto p {
    font-size: 15px;
  }
  .datos_contacto {
    padding: 20px 5px;
  }
  .datos_contacto h2,
  h3,
  h4,
  p,
  h5,
  h6,
  a {
    margin: 10px auto;
  }
  .datos_contacto a {
    width: 50%;
  }
  .imagen_fondo {
    width: 100%;
    margin-top: 70px;
  }
  .texto_nosotros h2 {
    font-size: 25px;
  }
  .texto_nosotros p {
    font-size: 1em;
  }
  .whats {
    position: fixed;
    right: 1em;
    bottom: 3vh;
    width: 20%;
    z-index: 999;
  }
  .phone {
    position: fixed;
    right: 1em;
    bottom: 17vh;
    width: 20%;
    z-index: 999;
  }
  .item_testimonios:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    grid-gap: 50px;
    margin: auto;
    text-align: center;
    padding: 0px 40px;
  }

  .servicios {
    width: 100%;
    overflow-x: hidden;
    margin: auto;
    position: relative;
    margin: auto;
    text-align: center;
    height: 1300px;
  }
  .contenedor_card {
    width: 85%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    margin: 20px auto auto auto;
    z-index: 999;
    position: absolute;
    gap: 30px;
    left: 7.5%;
    z-index: 1;
  }
  .conoce {
    width: 70%;
  }

  .item_card {
    width: 100%;
    height: 400px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 15px;
    transition: 0.5s;
  }
  .card_body ul li a {
    font-size: 14px;
  }
  .card_image h2 {
    font-size: 18px;
    padding: 0px 10px;
  }
  .parallax_uno {
    background-image: url(../imagenes/parallax-1.png);
    background-position: center;
    overflow-x: hidden;
    height: 400px;
    margin-top: 0px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p.aos-init.aos-animate {
    font-size: 19px;
  }
  .parallax_dos .contenedor-parallax_dos .item {
    display: flex;
    justify-content: center;
  }

  .parallax_dos .contenedor-parallax_dos .item img {
    width: 220px;
  }

  .parallax_dos .contenedor-parallax_dos .item a {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.205);
    padding: 12px;
    border-radius: 10px;
  }

  .parallax_uno p {
    color: #fff;
    font-size: 15px;
    text-align: justify;
    padding: 0px 15px;
  }
  .barras {
    display: none;
  }
  .efecto_uno h2 {
    font-size: 35px;
    padding: 0px;
  }
  .parallax_dos p {
    font-size: 17px;
  }
  .parallax_dos p img {
    max-width: 70%;
  }
  .item_seguros h2 {
    font-size: 17px;
  }
  .item_seguros:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    width: 85%;
    margin: auto;
    text-align: center;
  }
  .sub_item_seguros {
    text-align: center;
    background-color: transparent;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: none;
    transition: 0.4s;
    box-shadow: 7px 7px 7px #781658;
  }
  .sub_item_seguros:hover {
    box-shadow: 7px 7px 7px #781658;
    transform: scale(0.9);
  }
  .testimonios {
    width: 100%;
    display: flex;
    margin: auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f6f6f6;
    overflow-x: hidden;
  }
  .item_testimonios:nth-child(2) img {
    max-width: 90%;
  }
  .item_testimonios:nth-child(1) {
    width: 90%;
    margin: auto;
    padding: 30px;
  }
  .item_testimonios:nth-child(1) form {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .item_testimonios:nth-child(1) h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
  }
  .item_footer:nth-child(1) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    margin: auto;
    width: 85%;
    grid-gap: 40px;
    padding: 10px 0px 20px 0px;
  }
  .sub_item_footer img {
    max-width: 100%;
  }

  .item_footer:nth-child(2) {
    background-color: #444444;
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .item_footer:nth-child(2) p {
    color: #fff;
    font-size: 12px;
  }
  .item_footer:nth-child(2) p a {
    color: #fff;
  }
  /*Estilos nosotros*/
  .parallax_extra {
    background-image: url(../imagenes/parallax-1.png);
    background-position: center;
    overflow-x: hidden;
    height: 400px;
    margin-top: -20px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .parallax_extra p {
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 0px 30px;
  }
  .extra p {
    padding: 40px 40px;
    text-align: justify;
    font-size: 15px;
  }
  .text_morado {
    color: #0000c6;
    font-size: 17px;
    font-weight: 600;
  }
  .equipo {
    width: 100%;
    overflow-x: hidden;
    margin: auto;
    background-color: #f6f6f6;
  }
  .equipo h2 {
    text-align: center;
    font-size: 40px;
  }
  .contenedor_equipo {
    width: 85%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: auto;
  }

  .efecto_equipo h2 {
    text-align: center;
    color: #1161a0;
    font-size: 25px;
    margin: 20px auto;
  }
  .item_equipo:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .item_equipo:nth-child(1) img {
    max-width: 100%;
  }
  .item_equipo:nth-child(1) h2 {
    margin: 15px auto;
  }
  .item_equipo:nth-child(1) .profesion {
    margin: 7px auto;
    color: #1161a0;
    font-size: 20px;
  }
  .item_equipo:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .item_equipo:nth-child(2) p {
    text-align: justify;
    font-size: 15px;
    color: #444444;
  }
  .item_equipo:nth-child(1) h2 {
    color: #1161a0;
    font-size: 20px;
    text-transform: uppercase;
  }
  .item_equipo:nth-child(1) span {
    display: block;
    margin: auto;
    font-size: 15px;
  }
  .item_equipo_dos img {
    max-width: 100%;
    height: inherit;
  }

  .item_equipo_dos:nth-child(2),
  .item_equipo_dos:nth-child(4),
  .item_equipo_dos:nth-child(6),
  .item_equipo_dos:nth-child(8),
  .item_equipo_dos:nth-child(10),
  .item_equipo_dos:nth-child(12) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .item_equipo_dos p {
    text-align: justify;
    font-size: 12px;
  }
  .sector_instalaciones {
    width: 100%;
    overflow-x: hidden;
    margin: auto;
    align-items: center;
  }
  .sector_instalaciones h2 {
    text-align: center;
    color: #1161a0;
    font-size: 25px;
  }
  .contenedor_instalaciones {
    display: grid;
    width: 85%;
    text-align: center;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin: 20px auto;
  }

  .uno_item {
    grid-column: auto;
    height: auto;
    background-color: transparent;
  }
  .dos_item {
    grid-column: auto;
    height: auto;
    background-color: transparent;
  }
  .tres_item {
    grid-column: auto;
    height: auto;
    background-color: transparent;
  }
  .cuatro_item {
    grid-column: auto;
    height: auto;
    background-color: transparent;
  }
  .cinco_item {
    grid-column: auto;

    height: auto;
    background-color: transparent;
  }
  .seis_item {
    grid-column: auto;

    height: auto;
    background-color: transparent;
  }
  .img_instalaciones {
    max-width: 100%;
    height: inherit;
    object-fit: cover;
  }
  .atencion {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .atencion h2 {
    text-align: center;
    color: #1161a0;
    font-size: 25px;
  }
  .menu_desplegable {
    width: 100%;
    overflow-x: hidden;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .btn_despega {
    width: 85%;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.4);
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  .btn_despega span {
    font-size: 22px;
    font-weight: 700;
    color: #1161a0;
  }
  .btn_despega h6 {
    text-align: left;
    font-size: 16px;
    color: #1161a0;
    text-transform: capitalize;
  }
  .menu_aparece {
    width: 85%;
    height: 0;
    overflow: hidden;
    transition: 0.4s;
  }
  .aparecer_submenu {
    height: 100%;
    transition: 0.4s;
  }
  .sub_menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 40px;
  }
  .sub_menu li {
    color: #444444;
    font-size: 16px;
  }
  .flecha {
    font-size: 20px;
    color: #1161a0;
  }
  .contenedor_marcas {
    width: 95%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 20px;
  }
  .card_image img {
    max-width: 32%;
  }

  /*fin estilos nosotros*/
  .contact_uno {
    background-color: green;
    width: 180px;
    padding: 4px 30px 4px 40px;
    position: fixed;
    bottom: 28vh;
    right: 1.3em;
    border-radius: 21px;
    transition: 0.7s;
    z-index: 1;
    text-align: left;
    cursor: pointer;
    animation: crecer;
    animation-duration: 5s;
    z-index: -1;
    animation-iteration-count: 5;
    transform-origin: right;
  }
  .contact_uno p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
  .contact_dos {
    background-color: #05a6e1;
    width: 180px;
    padding: 4px 30px 4px 30px;
    position: fixed;
    bottom: 16vh;
    right: 1.3em;
    border-radius: 21px;
    transition: 0.7s;
    z-index: 1;
    text-align: left;
    cursor: pointer;
    animation: crecer;
    animation-duration: 5s;
    z-index: -1;
    animation-iteration-count: 5;
    transform-origin: right;
  }
  .contact_dos p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
  .contact_tres {
    background-color: #00c3a5;
    width: 180px;
    padding: 4px 30px 4px 40px;
    position: fixed;
    bottom: 3vh;
    right: 1.3em;
    border-radius: 21px;
    transition: 0.7s;
    z-index: 1;
    text-align: left;
    cursor: pointer;
    animation: crecer;
    animation-duration: 5s;
    z-index: -1;
    animation-iteration-count: 5;
    transform-origin: right;
  }
  .contact_tres p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
  .promo-t-1 {
  padding-top: 5rem;
  }
}
@media (max-width: 480px) {
  .logo_blanco {
    max-width: 175px;
    padding-left: 20px;
    display: block;
  }

  .modal_inicio {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: 1s;
  }
  .modal_inicio h3 {
    margin-top: 80px;
  }
  .modal_inicio i {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .container_video iframe {
    width: 320px;
    height: 200px;
  }
  .modal_inicio h3 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    text-shadow: 0 0 15px #0000c6, 0 0 15px #0000c6, 0 0 15px #0000c6;
    animation: parpadear 2s infinite steps(3);
    margin-bottom: 20px;
  }
  .menu {
    top: 69px;
  }
  .contenido_post p {
    color: #fff;
    font-size: 14px;
    text-transform: none;
    padding: 10px;
    text-align: center;
  }

  .whats {
    position: fixed;
    right: 0.5em;
    bottom: 3vh;
    width: 20%;
    z-index: 999;
  }
  .phone {
    position: fixed;
    right: 0.5em;
    bottom: 17vh;
    width: 20%;
    z-index: 999;
  }
  .imagen_fondo {
    width: 100%;
    margin-top: 20px;
    padding-top: 50px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    text-align: center;
    background-color: #002c89;
    min-height: 300px;
  }

  .imagen_fondo .img_fondo:nth-child(2) {
    display: none;
  }
  .img_fondo:nth-child(1) p {
    font-size: 16px;
  }
  .contact_uno {
    background-color: green;
    width: 180px;
    padding: 4px 30px 4px 40px;
    position: fixed;
    bottom: 28vh;
    right: 1.3em;
    border-radius: 21px;
    transition: 0.7s;
    z-index: 1;
    text-align: left;
    cursor: pointer;
    animation: crecer;
    animation-duration: 5s;
    z-index: -1;
    animation-iteration-count: 5;
    transform-origin: right;
  }
  .contact_uno p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
  .contact_dos {
    background-color: #05a6e1;
    width: 180px;
    padding: 4px 30px 4px 30px;
    position: fixed;
    bottom: 16vh;
    right: 1.3em;
    border-radius: 21px;
    transition: 0.7s;
    z-index: 1;
    text-align: left;
    cursor: pointer;
    animation: crecer;
    animation-duration: 5s;
    z-index: -1;
    animation-iteration-count: 5;
    transform-origin: right;
  }
  .contact_dos p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
  .contact_tres {
    background-color: rgb(28, 187, 187);
    width: 180px;
    padding: 4px 30px 4px 40px;
    position: fixed;
    bottom: 3vh;
    right: 1.3em;
    border-radius: 21px;
    transition: 0.7s;
    z-index: 1;
    text-align: left;
    cursor: pointer;
    animation: crecer;
    animation-duration: 5s;
    z-index: -1;
    animation-iteration-count: 5;
    transform-origin: right;
  }
  .contact_tres p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
  .contacto p {
    color: #fff;
    font-size: 14px;
  }
  .contacto {
    background-color: #005e81;
    width: 300px;
    padding: 12px 30px 12px 40px;
    position: fixed;
    bottom: 6vh;
    right: 1.3em;
    border-radius: 21px;
    transition: 0.7s;
    z-index: 1;
    text-align: left;
    cursor: pointer;
    animation: crecer;
    animation-duration: 5s;

    animation-iteration-count: 5;
    transform-origin: right;
  }
}
@media (max-width: 450px){
  .contenedor_marcas {
    width: 100%;
    overflow-x: hidden;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .promo-t-1 {
  padding-top: 5rem;
  }
}
@media (max-width: 380px) {
  .logo_blanco {
    max-width: 175px;
    padding-left: 20px;
    display: block;
  }
  .container_video iframe {
    width: 330px;
    height: 200px;
  }
  .imagen_fondo {
    width: 100%;
    margin-top: 40px;
    padding: 20px 0px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    text-align: center;
    background-color: #002c89;
    min-height: 300px;
  }
  .img_fondo:nth-child(1) p {
    font-size: 14px;
  }
  .menu {
    top: 69px;
  }
  
  .mobile {
    height: 100%;
  }
  .contenido_post p {
    color: #fff;
    font-size: 14px;
    text-transform: none;
    padding: 10px;
    text-align: center;
  }
  .barras {
    display: none;
  }
  .contenido_post a {
    display: block;
    background-color: rgba(222, 222, 222, 0.7);
    width: 170px;
    text-align: center;
    padding: 10px 0px;
    margin-top: 10px;
    color: #1161a0;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .contenido_post a:hover {
    border: solid 2px #1161a0;
    background-color: transparent;
  }
  .parallax_extra {
    background-image: url(../imagenes/parallax-1.png);
    background-position: center;
    overflow-x: hidden;
    height: 300px;
    margin-top: -20px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .parallax_extra p {
    font-size: 14px;
    padding: auto 7px;
  }
  .item_equipo:nth-child(1) h2 {
    margin: 10px auto;
    font-size: 15px;
  }
  .item_equipo:nth-child(1) .profesion {
    margin: 0px auto;
    font-size: 16px;
  }

  .item_equipo_dos {
    margin: 10px auto;
    height: inherit;
  }
  .item_equipo_dos h5 {
    color: #444444;
    font-size: 14px;
    text-transform: uppercase;
  }
  .item_equipo:nth-child(1) h2 {
    color: #1161a0;
    font-size: 15px;
    text-transform: uppercase;
  }
  .item_equipo:nth-child(1) span {
    display: block;
    margin: auto;
    font-size: 15px;
  }

  .item_equipo_dos img {
    width: 150px;
    height: 150px;
    object-fit: contain;
  }

  .item_equipo_dos:nth-child(2),
  .item_equipo_dos:nth-child(4),
  .item_equipo_dos:nth-child(6) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .item_equipo_dos p {
    text-align: justify;
    font-size: 13px;
  }
  .extra p {
    padding: 40px 20px;
    text-align: justify;
    font-size: 15px;
  }
  .slide img {
    max-width: 100%;
  }
  .item_marcas img {
    max-width: 80%;
  }
  .whats {
    position: fixed;
    right: 0.5em;
    bottom: 3vh;
    width: 20%;
    z-index: 999;
  }
  .phone {
    position: fixed;
    right: 0.5em;
    bottom: 15vh;
    width: 20%;
    z-index: 999;
  }

  .contact_uno {
    background-color: green;
    width: 180px;
    padding: 4px 30px 4px 40px;
    position: fixed;
    bottom: 28vh;
    right: 1.3em;
    border-radius: 21px;
    transition: 0.7s;
    z-index: 1;
    text-align: left;
    cursor: pointer;
    animation: crecer;
    animation-duration: 5s;
    z-index: -1;
    animation-iteration-count: 5;
    transform-origin: right;
  }
  .contact_uno p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
  .contact_dos {
    background-color: #05a6e1;
    width: 180px;
    padding: 4px 30px 4px 30px;
    position: fixed;
    bottom: 16vh;
    right: 1.3em;
    border-radius: 21px;
    transition: 0.7s;
    z-index: 1;
    text-align: left;
    cursor: pointer;
    animation: crecer;
    animation-duration: 5s;
    z-index: -1;
    animation-iteration-count: 5;
    transform-origin: right;
  }
  .contact_dos p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
  .contact_tres {
    background-color: rgb(28, 187, 187);
    width: 180px;
    padding: 4px 30px 4px 40px;
    position: fixed;
    bottom: 3vh;
    right: 1.3em;
    border-radius: 21px;
    transition: 0.7s;
    z-index: 1;
    text-align: left;
    cursor: pointer;
    animation: crecer;
    animation-duration: 5s;
    z-index: -1;
    animation-iteration-count: 5;
    transform-origin: right;
  }
  .contact_tres p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
  .contacto {
    background-color: #005e81;
    width: 270px;
    padding: 10px 30px 10px 40px;
    position: fixed;
    bottom: 5vh;
    right: 1.3em;
    border-radius: 21px;
    transition: 0.7s;
    z-index: 1;
    text-align: left;
    cursor: pointer;
    animation: crecer;
    animation-duration: 5s;

    animation-iteration-count: 5;
    transform-origin: right;
  }
  .contacto p {
    font-size: 13px;
  }
}


#slide_contenedor .container-body-text .boton-ver-mas,
#slide_contenedor .container-body-text .boton-promociones {
  padding-top: 20px;
}

#slide_contenedor .container-body-text .boton-ver-mas a,
#slide_contenedor .container-body-text .boton-promociones a {
  background-color: rgb(28, 187, 187);
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  width: 150px;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

#slide_contenedor .container-body-text .boton-ver-mas a:hover,
#slide_contenedor .container-body-text .boton-promociones a:hover {
  background-color: rgb(28, 187, 187);
  transform: scale(1.05);
}

#backToTop {
  display: none; /* Inicialmente oculto */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #221997;
  color: white;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#backToTop:hover {
  background-color: #2c8ebb;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}

#slide_contenedor .container-text {
  padding-left: 5%;
  padding-right: 5%;
  height: 85vh;
}

#slide_contenedor {
  padding-top: 19px;
}
@media (min-width: 968px) {
  #slide_contenedor {
    padding-top: 0px;
  }
}
#slide_contenedor .miSlider img {
  width: 100%;
  height: 85vh;
}

#parallax_uno {
  padding-left: 5%;
  padding-right: 5%;
}

#container-seguro {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 30px;
}

#parallax_uno p {
  text-align: left;
  max-width: 1200px;
}

#parallax_dos .contenedor-parallax_dos .item a {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.205);
  padding: 12px;
  border-radius: 10px;
}

.parallax_dos .contenedor-parallax_dos .item {
  display: flex;
  justify-content: center;
}

.parallax_dos .contenedor-parallax_dos .item img {
  width: 220px;
}

.parallax_dos .contenedor-parallax_dos .item a {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.205);
  padding: 12px;
  border-radius: 10px;
}

.contenedor-parallax_dos .item {
  padding-bottom: 10px;
  padding-top: 10px;
}

#about-team .plaza-fashion-container {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

#slider_marcas {
  background-color: #f3f3f3;
  padding-bottom: 30px;
}

#slider_marcas .efecto_uno h2 {
  text-align: center;
}

#slider_marcas .efecto_uno {
  padding-top: 30px;
}

.parallax_dos .contenedor-parallax_dos .item a {
  transition: 0.3s ease-in-out;
}
.parallax_dos .contenedor-parallax_dos .item a:hover {
  transform: scale(1.1);
}

.contenedor_marcas {
  overflow-x: unset;
}

#parallax_uno {
  overflow-x: unset;
  display: flex;
  flex-direction: column;
  height: 500px;
  background-size: cover;
}

#parallax_uno .imagen img {
  width: 200px;
}

.slider_marcas_dos {
  padding-left: 5%;
  padding-right: 5%;
}

.slider_marcas_dos h2 {
  text-align: center;
}

#ubicacion {
  background-color: #f3f3f3;
}

#ubicacion .margenes {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 50px;
  padding-bottom: 50px;
}

#ubicacion .contenedor-mapa {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap; 
}

#ubicacion .contenedor-mapa iframe {
  width: 40%;
  min-width: 300px; 
  height: 350px;
  border-radius: 10px;
  border: solid black 3px;
}

#ubicacion .texto h3 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
}

/*----------------Nosotros HTML----------------------------*/
#portada-nosotros .contenedor-portada {
  display: flex;
  background-image: url(../imagenes/nosotros-urban.jpg);
  justify-content: center;
  align-items: center;
  height: 60vh;
  flex-direction: column;
  margin-top: 63px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#portada-nosotros .contenedor-portada h2 {
  color: white;
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#extra h2 {
  text-align: center;
  color: #0000c6;
}

#extra {
  padding-top: 50px;
  padding-bottom: 50px;
}

#extra p {
  text-align: left;
  font-size: 18px;
}

#equipo {
  padding-top: 50px;
  padding-bottom: 50px;
}

#equipo .item_equipo .texto {
  padding: 30px;
}

#galeria_trabajo {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f3f3f3;
}

#mision .item-mision {
  box-shadow: 0 0 9px 3px rgb(0 0 0 / 17%);
}

#mision .item-mision p {
  max-width: 90%;
}

#mision {
  padding-top: 50px;
  padding-bottom: 50px;
}

#equipo {
  overflow-x: unset;
}

#atencion {
  padding-top: 50px;
  padding-bottom: 50px;
}

#atencion .menu_desplegable {
  overflow-x: unset;
}

#atencion .btn_despega {
  background-color: #0082c9;
  margin-top: 20px;
  box-shadow: 0 0 9px 3px rgb(0 0 0 / 17%);
}

#atencion .btn_despega h6 {
  color: white;
}

#atencion .flecha {
  color: white;
}

#atencion .sub_menu li {
  text-align: left;
}

/*----------------Nosotros HTML----------------------------*/

/*-----------------Implantes HTML----------------------------*/

#about-implantes {
  padding-top: 50px;
  padding-bottom: 50px;
}
#about-implantes .item-about-implantes h2 {
  text-align: center;
}
#about-implantes .item-about-implantes p {
  text-align: left;
}

#beneficios-implantes .seccion-ventajas-implantes {
  padding-top: 50px;
  padding-top: 50px;
}

#beneficios-implantes .seccion-ventajas-implantes p {
  text-align: center;
}

#beneficios-implantes .seccion-ventajas-implantes li {
  text-align: left;
  padding-bottom: 20px;
}
#faq {
  padding-bottom: 50px;
  padding-top: 50px;
}

#faq .container-question h2 {
  padding-bottom: 30px;
}

#faq .container-question p {
  text-align: left;
}

#galeria-implantes .galery-trabajo {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #0082c9;
}
/*-----------------Implantes HTML----------------------------*/

/*-----------------Servicios HTML----------------------------*/
#servicios-portada .imagen_fondo {
  margin-top: 70px;
}

#servicios-portada .img_fondo {
  margin: 0;
  padding: 0;
}

#portada-video {
  position: relative;
  width: 100%;
  height: 90vh; /* Ajusta el alto al tamaño de la ventana */
  overflow: hidden; /* Asegura que el video o la imagen no se desborden */
  margin-top: 72px;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Hace que el video o imagen estén en el fondo */
}

video,
.video-container img {
  object-fit: cover; /* Hace que la imagen o el video cubran toda el área */
  width: 100%;
  height: 100%;
}

.contenido {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 1;
}

#portada-video .contenido .img_fondo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#portada-video {
  background-color: rgba(0, 0, 0, 0.498);
}

.parallax_extra {
  margin-top: 0;
}

#servicios-paralax_extra {
  background-image: url(../imagenes/pacientes-unicos.jpg);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#servicios_about-team {
  background-color: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
}

#servicios-estudios {
  padding-top: 0px;
  padding-bottom: 50px;
}

@media (min-width: 1400px) {
  #contenedor_equipo_dos {
    width: 70%;
    margin: auto;
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
/* Sección de Encuesta */
.encuesta-section {
  position: relative;
  width: 100%;
  max-height: 500px; /* limita el alto de la sección */
  overflow: hidden;
}

.encuesta-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Recuadro de contenido */
.encuesta-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  max-width: 600px;
  width: 90%;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.encuesta-overlay h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.encuesta-overlay p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.encuesta-overlay .btn {
  background-color: #0b2a7a;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s;
}

.encuesta-overlay .btn:hover {
  background-color: #0d3abf;
}

/* Responsive: versión móvil */
@media (max-width: 768px) {
  .encuesta-section {
    max-height: 400px; /* más compacta para móvil */
  }

  .encuesta-overlay {
    padding: 1.2rem;
  }

  .encuesta-overlay h2 {
    font-size: 1.3rem;
  }

  .encuesta-overlay p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }

  .encuesta-overlay .btn {
    font-size: 0.85rem;
    padding: 0.6rem 1rem;
  }
}
  #slide_contenedor .container-body-text .botones-contenedor {
    flex-direction: column;
  }
  #slide_contenedor .container-body-text .botones-contenedor a{
    width: 90%;
  }


@media (min-width:768px) {
  #slide_contenedor .container-body-text .botones-contenedor {
    display: flex;
    gap: 20px;
    padding-top: 30px;
    justify-content: center;
    flex-direction: row;
  }
  #slide_contenedor .container-body-text .botones-contenedor a{
    width: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .datos_contacto .num-btn {
  width: 30%;
}
}

@media (min-width:1024px){
  .especialidades {
    grid-template-columns: repeat(4, 1fr);
    width: 90%;
    margin: auto;
    gap: 15px;
  }
  .item-especialidades {
    padding: 20px 15px;
  }
}
/* Contenedor principal del grid */
.imp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* 3 columnas desde tablets */
@media (min-width: 768px) {
  .imp-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 2rem;
  }
}

/* Cada tarjeta individual */
.imp-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden; /* Evita desbordamiento */
  box-sizing: border-box; /* Incluye padding en el ancho total */
}

.imp-card h2 {
  text-align: center;
}

/* Asegura que las imágenes no desborden */
.imp-card img {
  max-width: 100%;
  height: auto;
  display: block;
}
.imp-btn {
      display: block;
    width: 200px;
    background-color: rgb(0, 130, 201);
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 10px auto;
    padding: 12px 0px;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 7px;
}

.imp-btn:hover {
  scale: 0.9;
}

.contacto-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;  
  align-items: center;
  width: 100%;
  gap: 1rem;
  flex-wrap: wrap;  
}

.contacto-btns a {
  display: block;
  background-color: #1161a0;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  min-width: 250px;
  width: 90%;
  max-width: 350px;
}

.contacto-btns a:hover {
  background-color: #0082c9;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .contacto-btns {
    flex-direction: row;
    flex-wrap: nowrap; 
  }
  
  .contacto-btns a {
    width: auto;
  }
}

@media (min-width: 768px) {
  
}

@media (min-width: 1024px) {
  .container-fotos-team {
    width: 80%;
    grid-template-columns: repeat(3, 1fr);
  }
}


/* Estilos para Móvil (por defecto) */
.ubicaciones-items {
  display: flex;
  flex-direction: column; /* Se mostrará como columna en móviles */
  gap: 1.5rem; /* Añade un espacio entre las dos direcciones */
}

/* Estilos para Tablet y PC (por ejemplo, desde 768px hacia arriba) */
@media (min-width: 768px) {
  .ubicaciones-items {
    flex-direction: row; /* Cambia a fila en pantallas más grandes */
    gap: 2rem; /* Puedes ajustar el espacio si lo deseas */
  }
}