body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading {
  color: #030404;
}

.custom_heading span {
  color: #21d7ff;
}

/*header section*/
.hero_area {
  height: 100%;
  position: relative;
}

.hero_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  background-color: #023b48;
}




.nav-link.dropdown-toggle::after {
  display: inline-block !important;
  content: "\25BC"; /* Triángulo hacia abajo */
  font-size: 0.6em;
  margin-left: 5px;
  vertical-align: middle;
  transition: none !important;
  color: inherit !important;
}

.nav-link.dropdown-toggle:hover::after {
  content: "\25BC"; /* Sigue mostrando el mismo triángulo al hacer hover */
  color: inherit !important;
}


.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 25px;
  color: #000000;
  display: inline-block; /* Asegura que el fondo se ajuste al texto */
  position: relative; /* Necesario para colocar el pseudo-elemento
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navbar-brand img {
  width: 30px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #191919;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
  display: flex; /* Usamos Flexbox para organizar el logo y el menú */
  justify-content: space-between; /* Esto asegura que el logo esté a la izquierda y el menú a la derecha */
  align-items: center; /* Centra los elementos verticalmente */
  justify-content: flex-start;
}
/* NUEVA COLUMNA PARA LOGO 20% */
.custom_nav-container .logo {
  align-items: center;
  height: 100px;
  flex: 0 0 25%; /* El logo ocupa el 20% del espacio */
}
/* NUEVA COLUMNA PARA LOGO 80% */
.custom_nav-container .navbar-collapse {
  height: 100px;

}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
/* slider section */
.slider_section {
  background-image: url(../images/newhero.png);
  margin-top: 6%;
  padding: 6% 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .slider_section {
    margin-top: 30%; /* Margen superior del 7% en pantallas pequeñas */
  }
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_detail-box h1 {
  color: #ffffff;
  font-size: 52px;
}

.slider_detail-box h1 span {
  display: inline-block;
  color: #434242;
  font-weight: bold;
}

.slider_detail-box p {
  color: #f6f8f7;
  margin-top: 45px;
  margin-bottom: 40px;
}

.slider_detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 45px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
  margin-right: 10px;
}

.slider_detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  color: #023b48;
}

.slider_detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #023b48;
}

.slider_detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_img-box {
  margin-right: 5%;
}

.slider_img-box img {
  width: 100%;
}

.carousel-indicators {
  bottom: -15%;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #010106;
}

.about_section {
  background-image: url(../images/fondo-quienessomos.png);
  background-size: cover;
}

.about_section .row {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin: 25px 0;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #023b48;
}

.service_section .row .col-md-4 {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.service_section .img_box {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: #18d3ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .img_box img {
  width: 45px;
}

.service_section .detail_box {
  margin-top: 25px;
}

.service_section .detail_box h6 {
  font-weight: bold;
}

.service_section a {
  display: inline-block;
  padding: 12px 25px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
}

.service_section a:hover {
  background-color: transparent;
  color: #023b48;
}

.gallery-section {
  "background-color: #0a22c4;"
}

.gallery-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.gallery-section .container h2 {
  color: #ffffff;
}

.gallery-section .img_box {
  margin: 15px 0;
}

.gallery-section .img_box img {
  width: 100%;
  height: 100%;
}

.gallery-section .img_box.box-1 {
  width: 28%;
}

.gallery-section .img_box.box-2 {
  width: 70%;
}

.gallery-section .img_box.box-3 {
  width: 32%;
}

.gallery-section .img_box.box-4 {
  width: 32%;
}

.gallery-section .img_box.box-5 {
  width: 32%;
}

.buy_section {
  text-align: center;
}

.buy_section p {
  margin: 25px 0;
}

.buy_section a {
  display: inline-block;
  padding: 12px 65px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
}

.buy_section a:hover {
  background-color: transparent;
  color: #023b48;
}

.client_section .pl-100 {
  padding-left: 100px;
}

.client_section .client_container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border: 1px solid #606060;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.client_section .client_container .img_box {
  width: 200px;
  margin-left: -100px;
}

.client_section .client_container .img_box img {
  min-width: 100%;
}

.client_section .client_container .detail_box {
  padding: 0 35px;
}

.client_section .carousel-indicators li {
  background-color: #0dc3ff;
}

.client_section .carousel-indicators .active {
  background-color: #8c8a8a;
}

.map_section {
  position: relative;
}

.map_section #map {
  position: absolute;
}

.map_section .form_container {
  position: relative;
  width: 50%;
  z-index: 9;
}

.map_section .form_container form {
  background-color: rgba(255, 255, 255, 0.98);
  padding: 45px;
  margin: 75px 0;
}

.map_section .form_container input {
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #111111;
  padding-top: 35px;
  width: 100%;
}

.map_section .form_container input.message-box {
  padding-top: 55px;
}

.map_section .form_container button {
  display: inline-block;
  padding: 12px 20px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
  border-radius: 30px;
  width: 100%;
  margin-top: 35px;
}

.map_section .form_container button:hover {
  background-color: transparent;
  color: #023b48;
}

.info_section {
  background-color: #070707;
}

.info_items {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_items .item {
  width: 200px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.info_items .item .detail-box {
  margin-top: 5px;
  color: #fff;
}

.info_items {
  position: relative;
}

.info_items a {
  position: relative;
}

.info_items .item .img-box.box-1 {
  background-image: url(../images/location-white.png);
}

.info_items .item .img-box.box-2 {
  background-image: url(../images/telephone-white.png);
}

.info_items .item .img-box.box-3 {
  background-image: url(../images/envelope-white.png);
}

/* footer section*/
.footer_section {
  background-color: #fbfdfd;
  padding: 20px;
  font-weight: 500;
}

.footer_section p {
  color: #292929;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #292929;
}

/* Estilo para los íconos de redes sociales */
.social-icons {
  display: flex;
  gap: 15px; /* Espacio entre los íconos */
  margin: 0%;
}

.social-icons a {
  color: #000; /* Cambia el color del ícono según lo necesites */
  font-size: 140%; /* Tamaño de los íconos */
  text-decoration: none; /* Elimina el subrayado */
}

.social-icons a:hover {
  color: #ffffff; /* Cambia el color cuando el usuario pase el mouse */
}

/* ___________________-INCONOS FLOTANTES_________________________*/
.float-facebook {
    position: fixed;
    margin-right: -20px;
    width: 60px;
    height: 60px;
    bottom: 110px; /* Ajusta para que se posicione encima del botón de WhatsApp */
    right: 40px;
    background-color: #1877f2; /* Color de fondo de Facebook */
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    z-index: 101; /* Asegura que este botón esté encima del de WhatsApp */

}
.float-facebook img {
    width: 100%;  /* Tamaño de la imagen de Facebook */
    height: 100%;
}

.float-wa{
    position:fixed;
    margin-right: -20px;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}

.float-phone {
    position: fixed;
    margin-right: -20px;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
    bottom: 170px; /* Ajustado para que se posicione encima del botón de Facebook */
    right: 40px;
    background-color: white; /* Color de fondo de teléfono */
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    z-index: 99; /* Ajusta el z-index si es necesario */
}

.float-phone img {
    width: 100%; /* Tamaño de la imagen del teléfono */
    height: 100%;
}
/* ___________________FIN INCONOS FLOTANTES_________________________*/
/* promotion section */
/* Estilos para la sección de promociones */
.promotions-section {

  background-color: #ffffff; /* Celeste */
  padding: 2% 0; /* Espaciado alrededor de la sección */
  display: flex;
  justify-content: center;
  align-items: center;
}

.promotion-container {
  display: flex;
  justify-content: space-between; /* Alinea los cuadros de forma horizontal */
  width: 95%; /* Ajusta el ancho de la sección */
  gap: 2%; /* Espacio entre los cuadros */
}

.promotion-box {
  width: 30%; /* Cada cuadro ocupará el 30% del contenedor */
  background-color: #fff; /* Fondo blanco para los cuadros */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); /* Sombra mucho más grande */
  display: flex;
  flex-direction: column;
  border-radius: 8px; /* Bordes redondeados */
  overflow: hidden; /* Para que el contenido no sobresalga */
}

/* Estilos para las filas dentro de los cuadros */
.promotion-title {
  background-color: #0014ff; /* Color de fondo para el título */
  font-family: 'Poppins', sans-serif;
  padding: 10px;
  text-align: center;
  height: 25%; /* La primera fila ocupa el 25% */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.promotion-image {
  height: 50%; /* La segunda fila ocupa el 50% */
  width: 100%; /* Asegura que el contenedor de la imagen ocupe todo el ancho disponible */
  display: flex;
  justify-content: center;
  align-items: center;
}

.promotion-image img {
  width: 100%; /* La imagen ocupa el 100% del ancho del contenedor */
  height: 100%; /* La imagen ocupa el 100% de la altura del contenedor */
  object-fit: cover; /* Ajusta la imagen para cubrir todo el espacio del contenedor sin distorsionarla */
}

.promotion-content {
  background-color: #0014ff; /* Fondo para el contenido */
  font-family: 'Poppins', sans-serif;
  padding: 15px;
  text-align: center;
  height: 25%; /* La tercera fila ocupa el 25% */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media (max-width: 768px) {
  .promotion-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .promotion-box {
    width: 90%; /* Ajusta el ancho de los cuadros */
    margin-bottom: 20px; /* Añade un margen entre los cuadros */
  }
}
/* FIN SECCION PROMOCIONES */
/* Contenedor de la sección rotatoria */
marquee {
  display: block;
  background-color: #092e87; /* Color de fondo */
  color: white; /* Color del texto */
  font-size: 200%; /* Tamaño de fuente */
  padding: 0.5% 0; /* Espaciado alrededor del texto */
  font-family: Arial, sans-serif; /* Fuente del texto */
  border-radius: 0px; /* Bordes redondeados */
}

/* Estilo para los mensajes dentro del marquee */
.message {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-right: 30px; /* Espacio entre los mensajes */
}

/* Estilo para la imagen */
.message img {
  width: 10%; /* Tamaño de la imagen */
  height: 10%; /* Tamaño de la imagen */
  object-fit: contain;
  margin-left: 30px; /* Espacio entre el texto y la imagen */
}

/*ESTILOS PARA CUADROS DE SERVICIOS__________________________________________________________________*/

/* Estilo para el título */
.service-section-text-title {
  width: 100%;
  color: black;
  font-weight: bold; /* Negrita para el título */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0px; /* Separación inferior para el título */
  padding: 20px 20px;
  box-sizing: border-box;
  font-size: 6vw; /* El tamaño del título se ajusta según el ancho de la pantalla */
}

/* Estilo para el contenido */
.service-section-text-content {
  width: 100%;
  color: black;
  font-weight: normal; /* Sin negrita para el contenido */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px; /* Separación superior para el contenido */
  margin-bottom: 0px; /* Separación inferior para el contenido */
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 4vw; /* El tamaño del contenido se ajusta también según el ancho de la pantalla */
}

/* Ajustes para pantallas más grandes (mayores a 1200px por ejemplo) */
@media (min-width: 1200px) {
  .service-section-text-title {
    font-size: 25px; /* Definir un tamaño fijo en pantallas grandes */
  }

  .service-section-text-content {
    font-size: 15px; /* Definir un tamaño fijo para el contenido en pantallas grandes */
  }
}

/* Ajustes para pantallas más pequeñas (tabletas) */
@media (max-width: 768px) {
  .service-section-text-title {
    font-size: 4vw; /* Ajustamos el tamaño del título en pantallas medianas */
  }

  .service-section-text-content {
    font-size: 2vw; /* Ajustamos el tamaño del contenido en pantallas medianas */
  }

  .service-section-text-title,
  .service-section-text-content {
    padding: 0 10px; /* Reducimos el padding en pantallas más pequeñas */
  }
}

@media (max-width: 480px) {
  .service-section-text-title {
    font-size: 8vw; /* Ajustamos el tamaño del título en pantallas pequeñas */
  }

  .service-section-text-content {
    font-size: 4vw; /* Ajustamos el tamaño del contenido en pantallas pequeñas */
  }

  .service-section-text-title,
  .service-section-text-content {
    padding: 0 10px; /* Reducimos el padding para pantallas más pequeñas */
  }
}

.custom-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 columnas */
  gap: 20px;
  padding: 20px;
}

/* Estilos para cada cuadro de servicio */
.custom-service-box {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.custom-service-box:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.custom-service-title {
  background-color: #092e87; /* Color de fondo del título */
  color: white;
  text-align: center;
  padding: 10px;
  flex: 0 0 20%;
}

.custom-service-image {
  width: 100%;
  height: 100%;
  flex: 1 0 80%;
  background-size: cover;
  background-position: center;
}

/* Estilos para la superposición opaca cuando se hace clic en un cuadro */
.custom-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Estilos de la ventana modal (contenido) */
.custom-modal-content {
  background-color: white;
  font-family: 'Merriweather', serif;
  padding: 20px;
  border-radius: 10px;
  max-height: 80%; /* Se ajusta para no ocupar toda la pantalla */
  width: 50%; /* Cambié el ancho para que sea más grande en pantallas pequeñas */
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: auto; /* Permitir desplazamiento si el contenido es demasiado grande */
}

/* Botón de cerrar */
.custom-close-btn {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

/* Ajustes para pantallas pequeñas */
@media (max-width: 768px) {
  .custom-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-modal-content {
    width: 70%; /* Ajustar para ser un poco más grande en pantallas medianas */
    max-height: 90%; /* Aumentar la altura disponible */
  }
}

@media (max-width: 480px) {
  .custom-gallery {
    grid-template-columns: 1fr; /* 1 columna en dispositivos muy pequeños */
  }

  .custom-modal-content {
    width: 90%; /* Hacer que ocupe casi todo el ancho en dispositivos muy pequeños */
    max-height: 95%; /* Hacer que la modal sea más alta en dispositivos pequeños */
  }
}
/* ESTILOS DE MAPA*/
.info-map-section {
  padding: 50px;
  background-color: #f4f4f4; /* Fondo claro para la sección */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); /* Fuerte sombra */
  margin: 20px 0;
  border-radius: 10px;
}

/* Contenedor de las dos columnas */
.info-container {
  display: flex;
  margin-top: 2%;
  justify-content: space-between;
  gap: 30px; /* Espacio entre las dos columnas */
}

/* Estilos para la columna de información */
.info-column {
  width: 48%; /* Aproximadamente la mitad del contenedor */
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra para los cuadros */
}

.info-column h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
}

.info-column p {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.map-section1 {
    height: 50vh; /* 50% de la altura de la ventana */
    width: 100%;  /* 100% del ancho */
    position: relative; /* Para que el iframe ocupe el espacio correctamente */
}
iframe {
    width: 100%;
    height: 100%;
    border: 0; /* Sin borde */
}
/* Estilos para la columna del mapa */
.map-column {
  width: 48%; /* Aproximadamente la mitad del contenedor */
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra para el cuadro del mapa */
}

.map-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

/* Responsividad */
@media (max-width: 768px) {
  .info-container {
    flex-direction: column!important; /* En pantallas pequeñas, las columnas se apilan */
    gap: 20px;
  }

  .info-column, .map-column {
    width: 100%! important; /* Las columnas ocupan el 100% en pantallas pequeñas */
    font-family: 'Georgia', serif;
  }
}
/* FIN ESTILOS DE Mapa*/

/* ESTILOS PARA BUSQUEDA DE CONTACTOS*/

.search-box-container {
  text-align: center;
  margin-bottom: 20px;

  @media (max-width: 767px) {
    margin-top: 40px; /* Aumentamos el margen superior en dispositivos pequeños */
  }
}


#searchInputField {
  padding: 10px;
  width: 50%;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button {
  padding: 10px;
  margin-left: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}

.info-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0;
}

.info-column, .map-column {
  width: 48%;
}
/* FIN DE BUSQUEDA DE CONTACTOS*/
/*ESTILOS PARA FORMULARIO CONTACTOS----------------------------------------------------------------------------*/
.section-contacto-container{
  width: 100vw;
  height: 100vh;
  background-image: url(../images/burbujas1.png);
  display: flex;
  align-content: center;
}
.contacto-container {
    width: 100%;
    max-width: 600px; /* Controla el tamaño del formulario */
    margin: 0 auto; /* Centra el formulario en la página */
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
    margin-top:10%;
}

.contacto-container h1 {
    text-align: center;
    margin-bottom: 20px;
}

.contacto-container form {
    display: flex;
    flex-direction: column;
}

.contacto-container input,
.contacto-container textarea,
.contacto-container select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.contacto-container button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contacto-container button:hover {
    background-color: #45a049;
}
@media (max-width: 600px) {
    .contacto-container {
        margin-top: 45%; /* Aumenta el margen superior a 80px en pantallas pequeñas */
    }
}
/*FIN ESTILOS PARA FORMULARIO CONTACTOS------------------------------------------------------------------------*/

/* ESTILOS PARA PUBLICIDAD SUPERIOR*/
  /* Estilos generales */
  .responsive-superior-container {
    background-color: #023b48;
    height: 15px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .responsive-superior-content {
    background-color: #023b48;
    height: 100%;
    width: 100%;
    font-size: 12px;
    color: white;
    margin-left: 10px;
  }

  /* Media Query para pantallas más pequeñas (ej. móviles) */
  @media (max-width: 600px) {
    .responsive-superior-container {
      height: auto;  /* Permite que la altura se ajuste automáticamente en pantallas pequeñas */
      padding: 3px 0; /* Añadimos algo de padding para que el contenido no se vea apretado */
    }

    .responsive-superior-content {
      font-size: 10px;  /* Reducimos el tamaño de la fuente en pantallas pequeñas */
      margin-left: 5px; /* Reducimos el margen izquierdo para ajustarse mejor en pantallas pequeñas */
    }
  }
  /* FIN PUBLICIDAD SUPERIOR*/

/*---------------------------------------------------- ESTILOS MENU-------------------------------*/
.header_section {
    position: fixed;
    top: 0; /* Asegura que el menú esté en la parte superior */
    left: 0;
    width: 100%; /* Ancho completo */
    height: 16%; /* Ajusta la altura según el tamaño de tu menú */
    z-index: 1000; /* Asegúrate de que el menú esté por encima de otros elementos */
    background-image: url(../images/agua3.jpg);
    background-size: cover; /* Ajusta la imagen para cubrir completamente el área sin distorsionarla */
    background-position: center 40%; /* Ajusta la posición para mostrar la parte inferior de la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita si es más pequeña que el contenedor */
    transition: top 0.3s ease, background-color 0.3s ease; /* Transiciones suaves */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Sombreado inferior ajustable */
}

.header_section.active {
  pointer-events: auto; /* Reactiva la interacción cuando sea necesario */
}
.header_section .navbar,
.header_section .navbar-nav {
  pointer-events: auto;
  padding: 0 10px;
}

/* Solo el botón hamburguesa tendrá fondo verde */
.header_section .navbar-toggler {
  background-color: #28a745 !important;
  border-radius: 5px;
  padding: 8px;
}
.phone-number{
    margin-top:20px;
    margin-left:20px;
    font-size: 22px;
    font-weight: bold;
    color: #4253bb;
    border: 2px solid white;
    border-radius: 20px;
    opacity: 80%;
    padding: 8px;
    background-color: white;
}

  /* Estilos generales */
  .responsive-container {
    background-color: #023b48;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }

  .responsive-content {
    background-color: #023b48;
    font-size: 12px;
    color: white;
    margin-left: 10px;
    text-align: center;
  }

  /* Media Query para pantallas más pequeñas (ej. móviles) */
  @media (max-width: 600px) {
    .responsive-content {
      
      font-size: 10px;  /* Reducir el tamaño de la fuente en pantallas pequeñas */
      padding: 5px;  /* Agregar algo de padding para que no se vea apretado */
      
    }
  }
/*ESTILOS PARA SOMBREADO DE ELEMENTOS DEL MENU*/

.nav-link{
  font-family: system-ui;
  font-weight: bold;
  font-size: 18px;
  color: black !important;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.7);
}

.navbar-nav .nav-link:hover {
  color: white; /* Cambia el color del texto a blanco */
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white; /* Sombra blanca alrededor del texto */
}

/* Pseudo-elemento ::after para crear el fondo rectangular con bordes redondeados solo alrededor del texto */
.navbar-nav .nav-link:hover::after {
  content: ""; /* No muestra texto, solo la caja */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4); /* Fondo blanco translúcido */
  border-radius: 10px; /* Bordes redondeados */
  z-index: -1; /* Coloca el fondo detrás del texto */
}
.navbar-collapse.show {
  background-color: white; /* Fondo blanco cuando el menú se abre */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Opcional: sombra ligera para que se distinga mejor */
  height: auto;
}
@media (max-width: 768px) {
  .header_section {
    height: 170px; /* Puedes ajustar a 120px, 130px, etc. según cómo se vea */
    padding-bottom: 100px;;
  }
}


/*---------------------------------------- FIN ESTILOS MENU ----------------------------------*/
/* ESTILOS SLIDER CONTENIDO CIRCULAR*/
.contenedor-circular {
    width: 70%;  /* Ajusta según sea necesario, en porcentaje */
    height: 0; /* Usaremos padding para crear el círculo */
    padding-bottom: 70%; /* Mantiene la proporción cuadrada */
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid black;
    position: relative; /* Para controlar la imagen dentro */
}
.imagen-circular {
    position: absolute; /* Posiciona la imagen absolutamente dentro del contenedor */
    top: 50%;
    left: 50%;
    width: 100%; /* Se ajusta al 100% del ancho del contenedor */
    height: 100%; /* Se ajusta al 100% del alto del contenedor */
    transform: translate(-50%, -50%); /* Centra la imagen */
    object-fit: cover; /* Cubre todo el área del contenedor sin distorsionarse */
  }
  /* FIN ESTILOS SLIDER CONTENIDO CIRCULAR*/
/* end footer section*/
/*# sourceMappingURL=style.css.map */


/* -----------------------------------------Estilo del dropdown -----------------------------------------------*/
.custom-dropdown {
  position: relative;
}

.custom-toggle {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}

/* Triangulito personalizado */
.custom-toggle::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6em;
}

/* Oculta el menú por defecto */
.custom-menu {
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  padding: 10px 0;
  min-width: 180px;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: opacity 1s ease, transform 1s ease;
  transform: translateY(10px);
}

/* Mostrar el menú con animación */
.custom-dropdown:hover .custom-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.custom-menu li {
  list-style: none;
}

.custom-menu li a {
  display: block;
  padding: 8px 20px;
  color: #000000;
  text-decoration: none;
}

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

/* Mostrar el menú al hacer hover */
.custom-dropdown:hover .custom-menu {
  display: block;
}
.custom-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ------------------------------------------------POLITICAS----------------------------------------------- */
.container-politicas{
  margin-top: 5%;
  padding: 4%;
  width: 99vw;
  height: auto;
  background-image: url("../images/politicas/fondo-politicas.png");
  background-size: cover;      /* Escala la imagen para cubrir todo el área */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  background-position: center;  /* Centra la imagen */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 700px) {
 .container-politicas{
  margin-top: 30%;
 }
}

.container-politicas-title{
  width: 80%;
  height: auto;
  color: rgb(200, 200, 44);
  display: flex;
  justify-content:start;
  align-items: center;
  font-weight: bold;
  font-size: 50px;
}
.container-politicas-descripcion{
  width: 80%;
  height: auto;
  margin: 2%;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.container-politicas-documento-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 2%;
}
.container-politicas-documento{
  width: 100%;
  height: 800px;

}
/* ------------------------------------------------ CERTIFICACIONES ----------------------------------------------- */
.container-cert{
  background-image: url("../images/fondo-quienessomos.png");
  margin-top: 7%;
  width: 100vw;
  height: auto;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;      /* Escala la imagen para cubrir todo el área */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  background-position: center;  /* Centra la imagen */
}
.cert-content1{
  margin: 2%;
  width: 90%;
  height: auto;
  display: flex;
  font-size: 15px;
  color: black;
  justify-content: start;
  align-items: center;
}
.cert-accredited{
  margin: 0%;
  width: 90%;
  height: 300px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: rgb(52, 55, 218);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}
.cert-item{
  width: 200px ;
  height: auto ;
}
.container-cert1{
  width: 100vw;
  height: auto;
  background-image: url("../images/cert/burbujas.png");
  background-size: cover;      /* Escala la imagen para cubrir todo el área */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  background-position: center;  /* Centra la imagen */
  
}
.container-cert2{
  
  padding: 2%;
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.cert-content2{
  margin: 2%;
  width: 50%;
  height: auto;
  display: flex;
  font-size: 15px;
  color: black;
  justify-content: start;
  align-items: center;
}
.cert-title{
  font-size: 15px;
  color: rgb(200, 200, 44);
  font-weight: bold;
  display: flex;
}

@media (max-width: 768px) {
  .container-cert {
    margin-top: 30%;
    padding: 10% 5%;
    width: 100%;
  }

  .cert-content1,
  .cert-content2 {
    width: 100%;
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cert-title {
    font-size: 18px;
    text-align: left;
  }

  .cert-accredited {
    flex-direction: column;
    height: auto;
    gap: 10px;
    padding: 10px 0;
  }

  .cert-item {
    width: 90%;
    max-width: 300px;
    height: auto;
  }

  .container-cert2 {
    flex-direction: column;
    width: 100%;
    padding: 5% 2%;
  }

  .cert-content2 {
    width: 100%;
    margin: 5% 0;
    font-size: 14px;
  }
}
/*---------------------------------------- MAIN ---------------------------------*/
.main-page{
  @media (max-width: 768px) {
    padding-top: 60px !important;
  } 
}
