@charset "utf-8";
/****** CSS Generales *******/
body, html {
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
}
.hidden {
  display: none !important;
}

.texto-negro{
	color:#000 !important;
}

.baila{
	position: absolute;
	margin: 4px auto auto;
	left: 0;
	right: 0;
	width: 54px;
	z-index: 9;
	-webkit-animation: 1.2s infinite wobble;
	animation: 1.2s infinite wobble;
}

.baila2{
	-webkit-animation: 1.2s 4 wobble;
	animation: 1.2s 4 wobble;
}

#whatsappContacto{
	position: fixed; 
	right: 10px; 
	bottom: 10px; 
	width: 100%; 
	max-width: 60px;
	z-index: 1001;
	cursor: pointer;
	transition:all 300ms ease;
}

/*Funetes*/
@font-face {
    font-family: 'GideonRoman'; /* Nombre que le asignas */
    src: url('"../_fonts/Gideon_Roman/GideonRoman-Regular.ttf"') format('truetype'); /* Ruta del archivo */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AfacadItalicVariableFontwght'; /* Nombre que le asignas */
    src: url('"../_fonts/Afacad/Afacad-Italic-VariableFont_wght.ttf"') format('truetype'); /* Ruta del archivo */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Afacad'; /* Nombre simplificado */
    src: url('../_fonts/Afacad/Afacad-VariableFont_wght.ttf') format('truetype'); /* Ruta corregida */
    font-weight: 100 900; /* Rango de pesos si es variable */
    font-style: normal;
}


/* CSS para que un logotipo aparezca con efecto flotndo */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.fade-in-floating-image {
    animation: fadeIn 1s ease-out, float 3s ease-in-out infinite;
}

/* CSS Para la barra de Scroll */
/* Para navegadores WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 6px;  /* Hace la barra más delgada */
  height: 6px; /* Para scroll horizontal */
}

/* Estilo del "track" (fondo de la barra de scroll) */
::-webkit-scrollbar-track {
  background: #f0f0f0; /* Color de fondo sutil */
  border-radius: 10px;
}

/* Estilo del "thumb" (barra que se mueve) */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2); /* Color discreto */
  border-radius: 10px;
}

/* Cambia el color al pasar el mouse */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* Para Firefox */
* {
  scrollbar-width: thin; /* Hace la barra más delgada */
  scrollbar-color: rgba(0, 0, 0, 0.2) #f0f0f0; /* Color de la barra y fondo */
}


/***********************************************************/
/******************** Estilos maquetado ********************/
/***********************************************************/
/************* CSS Para movimiento de espefas en Inicio *************/
/* Estilos para el div de fondo */
.background-div {
    position: fixed; /* Fijo en el fondo */
    top: 0;
    left: 0;
    width: 100%; /* Ancho completo */
    height: 100%; /* Alto completo */
    background: linear-gradient(180deg, #292929, #474545); /* Degradado de colores */
    z-index: -2; /* Colocado detrás de las esferas */
}

/* Esfera inferior izquierda */
.blur-sphere-bottom-left {
    position: absolute;
    bottom: -250px; /* Mitad del diámetro hacia afuera para centrar */
    left: -250px; /* Mitad del diámetro hacia afuera para centrar */
    width: 500px; /* Diámetro */
    height: 500px; /* Diámetro */
    background: radial-gradient(circle, rgba(32, 157, 216, 0.5) 40%, rgba(32, 157, 216, 0) 70%);
    /*background: radial-gradient(circle, rgba(32, 157, 216, 0.5) 40%, rgba(32, 157, 216, 0) 70%);*/
    border-radius: 50%; /* Hace que sea una esfera */
    filter: blur(100px); /* Difuminado */
    z-index: -1; /* Colocado encima del fondo pero detrás del contenido */
    transition: all 5s ease;
}
#esfera1.mover-arriba {
   transform: translateY(-100vh);
}

/* Esfera superior derecha */
.blur-sphere-top-right {
    position: absolute;
    top: -250px;
    right: -250px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(1, 67, 244, 0.5) 40%, rgba(1, 67, 244, 0) 70%);
    /*background: radial-gradient(circle, rgba(55, 81, 126, 1) 100%, rgba(55, 81, 126, 0) 70%);*/
    border-radius: 50%;
    filter: blur(100px);
    box-shadow: 0 0 30px rgba(55, 81, 126, 0.6); /* Sombra para más definición */
    z-index: -1; /* Colocado encima del fondo pero detrás del contenido */
    transition: all 5s ease;
}
#esfera2.mover-arriba {
   transform: translateY(-500px);
}

/* Esfera inferior derecha */
.blur-sphere-bottom-right {
    position: absolute;
    bottom: -500px;
    right: -250px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(1, 67, 244, 0.5) 40%, rgba(1, 67, 244, 0) 70%);
    border-radius: 50%;
    filter: blur(100px);
    box-shadow: 0 0 30px rgba(55, 81, 126, 0.6); /* Sombra para más definición */
    z-index: -1; /* Colocado encima del fondo pero detrás del contenido */
    transition: all 5s ease;
}
#esfera3.mover-arriba {
   transform: translateY(-250px);
}
/********************************************************************/

/************* CSS Para movimiento de computadora y ano en inicio *************/
 /* Computadora */
.computadora {
    position: absolute;
    top: 35vh;
    left: 20vw;
    width: 35vw;

    z-index: 3; /* Colocado encima del fondo pero detrás del contenido */
    transition: all 5s ease;
}
#computadora.mover-arriba {
    transform: translate(-20vw, 10vh); 
}
.mano {
    position: absolute;
    top: 25vh;
    left: 45%;
    width: 30vw;

    z-index: 3; /* Colocado encima del fondo pero detrás del contenido */
    transition: all 5s ease;
}
#mano.mover-arriba {
    transform: translate(25vw, -7vh); 
}
/******************************************************************************/

/************* CSS para menu *************/
.navbar {
    position: relative;
    top: -100px; /* Fuera de la vista */
    left: 0;
    right: 0;
    z-index: 1000; /* Asegura que quede sobre otros elementos */
    transition: top 3s ease, background-color 0.5s ease; /* Transición para el movimiento y color */
    background-color: rgba(0, 0, 0, 0.3) !important; /* Transparencia inicial */
}
.navbar.show {
    top: 0; /* Posición original */
    background-color: rgba(0, 0, 0, 0.9); /* Ajusta la transparencia al llegar */
}
/*****************************************/



/************* CSS para logotipo con iluminacion overmouse *************/
.hidden2 { opacity: 0; transition: opacity 3s ease-in-out; } .show { opacity: 1; }

.logo-container {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.logo-container.show {
  opacity: 1;
  transform: scale(1);
}
.container-logo-luz {
    display: flex;
    margin: 0 auto;
    margin-top: 35vh !important;
    align-items: center;
    flex-direction: row;
    align-content: space-around;
    justify-content: center;
    flex-wrap: nowrap;
}
.image-container {
  position: relative;
  width: 800px; /* Cambia al tamaño de tus imágenes */
  height: 100px;
  overflow: hidden;
}
.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: auto;
  object-fit: cover;
}
.blue-logo {
  z-index: 1; /* Imagen azul debajo */
}
.black-logo {
  z-index: 2; /* Imagen negra encima */
  transition: mask-image 0.1s ease-out, -webkit-mask-image 0.1s ease-out;
  pointer-events: none; /* Ignorar interacción del mouse */
}
@media (max-width: 1100px) {
  .image-container {
    width: 400px; /* Cambia al tamaño de tus imágenes */
    height: 100px;
  }
  .image {
    width: 400px;
    height: auto;
  }
}
/***********************************************************************/




/************* CSS para los botones de redes sociales ************/
.card-redes-sociales {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /*justify-content: space-evenly;*/
}

.socialContainer {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgb(44, 44, 44);
    box-shadow: -2px -2px 15px #363636, 2px 2px 15px #222, inset 2px 2px 10px #444, inset -5px -5px 10px #222;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: 0.3s;
    margin-right: 20px;
}
/* instagram*/
.containerOne:hover {
    background-color: #d62976;
    transition-duration: 0.3s;
    box-shadow: -1px -1px 10px #b82366, 1px 1px 10px #d629ab, inset 3px 3px 10px #d629ab, inset -3px -3px 10px #921c51;
}

/* facebook*/
.containerThree:hover {
    background-color: #0072b1;
    transition-duration: 0.3s;
    box-shadow: -1px -1px 10px #134763, 1px 1px 10px #2e7ea8, inset 3px 3px 10px #2e7ea8, inset -3px -3px 10px #134763;
}
.socialContainer:active {
    transform: scale(0.9);
    transition-duration: 0.3s;
}
.socialSvg {
    width: 17px;
}
.socialSvg path {
    fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/************* CSS para los botones de redes sociales ************/

/* Configuración de la animación */
.contenido {
    position: absolute;  /* Posiciona el div en relación con el contenedor más cercano */
    top: -50px;  /* Inicia ligeramente arriba de la pantalla */
    left: 50%;  /* Centrado horizontal */
    transform: translateX(-50%);  /* Ajuste para centrar completamente */
    opacity: 0;  /* Comienza completamente desvanecido */
    animation: aparecer 3s ease-out forwards;
    color: aliceblue;
}

/* Definir la animación */
@keyframes aparecer {
    0% {
        top: -50px;  /* Comienza fuera de la pantalla (arriba) */
        opacity: 0;  /* Comienza invisible */
    }
    100% {
        top: 200px;  /* Posición final (100px desde el top) */
        opacity: 1;  /* Totalmente visible */
    }   
}


/**** CSS para inicio ****/
.titulo-logo{
    width:300px;
}

.titulo-general {
  color: rgb(255, 255, 255);
  font-family: "Afacad", serif;
  transition: 500ms;
  letter-spacing: 5px;
  padding: 10px;
    padding-bottom: 10px;
  padding-bottom: 0px;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 26px;
}

.titulo-card {
  color: white;
  border-bottom: 0;
}

.titulo-card {
  margin: auto;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 1rem;
  padding: 0 0 0.5rem 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-image: radial-gradient(rgb(255, 255, 255), rgba(29, 29, 29, 0)) 1;
}

.container-card-index {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
}

.cards-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  margin: 2rem 1rem;
}

.movimiento.animate-from-left, .movimiento.animate-from-top, .movimiento.animate-from-right {
  position: static;
  opacity: 1;
  transform: translateX(0) translateY(0) !important;
}

.card-proyectos {
  width: 300px;
  height: 300px;
  background: rgba(103, 225, 255, 0);
  transition: all 0.4s;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.705);
  margin: 2rem;
}

.movimiento {
  position: absolute;
  opacity: 0;
  transition: all 3s ease-in-out;
}

.movimiento:nth-child(1) {
  transform: translateX(-300px);
}

.movimiento:nth-child(2) {
  transform: translateY(-300px);
}

.movimiento:nth-child(3) {
  transform: translateX(300px);
}

.first-content {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 15px;
  position: relative;
}

.imagen-card {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 300px;
  border-radius: 16px;
}

.div-titulo {
  position: absolute;
  top: 80%;
  border-radius: 16px;
  background: linear-gradient( 0deg, #1d1d1d 0%, rgba(29, 29, 29, 0.671) 100% );
  width: 200px;
  height: 50px;
  display: flex;
}

.second-content {
  height: 0%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  transition: all 0.4s;
  transform: rotate(90deg) scale(-1);
  flex-direction: column;
}

.text-card-atras {
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  padding: 1rem;
  color: white;
}

.first-content {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 15px;
  position: relative;
}

.card-proyectos:hover .first-content {
  height: 0px;
  opacity: 0;
}

.second-content {
  height: 0%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  transition: all 0.4s;
  transform: rotate(90deg) scale(-1);
  flex-direction: column;
}

.card-proyectos:hover .second-content {
  opacity: 1;
  height: 100%;
  font-size: 1.8rem;
  transform: rotate(0deg);
}
.imagen-card {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 300px;
  border-radius: 16px;
}

.titulo-card-atras {
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  padding: 0.5rem;
  color: white;
}

.text-card-atras {
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  padding: 1rem;
  color: white;
}
.titulo-card-atras {
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 1.2rem;
  padding: 0.5rem;
  color: white;
}

/*estilos de boton visitar sitio*/
.btn-color {
  position: relative;
  font-family: inherit;
  font-weight: 200;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 16px;
  cursor: pointer;
  border: none;
  background: linear-gradient(
    90deg,
    rgba(71, 178, 228, 1) 0%,
    rgba(41, 72, 125, 1) 100%
  );
  color: white;
  overflow: hidden;
  height: 40px;
  margin-top: 1rem;
}

.img-btn-card {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}

.btn-color span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
}

.btn-color::before,
.btn-color::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.btn-color::before {
  content: "";
  background: #37517e;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.btn-color:hover::before {
  transform: translate3d(100%, 0, 0);
}

.btn-color:active {
  transform: scale(0.95);
}

/*Estilos de mobile*/

@media(max-width:1100px){
  .card-proyectos {
    width: 150px;
    height: 150px;
    margin: 0.5rem;
  }
  .card-proyectos:hover {
    transform: scale(1);
    padding: 0.5rem;
  }
  .card-proyectos:hover .second-content {
    font-size: 0.9rem;
  }
  .imagen-card {
    width: 150px;
    
    height: 150px;
  }
  .div-titulo {
    width: 150px;
    top: 0%;
    height: 150px;
    background: linear-gradient(
    0deg,
    #1d1d1d 0%,
    rgba(29, 29, 29, 0.377) 100%
  );
  border-radius: 15px;
  }
  .text-card-atras {
    display: none;
  }
  .second-content {
    transform: rotate(90deg) scale(-0.5);
  }

  .btn-color {
    font-size: 14px;
    height: 50px;
  }
}

.subtitulo-general {
    color: rgb(255, 255, 255);
    font-family: "Afacad", serif;
    transition: 500ms;
    letter-spacing: 3px;
    padding: 10px;
    padding-bottom: 10px;
    padding-bottom: 0px;
    text-align: center;
    font-weight: 200;
    font-style: normal;
    font-size: 22px;
    margin: 2rem;
}



.contenedor-links-azul{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.link-azul{
    color: white;
    padding: 5px;
    font-size: 15px;
    transition: 0.5s ease-in-out;
    letter-spacing: 2px;
    margin: 1rem;
}

.link-azul:hover{
    color: #209dd8;
    font-size: 21px;
}


.contenedor-tridimencional {
    margin: 4rem;
    border-radius: 16px;
    background: #292929;
    box-shadow: -5px -5px 15px #363636, 5px 5px 15px #222, inset 5px 5px 10px #444,
      inset -5px -5px 10px #222;
    border: none;
    padding: 2rem;
  }

.contenedor-principal {
    margin: 4rem;
    border-radius: 16px;
    background: #292929;
    box-shadow: -5px -5px 15px #363636, 5px 5px 15px #222, inset 5px 5px 10px #444, inset -5px -5px 10px #222;
    border: none;
    padding: 2rem;
}


.textos-general {
  color: rgb(255, 255, 255);
  font-family: "Afacad", serif;
  padding: 10px;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
}

.contenedor-textos-general {
  max-width: 1500px;
  margin: 2rem auto;
}


.contenedor-card{
    display: flex;
     justify-content: center; 
     align-items: center;
     flex-direction: row;
}

.card-nosotros {
  width: 250px;
  height: 300px;
  background: #292929;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 15px 15px 30px rgb(25, 25, 25), -15px -15px 30px rgb(60, 60, 60);
  border-radius: 16px;
  margin: 1rem;
}

.card-nosotros .content {
  border-radius: 16px;
  background-color: none;
  width: 250px;
  height: 300px;
  z-index: 1;
  padding: 20px;
  color: white;
  /**/
}

.content::before {
  opacity: 0;
  transition: opacity 300ms;
  content: " ";
  display: block;
  background: white;
  width: 5px;
  height: 50px;
  position: absolute;
  filter: blur(50px);
  overflow: hidden;
}

.card-nosotros:hover .content::before {
  opacity: 1;
}

.card-nosotros::before {
  opacity: 0;
  content: " ";
  position: absolute;
  display: block;
  width: 80px;
  height: 360px;
  background: linear-gradient(#29487d, #47b2e4);
  transition: opacity 300ms;
  animation: rotation_9018 8000ms infinite linear;
  animation-play-state: paused;
}

.card-nosotros:hover::before {
  opacity: 1;
  animation-play-state: running;
}

.card-nosotros::after {
  position: absolute;
  content: " ";
  display: block;
  width: 250px;
  height: 360px;
  background: #17171733;
  backdrop-filter: blur(50px);
}

@keyframes rotation_9018 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.logo-card {
  display: flex;
  margin: 0.5rem auto;
  width: 2rem;
  justify-content: center;
}
.titulo-card {
  margin: auto;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 1rem;
  padding: 0 0 0.5rem 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-image: radial-gradient(rgb(255, 255, 255), rgba(29, 29, 29, 0)) 1;
}
.text-card {
  padding: auto;
  margin: 0.8rem;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 0.9rem;
}
@media(max-width:1100px){
    .pagina-nosotros {
        background-color: #292929;
        height: 100vh;
        width: auto;
      }
    .contenedor-card{
        display: flex;
         justify-content: center; 
         align-items: center;
         flex-direction: column;
    } 
}












.titulo-servicios {
  color: rgb(255, 255, 255);
  font-family: "Afacad", serif;
  transition: 500ms;
  letter-spacing: 5px;
  padding: 10px;
  padding-bottom: 0px;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 26px;
}
.subtitulo-servicios {
  color: rgb(255, 255, 255);
  font-family: "Afacad", serif;
  transition: 500ms;
  letter-spacing: 3px;
  padding: 10px;
  padding-bottom: 0px;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 22px;
  margin: 2rem;
}

.textos-servicios {
  color: rgb(255, 255, 255);
  font-family: "Afacad", serif;
  padding: 10px;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  margin: 2rem auto;
  max-width: 1000px;
}
.lista-servicios {
  color: rgb(255, 255, 255);
  font-family: "Afacad", serif;
  padding: 10px;
  text-align: start;
  font-weight: 200;
  font-style: normal;
  font-size: 1.2rem;
  margin: 2rem auto;
  max-width: 1000px;
}
/*contenedor de texto centrado para diferentes vistas*/
.contenedor-texto-centrado{
  display: flex;
flex-direction: column;
border-radius: 1.25rem;
max-width: 1100px;
margin: 2rem auto;
}
/*iconos dentro del div centrado*/
.iconos-servicios {
  width: 60px;
  margin: 1rem auto;
}
/*Diseño de contenedor y botones negros en vista servicios*/
.contenedor-btn-negro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.btn-negro {
  margin: 10px;
  height: 3rem;
  width: 300px;
  border-radius: 16px;
  background: #292929;
  box-shadow: -5px -5px 15px #363636, 5px 5px 15px #222, 
              inset 5px 5px 10px #444, inset -5px -5px 10px #222;
  cursor: pointer;
  border: none;
  color: rgb(255, 255, 255);
  font-family: "Afacad", serif;
  transition: 500ms;
  letter-spacing: 3px;
  padding: 10px;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 1rem;
}

.btn-negro:hover {
  box-shadow: -5px -5px 15px #444, 5px 5px 15px #222, 
              inset 5px 5px 10px #222, inset -5px -5px 10px #444;
  color: #209dd8;
  transition: 500ms;
  text-shadow: 1px 1px #05293a, -1px -1px #3f3f3f;
}

.btn-negro.active-btn {
  box-shadow: -5px -5px 15px #444, 5px 5px 15px #222, 
  inset 5px 5px 10px #222, inset -5px -5px 10px #444;
color: #209dd8;
transition: 500ms;
text-shadow: 1px 1px #05293a, -1px -1px #3f3f3f;
  transition: 300ms ease-in-out;

}

@media(max-width:1100px){
  .contenedor-principal {
    margin: 2rem;
    padding: 1rem;
  }
 
    .contenedor-btn-negro{
        display: flex;
         justify-content: center; 
         align-items: center;
         flex-direction: column;
    } 
    .titulo-servicios {
      font-size: 1.1rem;
      letter-spacing: 1px;
    }
    .luz-titulo {
      width: 25rem;
    }
    .subtitulo-servicios {
      letter-spacing: 1px;
      font-size: 1rem;
      margin: 1rem;
    }
    /*edición de textos*/
    .textos-servicios {
      font-size: 1rem;
      margin: 1rem;
    }
    .lista-servicios {
      font-size: 1rem;
      margin: 1rem;
    }
}


/*diseño computadora imagen*/
.computadora-desarrollo {
  margin: 2rem auto;
  display: flex;
}
/*diseño de card servicios*/
.contenedor-card-servicios {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.card-servicios {
  width: 300px;
  height: 350px;
  background: #292929;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  box-shadow: 15px 15px 30px rgb(25, 25, 25), -15px -15px 30px rgb(60, 60, 60);
  border-radius: 16px;
  margin: 1rem;
  color: white;
}
.card-servicios::before {
  opacity: 0;
  content: " ";
  position: absolute;
  display: block;
  width: 100px;
  height: 360px;
  background: linear-gradient(#29487d, #47b2e4);
  transition: opacity 300ms;
  animation: rotation_9018 8000ms infinite linear;
  animation-play-state: paused;
  opacity: 1;
  animation-play-state: running;
}
.card-servicios::after {
  position: absolute;
  content: " ";
  display: block;
  width: 350px;
  height: 360px;
  background: #17171733;
  backdrop-filter: blur(50px);
}
.logo-card-servicios {
  display: flex;
  margin: 0.5rem auto;
  width: 2rem;
  justify-content: center;
}
.card-servicios .content-servicios {
  border-radius: 16px;
  background-color: none;
  width: 250px;
  height: 300px;
  z-index: 1;
  padding: 20px;
  color: white;
  /**/
}
.text-card-servicios {
  padding: auto;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 0.9rem;
  z-index: 10;
  color: rgb(255, 255, 255);
}

@media(max-width:1100px){
  .computadora-desarrollo {
    margin: 1rem auto;
    width: 300px;
  }
}



.ipad-servicios {
  width: 100%;
  max-width: 500px;
  flex: 1;
}
.contenedor-imagen-texto {
  display: flex;
  justify-content: center; 
  align-items: center; 
  flex-direction: row; 
  flex-wrap: wrap; 
  padding: 2rem;
  gap: 1.5rem;
}
.contenedor-texto-derecha {
  max-width: 600px;
  text-align: center;
  flex: 1; /* Le da espacio proporcional */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*diseño de texto interactivo*/
.contenedor-texto-interactivo {
  display: flex;
  justify-content: center; /* Distribuye los elementos entre sí */
  align-items: center;
  --bg-color: #212121;
  background-color: var(--bg-color);
  padding: 1rem 2rem;
  border-radius: 1.25rem;
  max-width: 600px;
  margin: 2rem auto;
}
.texto-interactivo {
  color: rgb(124, 124, 124);
  font-weight: 500;
  font-size: 25px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 40px;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.words-interactivo {
  overflow: hidden;
  position: relative;
}
.words-interactivo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
}
.word-interactivo {
  display: block;
  height: 100%;
  padding-left: 6px;
  background: -webkit-linear-gradient(#209dd8, #0130f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: spin_4991 5s infinite;
}

@keyframes spin_4991 {
  10% {
    -webkit-transform: translateY(-102%);
    transform: translateY(-102%);
  }

  25% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  35% {
    -webkit-transform: translateY(-202%);
    transform: translateY(-202%);
  }

  50% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }

  60% {
    -webkit-transform: translateY(-302%);
    transform: translateY(-302%);
  }

  75% {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
  }

  85% {
    -webkit-transform: translateY(-402%);
    transform: translateY(-402%);
  }

  100% {
    -webkit-transform: translateY(-400%);
    transform: translateY(-400%);
  }
}

@media(max-width:1100px){
  .contenedor-imagen-texto {
    flex-direction: column; /* Cambia a disposición vertical */
    align-items: center;
    padding:0;
  }
  
  .ipad-servicios,
  .contenedor-texto-derecha {
    max-width: 90%;
  }
  .contenedor-texto-interactivo {
        padding: 0.5rem 1rem;
      }
  .texto-interactivo {
    color: rgb(124, 124, 124);
    font-weight: 500;
    font-size: 15px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 20px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .words-interactivo {
    overflow: hidden;
    position: relative;
  }
  .words-interactivo::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
  }
  .word-interactivo {
    display: block;
    height: 100%;
    padding-left: 6px;
    background: -webkit-linear-gradient(#209dd8, #0130f3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: spin_4991 5s infinite;
  }
}


.card-container-sistemas {
  width: 320px;
  height: 320px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 1rem;
}
.card-sistemas {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.icono-card-sistemas {
  width: 60px;
  margin-bottom: 10px;
}
.lista-sistemas {
  padding-left: 1rem;
  text-align: start;
}
.front-content-sistemas {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card-sistemas .front-content-sistemas {
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.card-sistemas .front-content-sistemas p {
  font-size: 22px;
  font-weight: 700;
  opacity: 1;
  background: linear-gradient(-45deg, #209dd8 50%, #0130f3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.card-sistemas .content-sistemas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background: linear-gradient(-45deg, #0130f3 50%, #209dd8 100%);
  color: #e8e8e8;
  padding: 20px;
  line-height: 1.5;
  border-radius: 5px;
  pointer-events: none;
  transform: translateY(96%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.card-sistemas .content-sistemas .heading-sistemas {
  font-size: 22px;
  font-weight: 500;
}
.card-sistemas:hover .content-sistemas {
  transform: translateY(0);
}
.card-sistemas:hover .front-content-sistemas {
  transform: translateY(-30%);
}
.card-sistemas:hover .front-content-sistemas p {
  opacity: 0;
}
.contorno-blanco{
  border:2px solid white;
}
@media(max-width:1100px){
  .card-container-sistemas {
    width: 300px;
    height: 300px;
  }
  .card-sistemas .front-content-sistemas p {
    font-size: 20px;
    font-weight: 500;
  }
  .card-sistemas .content-sistemas .heading-sistemas {
    font-size: 18px;
    font-weight: 500;
  }
  .lista-sistemas {
    font-size: 15px;
  }
}




/*estilos del contenedor de los proyectos*/
.container-card-proyectos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  
}

/*estilos de card proyectos*/
.card-proyectos {
  width: 300px;
  height: 300px;
  background: rgba(103, 225, 255, 0);
  transition: all 0.4s;
  border-radius: 16px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.705);
  margin: 2rem;
}

.card-proyectos:hover {
  border-radius: 15px;
  cursor: pointer;
  transform: scale(1.1);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.705);
  background: linear-gradient(
    0deg,
    rgba(41, 41, 41, 1) 100%,
    rgba(21, 21, 21, 1) 100%
  );
  padding: 0.5rem;
}

.first-content {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 15px;
  position: relative;
}

.card-proyectos:hover .first-content {
  height: 0px;
  opacity: 0;
}

.second-content {
  height: 0%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  transition: all 0.4s;
  transform: rotate(90deg) scale(-1);
  flex-direction: column;
}

.card-proyectos:hover .second-content {
  opacity: 1;
  height: 100%;
  font-size: 1.8rem;
  transform: rotate(0deg);
}
.imagen-card {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 300px;
  border-radius: 16px;
}
.div-titulo {
  position: absolute;
  top: 80%;
  border-radius: 16px;
  background: linear-gradient(
    0deg,
    #1d1d1d 0%,
    rgba(29, 29, 29, 0.671) 100%
  );
  width: 200px;
  height: 50px;
  display: flex;
}
.titulo-card {
  color: white;
  border-bottom: 0;
}
.titulo-card-atras {
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  padding: 0.5rem;
  color: white;
}

.text-card-atras {
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  padding: 1rem;
  color: white;
}
.titulo-card-atras {
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 1.2rem;
  padding: 0.5rem;
  color: white;
}

/*estilos de boton visitar sitio*/
.btn-color {
  position: relative;
  font-family: inherit;
  font-weight: 200;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 16px;
  cursor: pointer;
  border: none;
  background: linear-gradient(
    90deg,
    rgba(71, 178, 228, 1) 0%,
    rgba(41, 72, 125, 1) 100%
  );
  color: white;
  overflow: hidden;
  height: 40px;
  margin-top: 1rem;
}

.img-btn-card {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}

.btn-color span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
}

.btn-color::before,
.btn-color::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.btn-color::before {
  content: "";
  background: #37517e;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.btn-color:hover::before {
  transform: translate3d(100%, 0, 0);
}

.btn-color:active {
  transform: scale(0.95);
}

/*Estilos de mobile*/

@media(max-width:1100px){
  .card-proyectos {
    width: 150px;
    height: 150px;
    margin: 0.5rem;
  }
  .card-proyectos:hover {
    transform: scale(1);
    padding: 0.5rem;
  }
  .card-proyectos:hover .second-content {
    font-size: 0.9rem;
  }
  .imagen-card {
    width: 150px;
    
    height: 150px;
  }
  .div-titulo {
    width: 150px;
    top: 0%;
    height: 150px;
    background: linear-gradient(
    0deg,
    #1d1d1d 0%,
    rgba(29, 29, 29, 0.377) 100%
  );
  border-radius: 15px;
  }
  .text-card-atras {
    display: none;
  }
  .second-content {
    transform: rotate(90deg) scale(-0.5);
  }

  .btn-color {
    font-size: 14px;
    height: 50px;
  }
}








/**/
.container-blog-principal {
  max-width: 1500px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
  flex-wrap: wrap;
}
.img-blog {
  margin: 1rem;
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.75);
  width: 500px;
  height: 500px;
}
.contenedor-texto-fecha {
  max-width: 700px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap: break-word;
}
.contenedor-texto-fecha::-webkit-scrollbar {
  width: 10px;
}

.contenedor-texto-fecha::-webkit-scrollbar-track {
  background: #212121;
  border-radius: 20px;
}

.contenedor-texto-fecha::-webkit-scrollbar-thumb {
  background-color: #47b2e456;
  border-radius: 20px;
  border: 2px solid #212121;
}
.fecha {
  color: rgb(255, 255, 255);
  padding: 10px;
  text-align: end;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  margin: 2rem;
}
/*comienza edición de comentarios*/
.contenedor-comentarios {
  background-color: #16161680;
  max-width: 1220px;
  max-height: 700px;
  margin: 2rem auto;
  padding: 2rem;
  border-radius: 16px;
}
.texto-comentario {
  max-width: 900px;
  color: rgb(255, 255, 255);
  padding: 10px;
  text-align: start;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  display: flex;
  align-items: start;
  margin: 0 auto;
}
.contenedor-comentario-corazon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: center;
}
.borde-blanco {
  border: 2px solid white;
  max-width: 900px;
  max-height: 100px;
  color: rgb(255, 255, 255);
  padding: 1rem;
  text-align: start;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  border-radius: 20px;
  margin: 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap: break-word;
}
.borde-blanco::-webkit-scrollbar {
  width: 2px; /* Ancho de la barra de desplazamiento */
  height: 5px; /* Altura si hay scroll horizontal */
}
/*corazon de blog*/
.ui-like {
  --icon-size: 24px;
  --icon-secondary-color: rgb(255, 255, 255);
  --icon-hover-color: rgb(211, 205, 205);
  --icon-primary-color: #47b2e4;
  --icon-circle-border: 1px solid var(--icon-primary-color);
  --icon-circle-size: 35px;
  --icon-anmt-duration: 0.3s;
  background-color: #212121;
  border: 2px solid #212121;
  box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.15), 2px 2px 2px rgba(0, 0, 0, 0.1),
    -3px -3px 2px rgba(255, 255, 255, 0.05),
    -2px -2px 1px rgba(255, 255, 255, 0.05);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  cursor: pointer;
}

.ui-like input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.ui-like .like {
  width: var(--icon-size);
  height: auto;
  fill: var(--icon-secondary-color);
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.like::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-box-shadow: 0 30px 0 -4px var(--icon-primary-color),
    30px 0 0 -4px var(--icon-primary-color),
    0 -30px 0 -4px var(--icon-primary-color),
    -30px 0 0 -4px var(--icon-primary-color),
    -22px 22px 0 -4px var(--icon-primary-color),
    -22px -22px 0 -4px var(--icon-primary-color),
    22px -22px 0 -4px var(--icon-primary-color),
    22px 22px 0 -4px var(--icon-primary-color);
  box-shadow: 0 30px 0 -4px var(--icon-primary-color),
    30px 0 0 -4px var(--icon-primary-color),
    0 -30px 0 -4px var(--icon-primary-color),
    -30px 0 0 -4px var(--icon-primary-color),
    -22px 22px 0 -4px var(--icon-primary-color),
    -22px -22px 0 -4px var(--icon-primary-color),
    22px -22px 0 -4px var(--icon-primary-color),
    22px 22px 0 -4px var(--icon-primary-color);
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.like::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: var(--icon-circle-border);
  opacity: 0;
}
.ui-like:hover .like {
  fill: var(--icon-hover-color);
}
.ui-like .contenedor-like:checked + .like::after {
  -webkit-animation: circles var(--icon-anmt-duration)
    cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation: circles var(--icon-anmt-duration)
    cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -webkit-animation-delay: var(--icon-anmt-duration);
  animation-delay: var(--icon-anmt-duration);
}
.ui-like .contenedor-like:checked + .like {
  fill: var(--icon-primary-color);
  -webkit-animation: like var(--icon-anmt-duration) forwards;
  animation: like var(--icon-anmt-duration) forwards;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ui-like .contenedor-like:checked + .like::before {
  -webkit-animation: circle var(--icon-anmt-duration)
    cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation: circle var(--icon-anmt-duration)
    cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -webkit-animation-delay: var(--icon-anmt-duration);
  animation-delay: var(--icon-anmt-duration);
}
@-webkit-keyframes like {
  50% {
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes like {
  50% {
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes circle {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  90% {
    width: var(--icon-circle-size);
    height: var(--icon-circle-size);
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes circle {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }

  90% {
    width: var(--icon-circle-size);
    height: var(--icon-circle-size);
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes circles {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes circles {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}
/*comienza edición de post relacionados*/
.post-relacionados {
  background: linear-gradient(
    90deg,
    rgba(71, 178, 228, 1) 0%,
    rgba(41, 72, 125, 1) 100%
  );
  padding: 1rem;
  margin: 1rem;
  margin-right: 0;
  width: 600px;
  height: 350px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/*Diseño de card del blog*/
.card-blog {
  width: 100%;
  max-width: 400px;
  height: 100px;
  background: #292929;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: left;
  backdrop-filter: blur(10px);
  transition: 0.5s ease-in-out;
  margin: 1rem;
}

.card-blog:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.img-blog-btn {
  width: 80px;
  height: 80px;
  margin-left: 15px;
  border-radius: 16px;
}

.card-blog:hover > .img-blog-btn {
  transition: 0.5s ease-in-out;
}

.textBox-blog {
  width: calc(100% - 90px);
  margin-left: 15px;
  color: white;
}
.textContent-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h1-blog {
  font-size: 16px;
  font-weight: bold;
}
.p-blog {
  font-size: 12px;
  font-weight: lighter;
}

@media (max-width: 1100px) {
  .ui-like {
    width: 45px;
    height: 45px;
  }
  .contenedor-comentarios {
    max-width: 380px;
    max-height: 400px;

    padding: 1rem;
  }
  .borde-blanco {
    font-size: 1rem;
    overflow-y: auto;
    overflow-x: hidden;
    word-wrap: break-word;
  }
  .post-relacionados {
    width: 380px;
    height: 300px;
  }
  .contenedor-texto-fecha {
    max-width: 350px;
  }
}


.img-blog{
    margin: 1rem;
    border-radius: 16px;
    -webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
width: 38%;
//height: 500px;
}
.contenedor-texto-fecha{
    max-width: 700px;
    max-height: 500px;
    overflow-y: auto; 
  overflow-x: hidden; 
  word-wrap: break-word;
}
.contenedor-texto-fecha::-webkit-scrollbar {
  width: 10px;              
}

.contenedor-texto-fecha::-webkit-scrollbar-track {
  background: #212121;
  border-radius: 20px;        
}

.contenedor-texto-fecha::-webkit-scrollbar-thumb {
  background-color: #47b2e456;  
  border-radius: 20px;       
  border: 2px solid #212121;
}
.fecha{
color: rgb(255, 255, 255);
  padding: 10px;
  text-align: end;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  margin: 2rem;
}
@media(max-width:1100px){
  .img-blog{
   
width: 300px;
height: 300px;
}
}








.titulo-interno {
  text-align: center;
  font-weight: 400;
  font-style: normal;
  color: white;
}
.parrafo {
  color: white;
  margin: 0.5rem 2rem;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 1rem;
}
.contenedor-mapa-info {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.mapa {
  margin: 3rem;
  width: 600px;
}
.contenedor-informacion {
  margin: 3rem;
}
.icono-contacto {
  width: 30px;
  margin: 0 10px 0 5px;
}
.pruebatexto {
  border: 2px solid rgb(255, 255, 255);
  padding: 5px 10px;
  justify-content: flex-start;
  width: 400px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 60px;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: white;
  margin: 15px;
}

.contenedor-form-imagen {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.btn-enviar {
  font-family: inherit;
  font-size: 18px;
  background: #37517e;
  color: white;
  padding: 0.4em 2em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-enviar span {
  display: block;
  margin-left: 0.5em;
  transition: all 0.3s ease-in-out;
}
.btn-enviar svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}
.btn-enviar:hover {
  background: linear-gradient(
    90deg,
    rgba(71, 178, 228, 1) 0%,
    rgba(41, 72, 125, 1) 100%
  );
}
.btn-enviar:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}
.btn-enviar:hover svg {
  transform: translateX(1.8em) rotate(45deg) scale(1.1);
}
.btn-enviar:hover span {
  transform: translateX(5em);
}
.btn-enviar:active {
  transform: scale(0.95);
}
@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}
.celular-gif {
  width: 230px;
  margin: 3rem 3rem 3rem 6rem;
}

@media(max-width:1100px){
  .pruebatexto {
    width: 330px;
    height: 40px;
    display: flex;
    font-size: 14px;
    color: white;
    margin: 10px;
    padding: 5px;
  }
  .icono-contacto {
    width: 30px;
    margin: 0 10px 0 0px;
  }
 
  .mapa {
    width: 330px;
    margin: 1rem;
  }
  .contenedor-mapa-info {
    margin: 0 !important;
    flex-direction: column;
  }
  .contenedor-informacion {
    margin: 1rem;
  }
  .contenedor-form-imagen {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .celular-gif {
    width: 230px;
    margin: 1rem !important;
  }
}







.App {
  height: 100%;
  width: 100%;
  font-family: "Afacad", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  width: 100vw;
  min-height: 100vh;
  user-select: none; /* Evita la selección de texto */
  -webkit-user-modify: read-only; /* Safari específico */
 }
 /* styles.css */
*:focus {
  outline: none; /* Elimina el contorno de enfoque global */
}
/*Diseño de contenedor de titulo con luz*/
.contenedor-titulo-con-luz {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

/*edicion de textos dentro de servicios*/
.titulo-general {
  color: rgb(255, 255, 255);
  font-family: "Afacad", serif;
  transition: 500ms;
  letter-spacing: 5px;
  padding: 10px;
  padding-bottom: 0px;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 26px;
}
.subtitulo-general {
  color: rgb(255, 255, 255);
  font-family: "Afacad", serif;
  transition: 500ms;
  letter-spacing: 3px;
  padding: 10px;
  padding-bottom: 0px;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 22px;
  margin: 2rem;
}
.contenedor-textos-general{
  max-width: 1500px;
  margin: 2rem auto;
  
}
.textos-general {
  color: rgb(255, 255, 255);
  font-family: "Afacad", serif;
  padding: 10px;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  
}

/*diseño de formularios en página*/
.container-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 600px;
  max-height: 500px;
  padding: 40px;
  border-radius: 15px;
  box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 1),
    inset -1px -1px 5px rgba(255, 255, 255, 0.6);
    margin: 1rem;
    margin-left: 0;
}

.titulo-form {
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
  color: white;
  font-weight: 200;
}
.form {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  backface-visibility: hidden;
  align-items: center !important;
  flex-direction: column;
  flex-wrap: nowrap;
}
.form-imputs {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
}

.input {
  font-size: 0.8rem;
  width: 245px;
  min-height: 40px;
  color: #fff;
  outline: none;
  transition: 0.35s;
  padding: 0px 7px;
  background-color: #212121;
  border-radius: 6px;
  border: 2px solid #212121;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 1),
    1px 1px 10px rgba(255, 255, 255, 0.6);
  margin: 10px;
}
.input-mensaje {
  font-size: 0.8rem;
  width: 520px;
  min-height: 80px;
  color: #fff;
  outline: none;
  transition: 0.35s;
  padding: 0px 7px;
  background-color: #212121;
  border-radius: 6px;
  border: 2px solid #212121;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 1),
    1px 1px 10px rgba(255, 255, 255, 0.6);
  margin: 10px;
}
.input::placeholder {
  color: #999;
}
.input:focus.input::placeholder {
  transition: 0.3s;
  opacity: 0;
}
.input:focus {
  outline: none;
  border: 2px solid #47b2e4;
  transform: scale(1.05);
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 1),
    1px 1px 10px rgba(255, 255, 255, 0.6), inset 2px 2px 10px rgba(0, 0, 0, 1),
    inset -1px -1px 5px rgba(46, 132, 189, 0.6);
}
.input-mensaje::placeholder {
  color: #999;
}
.input-mensaje:focus.input-mensaje::placeholder {
  transition: 0.3s;
  opacity: 0;
}
.input-mensaje:focus {
  outline: none;
  border: 2px solid #47b2e4;
  transform: scale(1.05);
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 1),
    1px 1px 10px rgba(255, 255, 255, 0.6), inset 2px 2px 10px rgba(0, 0, 0, 1),
    inset -1px -1px 5px rgba(46, 132, 189, 0.6);
}

/**/
@media(max-width:1100px){
  
    .titulo-general {
      font-size: 1.1rem;
      letter-spacing: 1px;
    }
    .luz-titulo {
      width: 25rem;
    }
    .subtitulo-general {
      letter-spacing: 1px;
      font-size: 1rem;
      margin: 1rem;
    }
    /*edición de textos*/
    .textos-general {
      font-size: 1rem;
      margin: 1rem;
    }
    .container-form {
      width: 350px;
      padding: 15px;
      margin: 1rem;
    }
    
    .titulo-form {
      font-size: 16px;
    }
    .form {
      display: flex;
      justify-content: space-evenly;
      gap: 20px;
      backface-visibility: hidden;
      align-items: center !important;
      flex-direction: column;
      flex-wrap: nowrap;
    }
    .form-imputs {
      display: flex;
      justify-content: center;
      flex-direction: column;
      flex-wrap: wrap;
      align-content: space-between;
    }
    .input {
      width: 200px;
      min-height: 35px;
    }
    .input-mensaje {
      width: 200px;
      min-height: 70px;
    }
    
}






/***********************************************************/
/***********************************************************/
/***********************************************************/