@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Montserrat", serif;
}
body {
  overflow-x: hidden;
}
.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  position: relative;
  margin: 1% auto;
  padding: 20px;
  background-color: #fff;
  width: 80%;
  max-width: 650px;
  border-radius: 8px;
  padding: 20px 65px;
}
span.close {
  background: #00dbff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 35px;
  cursor: pointer;
}

.open-popup {
  text-decoration: none;
  background: transparent;
  padding: 10px 20px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  padding: 10px;
  z-index: 1000;
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

footer.footer-contenedor img {
  width: 100%;
}

.contenido-banner {
  margin: 0 auto;
  width: 1200px;
}

.contenedor-imagen {
  background-size: cover !important;
  height: 780px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.contenedor-imagen {
  display: flex;
  padding-top: 20%;
}
.contenido-banner p {
  color: #fff;
}
p.titulo-banner {
  font-size: 80px;
}
p.pretitulo {
  padding: 0px;
  margin: 0px;
  font-size: 36px;
  font-weight: 500;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.flex-end {
  display: flex;
  justify-content: end;
}
section.contenedor-grupo_imagen_separadora img {
  width: 100%;
}
section.contenedor-grupo_descubre {
  background: #fcfcfc;
  text-align: center;
  padding: 80px 30px;
}
section.contenedor-grupo_caracteristicas {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0px;
}
.frases {
  color: #fcd177;
  padding: 0px;
  margin: 0px;
  font-size: 40px;
  font-weight: 800;
  padding: 40px 0px;
  text-align: center;
}

.contenedor-frases {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 60px;
}
.logo-banner {
  padding: 20px 0px;
}
.contenedor-frases {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}
.alcenter {
  align-items: center;
}
.convive-pro-container-textos {
  padding: 0px 70px;
}
p.convive-pro-titulo {
  font-size: 55px;
}
p.convive-pro-subtitulo {
  font-size: 35px;
  line-height: 35px;
}
p.convive-pro-titulo {
  color: #fcd177;
}
p.convive-pro-titulo span {
  color: #00dbff;
}

.contenedor-arrow {
  border-radius: 50%;
  background: #00dbff;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #fff;
  overflow: hidden;
}
.contenedor-arrow i {
  overflow: hidden;
}

p.titulo-banner {
  font-size: 90px;
  font-weight: bold;
  width: 500px;
  line-height: 90px;
}

.encabezado {
  text-align: center;
}

.caracteristica-pre_titulo {
  color: #4d4d4d;
  font-size: 34px;
  font-weight: 400;
}
h2.caracteristica-titulo {
  font-size: 60px;
  color: #fcd177;
}
h2.caracteristica-titulo span {
  color: #00dbff;
}
h2.descubre-titulo {
  font-size: 60px;
  color: #fcd177;
}
h2.descubre-titulo span {
  color: #00dbff;
}
.caracteristica-pre_titulo_secundario {
  font-size: 25px;
  padding: 20px 0px;
  width: 500px;
  margin: 0 auto;
  font-weight: 300;
}
.caracteristica-repetidor.grid-caracteristicas {
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0px;
}

.grid-caracteristicas {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  text-align: center;
}

.par-primera-fila {
  flex: 1 1 calc(33.33% - 20px);
  box-sizing: border-box; 
}
.par-segunda-fila {
  flex: 1 1 calc(50% - 20px); 
}

.caracteristica-descripcion {
  padding: 20px 0px;
  color: #4d4d4d !important;
}
.caracteristica-imagen img {
  height: 65px;
  object-fit: cover;
}

.descubre-pre_titulo {
  font-size: 34px;
}
.descubre-sub_titulo {
  width: 750px;
  margin: 0 auto;
  font-size: 25px;
  padding: 20px 0px;
}
.descubre-sub_correo {
  font-size: 25px;
  color: #00dbff;
  font-weight: bold;
}
.descubre-imagen_correo {
  margin-top: 25px;
}
.contenedor-correo {
  display: flex;
  justify-content: space-evenly;
  width: 350px;
  margin: 0 auto;
}

/* Definir las animaciones */
.fade-in-left {
  opacity: 0;
  transform: translateX(-100px); /* Comienza desde la izquierda */
  transition: all 0.6s ease-out;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(100px); /* Comienza desde la derecha */
  transition: all 0.6s ease-out;
  overflow-y: hidden;
}

.fade-in-left.active,
.fade-in-right.active {
  overflow-y: hidden;
  opacity: 1;
  transform: translateX(0); /* Se mueve a su posición original */
}

/* Definir las animaciones */
.fade-in-up {
  opacity: 0;
  transform: translateY(100px); /* Comienza desde abajo */
  transition: all 0.6s ease-out;
  overflow-y: hidden;
}

.fade-in-down {
  opacity: 0;
  transform: translateY(-100px); /* Comienza desde arriba */
  transition: all 0.6s ease-out;
  overflow-y: hidden;
}

.fade-in-up.active,
.fade-in-down.active {
  opacity: 1;
  transform: translateY(0); /* Se mueve a su posición original */
  overflow-y: hidden;
}

.items-caracteristicas {
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transición suave */
}

.items-caracteristicas:hover {
  transform: translateY(-10px); /* Eleva el elemento 10px hacia arriba */
}
.logo-banner a {
  text-decoration: none; /* Opcional, si no deseas subrayado en el texto */
  display: inline-block; /* Hace que el enlace tenga un área más clara sobre la que se aplicará el hover */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.logo-banner a:hover {
  transform: translateY(-5px); /* Eleva el enlace 5px al hacer hover */
}

.descubre-sub_correo a {
  color: #00dbff;
  text-decoration: none; /* Opcional, si no deseas subrayado en el texto */
  display: inline-block; /* Hace que el enlace tenga un área más clara sobre la que se aplicará el hover */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.descubre-sub_correo a:hover {
  transform: translateY(-5px); /* Eleva el enlace 5px al hacer hover */
}

.texto-denucias {
  font-size: 36px !important;
}

section.denuncias {
  padding: 100px 10px;
}

section.denuncias .contenedor {
  width: 1200px;
  margin: 0 auto;
  padding: 0px 10px;
}
.texto-denucias {
  text-align: end;
  padding-right: 50px;
}
.numero {
  font-size: 36px;
  color: #fcd177;
  font-weight: 600;
}
.items-denucias {
  text-align: center;
}

section.dignostica {
  background: #fcfcfc;
  padding: 50px 60px;
}
.titulo-dignostica {
  text-align: center;
  font-size: 36px;
  color: #4d4d4d;
  font-weight: 500;
  padding-bottom: 50px;
  padding-top: 30px;
}

.contenido-img-diagnostica {
  text-align: center;
}
.contendor-texto-final-diagnostico {
  width: 600px;
  padding: 50px 0px;
}
.contendor-texto-final-diagnostico p {
  font-size: 28px;
}
section.dignostica .contenedor {
  width: 1200px;
  margin: 0 auto;
}
.suscribete .contenedor {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0px;
}

section.suscribete {
  text-align: center;
}
.pre-titulo-suscribete {
  font-size: 25px;
}

.titulo-suscribete {
  color: #404040;
  font-size: 55px;
  font-weight: bold;
  width: 800px;
  margin: 0 auto;
  line-height: 65px;
}
.container.header-menu {
  margin: 0 auto;
  width: 1200px;
  left: 5%;
  right: 5%;
  position: absolute;
}
ul#primary-menu li a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.btn-ingresa {
  border-left: 2px solid #fff;
  padding: 0px 20px;
}
.btn-ingresa a {
  font-weight: 700 !important;
  background: #00dbff;
  border-radius: 35px;
  padding: 6px 20px;
  text-decoration: none !important;
}
.contenedor-redes-sociales {
  display: flex;
  justify-content: flex-end;
}

span.icono-red-social {
  color: #fff;
}
span.icono-red-social i {
  padding-right: 30px;
  font-size: 20px;
  padding-bottom: 30px;
}
.current-menu-item a {
  font-weight: 700 !important;
  text-decoration: underline;
  text-decoration-color: #00dbff !important; /* Color solo para la línea de subrayado */
}
form.wpcf7-form.init p br {
  display: none !important;
}
input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
  border: 1px solid #ccc;
  width: 100%;
  height: 55px;
  border-radius: 15px;
  font-family: inter;
  padding: 0 15px;
  font-size: 17px;
}

.form-group p span input {
  border-radius: 50px;
  height: 35px !important;
  border: 1px solid #d6d6d6;
}
.contenedor-redes-form .red-social a i {
  color: #000;
}
.contenedor-redes-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
p.pretitulo-form {
  text-align: center;
  font-size: 25px;
}
p.titulo-form {
  font-size: 51px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}
p.subtitulo-form {
  text-align: center;
  font-size: 16px;
}
.encabezado-contacto {
  margin-top: 50px;
}
textarea {
  height: 100px !important;
  resize: none !important;
  color: #000 !important; /* Cambia el color al que prefieras */
  font-size: 12px;
  font-family: "Montserrat", serif;
}
textarea ::placeholder {
  color: #000 !important;
}
.form-group p span input::placeholder {
  color: #000; /* Cambia el color al que prefieras */
  font-size: 12px;
  font-family: "Montserrat", serif;
}

ul#primary-menu li a {
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

ul#primary-menu li a:hover {
  transform: translateY(-5px);
  text-decoration: underline;
}
.red-social a {
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.red-social a:hover {
  transform: translateY(-5px);
}

.texto-denucias {
  border-right: 2px solid #00dbff;
}

.descripcion-denucia {
  font-size: 17px;
  color: #4d4d4d;
}
.grg-40 {
  grid-row-gap: 40px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border: none;
  background: linear-gradient(90deg, #fdcb69 0%, #30d5c8 100%);
  color: #fff;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  display: flex;
  padding: 15px 0px;
  font-size: 19px;
  border-radius: 30px;
  transition: 0.3s;
}

.form-group.btn p input:hover {
  color: #feb922; 
  border-color: transparent;
  border: 2px solid #feb922;
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
}

.items-caracteristicas {
  padding-top: 30px;
}

.boton-agender {
  padding-top: 30px;
}
.boton-agender a {
  background: linear-gradient(90deg, #fdcb69 0%, #30d5c8 100%);
  color: #fff;
  text-align: center;
  width: 280px;
  margin: 0 auto;
  display: flex;
  padding: 15px 0px;
  font-size: 19px;
  border-radius: 30px;
  transition: 0.3s;
  text-align: center;
  justify-content: center;
}
.boton-agender a:hover {
  color: #feb922; /* Cambia el texto a blanco */
  border-color: transparent;
  border: 2px solid #feb922;
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
}
.titulo-suscribete.fade-in-down.active {
  color: #fcd177;
  font-weight: 400;
}
.titulo-suscribete span {
  color: #00dbff;
}

.sub-titulo-suscribete.fade-in-down.active {
  width: 750px;
  margin: 0 auto;
  font-size: 25px;
}