/* Logo de whatsapp */

.float{
  position: fixed;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  bottom: 40px;
  right: 20px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 999;
}

.fa-whatsapp{
  font-size: 60px;
}

.float:hover{
  background-color: #25d366;
}


/* Cuerpo de la página */

body {
  font-family: 'Poppins', sans-serif;
  background-color: #080000;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

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

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

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

.heading_container {
  position: relative;
  display: -webkit-box;
  color: #fbfdfd; /* Parrafo sobre nosotros */
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  color: #fbfdfd; /* Es el titulo de contactanos y de nuestros servicios*/
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  /*padding-bottom: 5px;*/
  text-transform: uppercase;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 5px;
  background-color: #39B7CB; /* COLOR DE LA BARRITA */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*header section*/
.hero_area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*background-image: url(../images/espejo.jpg);*/
  background-color: #fbfdfd;
  background-size: cover;
  background-attachment: fixed;
  top: -5px;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  margin: 10px 30px;
  padding-bottom: 10px;
  color: #174050; /* NOMBRES DE LA BARRA SUPERIOR DERECHA*/
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}



.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  /*background-color: #080000;*/
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
  display: block;
  background-color: #174050; /* COLOR DE LA BARRITA PRINCIPAL*/
}

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;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  color: #080000;
  margin: 10px 30px;
}

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

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  position: relative;
  top: -5px;
}

.navbar-brand   .image-logo {
  display: flex;  /* Usamos flexbox para alinear los elementos */
  justify-content: flex-start;  /* Alinea la imagen al inicio del contenedor (margen izquierdo) */
  align-items: flex-start;  /* Alinea la imagen a la parte superior */
}

.image-logo img {
  width: 200px;  /* Ajusta el tamaño de la imagen */
  height: auto;  /* Mantiene la relación de aspecto */
  position: relative;
  top: -5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.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 {           /* TEXTO PRINCIPAL */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #174050;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

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

.slider_section .box {
  margin: 125px 0;
}

.slider_section .detail-box {
  text-align: center;
}

.slider_section .detail-box h1,
.slider_section .detail-box h2,
.slider_section .detail-box h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.slider_section .detail-box h2 {
  font-size: 2.5rem;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: .5rem;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #174050;
  border: 1.5px solid #fbfdfd;
  color: #fbfdfd;
  border-radius: 12px; 
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-transform: uppercase;
  margin-top: 35px;
}

.slider_section .detail-box a:hover {
  background-color: #9b9d9e; /* CUANDO ESTAS POR SELECCIONAR EL CARTEL */
}

.slider_section #carouselExampleIndicators .carousel-indicators {
  position: unset;
  margin: 0;
  margin-top: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #carouselExampleIndicators .carousel-indicators li { /*CIRCULOS POR TOMAR*/
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid #174050;
  border-radius: 100%;
  opacity: 1;
}

.slider_section #carouselExampleIndicators .carousel-indicators li.active {/*CIRCULO MARCADO*/
  border: 4px solid #174050;
  background-color: #9b9d9e;
}

.us_section {
  background-image: url(../images/us-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  /*color: #174050; */
}

.us_section .us_container {
  padding-top: 25px;
}

.us_section .us_container .box {
  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;
  margin: 25px 10px 0 10px;
}

.us_section .us_container .box .img-box {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.us_section .us_container .box .img-box img {
  max-width: 100%;
}

.us_section .us_container .box .detail-box h5 {
  font-weight: bold;
}

.heathy_section {
  background-image: url(../images/Personal_limpieza.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fbfdfd; /*cuerpo del escrito US*/
  text-align: center;
}

.heathy_section h2 {
  font-weight: bold;
}

.heathy_section p {
  margin-top: 35px;
}

.heathy_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.heathy_section .btn-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: transparent;
  border: 1.5px solid #fbfdfd;
  color: #fbfdfd;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-transform: uppercase;
}

.heathy_section .btn-box a:hover {
  background-color: #ffffff;
}

.trainer_section {
  background-image: url(../images/Limpio.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fbfdfd; /*Servicios que brindamos*/
}

.trainer_section .box {
  margin-top: 55px;
  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;
}

.trainer_section .box .name h5 {
  font-weight: bold;
  margin-bottom: 15px;
}

.trainer_section .box .img-box {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  max-width: 500px; /* límite máximo */
  aspect-ratio: 1 / 1; /* mantiene proporción cuadrada */
  margin: auto; /* para centrar si querés */
}

.trainer_section .box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px; /* o 50px si querés más curvado */
  display: block;
}

.trainer_section .box .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 45px;
  background-color: transparent;
  border-radius: 50px;/* opcional, para bordes redondeados */
  margin-top: -25px;
  /*width: 500px;
  height: 500px;*/
  object-fit: cover; /* importante para que no se deformen */
}

/*CONTACT SECTION -------------------------------------------------------------------------------------------------------------*/

.contact_section {
  /*position: relative;*/
  background-color: #174050; /* fondo del contact section */
}


.contact_section .heading_container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.contact_section .heading_container h2::before {
  text-align: left;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

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

.contact_section .img-box img { /* ESTO ES LO QUE CAMBIE */
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.contact_section .form_container {
  padding: 2rem 0; /* Usa 'rem' para escalabilidad */
}

.contact_section input {
  width: 100%;
  border: none;
  border-radius: 12px;
  background-color: #CDD0C9;
  outline: none;
  margin-top: 1rem;  /* Usa una unidad relativa */
  padding: 1rem;  /* Ajuste con 'rem' */
}

.contact_section input::-webkit-input-placeholder {
  color: #080000; /*NOMBRE DE EJEMPLO*/
}

.contact_section input:-ms-input-placeholder {
  color: #080000;
}

.contact_section input::-ms-input-placeholder {
  color: #080000;
}

.contact_section input::placeholder {
  color: #080000;
}

.contact_section input.message-box {
  padding: 2.5rem 1rem;  /* Ajuste con 'rem' */
}

.contact_section button {
  padding: 1rem 3rem;  /* Usa unidades relativas */
  outline: none;
  border: none;
  border-radius: 12px;
  background: #39B7CB;
  margin: 2rem 0 0 auto;
  text-transform: uppercase;
  width: auto;  /* Evita que se estire demasiado */
  max-width: 100%;  /* Asegura que no se desborde */
}

@media (max-width: 768px) {
  .contact_section .form_container {
    padding: 1.5rem;  /* Ajuste de padding en pantallas pequeñas */
  }

  .contact_section input {
    padding: 1rem;  /* Reducción del padding */
    margin-top: 1rem;  /* Ajuste de margen */
  }

  .contact_section button {
    width: 100%;  /* El botón ocupará todo el ancho */
    padding: 1rem;  /* Ajuste del padding */
  }
}
/*
.info_section {
  background-color: #1C1C15; /* bloque de contactos*/
*/*

.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: #fbfdfd;/*letras de los contactos de CP*/
/*}

.info_items {
  position: relative;
}

.info_items a {
  position: relative;
}

.info_items .item .img-box.box-1 {
  background-image: url(../images/icon-instagram.png);
  background-size: 65%;
}

.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: #080000;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #080000;
}/*

/*Probando nuevo footer*/

.footer{
  width: 100%;
  background-color: #fbfdfd;
}

.footer .grupo-1{
  width: 100%;
  max-width: 1500px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  padding: 45px 0px;
}

.footer .grupo-1 .box figure{
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .grupo-1 .box figure img{
  width: 250px;
}

.footer .grupo-1 .box h2{
  color: #1C1C15;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 20px;
  text-align: center;
}

.footer .grupo-1 .box p{
  color: #1C1C15;
  margin-bottom: 10px;
  text-align: center;
}

.footer .grupo-1 .red-social{
  text-align: center;
}

.footer .grupo-1 .red-social a{
  display: inline-block;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #1C1C15;
  margin-right: 10px;
  background-color: #39B7CB;
  border-radius: 12px;
  text-align: center;
  transition: all 300ms ease;
}

.footer .grupo-1 .red-social a:hover{
 color: #fbfdfd;
}

.footer .grupo-2{
  background-color: #1C1C15;
  padding: 8px 10px;
  text-align: center;
  color: #fbfdfd;
 }

 @media screen and (max-width:800px){
  .footer .grupo-1{
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    padding: 35px 0px;
  }
 }

 /* popup */
    /* Estilo para el Modal */
.modal {
  display: none; /* El modal está oculto por defecto */
  position: fixed;
  z-index: 1; /* Asegura que el modal se muestre sobre el contenido */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* Fondo oscuro con opacidad */
  padding-top: 60px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Estilo del modal cuando el checkbox está marcado (es decir, se muestra) */
#modal-toggle:checked + .modal {
  display: flex; /* Mostramos el modal */
  opacity: 1;
  pointer-events: all;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* Centrado vertical y horizontal */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Ancho del modal */
}

.modal h2 {
  font-size: 2rem;  /* Usar un tamaño estándar para el título */
  font-weight: 600; /* Consistente con otros h2 */
  color: #333; /* Mantener el color consistente con otros h2 */
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Mostrar el modal cuando el checkbox esté marcado 
#modal-toggle:checked + .modal {
  display: block; /* Mostrar el modal */
/*}*/