body {
  font-family: 'Poppins', sans-serif;
}
:root {
    --thm-font: "Rubik", sans-serif;
    --heading-font: "Baloo 2", serif;
    --special-font: 'Roboto', sans-serif;
    --thm-base: #5bb286;
    --thm-base-rgb: 91, 178, 134;
    --thm-primary: #f9b73f;
    --thm-primary-rgb: 249, 183, 63;
    --thm-black: #2d2929;
    --thm-black-rgb: 45, 41, 41;
    --menu-backgound:#FFFFFF;


    /*utilizados para la web*/
    --thm-color-negro: #000000;
    --button-color-naranja-dorado: #E89D42;
    --thm-base-color-azul-verdoso: #3A6F77;
    --thm-base-active-color-azul-verdoso:#025966;
    --thm-color-verde-olivo: #A5A58D;
    --thm-color-blanco: #FFFFFF;
    --thm-color-gris-oscuro: #444444;
    --thm-color-beige-claro: #F8F4F0;
    

  }

.top-bar {
    background:var(--thm-base-color-azul-verdoso);
    color: var(--thm-base-color-azul-verdoso);
    padding: 10px 0;
    font-size: 14px;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
}


.top-bar p {
    margin: 0;
    display: inline-block;
    margin-right: 15px;
    color: #FFFFFF;
}


.top-bar a {
    color: #f9faf9; /* Color para los íconos de redes sociales */
    margin-left: 15px;
    font-size: 1rem;
}

.navbar {
    padding: 22px 0;
    margin-top: 5px;
}

.navbar-brand img {
    margin-right: 10px;
    margin-top: -10px;
}

.nav-link {
    margin-right: 20px;
    font-weight: 500;
  
}


.navbar-nav .nav-item .nav-link {
    color: #555;
    transition: color 0.3s;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #000;
}

.btn-appointment {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    text-align: center;
    background-color: var(--thm-base-color-azul-verdoso);
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 15px 40px;
    box-shadow: 0px 20px 30px 0px rgba(67, 131, 99, 0.15);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.btn-appointment .fa-calendar-alt {
    margin-right: 5px;
}

.btn-appointment:hover {
    background-color: var(--thm-base-color-azul-verdoso);
    border-color: var(--thm-base-color-azul-verdoso);
}

@media (max-width: 767.98px) {
  .navbar {
    margin: 10px; /* Margen alrededor del navbar */
    padding: 15px; /* Espaciado interno */
    background-color:var(--thm-base-color-azul-verdoso); /* Color de fondo verde */
    border-radius: 12px; /* Bordes redondeados */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra ligera */
    border: none; /* Sin bordes */
  }

  .navbar-brand {
    color: #1b1b1b; /* Color blanco para el logo */
    font-size: 1.2rem;
    font-weight: bold;
  }

  .navbar-toggler {
    border: 1px solid #1d1c1c; /* Borde blanco para el botón del menú */
    border-radius: 8px; /* Bordes redondeados */
    padding: 6px;
  }

  .navbar-toggler-icon {
    color: #fff; /* Color blanco para el icono del menú */
  }

  .navbar-nav .nav-item .nav-link {
    color: #1a1919; /* Enlaces en blanco */
    padding: 12px;
    font-size: 1rem;
    transition: background-color 0.3s ease, color 0.3s ease; /* Transiciones suaves */
  }

  .navbar-nav .nav-item .nav-link:hover {
    background-color:var(--thm-base-color-azul-verdoso); /* Color más oscuro al pasar el mouse */
    color: #fff; /* Mantener el texto en blanco */
    border-radius: 8px; /* Bordes redondeados al hacer hover */
  }
}



.main-nav__right a:hover {
    background-color: var(--thm-base-color-azul-verdoso) /* Color verde vivo en hover */
}

.main-nav__right i {
    font-size: 1.5rem; /* Tamaño del ícono */
    margin-bottom: 1px; /* Espacio entre el ícono y el número */
}

.main-nav__right span {
    font-size: 0.85rem; /* Tamaño más pequeño para "Hola" */
    margin-bottom: 5px; /* Espacio entre "Hola" y el ícono */
    display: block;
}

.main-nav__right b {
    font-size: 1rem; /* Tamaño del número */
}


.main-nav-one__cta {
    background-color: var(--thm-base-color-azul-verdoso);
    border-radius: 35px;
    box-shadow: 0px 20px 30px 0px rgba(67, 131, 99, 0.15);
    display: inline-block;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
    padding-right: 35px;
    padding-left: 75px;
    position: relative;
    transition: 500ms;}

    .main-nav-one__cta b {
        font-family: var(--heading-font);
        font-size: 22px;
        display: block;
        line-height: 1em;
        color: #fff;
      }

      .main-nav-one__cta > i {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
        color: #fff;
        font-size: 34px;
      }

      .main-nav__right a {
        text-decoration: none;
        color: #fff;
      }
      .main-nav__right  {
       margin-top: -10px;
      }

   


/* empieza el banner */
.slider_area.home1 {
  position: relative; /* Asegura que el contenedor principal esté posicionado */
  overflow: hidden; /* Opcional: Para evitar que el contenido se desborde */
}

.slider_area.home1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /*background-image: url(../img/homepaged.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1; /* Coloca esta capa debajo del color de transparencia */
}

.slider_area.home1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(2, 2, 2, 0.37); /* Color negro con 50% de transparencia */
  z-index: 2; /* Coloca esta capa encima de la imagen */
}


/*empieza banner 2*/
.slider_area.home2 {
  position: relative; /* Asegura que el contenedor principal esté posicionado */
  overflow: hidden; /* Opcional: Para evitar que el contenido se desborde */
}

.slider_area.home2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /*background-image: url(../img/slider-4.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1; /* Coloca esta capa debajo del color de transparencia */
}

.slider_area.home2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(2, 2, 2, 0.507); /* Color negro con 50% de transparencia */
  z-index: 2; /* Coloca esta capa encima de la imagen */
}


/*finaliza el banner 2*/


.slider_content {
  display: table;
  height: 900px;
  width: 100%;
  position: relative;
  z-index: 3; /* Coloca el contenido por encima de las pseudo-clases */
}

.slider_text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  z-index: 3; /* Coloca el texto por encima de las pseudo-clases */
}

.slider_text_inner {
  display: inline-block;
  position: relative;
  z-index: 4; /* Coloca el texto por encima de la transparencia */
}

.slider_text_inner h1 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-weight: 600;
  overflow: hidden;
  display: block;
  font-size: 60px;
  margin: 0;
  color: #FFF; /* Color del texto */
  position: relative;
  z-index: 5; /* Asegura que el texto esté al frente */

  /* Añadir borde blanco al texto */

}


.slider_text_inner p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
   font-style: normal;
   color: #fff;
   
  width: 70%;
  font-size: 18px;
  padding: 29px 0 22px;
  position: relative;
  z-index: 5; /* Asegura que el texto esté al frente */
}

/* Definir la animación */
@keyframes pulse {
    0% {
      transform: scale(1);
      background-color:var(--thm-base-color-azul-verdoso)
    }
    50% {
      transform: scale(1.1);
      background-color: var(--thm-base-active-color-azul-verdoso);
    }
    100% {
      transform: scale(1);
      background-color: var(--thm-base-color-azul-verdoso)
    }
  }
  
  /* Definir la animación */
/* @keyframes pulse {
  0% {
    transform: scale(1);
    background-color: var(--Primary-Color);
  }
  50% {
    transform: scale(1.1);
    background-color: var(--Second-Color);
  }
  100% {
    transform: scale(1);
    background-color: var(--Third-color);
  }
  } */
  
  /* Estilo del botón */
  .slider_button_inner a {
    text-decoration: none;
    background: var(--thm-base-color-azul-verdoso);
    padding: 12px 34px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 5; /* Asegura que el botón esté al frente */
    border-radius: 5px;
    color: #ffffff;
    animation: pulse 2s infinite; /* Aplicar la animación */
  }
  
  /* Detener la animación y cambiar el color al pasar el cursor */
  .slider_button_inner a:hover {
    animation-play-state: paused; /* Detener la animación */
    background: var(--thm-base-color-azul-verdoso); /* Cambiar el color de fondo */
    color: #ffffff; /* Asegurar que el color del texto se mantenga */
  }
  
  /* Estilo del botón al pasar el cursor */
  .slider_button_inner a:hover {
    text-decoration: none;
    padding: 12px 34px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 5; /* Asegura que el botón esté al frente */
    border-radius: 5px;
  }
  
  /* finaliza el banner*/

/* Estilo para las tarjetas */
.feature_area.style2 {
    position: relative;
    z-index: 4; /* Asegura que las tarjetas estén encima del banner */
  }
  
  .feature_area.style2 .top-den {
    margin-top: -84px;
  }
  
  .single_feature {
    border-radius: 8px;
    padding: 47px 28px 29px;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    box-shadow: none;
    position: relative;
    z-index: 5;
    overflow: hidden;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  }
  
  .single_feature:hover {
    background:#e7e3e3;
  }
  
  .pb-3, .py-3 {
    padding-bottom: 1rem !important;
  }
  
  .single_feature_icon .icon {
    font-size: 50px;
    color:var(--thm-base-active-color-azul-verdoso);
  }
  
  .single_feature_content_inner h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    transition: .5s;
  }
  
  .single_feature_content_inner p {
    padding-top: 10px;
    transition: .5s;
  }



/* section de about */
.about_area {
  padding: 95px 0 65px;
}

.single_about {
  margin-bottom: 30px;
}

.single_about_thumb_img img {
  width: 100%;
}

.single_about_content_inner {
  margin-left: 30px;
}

.single_about_content_sub_title {
  padding-top: 20px;
}

.single_about_content_sub_title h4 {
  font-size: 18px;
  color: var(--thm-base-color-azul-verdoso);
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 11px;
  line-height: 1.2;
  font-weight: 600;
}

.single_about_content_title {
  padding: 15px 0 20px;
}

.single_about_content_title h2 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 11px;
  line-height: 1.2;
  font-weight: 600;
  font-size: 28px;
  margin: 0;
}

.single_about_experience {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.single_about_experience_inner {
  margin-right: 20px;
}

.single_about_experience_inner h1 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 95px;
  color: var(--thm-base-color-azul-verdoso);
  font-weight: 800;
  margin: 0;
}

.single_about_experience_content h3 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 28px;
  font-weight: 600;
}

.single_about_button {
  margin-top: 25px;
}

.single_about_button a.btn {
  background: #fff;
  color:var(--thm-base-color-azul-verdoso);
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  transition: .5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
  border: 2px solid var(--thm-base-color-azul-verdoso);
  text-decoration: none;
}

.single_about_button a.btn::before {
  position: absolute;
  content: "";
  top: 0px;
  height: 100%;
  left: -25%;
  width: 0%;
  background:var(--thm-base-active-color-azul-verdoso);
  transform: skew(50deg);
  transition-duration: .6s;
  z-index: -1;
}

.single_about_button a.btn:hover::before {
  width: 150%;
}

.single_about_button a.btn:hover {
  color: #fff;
}

.single_about_button a.btn.active {
  background: var(--thm-base-color-azul-verdoso);
  color: #fff;
  border: 2px solid var(--thm-base-color-azul-verdoso);
  margin-left: 15px;
}

.single_about_button a.btn.active:hover {
  color: #fff;
}



/*sectio de servicios */

.service-area {
  width: 100%;
  height:auto;

  position: relative; 

}

.service-area.fond::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(2, 2, 2, 0.507); /* Color negro con 50% de transparencia */
  z-index: 1; /* Coloca esta capa encima de la imagen */
}

.alltext{
  position: relative; /* Para asegurarte de que el z-index funcione */
  z-index: 2; /* Coloca este contenido por encima del fondo */
}


.max {
  max-width: 1000px; /* Establece un ancho máximo de 600px */
  margin: 0 auto;   /* Centra el párrafo horizontalmente */
  text-align: center; /* Opcional: Centra el texto dentro del párrafo */
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.service-area.flipbox {
  padding: 100px 0 70px;
}

.flipbox .section-title {
  margin-bottom: 30px;
}
.text-center {
  text-align: center !important;
}

.flipbox .section-sub-title h6 {
  color: #fff;
  font-size: 18px;

  font-family: 'Poppins', sans-serif;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 11px;
  line-height: 1.2;
  font-weight: 600;
}

.flipbox .section-main-title h1 {
  color: #fff;
  font-size: 38px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 11px;
  line-height: 1.2;
  font-weight: 600;
}
.em_bar {
  background:var(--thm-base-color-azul-verdoso) none repeat scroll 0 0;
  height: 2px;
  margin: 0 auto 5px;
  width: 62px;
}

.em_bar_bg {
  height: 5px;
  width: 90px;
  background: #cbbded;
  margin: 20px auto;
  position: relative;
  border-radius: 30px;
}

.em_bar_bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--thm-base-color-azul-verdoso);
  animation: move-bg 3s linear infinite;
}

@keyframes move-bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(88px);
  }
}



.card {
  position: relative;
  background-color: #fff;
  background: rgba(255, 254, 254, 0.514);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
  padding: 20px;
  text-align: center;
  overflow: hidden;
  transition: color 0.5s ease;
  z-index: 0;
}

.card::before {
  position: absolute;
  content: "";
  background:var(--thm-base-color-azul-verdoso);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  transition: height 0.5s ease;
  z-index: -1;
 

}

.card:hover::before {
  height: 100%;
}

.card:hover {
  color: #FFFFFF;
  border-color: var(--thm-base-color-azul-verdoso);
}

.icon i {
 font-size: 4rem;
  transition: filter 0.5s ease;
}

.card:hover .icon img {
  filter: brightness(0) invert(1);
}

h3 {
  color: #161616;
  margin: 20px 0 10px;
  position: relative;
  z-index: 1;
  transition: color 0.5s ease;
}

p {
  color: #464545;
  font-size: 14px;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
  transition: color 0.5s ease;
}

.service-details {
  color:var(--thm-base-active-color-azul-verdoso);
  text-decoration: none;
  font-weight: bold;
  position: relative;
  z-index: 1;
  transition: color 0.5s ease;
}

.service-details:hover {
  text-decoration: underline;
}

.card:hover h3,
.card:hover p,
.card:hover .service-details {
  color: #FFFFFF;
  text-decoration: none;
}



/* ejemplos de trabajos*/
.portfolio_area {
  padding: 78px 0 65px;
  background: #f7fafd;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.section_title {
  text-align: center;
  margin-bottom: 35px;
 
}

.section_title_text p {
  font-weight: 400;
  font-style: normal;
 margin: 1rem;
  font-size: 16px;

}

.section_title_inner h2 {
  font-size: 32px;
  font-weight: 600;
}


.section_title{
  width: 60%;
  margin: auto;
  padding: 2rem;
}





/*carrusel plugin */
.owl-carousel .item {
  position: relative;
  padding: 0px;
  box-sizing: border-box;
  overflow: hidden; /* Asegura que el contenido no se desborde */
}

.owl-carousel .item img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  display: block;
}

.owl-carousel .item:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.owl-carousel .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
  border-radius: 15px;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .item:hover .overlay {
  opacity: 1;
}

.owl-carousel .item .overlay .text-container {
  color: white;
  text-align: center;
  background: rgba(4, 92, 92, 0.753);
  padding: 1rem;
  border-radius: 10px;
  transform: translateY(100%); /* Posición inicial fuera de la vista (abajo) */
  transition: transform 0.5s ease-out; /* Transición para la animación */
}

.owl-carousel .item:hover .overlay .text-container {
  transform: translateY(0); /* Mueve el contenedor del texto al centro */
}

.owl-carousel .item .overlay .main-text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.owl-carousel .item .overlay .sub-text {
  font-size: 16px;
}

/*termina los del carrusel*/

/*empezando el form  de contact */
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}

#contact-form .appointment-form {
  background: #ffffff;
  padding: 40px 40px 55px 40px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.mb-30 {
  margin-bottom: 30px;
}
.text-left {
  text-align: left !important;
}
.form-group {
  margin-bottom: 1rem;
}
.form-control, textarea {
  height: 54px;
  background-color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;

}


#contact-form .appointment-form {
  background: #ffffff;
  padding: 40px 40px 55px 40px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}


#contact-form .contact-info-wrapper {
  background: var(--thm-base-color-azul-verdoso);
  padding: 60px 40px 70px 40px;
}

.single-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  margin-bottom: 20px;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.single-info .info-icon i {
  color: #ffffff;
  background-color: var(--thm-base-active-color-azul-verdoso);
  font-size: 40px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 5px 5px 5px 5px;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
}
.info-content {
  padding-left: 25px;
}
.single-info .info-content p {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 300;
}
.single-info .info-content h4 {
  font-size: 20px;
  color: #fff;
}
.btn-submit {
  background:var(--thm-base-color-azul-verdoso);
  border: 0;
  display: inline-block;
  text-align: center;
  padding: 14px 39px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #fff;
  margin-top: 5px;
}
.btn-submit:hover{
  background:var(--thm-base-active-color-azul-verdoso);
}
/*finalizando el form de contacto*/



/* empiezan los servicios  */

.pb-70 {
  padding-bottom: 70px;
}
.pt-80 {
  padding-top: 80px;
}

.dreamit-section-title {
  position: relative;
  z-index: 1;
}

.pt-30 {
  padding-top: 30px;
}

.dreamit-section-bar.mb-20 {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  top: 6px;
}

.dreamit-section-bar {
  background: var(--thm-base-color-azul-verdoso);
  height: 2px;
  width: 100px;
  border-radius: 30px;
}

.dreamit-section-bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: -4.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--thm-base-color-azul-verdoso);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}


@keyframes MOVE-BG {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

/*card */
.service-area.style-three .single-service-box {
  text-align: left;
  padding: 0px 8px 26px 40px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0px 19px rgb(0 0 0 / 8%);
  border: 1px solid #EFF3F7;
}
.single-service-box {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  padding: 24px 8px 12px;
  position: relative;
  z-index: 1;
  transition: .5s;
  margin-right: 30px;
}
.service-area.style-three .single-service-box::before {
  background-image: linear-gradient( to right, #3a6f77, #13a9c0);
}
.single-service-box:hover::before {
  opacity: 1;
}

.single-service-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}

.service-area.style-three .single-service-box {
  text-align: left;
}

.service-area.style-three .single-service-icon {
  margin-top: 75px;
  float: left;
  margin-right: 24px;
}
.service-area.style-three .single-service-box {
  text-align: left;
}
.service-area.style-three .service-content {
  padding: 0 22px 0 95px;
}
.service-content {
  padding: 0 22px;
  z-index: 999;
  position: relative;
}

.service-area.style-three .service-title h2 {
  margin: 27px 0 12px;
}
.service-title h2 {
  font-size: 24px;
  margin: 27px 0 18px;
  transition: .5s;
}
.service-area.style-three .service-content-text p {
  margin-bottom: 19px;
}
.service-content-text p {
  line-height: 1.6;
  margin-bottom: 23px;
  transition: .5s;

  font-weight: 400;
  font-style: normal;
  margin-top: 0;
}

.service-btn a {
  color: #303132;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin-top: 2px;

  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.service-area.style-three .shape-icon {
  position: absolute;
  right: 205px;
  top: -21px;
}

.single-service-icon i {
  font-size: 80px;
  color: var(--thm-base-active-color-azul-verdoso);
  display: inline-block;
}
.shape-icon i {
  font-size: 120px;
  position: absolute;
  top: 50px;
  left: 34px;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.single-service-box:hover .shape-icon i {
  opacity: 0.6;
}

.single-service-box:hover .service-title h2,
.single-service-box:hover .service-content-text p,
.single-service-box:hover .service-btn a,
.single-service-box:hover .single-service-icon i {
  color: white;
}


/* finalizan los servicios  */

/*footer*/
a {
  text-decoration: none;
}
.dreamit-footer-area {
  background-color:var(--thm-color-gris-oscuro);
  color: #ccc;
  padding: 60px 0;
  font-family: 'Arial', sans-serif;
}

.dreamit-footer-area .container {
  max-width: 1200px;
  margin: 0 auto;
}

.dreamit-footer-logo img {
  width: 250px;
  margin-bottom: 20px;
}

.dreamit-footer-content-text p {
  color: #aaa;
  line-height: 1.6;
  font-size: 14px;
}

.dreamit-social-address ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}

.dreamit-social-address ul li {
  display: flex;
}

.dreamit-social-address ul li a {
  color: #fff;
  background: var(--thm-base-color-azul-verdoso);
  padding: 10px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background 0.3s;
}

.dreamit-social-address ul li a i {
  font-size: 16px;
}

.dreamit-social-address ul li a:hover {
  background:var(--thm-base-active-color-azul-verdoso);
  text-decoration: none;
}


.footer-title h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-menu ul {
  padding: 0;
  list-style: none;
}

.footer-menu ul li {
  margin-bottom: 10px;
}

.footer-menu ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.popular-post-box {
  margin-bottom: 20px;
}

.popular-post-box img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 5px;
}

.popular-post-content {
  flex: 1;
}

.popular-post-title h2 {
  font-size: 14px;
  margin: 0 0 5px;
  color: #ccc;
  transition: color 0.3s;
}

.popular-post-title h2:hover {
  color: #fff;
}

.popular-post-title span {
  font-size: 12px;
  color: #aaa;
}

.contact-box {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.contact-icon {
  font-size: 20px;
  color: #007bff;
  margin-right: 15px;
}

.dreamit-footer-address p {
  margin: 0;
  color: #fff;
}

.dreamit-footer-address span {
  color: #aaa;
  font-size: 14px;
}

@media (max-width: 767px) {
  .dreamit-footer-area .container {
    padding: 0 15px;
  }

  .contact-box,
  .popular-post-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-box .contact-icon,
  .popular-post-box img {
    margin-bottom: 10px;
  }
}


/*footer*/

.dreamit-footer-bottom-area {
  background-color: #111;
  padding: 20px 0;
  color: #ccc;
  font-family: 'Arial', sans-serif;
}

.dreamit-footer-bottom-area .container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-bottom-content p {
  margin: 0;
  color: #777;
  font-size: 14px;
}

.footer-bottom-menu {
  text-align: right;
}

.footer-bottom-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.footer-bottom-menu ul li {
  margin-left: 15px;
}

.footer-bottom-menu ul li a {
  color: #777;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-bottom-menu ul li a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .footer-bottom-menu {
    text-align: center;
  }

  .footer-bottom-menu ul {
    justify-content: center;
  }

  .footer-bottom-content p {
    text-align: center;
  }
}


/*pagina de galeria*/


/*banner*/
.slider_area.home3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /*background-image: url(../img/banner-gallery.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1; /* Coloca esta capa debajo del color de transparencia */
}

/*empieza banner 2*/
.slider_area.home3 {
  position: relative; /* Asegura que el contenedor principal esté posicionado */
  overflow: hidden; /* Opcional: Para evitar que el contenido se desborde */
}

.slider_area.home3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(2, 2, 2, 0.514); /* Color negro con 50% de transparencia */
  z-index: 2; /* Coloca esta capa encima de la imagen */
}





.gallery-card {
  display: none; /* Hide all gallery cards by default */
}
.show {
  display: block; /* Show filtered gallery cards */
}
.btn-group {
  margin-bottom: 20px;
}
/*termina pagina de galeria*/

.btn-employee {
  background-color: #6c757d; /* Color gris */
  color: white;
}

.btn-assistant {
  background-color: var(--Barra-color); /* Color verde */
  color: white;
}

.btn-child {
  background-color: #ffc107; /* Color amarillo */
  color: white;
}

.btn-physio {
  background-color: #b81717; /* Color cian */
  color: white;
}

.btn-therapy {
  background-color: #007bff; /* Color azul */
  color: white;
}

.btn-nutritional {
  background-color: #e83e8c; /* Color rosa */
  color: white;
}


/*estilos para las card */


.gallery-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;

}

.gallery-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery-card img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.gallery-card:hover img {
  transform: scale(1.1);
  overflow: hidden;
}

.card-body {
  text-align: center;
  background: linear-gradient(135deg, #fff 0%, #f0f4f8 100%);
  padding: 20px;
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  position: relative;
}

.card-title::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #00b4d8;
  border-radius: 2px;
}

.card-text {
  font-size: 1rem;
  color: #6c757d;
}

.gallery-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-card:hover .overlay {
  opacity: 1;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.overlay-content h5 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.overlay-content p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.overlay-content a {
  padding: 10px 20px;
  background-color: #00b4d8;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.overlay-content a:hover {
  background-color: #0096c7;
}



/* esta es una prueba */
.section-head.style-two {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.section-head h2 {
  font-size: 39px;
  margin-bottom: 10px; /* Ajustado para espacio entre títulos */
  text-transform: capitalize;
  line-height: 1.2;
  font-weight: 800;
  color: var(--thm-base-color-azul-verdoso);
  font-family: 'Nunito', sans-serif;
  font-style: normal;
}

/* Estilo del bar */
.section-head.style-two .bar {
  display: inline-block;
  margin: 20px auto;
  background-color:var(--thm-base-active-color-azul-verdoso);
}


/* Estilo del párrafo */
.section-head p {
  font-size: 16px;
  margin-top: 20px; /* Espacio para separar el párrafo del bar */
  color: #555; /* Color de texto más suave */
  font-family: 'Nunito', sans-serif;
  line-height: 1.6;
  max-width: 700px; /* Limita el ancho del texto para mejor lectura */
  margin-left: auto;
  margin-right: auto;
}

/*finaliza el bar */


.section-head.style-two p {
  width: 65%;
  margin: 10px auto 0;
}
.section-head p {
  font-size: 17px;
}

.section-head.style-two {
  text-align: center;
}


/* los button*/ 
.portfolio_nav ul li {
  background: transparent;
  border: 1px dashed var(--thm-base-active-color-azul-verdoso);
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s ease 0s;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 500;
  position: relative;
  margin: 0 3px;
    margin-bottom: 0px;
  margin-bottom: 7px;
  display: inline-block;
  color: var(--thm-base-color-azul-verdoso);
  cursor: pointer;
}

.current_menu_item {
  background: var(--thm-base-active-color-azul-verdoso);
  color: #fff !important;
}

.portfolio_nav {
  text-align: center;
}

/* empieza las cards */

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}


.portfolio-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 450px; /* Altura de las tarjetas */
  background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro inicial */
}



.portfolio-thumb:hover {
  transform: scale(1.05);
}


.portfolio-thumb::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)); /* Fondo aún más oscuro */
  bottom: -100%; /* Inicia fuera de la tarjeta */
  content: "";
  transition: bottom 0.5s ease-in-out; /* Transición suave de abajo hacia arriba */
  opacity: 0.9; /* Control de opacidad */
}

.portfolio-thumb:hover::before {
  bottom: 0; /* Despliega el fondo de abajo hacia arriba */
}

.portfolio-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.portfolio-content {
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 10px; /* Posición del texto al fondo */
  left: 0;
  opacity: 1;
  background: inherit;
  margin: auto;
  padding: 10px 18px;
  z-index: 2; /* Asegura que el contenido esté por encima del fondo */
  margin-bottom: -9px;
}

.portfolio-content p {
  line-height: 1.2;
  margin: 5px 0 0;
  color: #fff;
}

.portfolio-content h4 a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
}

.portfolio-content .btn-read-more a {
  background: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--thm-base-active-color-azul-verdoso);
  text-decoration: none;
}

/*para las tranciones suaves */
.grid-item {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: block;
}

.grid-item.hidden {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none; /* Evita que elementos ocultos interfieran */
}



/* empeza la pagina del blogs */


/*banner*/
.slider_area.home4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /*background-image: url(../img/banner-gallery.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1; /* Coloca esta capa debajo del color de transparencia */
}

/*empieza banner 2*/
.slider_area.home4 {
  position: relative; /* Asegura que el contenedor principal esté posicionado */
  overflow: hidden; /* Opcional: Para evitar que el contenido se desborde */
}

.slider_area.home4::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(2, 2, 2, 0.514); /* Color negro con 50% de transparencia */
  z-index: 2; /* Coloca esta capa encima de la imagen */
}






/* General Styles */
.blog-area {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #f9f9f9;
}

.single-blog-box {
  box-shadow: 0 3px 19px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.blog-thumb img {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.blog-content {
  padding: 25px;
}

.blog-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.blog-content h2 a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.blog-content h2 a:hover {
  color:var(--thm-base-active-color-azul-verdoso);
}

.blog-meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}

.blog-meta a {
  color: var(--thm-base-active-color-azul-verdoso);
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-meta a:hover {
  color: #333;
}

.blog-images img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.additional-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.social-share {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.social-share a {
  color: #565872;
  border: 1px solid #e6e6e6;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-share a:hover {
  background-color: #fc4a1a;
  color: #fff;
  border-color: #fc4a1a;
}

.sidebar {
  background-color: #fff;
  box-shadow: 0 3px 19px rgba(0, 0, 0, 0.08);
  padding: 25px;
  border-radius: 8px;
}

.sidebar-search {
  position: relative;
  margin-bottom: 30px;
}

.sidebar-search input {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 50px;
}

.search-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
}

.sidebar-categories h2,
.sidebar-popular-posts h2,
.sidebar-tags h2 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 2px solid var(--thm-base-active-color-azul-verdoso);
  display: inline-block;
  padding-bottom: 5px;
}

.sidebar-categories ul {
  list-style: none;
  padding-left: 0;
}

.sidebar-categories ul li {
  margin-bottom: 15px;
}

.sidebar-categories ul li a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.sidebar-categories ul li a:hover {
  color: var(--thm-base-active-color-azul-verdoso);
}

.sidebar-popular-posts .post-item {
  display: flex;
  margin-bottom: 20px;
}

.sidebar-popular-posts .post-item img {
  margin-right: 15px;
  border-radius: 5px;
}

.sidebar-popular-posts .post-item .post-content {
  flex: 1;
}

.sidebar-popular-posts .post-item .post-content a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sidebar-popular-posts .post-item .post-content a:hover {
  color: #fc4a1a;
}

.sidebar-popular-posts .post-item .post-content span {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
  display: block;
}

.sidebar-tags .tags {
  display: flex;
  flex-wrap: wrap;
}

.sidebar-tags .tags a {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 15px;
  margin: 5px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.sidebar-tags .tags a:hover {
  background-color: #fc4a1a;
  color: #fff;
  border-color: #fc4a1a;
}





/* estilos para la pagina de contacto */
.custom-section {
  padding: 60px 0;
}
.custom-section .image-wrapper img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
.custom-section .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
.custom-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #555;
}
.custom-section .btn-custom {
  background-color: var(--thm-base-color-azul-verdoso);
  color: #fff;
  border: none;
  padding: 10px 25px;
}
.custom-section .btn-custom:hover {
  background-color:var(--thm-base-active-color-azul-verdoso);
}

/*segunda section */
.text-section {
  background-color: #f8f9fa;
  padding: 80px 0;
  color: #333;
}
.text-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--Barra-color);
  margin-bottom: 20px;
}
.text-section p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 20px;
}


/* Se agregar la el chat de whatsApp */
 /*Inicia la ventana del chat whatsApp */
 #whatsapp-floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

#whatsapp-floating-button:hover {
  transform: scale(1.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

#whatsapp-message-window {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 320px;
  height: 400px;
  z-index: 9999;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
 

 
}

#whatsapp-message-header {
  background-color: #25D366;
  color: #fff;
  padding: 1rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}

#whatsapp-message-close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  margin-right: 5px;
 
  

}

#whatsapp-message-iframe {
  width: 100%;
  height: calc(100% - 40px);
  border: none;

}

/*cuadro interno*/
.chat-window {

  border: 1px solid #ccc;
  overflow: auto;
}

/* Estilos para los mensajes del chat */

.text{
 justify-content: center;
 padding: 1rem;

}

.message {
    background-color: #f2f2f2;
    color: #000;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    max-width: 17rem;

 }

 .perfil {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background:#FFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .content {
        width: 90%;
        height: 90%;
        border-radius: 50%;
        overflow: hidden;
    }
    
    .content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

     .centrar__texto{
       position: absolute;
       max-width: 10rem;
       margin-top: -3rem;
       margin-left: 5rem;

     }

     .centrar__texto p{ 
        margin: 0px !important;
        padding: 0px !important;
     } 

     .texto__negro{
        font-weight: 600;
     }


    .whatsapp-button {
        background-color: #1D1D1B !important;
        box-shadow: 4px 4px 0px #4dc247;
        border-radius: 8px;
        text-decoration: none;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px 20px;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        overflow: hidden;
        color:#FFF;
        
        }

        .send-btn-text {
        font-family: sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF !important;
        }

        .text a{
           font-size: 2rem;
           text-decoration: none !important;   
          
        }

        .fa-chevron-right{
        position: relative;
         margin-left: 5rem;
        }
       
/*finaliza el cuadro interno*/
/*finaliza el chat de whatsApp*/