@charset "UTF-8";
html body nav {
  z-index: 10 !important;
}
html body nav .navTop {
  width: 100%;
  background: #f9f9f9;
  animation: slideFromTop 0.2s ease-in-out;
}
html body nav #navMovil {
  position: absolute;
  top: 4.75rem;
}
@keyframes slideFromTop {
  0% {
    transform: translateY(-6%);
  }
  100% {
    transform: translateY(0);
  }
}
html body nav ul {
  list-style-type: none;
  margin-bottom: 0rem;
  padding-left: 0rem;
}
html body nav ul li a {
  color: #898989;
  text-decoration: none;
  padding: 0.45rem 0.45rem 0.45rem 0.45rem;
  font-weight: 500;
}
html body nav ul li .list:hover {
  color: #2d5d17;
  background-color: #f9f9f9;
}
html body nav ul li a.active {
  color: #2d5d17;
}
html body nav .hamburg {
  font-size: 1.5rem;
}

.logo {
  font-weight: 600;
}
.logo a {
  color: #112B08;
  text-decoration: none;
}
.logo a:hover {
  color: #2d5d17;
}
.logo img {
  width: 3rem;
}

html body .btn-primario {
  border-radius: 8px;
  color: #f9f9f9;
  background-color: #357516;
  font-weight: 500;
}
html body .btn-primario:hover {
  color: #f9f9f9;
  background-color: #2d5d17;
}
html body .btn-primario:active {
  color: #f9f9f9 !important;
  background-color: #2d5d17 !important;
  border: solid 1px #2d5d17 !important;
}
html body .btn-segundario {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 4px;
  align-items: center;
  border-radius: 8px;
  color: #357516;
  font-weight: 500;
  border: solid 1px #357516;
}
html body .btn-segundario:hover {
  color: #2d5d17;
  border: solid 1px #2d5d17;
}
html body .btn-segundario:active {
  color: #2d5d17 !important;
  border: solid 1px #2d5d17 !important;
}
html body .btn-segundario i {
  position: relative;
  display: flex;
  transition: all 0.6s ease;
}
html body .btn-segundario:hover i {
  transform: translateX(4px);
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Fondo translúcido oscuro */
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  /* Efecto de desenfoque */
  z-index: 1;
  /* Asegura que el overlay esté por encima de otros elementos */
}

html body main #servicios {
  width: 100%;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

html body .galeria .col-lg-3,
html body .galeria .col-lg-5,
html body .galeria .col-lg-10 {
  flex: 1 0 auto;
}
html body .galeria .imag-container,
html body .galeria .imag img {
  border-radius: 4px;
  overflow: hidden;
}
html body .galeria .imag-container img {
  transition: transform 0.3s ease;
}
html body .galeria .imagen-hover {
  position: relative;
  overflow: hidden;
}
html body .galeria .imagen-hover .img {
  transition: transform 0.3s ease, filter 0.3s ease;
}
html body .galeria .imagen-hover i {
  font-size: 3rem;
  color: #f9f9f9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: none;
  z-index: 4;
}
html body .galeria .imagen-hover .fondo {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3137254902);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: none;
}
html body .galeria .imagen-hover:hover img {
  transform: scale(1.1);
  filter: blur(2px);
}
html body .galeria .imagen-hover:hover .fondo {
  opacity: 1;
  display: block;
}
html body .galeria .imagen-hover:hover i {
  opacity: 1;
  display: block;
}
html body .galeria .imagen-hover:hover i:hover p {
  color: #f4f4f4;
}

html body #testimonios .cont-cont {
  overflow: hidden;
}
html body #testimonios .cont-cont .card-testimonios {
  min-width: 355px;
  border-radius: 8px;
  padding: 1rem;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  display: inline-block;
}
@media (max-width: 600px) {
  html body #testimonios .cont-cont .card-testimonios {
    min-width: 19.5rem;
  }
}
html body #testimonios .cont-cont .card-testimonios:hover {
  cursor: pointer;
}
html body #testimonios .cont-cont .card-testimonios img {
  width: 32px;
}
html body #testimonios .cont-cont .card-testimonios p,
html body #testimonios .cont-cont .card-testimonios h6 {
  margin: 0px !important;
}
html body #testimonios .cont-cont .card-testimonios .text-testimonios {
  color: #292929;
}
html body #testimonios .cont-cont .card-testimonios .bi-star-fill {
  color: #fbbc04;
}
html body #testimonios .cont-cont .card-testimonios .google {
  width: 24px;
}
html body #testimonios .cont-cont .card-testimonios a {
  text-decoration: none;
  color: #292929;
}
html body #testimonios .cont-cont .card-testimonios a:hover {
  -webkit-text-decoration: underline #898989;
          text-decoration: underline #898989;
}
html body #testimonios .scroller[data-animated=true] {
  overflow: hidden;
}
html body #testimonios .scroller[data-animated=true] .scroller__inner {
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}
html body #testimonios .scroller[data-direction=right] {
  --_animation-direction: reverse;
}
html body #testimonios .scroller[data-direction=left] {
  --_animation-direction: forwards;
}
html body #testimonios .scroller[data-speed=fast] {
  --_animation-duration: 60s;
}
html body #testimonios .scroller[data-speed=slow] {
  --_animation-duration: 80s;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
html body #testimonios .scroller:hover .scroller__inner {
  animation-play-state: paused;
}

html body #contactos {
  background-color: #f9f9f9;
}

html body .cont-todo {
  background-color: #f9f9f9;
  min-width: 340px;
  max-width: 420px;
  border: solid 1px #c9c9c9;
  border-radius: 8px;
  transition: opacity 0.2s ease-in-out, visibility 0.5s ease-in-out;
  display: none;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06);
}
html body .cont-todo .cont-formulario {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
html body .cont-todo .cont-formulario .formulario {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 600px) {
  html body .cont-general {
    width: 100% !important;
    bottom: calc(-3.25rem + 50px) !important;
    right: 0px !important;
  }
}
/* Estilo cuando el div está oculto */
html body .cont-todo.oculto {
  display: block;
}

html body .cont-general {
  position: fixed !important;
  /* Fija el elemento en la pantalla */
  bottom: calc(2rem + 35px);
  /* Ajusta el margen de 2rem más la altura del botón */
  right: 32px;
  z-index: 1001;
}
html body .cont-general h3 {
  font-weight: 700;
}

.btn-primario.llamadasAccion {
  border-radius: 60px;
  z-index: 100;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06);
}

html body .posision {
  position: fixed;
  bottom: 14px;
  right: 14px;
}

html body .formulario {
  /* Para navegadores basados en Webkit como Chrome, Safari, y nuevos versiones de Edge */
}
html body .formulario input[type=number]::-webkit-inner-spin-button,
html body .formulario input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html body .formulario .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #357516;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(73, 164, 24, 0.25);
}

html body h1 {
  font-size: 3.5rem;
  font-weight: 800;
}
@media (max-width: 1024px) {
  html body h1 {
    font-size: 2.5rem;
  }
}
html body h2,
html body h5 {
  font-weight: 700;
}
html body h2 {
  color: #112B08 !important;
}
html body p,
html body li {
  color: #292929;
}
html body .espacio-alto {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
}
html body .espacio-alto-aparte {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 70px;
  margin-bottom: 70px;
}
html body .espacio-map {
  padding-top: 70px;
  margin-top: 70px;
}
@media (max-width: 992px) {
  html body .espacio-alto {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  html body .espacio-alto-aparte {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  html body .espacio-map {
    padding-top: 30px;
    margin-top: 30px;
  }
}

* {
  font-family: "Poppins", sans-serif;
  padding: 0px;
  margin: 0px;
}

html body {
  background-color: #f4f4f4 !important;
  /*:::::Pie de Pagina*/
}
html body .images {
  width: 80%;
  margin-left: auto;
  position: relative;
}
@media (min-width: 500px) and (max-width: 992px) {
  html body .detail,
  html body .img-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  html body .images {
    margin-left: 0%;
    width: 60%;
  }
}
@media (min-width: 0px) and (max-width: 549px) {
  html body .detail,
  html body .img-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  html body .images {
    width: 100%;
  }
}
html body .row {
  --bs-gutter-x: 0;
}
html body header {
  width: 100%;
  background-color: #f9f9f9;
}
html body header .header h1 {
  color: #112B08;
}
html body .color-letra,
html body .strong {
  color: #2d5d17;
}
html body main {
  width: 100%;
}
html body main #reputacion h2 {
  color: #292929;
}
html body main #reputacion .p-reputacion {
  color: #2d5d17;
}
html body main #reputacion .cardReputacion {
  width: 100%;
  height: 50px;
  border: solid 1px #112B08;
  border-radius: 8px;
}
html body main .pintar {
  background-color: #f9f9f9;
}
html body main #sobre {
  background-color: #f9f9f9;
}
html body main #sobre .images {
  width: 100% !important;
  margin-left: 0px;
}
html body main #sobre .images video {
  border-radius: 4px !important;
}
@media (max-width: 1200px) {
  html body main #sobre .row {
    flex-direction: column-reverse !important;
  }
  html body main #sobre .btn-segundario {
    width: -moz-fit-content;
    width: fit-content;
    align-self: center;
  }
}
html body main #sobre ul {
  list-style-type: none;
  margin: 0%;
  padding: 0%;
}
html body main #sobre ul li {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  padding: 16px;
  border-radius: 8px;
  gap: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}
html body main #sobre ul li i {
  background-color: #f4f4f4;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 3px;
  padding-top: 3px;
  border-radius: 60px;
  font-size: 1.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}
html body main .images {
  width: 100% !important;
  margin-left: 0px;
}
html body main .images video {
  border-radius: 8px !important;
}
html body .pie-pagina {
  width: 100%;
  background-color: #1F1F1F;
}
html body .pie-pagina .grupo-1 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  padding: 45px 0px;
}
html body .pie-pagina .grupo-1 .box figure {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .pie-pagina .grupo-1 .box figure img {
  width: 250px;
}
html body .pie-pagina .grupo-1 .box h2 {
  color: #f9f9f9 !important;
  margin-bottom: 25px;
  font-size: 20px;
}
html body .pie-pagina .grupo-1 .box p {
  color: #f4f4f4;
  margin-bottom: 10px;
}
html body .pie-pagina .grupo-1 .red-social a {
  display: inline-block;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #f9f9f9;
  margin-right: 10px;
  background-color: #292929;
  text-align: center;
  transition: all 300ms ease;
  border-radius: 4px;
}
html body .pie-pagina .grupo-1 .red-social a:hover {
  color: #5BC121;
}
html body .pie-pagina .grupo-2 {
  background-color: #292929;
  padding: 15px 10px;
  text-align: center;
  color: #f9f9f9;
}
html body .pie-pagina .grupo-2 small {
  font-size: 15px;
}
@media screen and (max-width: 800px) {
  html body .pie-pagina .grupo-1 {
    width: 90%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    padding: 35px 0px;
  }
}
html body .rayito {
  text-decoration: none;
  color: #4e8fff;
}
html body .rayito i {
  color: #ffde5c;
}
html body .rayito:hover {
  color: #347fff;
}
html body .rayito:hover i {
  color: #ffd634;
}
html body .contact a {
  text-decoration: none;
}
html body .contact a:hover p {
  color: #5BC121 !important;
}
html body .pagos img {
  width: 45px;
}/*# sourceMappingURL=index.css.map */