@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');


.contenido-principal {
    padding: 60px 20px;
    text-align: center;
}


.titulo-principal {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.titulo-principal::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 4px;
    background-color: #d4af37; 
    width: 0;
    animation: subrayado 2s ease forwards;
}

@keyframes subrayado {
    to {
        width: 100%;
    }
}









  body, html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: 'Segoe UI', sans-serif;
    overflow-x: hidden;
  }


  
 .encabezado {
  position: fixed;
  top: 0%;
  left: 0;
  height: 180px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999; 
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.contenedor-encabezado {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0px;
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.logo {
  height: 250px;
  margin-right: 0px;
  margin-top: 0%;
  margin-bottom: 0px;
  width: auto;
 position: relative;
}

  
  .nav-enlaces {
    display: flex;
    gap: 50px;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .nav-enlaces a {
    text-decoration: none;
    color: #000;
    font-weight: 550;
    font-size: 17px;
    transition: color 0.3s ease;
    font-family: 'poppins', sans-serif;
    
  }
  
  .nav-enlaces a:hover {
    color: #ffca39;
  }
  .contenido-principal {
    padding: 60px 20px;
    text-align: center;
}


.titulo-principal {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.titulo-principal::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 4px;
    background-color: #eed983; 
    width: 0;
    animation: subrayado 2s ease forwards;
}
 .footer {
    background: #111111;
    color: rgb(0, 0, 0);
    font-family: sans-serif;
    position: relative;
    top: 0%;
    left: 0%;
  }
  
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    background-color: #eed983;
  }
  
  .footer-box {
    flex: 1;
    padding: 20px;
    min-width: 280px;
    position: relative;
    top: 10%;
    left: 15%;
    font-size: 24px;
  }
  
 
  
  .footer-box .numero {
    font-size: 23px;
  
    margin: 5px 0;
    
  }
  
  .footer-box .temas {
    margin-top: 20px;
    line-height: 1.6;
  }
  
  .footer-box hr {
    margin: 20px 0;
    border: 0.5px solid #000000;
  }
  
  .info-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 20px;
    position: relative;
    top: 10%;
    left: 16%;
    width: 100%;

  }
  
  .info-footer a {
    color: rgb(0, 0, 0);
    text-decoration: none;
  }
  
  .info-footer a:hover {
    text-decoration: underline;
  }
  
  .footer-bottom {
    text-align: center;
    padding: 15px;
    font-size: 0.85rem;
    background-color: #000;
    border-top: 1px solid #333;
    color: white;
  }



  .contacto-banner {
    background-image: url('/Imagenes/contactenos/contacto1img.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2); 
    padding-top: 160px;
  }
  
  .contenido-contacto {
    color: white;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8); 
    padding: 20px;
  }
  
  .titulo-principal {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .descripcion {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #000;
    background-color: #ffffff80;
    text-align: center;
  }

  .descripcion2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #000;
    background-color: #ffffff80;
    text-align: center;
  }
  
  .descripcion-numero {
    font-size: 1.5em;
  }
  
  .numero-recuadro {
    border: 2px solid white;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .descripcion-numero2 {
    font-size: 1.5em;
  }
  
  .numero-recuadro2 {
    border: 2px solid white;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.2);
  }



  .descripcion-direccion {
    font-size: 1.0em;
    color: #000;
    display: inline-block;
    background-color: #ffffff80;
    margin-right: 290px;
  }

.redes-sociales a {
  color: #000;
  margin-left: 10px;
  font-size: 25px; /* tamaño pequeño */
  text-decoration: none;
  transition: color 0.3s ease;
  background-color: rgba(255, 255, 255, 0.671);
  border-radius: 25px;
  padding: 5px;
}

.redes-sociales a:hover {
  color: #f4c542;
}

  .aparecer {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
  }
  
  .aparecer.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .divisor {
    border: none;
    height: 2px;
    background: #000000;
    margin: 40px auto;
    width: 80%;
    opacity: 0.4;
  }

  .mensaje-contacto {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
                url('/Imagenes/contactenos/contactenosimg1.jpg') center/cover no-repeat;
    padding: 60px 20px;
  }
  
  .contenedor-contacto {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  }
  
  .formulario-contacto {
    display: flex;
    width: 100%;
  }
  
  .formulario-blanco {
    background: #ffffff;
    flex: 1;
    padding: 30px;
    border-radius: 15px 0 0 15px;
  }
  
  .formulario-blanco h2 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
  }
  
  .formulario-blanco p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #555;
  }
  
  .formulario-blanco label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
    color: #333;
  }
  
  .formulario-blanco input,
  .formulario-blanco textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
  }
  
  .boton-enviar {
    margin-top: 20px;
    background-color: #eed983; 
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .boton-enviar:hover {
    background-color: #00bfff; 
  }
  
  
  .formulario-imagen {
    background: linear-gradient(rgba(34, 60, 94, 0.6), rgba(34, 60, 94, 0.6)),
                url('/Imagenes/contactenos/contactenosimg2.jpg') center/cover no-repeat;
    flex: 0.5;
    border-radius: 0 15px 15px 0;
  }

.bienvenida-encabezado {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  z-index: 9999;
  background-color: transparent;
}

.franja-amarilla {
  background-color: #f7dc6f;
  padding: 5px 15px;
  display: inline-block;
  animation: desvanecer-franja 0.4s ease-in-out 1s forwards;
  border-radius: 5px;
}

.texto-bienvenida {
  font-size: 1.8rem;
  font-weight: bold;
  color: black;
  opacity: 0;
  animation:
    aparecer-texto 0.3s ease-in 0.2s forwards,
    desaparecer-texto 0.4s ease-out 1.3s forwards;
}


.whatsapp-burbuja {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-burbuja:hover {
  transform: scale(1.1);
}

.whatsapp-burbuja img {
  width: 32px;
  height: 32px;
}


@keyframes aparecer-texto {
  to { opacity: 1; }
}

@keyframes desaparecer-texto {
  to { opacity: 0; }
}

@keyframes desvanecer-franja {
  to { background-color: transparent; }
}
