/*Digicuida*/

.main_digicuida {
  background-color: #100146;
}
.footer_digicuida {
  background-color: #100146;
  height: 140px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 10px;
  font-family: "raleway", sans-serif;
  text-align: left;
  margin: 0px;
  display: flex;
  align-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.footer_logodicuida {
  width: 70px;
  height: 5px;
}

.cardsdigicuida {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 30px;
  padding: 30px 20px;
  flex-wrap: wrap;
}

.carddigicuida {
  background-color: #fffaf5;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(255, 0, 255, 0.2);
  width: 275px;
  padding: 80px 20px;
  transition: transform 0.2s;
  border-top: 10px solid #c063f3;
  border-right: 10px solid #c063f3;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.carddigicuida:hover {
  transform: translateY(-5px);
}

.carddigicuida h2 {
  color: #200153;
  font-size: 1.2em;
  margin-bottom: 20px;
  text-align: center;
  font-family: "raleway", sans-serif;
  font-weight: 900;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #7d1ef5;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  transition: background-color 0.2s;
}

.btn:hover {
  background-color: #5e13c2;
}

.encabezado-digicuida {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #100146;
  flex-wrap: wrap;
}

.logo_digi {
  height: 350px;
  width: 350px;
}

.texto-digicuida {
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-align: left;
  font-family: "Changa One", sans-serif;
}

.linea1 {
  font-size: 75px;
  font-weight: bold;
  color: #c063f3;
  font-family: "raleway", sans-serif;
  font-weight: 900;
}

.linea2 {
  font-size: 75px;
  color: #a55df1;
  font-family: "raleway", sans-serif;
  font-weight: 900;
  margin-top: 5px;
}

.card {
  font-weight: bold;
  font-family: "raleway", sans-serif;
  font-weight: 900;
}

.footer_digicuida {
  background-color: #100146;
  height: 140px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 10px;
  font-family: "raleway", sans-serif;
  text-align: left;
  margin: 0px;
  display: flex;
  align-content: left;
  align-items: left;
  padding-left: 10px;
  padding-right: 10px;
}

.footer_logodicuida {
  width: 70px;
  height: 5px;
}
/*Digicuida pagina 02*/
.digicuida-presentacion {
  background-color: #7100b5;
  background-image: url("imagenes/digicuida/Plantillas-FondoTransparente-13.png"); /* imagen opcional con circuitos */
  background-size: cover;
  background-position: center;
  color: white;
  font-family: "raleway", sans-serif;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
}

.digicuida-contenedor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
  gap: 10px;
}

.digicuida-logo {
  text-align: left;
  flex: 1 1 300px;
}

.digicuida-logo img {
  width: 600px;
  height: 350px;
  padding: 0px;
  margin-bottom: 0px;
}

.digicuida-logo h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
}

.digicuida-logo h1 span {
  font-weight: 300;
}

.digicuida-texto {
  flex: 2 1 80px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.digicuida-texto strong {
  color: #ffffff;
  font-weight: bold;
}

.boton-ayuda {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  border: 2px solid white;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.boton-ayuda:hover {
  background-color: white;
  color: #7100b5;
}
.menu-digicuida {
  background-color: #10004c;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  font-family: "Roboto", sans-serif;
}

.tarjetaseguridad {
  background-color: #fdf6ec;
  border-radius: 20px;
  padding: 30px 63px;
  padding-left: 50px;
  gap: 20px;
  width: 90%;
  max-width: 450px;
  height: 60px;
  position: relative;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: left;
}

.tarjetamanejo {
  background-color: #fdf6ec;
  border-radius: 20px;
  padding: 30px 60px;
  padding-left: 50px;
  gap: 20px;
  width: 90%;
  max-width: 450px;
  height: 60px;
  position: relative;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: left;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.tarjetaproteccion {
  background-color: #fdf6ec;
  border-radius: 20px;
  padding: 30px 70px;
  padding-left: 50px;
  gap: 20px;
  width: 90%;
  max-width: 450px;
  height: 60px;
  position: relative;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: left;
}

.titulo-manejo {
  font-size: 1.3rem;
  font-family: "raleway", sans-serif;
  color: #6402b1;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
.titulo-seguridad {
  font-size: 1.3rem;
  font-family: "raleway", sans-serif;
  color: #6402b1;
  font-weight: bold;
  text-align: left;
}
.titulo-proteccion {
  font-size: 1.3rem;
  font-family: "raleway", sans-serif;
  color: #6402b1;
  font-weight: bold;
  text-align: left;
}
.icono-candado {
  width: 50px;
  height: 60px;
  padding-left: 0;
}

.icono-phone {
  width: 40px;
  height: 60px;
  padding-left: 0;
}
.icono-huella {
  width: 50px;
  height: 60px;
  padding-left: 0;
}

.tarjeta h3 {
  color: #6402b1;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.4;
}

.punta {
  position: absolute;
  top: -15px;
  left: 20px;
  width: 0;
  height: 5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fdf6ec;
}

.punta.derecha {
  left: auto;
  right: 20px;
}

/*Digicuida pagina 03*/
.vgft {
  background-color: #0d0035;
  color: white;
  font-family: "raleway", sans-serif;
}

.encabezado-vgft h2 {
  font-size: 50px;
  color: #ffffff;
  font-family: "raleway", sans-serif;
  padding-top: 100px;
  padding-bottom: 0px;
  margin: 0px;
}
.encabezado-vgft h1 {
  font-size: 70px;
  color: #ffffff;
  font-family: "raleway", sans-serif;
  font-weight: 900;
  margin-bottom: 80px;
  margin-top: 0px;
}
.subtitulo-vgft {
  font-size: 1.2rem;
  font-family: "raleway", sans-serif;
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.que-es-vgft ul,
.tipos-ataques ul,
.pasos-vgft ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

blockquote {
  font-style: italic;
  border-left: 3px solid #c063f3;
  margin: 20px 0;
  padding-left: 15px;
  color: #ffccff;
}
.portada-vgft {
  background-image: url("imagenes/digicuida/chica-tiro-medio-smartphone_23-2149458372.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}

.bloquea {
  background-color: #f4f1e8;
  color: #100146;
  padding: 40px;
  font-family: "raleway", sans-serif;
}
.documentacion {
  background-color: #f4f1e8;
  color: #100146;
  padding: 40px;
  font-family: "raleway", sans-serif;
}
.denuncia {
  background-color: #100146;
  color: #ffffff;
  padding: 40px;
  font-family: "raleway", sans-serif;
}
.protege {
  background-color: #100146;
  color: #ffffff;
  padding: 40px;
  font-family: "raleway", sans-serif;
}

.que-es-vgft {
  background-color: #100146;
  color: #ffffff;
  padding: 40px;
  font-family: "raleway", sans-serif;
}

.seccion-vgft {
  background-color: #100146;
  padding: 20px 20px;
  color: white;
  text-align: center;
}

.cuadro-vgft {
  background-color: #6402b1;
  border-radius: 20px;
  padding: 20px;
  margin: 0 auto 30px auto;
  color: white;
  max-width: 800px;
  text-align: left;
}

.cuadro-vgft h2 {
  font-size: 28px;
  color: #e5c6ff;
  margin-bottom: 20px;
}

.cuadro-vgft p {
  font-size: 18px;
  color: white;
}

.iconos-vgft {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.icono-vgft {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icono-vgft img {
  width: 90px;
  height: 70px;
  margin-bottom: 10px;
}

.icono-megaphone img {
  width: 100px;
  height: 90px;
  margin-bottom: 10px;
}
.icono-megaphone {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icono-megaphone p {
  font-size: 16px;
  line-height: 1.5;
}

.icono-vgft p {
  font-size: 16px;
  line-height: 1.5;
}

.testimonio {
  font-style: italic;
  font-size: 16px;
  color: #cc70ff;
  max-width: 800px;
  margin: 0 auto;
  border-left: 4px solid #cc70ff;
  padding-left: 20px;
  text-align: left;
}

.nota {
  font-size: 14px;
  color: #fafafa;
  margin-top: 20px;
  text-align: center;
}
.protege {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  gap: 40px;
  background-color: #100146;
  color: #ffffff;
  line-height: 1.5;
}
.protege-image {
  width: 400px;
  height: 400px;
  border-radius: 20px;
}

.protege-titulo1 {
  font-size: 36px;
  font-weight: bold;
  color: #be3aff;
  margin-bottom: 20px;
}

.protege-titulo2 {
  font-size: 36px;
  font-weight: bold;
  color: #f4f1e8;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 10px;
}

.bloquea {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 10px;
  background-color: #f4f1e8;
  color: #000000;
}
.bloquea-image {
  width: 400px;
  height: 400px;
  border-radius: 20px;
}

.denuncia {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 70px;
  padding-top: 30px;
  padding-bottom: 10px;
  gap: 10px;
  background-color: #100146;
  color: #fbfbfb;
}

.denuncia-titulo1 {
  font-size: 25px;
  font-weight: bold;
  color: #be3aff;
  margin-bottom: 20px;
}
.denuncia-titulo2 {
  font-size: 25px;
  font-weight: bold;
  color: #fdfdfd;
  margin-bottom: 20px;
  flex: 1;
  flex: 1;
  max-width: 800px;
}
.denuncia-image {
  width: 400px;
  height: 400px;
  padding: 0px;
  border-radius: 50px;
  flex: 1;
  text-align: right;
}

.denuncia-list {
  flex: 1;
  max-width: 600px;
  text-align: justify;
  line-height: 1.6;
}

.mp {
  font-size: 18px;
  line-height: 1.6;
  color: #f4f1e8;
}
.ministeriop {
  font-size: 18px;
  line-height: 1.6;
  color: #be3aff;
}

.denuncia__content2 {
  padding-left: 70px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.documentacion {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 10px;
  background-color: #f4f1e8;
  color: #000000;
}

.documentacion-titulo1 {
  font-size: 25px;
  font-weight: bold;
  color: #be3aff;
  margin-bottom: 20px;
}
.documentacion-titulo2 {
  font-size: 25px;
  font-weight: bold;
  color: #100146;
  margin-bottom: 20px;
  flex: 1;
  flex: 1;
  max-width: 800px;
}
.documentacion-image {
  width: 400px;
  height: 400px;
  border-radius: 50px;
  text-align: right;
}

/*cajas */
.boxes {
  font-family: "raleway", sans-serif;
  background: #f4f1e8;
  margin: 0;
  padding: 40px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.box {
  position: relative;
  background: #7a00b4;
  color: white;
  padding: 30px;
  border-radius: 25px;
  width: 300px;
}

.box::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
}

.arriba::before {
  bottom: 100%;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #7a00b4;
}

.abajo::before {
  top: 100%;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #7a00b4;
}

/*digicuida pagina 04*/

.portada-proteccion {
  background-image: url("imagenes/digicuida/chicas-pag04.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 475px;
}

.encabezado-navegacion {
  align-items: right;
  justify-content: left;
  padding: 20px;
  color: white;
  font-size: 30px;
  font-family: "raleway", sans-serif;
}
.encabezado-navegacion h2 {
  align-items: right;
  justify-content: left;
  padding: 0px;
  color: white;
  font-size: 50px;
  font-family: "raleway", sans-serif;
  margin: 0px;
  margin-top: 50px;
}
.encabezado-navegacion h1 {
  align-items: right;
  justify-content: left;
  padding: 0px;
  color: white;
  font-size: 70px;
  font-family: "raleway", sans-serif;
  font-weight: 900;
  margin: 0px;
}

.navegacion {
  background-color: #100146;
}
.cuadro-navegacion {
  background-color: #6402b1;
  border-radius: 20px;
  padding: 20px;
  margin: 0 auto 30px auto;
  color: white;
  max-width: 800px;
  text-align: left;
}

.titulonavegacion {
  color: #be3aff;
  margin-bottom: 10px;
}

.titulo-formas {
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}
.seguridad-navegacion {
  background-color: #0e0042;
  color: white;
  padding: 40px 20px;
  font-family: "raleway", sans-serif;
}

.cuadro-navegacion {
  background-color: #6402b1;
  border-radius: 25px;
  padding: 30px;
  margin: 0 auto 40px auto;
  max-width: 800px;
  text-align: left;
}

.cuadro-navegacion h2 {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: left;
}

.cuadro-navegacion p {
  font-size: 1.2rem;
  color: #f3eaff;
}

.bloques-seguridad {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.bloque {
  flex: 1;
  min-width: 300px;
  max-width: 450px;
  padding: 20px;
  border-radius: 0px;
  background-color: transparent;
}

.borde-izq {
  border-left: 3px solid #6402b1;
  padding-left: 25px;
}

.bloque h4 {
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.bloque p {
  color: #ddddff;
  font-size: 1rem;
  line-height: 1.5;
}
.navegacion-segura {
  text-align: left;
  background-color: #f4f1e8;
  padding: 30px 20px;
  font-family: "raleway", sans-serif;
}

.navegacion-segura h2 {
  color: #100146;
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
}

.resaltado {
  color: #be3aff;
  font-weight: bold;
}

.consejo {
  background-color: #15004b;
  border-radius: 25px;
  color: white;
  max-width: 550px;
  margin: 30px auto;
  position: relative;
  padding: 20px 25px;
}

.consejo .contenido-consejo {
  display: flex;
  align-items: left;
  justify-items: left;
  gap: 5px;
}

.iconwomen {
  width: 70px;
  height: auto;
}
.phoneicon {
  width: 30px;
  height: 50px;
}

.likeicon {
  width: 50px;
  height: 60px;
}
.phoneicon {
  width: 30px;
  height: 50px;
}

.iconcandado {
  width: 40px;
  height: 50px;
}

.iconmega {
  width: 50px;
  height: 50px;
}

.pico {
  position: absolute;
  top: -10px;
  left: calc(50% - 15px);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #15004b;
}
/*privacidad redes sociales*/
.privacidad-redes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background-color: #0e0042;
  padding: 50px 20px;
  color: white;
  font-family: "raleway", sans-serif;
}

.privacidad-imagen img {
  max-width: 350px;
  height: auto;
}

.privacidad-texto {
  max-width: 600px;
}

.privacidad-texto h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.color-morado {
  color: #6402b1;
}

.privacidad-texto p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.privacidad-texto ul {
  list-style: disc inside;
  padding-left: 0;
}

.privacidad-texto li {
  margin-bottom: 10px;
}
/*cajas de privacidad*/
.malware-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  padding: 40px 20px;
  background-color: #fcf5f0;
  font-family: "raleway", sans-serif;
}

.malware-box {
  background-color: #6900c7;
  color: white;
  padding: 30px;
  width: 450px;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
}

.malware-box.left {
  background-color: #6900c7;
  color: white;
  padding: 30px;
  width: 300px;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
}

.malware-box.left::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #6900c7;
}

.malware-box.right::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #6900c7;
}

.malware-box h2 {
  color: #d16cf0;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}

.malware-box.right h2 {
  color: #ffffff;
}

.malware-box ul {
  padding-left: 20px;
  list-style-type: disc;
}

.malware-box li {
  margin-bottom: 10px;
}

/*proteccion de acceso*/
.acceso-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 40px 20px;
  background-color: #fff;
  font-family: "raleway", sans-serif;
}

.acceso-content {
  max-width: 500px;
}

.acceso-content h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.2;
}

.purple-text {
  color: #be3aff;
  font-weight: 700;
}

.bold-text {
  color: #000;
  font-weight: 700;
}

.escenario {
  font-weight: 600;
  color: #dfcfd9;
  margin-top: 15px;
}

.acceso-content ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #444;
}

.acceso-content li {
  margin-bottom: 15px;
}

.acceso-content li::marker {
  color: #be3aff;
}

.acceso-img img {
  max-width: 300px;
  height: auto;
}
/*administracion de dispositivos*/
.admin-section {
  background-color: #130042;
  padding: 40px 20px;
  color: white;
}

.admin-container {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0px;
  display: flex;
  flex-direction: row;
}

.admin-image img {
  max-width: 300px;
  height: auto;
}

.admin-content {
  max-width: 700px;
}

.admin-text h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.purple-text {
  color: #be3aff;
  font-weight: bold;
  font-family: "raleway", sans-serif;
  font-weight: 900;
}

.bold-text {
  font-weight: bold;
  color: #be3aff;
  font-family: "raleway", sans-serif;
  font-weight: 900;
}

.admin-subtitle {
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid #be3aff;
  display: inline-block;
  padding-bottom: 5px;
  font-family: "raleway", sans-serif;
  font-weight: 900;
}

.admin-list1 {
  list-style: disc;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
}
.admin-list2 {
  list-style: disc;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  font-family: "raleway", sans-serif;
}
.admin-list1 {
  list-style: disc;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
}
.admin-list {
  list-style: disc;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}

.admin-list li {
  margin-bottom: 15px;
  color: #dfd1e9;
}

.admin-list li::marker {
  color: #be3aff;
}
/*Respaldo de informacion*/
.respaldo-cifrado-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  background-color: #fffaf5;
  font-family: "raleway", sans-serif;
}

.respaldo-box {
  background-color: #6402b1;
  color: white;
  padding: 30px;
  height: 300px;
  border-radius: 30px;
  max-width: 200px;
  position: relative;
}
.cifrado-box {
  background-color: #6402b1;
  color: white;
  padding: 30px;
  border-radius: 30px;
  max-width: 500px;
  position: relative;
}

.respaldo-box::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 12px 0 12px;
  border-style: solid;
  border-color: #7300b5 transparent transparent transparent;
}

.cifrado-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 12px 20px 12px;
  border-style: solid;
  border-color: transparent transparent #7300b5 transparent;
}

.respaldo-box h2,
.cifrado-box h2 {
  color: #d167e8;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.cifrado-box ul {
  padding-left: 20px;
  list-style: disc;
  color: white;
}

.cifrado-box ul li {
  margin-bottom: 15px;
}

.cifrado-box ul li::marker {
  color: #c52be0;
}

/*Digicuida pagina 05*/
.main_diginuestro-trabajo {
  z-index: 0;
  background-color: #100146;
  margin: 0px;
}

.footer-documentos {
  background-color: #100146;
  height: 140px;
  text-decoration: none;
}
