:root {
  --color-diseño-web:  rgb(105, 250, 218); 
  --color-diseño-grafico:  rgb(241, 160, 10);
  --color-produccion-audiovisual:  rgb(223, 61, 129);
  --color-titulo-1: rgb(255, 255, 255);
  --color-titulo-2: rgb(0, 0, 0);
  --color-azul-fondo:rgb(10, 20, 31);
  --color-azul-fondo2:rgb(30, 61, 93);
  
  
  
  

  --color-turquesa :#007C73;
  --color-turquesa-claro: #00EABB;
  --color-naranja:#FFA15F;
  --color-trasnp-naranja:#ffa25f80;
  --color-rosa:#CD3E55;
  --color-gris:#29343B;
  --color-rosa-ocuro:#933B64;
  --color-rosa-oscuro-2:#381627;
  --color-beige:#82957D;
  --color-gris : #333;
  --color-gris-2 :#304043;
  --color-gris-3 :#23212F;
  --color-oscuro-1: #0E1C2D;


  

}



* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
  }
  
  h1 {
    margin: 0;
    font-size: xx-large;
    font-family: "Open Sans", sans-serif;
  }
  
h2 h3 a {
  font-family: "Open Sans", sans-serif;
}

.boton{
  height: 30px;
  width: 200px;
  cursor: pointer;
  border: none;
  background-color: var(--color-turquesa);
  border-radius: 5px;
  color: white;

}
.boton:hover{
  background-color: var(--color-turquesa-claro);
}
/* ---------------  whatsapp2 -------------------*/

.whatsapp-greeting {
  color: black;
  background-color: var(--);
  z-index: 5000000;
  right: 90px;
  bottom: 30px;
  height: 30px;
  width: 130px;
  border-radius: 15px;
  text-align: center;
  padding: 5px;
  font-size: large;
  box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.2);

}

/* Estilo inicial del greeting que está oculto */
.whatsapp-greeting {
  display: none;
  position: fixed;
}

@keyframes moveUpDown {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(5px); /* Puedes ajustar la distancia según tus necesidades */
  }
}

.whatsapp-icon  {
  /* Otros estilos... */
  animation: moveUpDown 2s infinite; /* Puedes ajustar la duración según tus necesidades */
}

/* Estilos para el botón de WhatsApp fijo en la esquina inferior derecha */
#whatsappBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
  cursor: pointer;
  box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 99999; /* Asegura que esté por encima de otros elementos */
  background-image: url(img/whatsapp-logo.webp);
  background-repeat: no-repeat;
  background-size: 80%; /* Aquí ajusta el tamaño según tus necesidades */
  background-position: center; /* Centro la imagen */
  display: flex;
  align-items: center;
  justify-content: center;
}


  

.mensaje__whatsapp {
  height: 340px;
  width: 320px;
  border-radius: 10px;
  background-color: #e6ddd4;
  position:absolute;
  z-index: 50;
  bottom: 0;
  right: 30px;
  position: fixed;
  bottom: 95px;
  overflow: hidden;  
  
  box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.2);
  
}



.mensaje__whatsapp img {
  transform: scale(1.6);
  opacity: 11%;
  
}

.mensaje__whatsapp__globo {
  /* background-color: #000000; */
  height: 40px;
  width: 260px;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
 
}

.mensaje__whatsapp__globo_1 {
  
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
  border-top: 20px solid rgb(255, 255, 255);    
  z-index: 3;
  position: absolute;
  left: 5px;
  bottom: 15px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0px, 0.2)
  
}


.mensaje__whatsapp__globo_2 {
  background-color: rgb(255, 255, 255); 
  height: 15px;
  width: 200px;
  z-index: 3;
  border-radius: 10px; 
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: small;
  padding: 15px;
  color: rgb(119, 116, 116);
 
  font-family: "Poppins", sans-serif;
  font-weight: 1000;
  font-style: normal;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1)
}

.mensaje__whatsapp__x {
  position: absolute;
  background-color: #3a3939;
  color: #fbfdff;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  font-size: large;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 8px;
  top: 10px;
  font-family: "Poppins", sans-serif;
  font-style: normal;   
  cursor: pointer;
  transition: background-color 0.5s; 
  border: none;
  z-index: 500;
  text-decoration: none;
}

.mensaje__whatsapp__x:hover {
  background-color: red; /* Cambia el color de fondo en hover */
}

.mensaje__whatsapp__x:not(:hover) {
  background-color: #3a3939; /* Vuelve al color original cuando no está en hover */
}
.dialogo.hidden {
  display: none;
}


.mensaje__whatsapp__dialogo {
  position: relative;
  background-color: #f5ecec;
  height: 70px;
  width: 320px;
  z-index: 5;
  opacity: 100%;
  top: 270px;
  display: flex;
  justify-content: space-evenly;
  align-items:center;
    
}

#dialogo {
  z-index: 50000;
}
.mensaje__whatsapp__chat {
  position: relative;
  background-color: #ffffff;
  z-index: 500;
  height: 20px;
  width: 200px;
  border-radius: 25px;
  border: none;
}



.mensaje-input {
  text-align: center;
  text-align:start;
  border-radius: 25px;
  border: 1px solid #ccc;
  padding: 20px 35px;
}

.mensaje-input:focus {
  outline: none;
  border: 1px solid #4CAF50;
}
.mensaje__whatsapp__enviar {
  position: relative;
  background-color: #30d654;
  z-index: 500;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background-image: url(img/boton-enviar.png);
  background-repeat: no-repeat;
  background-size: 50%; /* Aquí ajusta el tamaño según tus necesidades */
  background-position: center; /* Centro la imagen */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;

}




  /*---------- NAVEGADOR------------ */

  body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .navegacion {
    height: 70px;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: space-around;
    padding: 25px 0px;
    align-items: center;
    position: fixed;
    text-transform: uppercase;
    font-weight: bold;
    font-size: small;
    z-index: 500;
  }

  
  .navegacion a {
    text-decoration: none;
    position: relative;
  }
  
  .navegacion a::before, .navegacion a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    top: 20px;
    transition: all 0.3s ease;
  }
  
  .navegacion a:hover::before, .navegacion a:hover::after {
    width: 60%;
  }
  
  .navegacion a::before {
    left: 50%;
    background-color: var(--color-naranja);
    transform-origin: right;
  }
  
  .navegacion a::after {
    right: 50%;
    background-color: var(--color-naranja);
    transform-origin: left;
  }
  
  .logo {
    height: 180px;
  }
  
  .nav-menu {
    display: flex;
    gap: 25px;
    text-decoration: none;
  }
  
  .menu {
    text-decoration: none;
    color: var(--color-turquesa-claro);
    transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  }
  
  .menu:hover {
    color: var(--color-trasnp-naranja);
    text-shadow: 0 0 2px var(--color-trasnp-naranja);
  }
  
  .activo {
    color: var(--color-naranja);
    text-shadow: 0 0 1px var(--color-trasnp-naranja);
  }
  
  .menu-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }
  
  .bar {
    height: 2px;
    width: 35px;
    background-color: white;
    margin: 6px 0;
  }
  
  @media screen and (max-width: 768px) {
    .nav-menu {
      display: none;
      flex-direction: column;
      justify-content: start;
      align-items: center;
      position: absolute;
      top: 50px;
      left: 0;
      width: 100%;
      height: 800px;
      background-color: black;
      padding: 150px 0px;
      gap: 80px ;
      
    }
  
    .menu-icon {
      display: flex;
    }
  
    .navegacion.show .nav-menu {
      display: flex;
    }
    .navegacion {
      display: flex;
      justify-content: end;
      padding: 20px;
    }
    .logo {
      position: absolute;
      left: 0;
      padding: 5px;
      
    }

  }
 
  
  @media screen and (max-width: 768px) {
    .close-icon {
      display: block;
    }
  
    .navegacion.show .menu-icon {
      display: none;
    }
  
    .navegacion.show .close-icon {
      display: block;
    }
    .close-icon {
      font-size: 14px;
      color: rgb(255, 255, 255);
      cursor: pointer;
      position: absolute;
      font-weight: lighter;
      display: none;
      font-size: xxx-large;
    }
  }
  


/* ----------PRESENTACION----------- */

  
  .presentacion {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: url(img/fondo-inicio3.png);
    background-position:  center center;
    background-size: cover;
    color: white;
  }
  


  .presentacion::before {
    content: ''; /* Asegúrate de que el pseudo-elemento tenga contenido */
    position: absolute; /* Posición absoluta para cubrir completamente el contenedor */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Color negro con opacidad */
  }


  .presentacion h1 {
    text-transform: uppercase;
    font-size: xx-large;
  
  }

  
  .presentacion p {
    font-size: x-large;
  }

  .presentacion__info {
    position: relative;
    height: 700px;
    width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
  }  
 

  .presentacion__img {
    height: 700px;
    width: 700px;
    background-image: url(img/fondo-inicio3.png);
    background-position: center center;
    background-repeat: no-repeat ;
    background-size: cover;
    background-color: #8f9c41;
  }





  






/* BOTON 2 */



.bnt-inicio a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  color: var(--color-turquesa-claro);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  transition: 0.2s;
  border-radius: 15px;
  background-color: var(--color-gris);
  

 }


 .bnt-inicio a:hover {
  color: #255784;
  background-color:var(--color-turquesa-claro);
  box-shadow: 0 0 10px var(--color-turquesa-claro), 0 0 40px var(--color-turquesa-claro), 0 0 80px var(--color-turquesa-claro);
  transition-delay: 1s;
 }

 .bnt-inicio a span {
  position: absolute;
  display: block;
 }

 .bnt-inicio a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,transparent,var(--color-turquesa-claro));
 }


 .bnt-inicio a:hover span:nth-child(1) {
 
  left: 100%;
  transition: 1s;
 }


 .bnt-inicio a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg,transparent,var(--color-turquesa-claro));
 }


 .bnt-inicio a:hover span:nth-child(3) {
  right: 100%;
  transition: 1s;
  transition-delay: 0.5s;
 }


 .bnt-inicio a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg,transparent,var(--color-turquesa-claro));
 }


 .bnt-inicio a:hover span:nth-child(2) {
  top: 100%;
  transition: 1s;
  transition-delay: 0.25s;
 }


 .bnt-inicio a span:nth-child(4) {
  top: 100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg,transparent,var(--color-turquesa-claro));
 }


 .bnt-inicio a:hover span:nth-child(4) {
  top: -100%;
  transition: 1s;
  transition-delay: 0.75s;
 }
 


/*--------------------- SECCION SERVICIOS (NEON) */

  

.container {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  color: white;
}

.session-servicios {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap ;
  justify-content: center;
}


.logo-web {
  height: 80px;
  
  }
  

  .container{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    background: linear-gradient(to bottom, var(--color-gris-3) 0%, var(--color-oscuro-1) 100%);
    gap: 50px;
    
    
  }
  
  .card-borde {
    border: 2px solid rgba(40, 140, 255, 0.288);
    
  }





.container .card{
  position: relative;
  
  
}

.card .face{
  width:300px;
  height: 200px;
  transition:.5s;
  
}

.face1 {
  justify-content: center;
  align-content:center;
  align-items: center;
}

.container .card .face.face1{
  position: relative;
  background: #333;
  display: flex;
  z-index: 1;
  transform: translateY(100px);
}

.container .card:hover .face.face1{
  transform: translateY(0);
  box-shadow: 0 0 17px 3px rgb(105, 250, 218), 0 0 4px 2px rgb(101, 253, 220);

  }

.container .card:hover .face.face1b{
  transform: translateY(0);
  box-shadow: 0 0 17px 3px rgb(241, 160, 10), 0 0 4px 2px rgb(241, 160, 10);
  
}

.container .card:hover .face.face1c{
  transform: translateY(0);
  box-shadow: 0 0 17px 3px rgb(223, 61, 128), 0 0 4px 2px rgb(223, 61, 128);
  
}

.container .card .face.face1 .content{
  opacity: .2;
  transition:  0.5s;
  text-align: center; 
  
}

.container .card:hover .face.face1 .content{
  opacity: 1;
 
}

.container .card .face.face1 .content i{
  font-size: 3em;
  color: white;
  display: inline-block;
   
}

.container .card .face.face1 .content h3{
  font-size: 1em;
  color: white;
  text-align: center;
  

}

.container .card .face.face1 .content a{
   transition: .5s;
}

/* FACE texto y boton */

.face2 {
  padding: 20px;
  display: flex;
  align-items:baseline;
  line-height: 1.5;
  
}

.container .card .face.face2{
  
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0,0,0,.8);
  transform: translateY(-100px);
  background-color: #8a8a8a38;
  border: 0.2px solid rgba(16, 84, 161, 0.288);
  border-radius: 8px;
  transition: .6s;
  
}

.container .card:hover .face.face2{
    transform: translateY(0);


}

.container .card .face.face2 .content p, a{
  font-size: 10pt;
  margin: 0 ;
  padding: 0;
  
}






/* ---BOTON Ver mas ---------------*/


.btn {
  position: absolute;
  padding: 10px 15px;
  text-decoration: none;
  right: 25px;
  bottom: 25px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: 0.4s;
  border: 1px solid;
  color:#d1d0d0;
}



.btn span:nth-child(n) {
  position: absolute;
  width: 10px; 
  height: 10px;
  border: 3px solid;
  transition: 0.4s;
}

.btn span:nth-child(1) {
  
  right: 10%; 
  top: -15%;
  background-color: white;
 
}

.btn span:nth-child(2) {
left: 10%;
bottom: -10px;
}


.btn-1:hover {
  /* Efecto de borde estilo neon */
  box-shadow: 0 0 10px 3px rgb(105, 250, 218), 0 0 1px 2px rgb(101, 253, 220);
  background-color: #3a3939;
  color: rgb(101, 253, 220);
}
  
.btn-1:hover span:nth-child(1) {
  
  right: 80%; 
  transform: rotate(90deg);
  background-color: rgba(105, 250, 218, 0.8);
  border-color: rgba(105, 250, 218, 0.8);
    
}


.btn-1.btn-1:hover span:nth-child(2) {
  left: 80%;
  transform: rotate(90deg);
  border: 3px solid rgba(105, 250, 218, 0.8);
  
  }






 .btn-2:hover {
  /* Efecto de borde estilo neon */
  box-shadow: 0 0 10px 3px rgba(255, 152, 33, 0.76), 0 0 1px 2px rgba(255, 152, 33, 0.76);
  background-color: #3a3939;
  color: rgba(255, 152, 33, 0.76);
}
  
.btn-2:hover span:nth-child(1) {
  
  right: 80%; 
  transform: rotate(90deg);
  background-color: rgba(255, 152, 33, 0.76);
  border-color: rgba(255, 152, 33, 0.76);
   
}


.btn-2:hover span:nth-child(2) {
  left: 80%;
  transform: rotate(90deg);
  border: 3px solid rgba(255, 152, 33, 0.76);
  
  }





  .btn-3:hover {
    /* Efecto de borde estilo neon */
    box-shadow: 0 0 10px 3px  rgba(223, 61, 129, 0.76), 0 0 1px 2px rgba(223, 61, 129, 0.76);
    background-color: #3a3939;
    color:  rgba(223, 61, 129, 0.76);
  }
    
  .btn-3:hover span:nth-child(1) {
    
    right: 80%; 
    transform: rotate(90deg);
    background-color:  rgba(223, 61, 129, 0.76);
    border-color:  rgba(223, 61, 129, 0.76);
     
  }
  
  
  .btn-3:hover span:nth-child(2) {
    left: 80%;
    transform: rotate(90deg);
    border: 3px solid  rgba(223, 61, 129, 0.76);
    
    }
  
.btn:hover {
  color: white;
  border: 0.5px solid;
}
  





/* -----------------SECCION PLACAS DE SERVICIOS */




.contenedor-placas {
/* background-color: rgb(23, 34, 32); */
color: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0;
line-height: 1.5;
}

#placas-diseño-web {
  background-color: rgb(8, 34, 33);
  padding: 40px 0px;
  
}
#placas-diseño-grafico {
  background-color: rgb(46, 33, 14);
  padding: 40px 0px;
}
#placas-produccion-audiovisual {
  background-color: rgb(39, 17, 34);
  padding: 40px 0px;
}


.tarjeta:after {
  content: '';
  position: absolute;
  top: 150%;
  left: -200px;
  width: 120%;
  transform: rotate(50deg);
  background-color: #fff;
  height: 18px;
  filter: blur(30px); 
  opacity: 0.5;
  transition: 1s;
}
.tarjeta:hover:after {
  width: 225%;
  top:-100%
}

.tarjeta h2 {
  color: #e0f0f3;
  letter-spacing: 1px;
}

.tarjeta p {
  color: #fff;
}

.tarjeta:hover {
  background-color: transparent;
  transform: translateY(-8px);
  border-color: #29f5b1;
}
@media screen and (max-width:1200px ) { 
    .tarjetas {
      grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width:900px ) { 
  .tarjetas {
    grid-template-columns: repeat(2,1fr);
  }
}




















/* SERVICIOS COMPLETOS */



.contenedor-placas {
    text-align: center
}


.contenedor-placas h1 {
  text-transform: uppercase;
  padding: 40px;
}

.servicios-wrapper {
  padding: 40px 0px;
}
.contenedor-servicios2 {
 display: flex;
 justify-content: start;
   
}

.tarjetas {
display: flex;
gap: 25px;
flex-wrap: wrap ;
justify-content: center;
}

.tarjeta {
  height: 360px;
  width: 340px;
  background-color: #8a8a8a38;
  
  border: 2px solid rgba(16, 84, 161, 0.288);
  border-radius: 8px;
  transition: .6s;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 15px;
  text-align: start;
}



.tarjeta:after {
  content: '';
  position: absolute;
  top: 150%;
  left: -200px;
  width: 120%;
  transform: rotate(50deg);
  background-color: #fff;
  height: 18px;
  filter: blur(30px); 
  opacity: 0.5;
  transition: 1s;
}
.tarjeta:hover:after {
  width: 225%;
  top:-100%
}

.tarjeta h2 {
  color: #e0f0f3;
  letter-spacing: 1px;
  
}

.tarjeta p {
  color: #fff;
}

.tarjeta:hover {
  background-color: transparent;
  transform: translateY(-8px);
  border-color: #29f5b1;
}
@media screen and (max-width:1200px ) { 
    .tarjetas {
      grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width:900px ) { 
  .tarjetas {
    grid-template-columns: repeat(2,1fr);
  }
}
















/* BOTON NEON ----- */

.contenedor3 {
  background-color: #393a2a54;
  
}

.wrapper {
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  
}
.wrapper a {
  text-decoration: none;
}
.main-div {
  position: relative;
  margin: 10px;
  background-color: transparent;
}

.main-div1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
  -webkit-box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
          box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
  z-index: -1;
  -webkit-animation-name: yellow-shadow;
          animation-name: yellow-shadow;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.main-div1::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  -webkit-box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff;
          box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff;
  z-index: -1;
  -webkit-animation-name: cyan-shadow;
          animation-name: cyan-shadow;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.main-div2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
          box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
  z-index: 1;
  -webkit-animation-name: gradient-shadow;
          animation-name: gradient-shadow;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.main-div3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -webkit-box-shadow: 0 0 17px 3px var(--color-naranja),0 0 4px 2px var(--color-naranja);
          box-shadow: 0 0 17px 3px var(--color-naranja),0 0 4px 2px var(--color-naranja);
  z-index: -1;
  -webkit-animation-name: half-yellow-shadow;
          animation-name: half-yellow-shadow;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.main-div3::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  -webkit-box-shadow: 0 0 17px 3px var(--color-turquesa-claro),0 0 4px 2px var(--color-turquesa-claro);
          box-shadow: 0 0 17px 3px var(--color-turquesa-claro),0 0 4px 2px var(--color-turquesa-claro);
  z-index: -1;
  -webkit-animation-name: half-cyan-shadow;
          animation-name: half-cyan-shadow;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wrapper h1 {
  font-size: 50px;
  margin: 0;
  position: relative;
  z-index: 3;
  padding: 20px;
  background-color: #060C1F;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@-webkit-keyframes yellow-shadow {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: 50%;
    left: 0;
  }
  50% {
    top: 50%;
    left: 50%;
  }
  75% {
    top: 0;
    left: 50%;
  }
  100% {
    top: 0;
    left: 0;
  }
}

@keyframes yellow-shadow {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: 50%;
    left: 0;
  }
  50% {
    top: 50%;
    left: 50%;
  }
  75% {
    top: 0;
    left: 50%;
  }
  100% {
    top: 0;
    left: 0;
  }
}

@-webkit-keyframes cyan-shadow {
  0% {
    right: 0;
    bottom: 0;
  }
  25% {
    right: 0;
    bottom: 50%;
  }
  50% {
    right: 50%;
    bottom: 50%;
  }
  75% {
    right: 50%;
    bottom: 0;
  }
  100% {
    right: 0;
    bottom: 0;
  }
}

@keyframes cyan-shadow {
  0% {
    right: 0;
    bottom: 0;
  }
  25% {
    right: 0;
    bottom: 50%;
  }
  50% {
    right: 50%;
    bottom: 50%;
  }
  75% {
    right: 50%;
    bottom: 0;
  }
  100% {
    right: 0;
    bottom: 0;
  }
}

@-webkit-keyframes gradient-shadow {
  0% {
    -webkit-box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
            box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
  }
  20% {
    -webkit-box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff;
            box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff;
  }
  40% {
    -webkit-box-shadow: 0 0 17px 3px #0f0,0 0 4px 2px #0f0;
            box-shadow: 0 0 17px 3px #0f0,0 0 4px 2px #0f0;
  }
  60% {
    -webkit-box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
            box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
  }
  80% {
    -webkit-box-shadow: 0 0 17px 3px #f00,0 0 4px 2px #f00;
            box-shadow: 0 0 17px 3px #f00,0 0 4px 2px #f00;
  }
  100% {
    -webkit-box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
            box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
  }
}

@keyframes gradient-shadow {
  0% {
    -webkit-box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
            box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
  }
  20% {
    -webkit-box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff;
            box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff;
  }
  40% {
    -webkit-box-shadow: 0 0 17px 3px #0f0,0 0 4px 2px #0f0;
            box-shadow: 0 0 17px 3px #0f0,0 0 4px 2px #0f0;
  }
  60% {
    -webkit-box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
            box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01;
  }
  80% {
    -webkit-box-shadow: 0 0 17px 3px #f00,0 0 4px 2px #f00;
            box-shadow: 0 0 17px 3px #f00,0 0 4px 2px #f00;
  }
  100% {
    -webkit-box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
            box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0;
  }
}

@-webkit-keyframes half-yellow-shadow {
  0% {
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
  }
  16.66% {
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
  }
  32.32% {
    top: 0;
    left: 50%;
    height: 50%;
    width: 50%;
  }
  49.98% {
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
  }
  66.64% {
    top: 50%;
    left: 0;
    height: 50%;
    width: 100%;
  }
  83.3% {
    top: 50%;
    left: 0;
    height: 50%;
    width: 50%;
  }
  100% {
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
  }
}

@keyframes half-yellow-shadow {
  0% {
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
  }
  16.66% {
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
  }
  32.32% {
    top: 0;
    left: 50%;
    height: 50%;
    width: 50%;
  }
  49.98% {
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
  }
  66.64% {
    top: 50%;
    left: 0;
    height: 50%;
    width: 100%;
  }
  83.3% {
    top: 50%;
    left: 0;
    height: 50%;
    width: 50%;
  }
  100% {
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
  }
}

@-webkit-keyframes half-cyan-shadow {
  0% {
    bottom: 0;
    right: 0;
    height: 50%;
    width: 50%;
  }
  16.66% {
    bottom: 0;
    right: 0;
    height: 50%;
    width: 100%;
  }
  32.32% {
    bottom: 0;
    right: 50%;
    height: 50%;
    width: 50%;
  }
  49.98% {
    bottom: 50%;
    right: 50%;
    height: 50%;
    width: 50%;
  }
  66.64% {
    bottom: 50%;
    right: 0;
    height: 50%;
    width: 100%;
  }
  83.3% {
    bottom: 50%;
    right: 0;
    height: 50%;
    width: 50%;
  }
  100% {
    bottom: 0;
    right: 0;
    height: 50%;
    width: 50%;
  }
}

@keyframes half-cyan-shadow {
  0% {
    bottom: 0;
    right: 0;
    height: 50%;
    width: 50%;
  }
  16.66% {
    bottom: 0;
    right: 0;
    height: 50%;
    width: 100%;
  }
  32.32% {
    bottom: 0;
    right: 50%;
    height: 50%;
    width: 50%;
  }
  49.98% {
    bottom: 50%;
    right: 50%;
    height: 50%;
    width: 50%;
  }
  66.64% {
    bottom: 50%;
    right: 0;
    height: 50%;
    width: 100%;
  }
  83.3% {
    bottom: 50%;
    right: 0;
    height: 50%;
    width: 50%;
  }
  100% {
    bottom: 0;
    right: 0;
    height: 50%;
    width: 50%;
  }
}








/* -----------------ABOUT------------------ */

.about {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  
}
.about a {
  text-decoration: none;
}

 .about-contenedor-pincipal {
  
  color: rgb(0, 0, 0);
  height: auto;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 25px;
  
    
} 

.about-social img {
  height: 35px;
 padding: 5px;
}

.about-contenedor-personal {
  height: 400px;
  width: 300px;
  /* background-color: var(--color-gris); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  border: 1px solid var(--color-beige);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  background-color: rgba(245, 222, 179, 0.055);
  background: linear-gradient(to right, #ffffff, #f2f2f2);
  background-image: url(img/textura-2.png);
  background-size: cover;
  
  
 }

.foto-about img {
  height: 90px;
  border-radius: 50px;
  border: 2px solid rgb(0, 0, 0);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.11);

}






/* ----------------CONTACTO-------------------- */


/* .contacto-contenedor {
  width: 100%;
  height: 100vh;
  background-color: #255784;
  display: flex;
  align-items: center;
  justify-content: center;
}

form {
  background: white;
  display: flex;
  flex-direction: column;
  padding: 2% 4%;
  width:90% ;
  max-width: 600px;
  border-radius: 10px;
}

form h3 {
  color: #82957D;
  font-weight: 800;
  margin-bottom: 20px;
}

form input, form textarea {
  border: 0;
  margin: 10px 0;
  padding: 20px;
  outline: none;
  background: rgb(204, 203, 203);
  font-size: 16px; 
}

form button {
  padding: 15px;
  background: orangered ;
  color: white;
  font-size: 18px;
  border: 0;
  outline: none;
  cursor:pointer;
  width: 150px;
  height: 20px;
  margin:  20px auto 0;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;

} */

/* contacto rulo */




.contenido__contacto {
  background-size: contain;
  padding: 50px 10px;
}

.titulo__contacto {
  display: flex;
  flex-direction: column;
  background-color: var(--color-beige);
  width: 100%;}


.formulario {
  background-size: cover;
  background-color: var(--color-oscuro-1);
  width: min(50rem, 100%);
  margin: 0 auto;
  padding: 25px;
  border-radius: 1rem;
}

.formulario fieldset {
  border: none;
}

.formulario legend {
  text-align: center;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2rem;
  color: var(--color-naranja);
}

.campo {
  margin-bottom: 1rem;
}
.campo label {
  color: var(--color-rosa);
  font-weight: bold;
  margin-bottom: .5rem;
  display: block;
}
.input-text {
  width: 100%;
  border: none;
  padding: 1.5rem;
  border-radius: .5rem;
}
.enviar .boton {
  color: var(--color-naranja);
  width: 100%;
}
.campo textarea{
  height: 20rem;}
.form__information {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.5rem;
}  
.form__information p {
  color: rgb(12, 38, 70);}
.fa-phone {
  font-size: 1.6rem;
  margin: 5px;
}
.call {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}




/* ----------------FOOTER-------------------- */



.footer-container {
background-color: #000000;
 display: flex;
 flex-direction: column;
 color: white;
 align-items: center;

}



.logo2 {
  
height: 50px;
}


.contenedor-logo {
  padding: 25px ;

}

.footer-section-social img {
  height: 50px;
}


.footer-section-social a {
padding: 8px;
}



.footer-section-social a img {
  transition: filter 0.3s ease; /* Agrega una transición para suavizar el cambio */
}

.footer-section-social a:hover img {
  filter: brightness(50%); /* Cambia el brillo al 50% en hover, puedes ajustar el valor según tus necesidades */

}



.footer-navegacion a {
    position: relative;
 
}

.footer-navegacion a::before, .footer-navegacion a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  top: 20px;
  transition: all 0.3s ease;
  
}

.footer-navegacion a:hover::before, .footer-navegacion a:hover::after {
  width: 60%;
}

.footer-navegacion a::before {
  left: 50%;
  background-color: rgb(243, 162, 56);
  transform-origin: right;
}

.footer-navegacion a::after {
  right: 50%;
  background-color: rgb(243, 162, 56);
  transform-origin: left;
  
}



.footer-nav-menu {
list-style: none;
display: flex;
gap: 20px;
padding: 15px;



}



.footer-menu {
  text-decoration: none;
  color: rgb(112, 231, 205);
  transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

.footer-menu:hover {
  color: rgba(243, 162, 56, 0.623);
  text-shadow: 0 0 2px rgba(243, 162, 56, 0.253);
}




.creditos {
  height: 20px;
  display: flex;
  align-items: center;
  font-size: small;
  gap: 10px;
  border: #000000;
  
}

.creditos img {
  height: 20PX;
}

