
.contacto-body {
    margin: 10;
    padding: 0;
    background-image: url('contac.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    backdrop-filter: blur(10px);
  }
  
  main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 0px; 
  }
  .titulo {
    text-align: center;
    color: rgb(8, 7, 7);
    margin-top: 50px; 
  }
  
  .titulo h1 {
    font-size: 40px;
  }
  
  .titulo p {
    font-size: 20px;
    max-width: 600px; 
    margin-top: 20px; 
  }
  .redes-sociales {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .enlace-social {
    display: inline-block;
    margin: 10px;
  }
  
  .enlace-social img {
    width: 50px; 
    height: 50px;
  }
  .numero-contacto {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px; 
    color: white;
    font-size: 20px;
  }
  
  .numero-contacto img {
    width: 30px; 
    height: 30px; 
    margin-right: 10px;
  }
  header {
    position: relative;
    
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    font-family: 'Rajdhani', sans-serif;;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  
  nav ul li {
    display: inline-block;
    margin-right: 40px;
  }
  
  nav ul.menu li a {
    color: rgb(31, 55, 100);
    text-decoration: none;
    font-size: 20px;
  }
  
  nav ul.menu li a:hover {
    color: rgb(23, 69, 66);
  }