body{
  background:#f3f4f6;
}
div#mServicios{
  background: #dee1e3;
  height: auto;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 40px;
  padding-top:40px;
  text-align: center;
  width: 100%;
}
div#mServicios h2{
  background: ;
  font-size:40px;
}
div#mServicios p{
  font-size:20px;
  margin: 0 auto;
  margin-bottom:20px;
  margin-top:20px;
  text-align: center;
  width: 70%;
}
div#mServicios  ul{
  background: ;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 80%;
}
div#mServicios  ul li{
  background: ;
  display: inline-table;
  height: auto;
  margin: 0 auto;
  margin-left:10px;
  margin-right:10px;
  padding: 0;
  text-align: left;
  width: 30%;
}
div#mServicios  ul li h2{
  background: ;
  color:crimson;
}
div#mServicios  ul li:hover{

}
div#mServicios img.imgServices{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 300px;
  width: 100%;
}
/* Contenedor de la imagen */
 .imgContainer {
     width: 100%;
     max-width: 500px; /* Limita el tamaño máximo */
     overflow: hidden; /* Oculta las partes de la imagen que sobresalen */
     border-top-left-radius: 20px; /* Bordes redondeados */
     border-top-right-radius: 20px; /* Bordes redondeados */
 }

 .imgServices {
     width: 100%;
     transition: transform 0.5s ease, box-shadow 0.5s ease; /* Transición suave */
     border-top-left-radius: 20px; /* Bordes redondeados */
     border-top-right-radius: 20px; /* Bordes redondeados */
 }

 /* Efecto Hover */
 .imgContainer:hover .imgServices {
     transform: scale(1.5); /* Aumenta el tamaño al 120% */
     box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2); /* Sombra más pronunciada */
 }
div#mServicios img.imgServices:hover{

}
div#mServicios  ul li h2.titleServicios{
  font-size:30px;
    margin-top:20px;
}
div#mServicios  ul li p{

}
div#mServicios ul li span{

}
.contenedor {
  text-align: center;
}
.d {
  margin-bottom:20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s ease;
}

/* Línea debajo del texto */
.d::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: crimson;
  transition: width 0.3s ease;
}

/* Hover: se extiende la línea y cambia color si quieres */
.d:hover {
  color: crimson;
}

.d:hover::after {
  width: 100%;
}


/* Datos de la empresa */
div#datos{
  border-radius:20px;
  height: auto;
  width: 90%;
}

/* Captar Leads */
/* Sección principal */
.lead-capture {
  background-color: #f3f4f6;
  background: ;
  margin: 0 auto;
  padding: 0;
  padding-bottom:40px;
  padding-top:40px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width: 80%;
}

/* Contenedor general */
.lead-capture .container {
  width: 100%;
  background: ;
  margin: 0 auto;
}

/* Lista general con dos bloques */
.content-wrapper {
  list-style: none;
  display: inline-flex;
  gap: 2rem;
  padding: 0;
  margin: 0;
}

/* Primer li: contenido de texto */
.content-text {
  background: ;
  background: ;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 70%;
}

/* Segundo li: formulario */
.content-form {
  display: inline-block;
  background-color: #fff;
  background: ;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  width: 26%;
}

/* Títulos */
.content-text h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #dc2626;
  margin-bottom: 1.5rem;
}

/* Párrafos */
.content-text p {
  font-size: 1.125rem;
  color: #374151;
  margin-bottom: 1.5rem;
}

/* Lista de advertencias */
.warning-list {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

.warning-list li {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #374151;
}

/* Resaltado */
.highlight {
  color: #dc2626;
  font-weight: bold;
}

/* Formulario */
.content-form form{
  background: white;
}
.content-form form label {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  text-align: left;
  color: #374151;
}

.content-form form input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
  background:#f3f4f6;
}

.content-form form input:focus {
  border-color: #dc2626;
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.2);
}

.content-form form button {
  width: 100%;
  padding: 0.75rem;
  background-color: #dc2626;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  margin-top: 1.5rem;
  transition: background-color 0.3s ease;
}

.content-form form button:hover {
  background-color: #b91c1c;
}

a.btnDemostracion{
  background: crimson;
  height: auto;
}
/* Análisis de Riesgos */
div#containerAnalisis{
  background: ;
  height: auto;
  margin-top:20px;
  margin-bottom: 0;
  padding-bottom:30px;
  padding-top:30px;
}
div#containerAnalisis h2{
  color:white;
  font-size:45px;
}
div#containerAnalisis p{
  color:white;
  font-size:20px;
}
div#containerAnalisis  div.wrapper a.btnAccion{
  background: rgba(220,20,60,.6);
  color:white;
}
footer#x{
  margin-top:0;
}
/* Testimonios */
/* Testimonios */
section#testimonios{
  background:;
  height: auto;
  margin: 0 auto;
  margin-bottom:50px;
  margin-top:50px;
  padding: 0;
  text-align: center;
  width: 100%;
}
section#testimonios div.tituloTestimonios{
  color:crimson;
  font-size:24px;
  padding:10px;
}
section#testimonios div.tituloTestimonios img{
  margin-left:10px;
  margin-right:10px;
  width: 30px;
}
section#testimonios div#pG{
  color:#000;
  font-size:40px;
  margin-bottom:20px;
}
section#testimonios ul{
  background:;
  height: ;
  list-style: none;
  margin: 0 auto;
  margin-top:0px;
  padding: 0;
  text-align: center;
  width: 90%;
}
section#testimonios ul li{
  background:;
  display:inline-block;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 50%;
}
section#testimonios ul li#left{
  background:;
  border-radius: 20px;
  height: 700px;
  text-align: left;
  width: 70%;
}
section#testimonios ul li#right{
  background:;
  border-radius: 20px;
  float: right;
  height: 700px;
  padding-right: 20px;
  text-align: left;
  width: 70%;
}
section#testimonios ul li#left ul{
  background:;
  display: inline-table;
  list-style:none;
  width: 100%;
}
section#testimonios ul li#left ul li{
  background:;

  width: 33%;
}
section#testimonios ul li#left ul li#leftA{
  background: rgba(255,255,255,.2);
  backdrop-filter: blur(20px);
  overflow: hidden;
  height: 680px;
  padding:20px;
  width: 45%;
}
section#testimonios ul li#left ul li#centerA{
  background:;
  height: 680px;
  overflow: hidden;
  width: 27.5%;
}
section#testimonios ul li#left ul li#rightA{
  background:none;
  height: 680px;
  overflow: hidden;
  width:27.5%;
}
section#testimonios ul li#left ul li#leftA div.titleA{
  color:black;
  font-size: 40px;
  font-weight: bold;
  margin-bottom:20px;
  margin-top:120px;
  width: 100%;
}
section#testimonios ul li#left ul li#leftA div.titleA b,
section#testimonios ul li#left ul li#leftA p b{
  color:crimson;
}
section#testimonios ul li#left ul li#leftA p{
  color:black;
  font-size: 24px;
  font-weight: normal;
  text-align: justify;
  width: 100%;
}

section#testimonios ul li#right{
  background:;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 25%;
}
section#testimonios ul li#right div.stars{
  background: ;
  height: auto;
  margin-bottom:20px;
  margin-top:0px;
  text-align: center;
  width: 100%;
}
section#testimonios ul li#right div.stars img.stars{
  width: 20px;
}
section#testimonios ul li#right div.title{
  background: ;
  color:white;
  font-size:80px;
  font-weight: bold;
  height: auto;
  letter-spacing: 1.3px;
  margin-bottom:0px;
  margin-top:0px;
  text-align: center;
  width: 100%;
}
section#testimonios ul li#right div.p{
  background: ;
  color:white;
  font-size:18px;
  font-weight: normal;
  height: auto;
  letter-spacing:;
  margin-bottom:10px;
  margin-top:20px;
  text-align: center;
  width: 100%;
}
section#testimonios ul li#right div.socials{
  height: auto;
  margin-bottom:20px;
  margin-top:0px;
  text-align: center;
  width: 100%;
}
section#testimonios ul li#right div.socials img.socials{
  margin-left:05px;
  margin-right:05px;
  width: 50px;
}
section#testimonios ul li#right ul#block{
  background:;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
section#testimonios ul li#right ul#block li{
  background: rgba(255,255,255,.2);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  margin-bottom:20px;
  padding-bottom:10px;
  padding-top:20px;
  width: 100%;
}
section#testimonios ul li#right ul#block li#dos{
  background: none;
  font-size:24px;
  height: 280px;
  margin-top:0px;
  padding:0px;
  position: relative;
  text-align: left;
  width: 100%;
}
section#testimonios ul li#right ul#block li#dos video{
  border-radius: 20px;
  width: 100%;
height: 100%;
margin: 0;
padding: 0;

object-fit: cover;
z-index: -1;
}
section#testimonios ul li#right ul#block li#dos div.shadow{
  background: rgba(0,0,0,.2);
  border-radius: 20px;
  color:white;
  height: 100%;
  left:0;
  padding:20px;
  position: absolute;
  top:0;
  width: 100%;
}
/* Slider */
.vertical-carousel {
  background: rgba(255,255,255,.2);
  backdrop-filter: blur(20px);
  height: 700px; /* Altura visible */
  overflow: hidden;
  position: relative;
  border: none;
}

.carousel-track {
  display: flex;
  flex-direction: column;
  animation: scroll-up 10s linear infinite;

}

.carousel-item {
  height: auto;
  display: block;
  align-items: center;
  justify-content: center;
  background: #f3f5f4;
  backdrop-filter: blur(10px);
  border:1px solid rgba(0,0,0,.10);
  border-radius:05px;
  margin: 0 auto;
  margin-bottom:20px;
  padding: 20px;
  text-align: center;
  width: 90%;
}
.carousel-item div.autor{
  background: ;
  color:crimson;
  display: block;
  font-size:22px;
  font-weight: bold;
  margin-bottom:0px;
  margin-top:10px;
  text-align: left;
  width: 100%;
}
.carousel-item div.puesto{
  background: ;
  display: block;
  margin-top:0px;
  text-align: left;
  width: 100%;
}
.carousel-item p{
  background: ;
  color:rgba(0,0,0,.5);
  display: block;
  text-align: justify;
  width: 100%;
}
.carousel-item p img#quotes{
  display: block;
  margin-bottom:10px;
  width: 20px;
}
.carousel-item p img#quotes-right{
  display: block;
  margin-left:86%;
  margin-top:10px;
  text-align: right;
  width: 20px;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

.vertical-carouselb {
  background: rgba(255,255,255,.4);
  backdrop-filter: blur(20px);
  height: 700px; /* Altura visible */
  overflow: hidden;
  position: relative;
  border: none;
}

.carousel-trackb {
  display: flex;
  flex-direction: column;
  animation: scroll-upb 10s linear infinite;

}

.carousel-itemb {
  height: auto;
  display: block;
  align-items: center;
  justify-content: center;
  background: #f3f5f4;
  backdrop-filter: blur(10px);
  border:1px solid rgba(0,0,0,.10);
  border-radius:05px;
  margin: 0 auto;
  margin-bottom:20px;
  padding: 20px;
  text-align: center;
  width: 90%;
}
.carousel-itemb div.autor{
  background: ;
  color:crimson;
  display: block;
  font-size:22px;
  font-weight: bold;
  margin-bottom:0px;
  margin-top:10px;
  text-align: left;
  width: 100%;
}
.carousel-itemb div.puesto{
  background: ;
  display: block;
  margin-top:0px;
  text-align: left;
  width: 100%;
}
.carousel-itemb p{
  background: ;
  color:rgba(0,0,0,.5);
  display: block;
  text-align: justify;
  width: 100%;
}
.carousel-itemb p img#quotes{
  display: block;
  margin-bottom:10px;
  width: 20px;
}
.carousel-itemb p img#quotes-right{
  display: block;
  margin-left:86%;
  margin-top:10px;
  text-align: right;
  width: 20px;
}

@keyframes scroll-upb {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
section#testimonios ul li#right div.title{
  color:#000;
}
section#testimonios ul li#right div.p{
  color:#000;
}
div#wrapGracias div.shadowCustodias h1{
  color: rgba(255,255,255,.6);
  margin: 0 auto;
  width: 80%;
}
.e-con-inner {
  font-family: 'Arial', sans-serif;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom:20px;
  text-align: center;
  width: 80%;
}

.elementor-heading-title {
  color: #2e3a59;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 600;
}

.bunker-list {
  list-style-type: none;
  padding: 0;
}

.bunker-list li {
  display: inline-table;
  border-right:02px solid #2e3a59;
  align-items: center;
  margin-bottom: 15px;
  margin-left:10px;
  padding-right:3px;
  font-size: 16px;
  color: #4a4a4a;
  background:;
  height: ;
}

.bunker-list li p {
  margin: 0;
  margin-left:10px;
    margin-right:10px;
}

.bunker-list li strong {
  color: #2e3a59;
  font-weight: 600;
}

.elementor-button-text {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #0066cc;
  color: white;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.elementor-button-text:hover {
  background-color: #005bb5;
}
p#contrata{
  font-size:24px;
  margin-bottom:20px;
  margin-top:20px;
  text-align: center;
}
@media (max-width: 768px){
  p#contrata{
    font-size:24px;
    margin-bottom:20px;
    margin-top:20px;
    text-align: center;
  }
  div#wrapGracias.doseC{
    background:;
    height:1200px;
    position: relative;
    text-align: center;
  }
  section#testimonios{
    display: none;
  }
  /* Captar Leads */
  /* Sección principal */
  .lead-capture {
    background-color: #f3f4f6;
    background: ;
    margin: 0 auto;
    padding: 0;
    padding-bottom:40px;
    padding-top:40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 80%;
  }

  /* Contenedor general */
  .lead-capture .container {
    width: 100%;
    background: ;
    margin: 0 auto;
  }

  /* Lista general con dos bloques */
  .content-wrapper {
    list-style: none;
    display: block;
    gap: 2rem;
    padding: 0;
    margin: 0;
  }

  /* Primer li: contenido de texto */
  .content-text {
    background: ;
    background: ;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
  }

  /* Segundo li: formulario */
  .content-form {
    display: block;
    background-color: #fff;
    background: ;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    width: 100%;
  }
  /* Formulario */
  .content-form form{
    background: white;
    padding-top:10px;
    padding-bottom:30px;
  }
  /* Títulos */
  .content-text h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  /* Servicios */
  div#mServicios{
    background: #dee1e3;
    height: auto;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 40px;
    padding-top:40px;
    text-align: center;
    width: 100%;
  }
  div#mServicios h2{
    font-size:40px;
  }
  div#mServicios p{
    font-size:20px;
    margin: 0 auto;
    margin-bottom:20px;
    margin-top:20px;
    text-align: center;
    width: 70%;
  }
  div#mServicios  ul{
    background: ;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 80%;
  }
  div#mServicios  ul li{
    background: ;
    display: block;
    height: auto;
    margin: 0 auto;
    margin-left:10px;
    margin-right:10px;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  div.fondo {
    background:#f4f2ee;
    background: ;
    height: auto;
    display: block;
    padding: 0px;
    padding-bottom:20px;
    padding-top:20px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  div.fondo div.texto {
    font-size: 100px;
    font-weight: bold;margin-top:30px;background: url('man4.jpg') no-repeat center center;background-size: cover;color: transparent;-webkit-background-clip: text;background-clip: text;margin: 0 auto;text-align: center;width: 90%;}
  div.fondo p{font-size:40px;text-align: center;}
  div#mServicios  h2{
    font-size:35px;
    margin: 0 auto;
    width: 100%;
  }
  div#mServicios  p{
    font-size:20px;
    margin: 0 auto;
    margin-bottom:20px;
    margin-top:10px;
    width: 90%;
  }
  div#mServicios  ul li{
    text-align: left;
  }
  footer#x ul{
    background:;
    height: auto;
    margin:0 auto;
    text-align: center;
    width: 100%;
  }
  footer#x ul li{
    background: ;
    border-right:1px solid rgba(255,255,255,.6);
    display: block;
    height: auto;
    margin:0 auto;
    margin-bottom:15px;
    text-align: center;
    width: 100%;
  }
  footer#x ul li#contacto ul li{
    border: none;
    font-size:20px;
    margin-bottom:10px;
    margin-top:0px;
    margin-right:0px;
    padding-right:0px;
    width: 100%;
  }
    footer#x ul#z_a li#empresa p{
      color:;
      margin: 0 auto;
      text-align: center;
      width: 90%;
    }

}
