* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

  
h1{
      text-align: center;
      margin-bottom: 1px; /* Adjust the value as needed */
      line-height: 1.2;
      color:  rgb(3, 33, 133);
      margin-top: 1px;
      padding: 80px;
      
  }


  .descripcion{
      text-align: center;
     
      color:  rgb(3, 33, 133);
      font-size: 20px;
      font-weight: bold;
      margin-top: 1px;
      padding: 0.2px;
  }
  .card{
      width: 100%;
      display: flex;
      gap: 80px;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 25px;
  }
  .card__perfil{
      width: 510px;
      padding: 20px;
      box-shadow: 1px 1px 5px rgb(201, 201, 201);
      border: solid rgba(3, 133, 255, 0) 2px;
      border-radius: 10px;
    
  }
  .card__perfil:hover{
      border: solid rgba(251, 251, 252, 0.001) 2px;
  }
  .card__perfil:hover img{
      transform: rotate(0);
    }
        
  h2{
    
        text-align: center;
        justify-content: right;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding: 30px;
        color: rgb(97, 96, 96);
  }
  .img2{
    width: 180px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px  rgb(223, 221, 221);
    transform: rotate(-30deg);
    transition: all .3s;
  }
  .card__nombre{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    color: rgb(3, 33, 133);
    gap: 5px;
  }
  .priv{
    font-size: 10px;
    font-weight: bold;
    
  }
  .mensaje {
    margin-top: 10px;
    width: 100%;
    height: 100px;
    overflow: auto;
    resize: none;
  }
  .campo-invalido {
    border-color: red;
  }
  hr{
      width: 100%;
      height: 4px;
      background: rgb(223, 221, 221);
      margin: 20px 5px;
  }
  .card__button{
      text-align: center;
  }
  .card__descripcion {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .enlace1{
    background: rgb(74, 174, 121);
    padding: 8px 20px;
    margin: 2px 2px;
    color: white;
    text-decoration: none;
    justify-content: center;
    border-radius: 25%;
    border: solid rgba(249, 249, 249, 0.96);
      
  }
  .enlace2{
    background: rgb(74, 174, 121);
    
    color: white;
    text-decoration: none;
    justify-content: center;
   
      
  }
 

  .enlace{
    background: rgb(74, 174, 121);
    padding: 8px 20px;
    margin: 2px 2px;
    color: white;
    text-decoration: none;
    justify-content: center;
    border-radius: 25%;
    border: solid rgba(249, 249, 249, 0.96);
      
  }
  /* copiar desde acá para todas las páginas */
  body{
  
    position: relative;
    padding-bottom: 3em;
    min-height: 100vh;
  } 
  footer {
    display: flex;
    background-color:  rgb(240, 239, 239);
    justify-content: space-around;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    align-items: center;
    width: 100%;
    z-index: 3;
    padding-bottom: 0px;
    position: absolute;
    bottom: 0;
    
  }
  
  .foot{
  
    display: flex;
    justify-content: space-around;
    font-size: 10px;
    padding: 1em 0;
   }
  
   .foot ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
    .foot ul li {
    display: inline-block;
    margin: 0 5px;
  }
  
    .foot ul li a {
    color: #333;
    text-decoration: none;
  }
  
     .foot ul li a:hover {
    color: #000;
  
  }
    
    header {
      display: flex;
      background-color:  rgb(240, 239, 239);
      justify-content: space-around;
      box-shadow: 0 0 2px rgba(249, 248, 248, 0.1);
      align-items: center;
      width: 100%;
      z-index: 3;
      padding-bottom: 0px;
      
  }
  .imagen {
   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    
    
   
  
  }
  .img1{
    width: 20px;
    border-radius: 0%;
    box-shadow: 2px 2px 5px  (#fffcfc);
    transform: rotate(-0deg);
    
  }
  
  
  .idioma{
  
   
    display: flex;
    justify-content: space-around;
    padding: 10px;
   }
  
    .idioma ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
    .idioma ul li {
    display: inline-block;
    margin: 0 10px;
  }
  
    .idioma ul li a {
    color: #333;
    text-decoration: none;
  }
  
     .idioma ul li a:hover {
    color: #000;
  
  }
    
  .menu {
     
      font-family: "Poppins";
      font-size: 15px;
      
      display: flex;
      justify-content: space-around;
      padding: 10px;
  }
    
  .menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
  }
    
  .menu ul li {
      display: inline-block;
      margin: 0 10px;
  }
    
  .menu ul li a {
      color: #333333;
      text-decoration: none;
  }
    
    .menu ul li a:hover {
      color: rgb(10, 45, 158);
  
    }
  
  .nav-list {
  
      font-family: "Poppins";
      font-size: 15px;    
      display: flex;
      justify-content: space-around;
      gap: 1rem;
      list-style: none;
  
  
  }
  
  .nav-list li a {
    color: #333333;
    text-decoration: none;
  }
  
  .redes{
     
      size: 12px;
      display: flex;
      justify-content: space-around;
      padding: 10px;
     }
    
     .redes ul {
      list-style: none;
      margin: 0;
      padding: 0;
  }
    
      .redes ul li {
      display: inline-block;
      margin: 0 10px;
  }
    
      .redes ul li a {
      color: #333;
      text-decoration: none;
  }
    
    .redes ul li a:hover {
      color:rgb(10, 45, 158);
  
    }
  
    .abrir-menu{
      display:none;
    }
    .cerrar-menu{
      display: none;
    }
    .desaparece1 {
      display: none;
    }
   /* copiar hasta acá para todas las páginas */

  @media all and (max-width: 800px) {
    /* Estilos para dispositivos móviles */
    
    header{
      width: 100%;
    }
    .img2{
      width: 100px;
      border-radius: 50%;
      box-shadow: 2px 2px 5px  rgb(223, 221, 221);
      transform: rotate(-30deg);
      transition: all .3s;
    }
    .card__perfil{
      width: 310px;
      padding: 20px;
      box-shadow: 1px 1px 5px rgb(201, 201, 201);
      border: solid rgba(3, 133, 255, 0) 2px;
      border-radius: 10px;
    
  }
    .desaparece {
      display: none;
    }
    .abrir-menu,
    .cerrar-menu{
      display: block;
      border:0;
      font-size: 1.35rem;
      background-color: transparent;
      cursor: pointer;
    }  
    .abrir-menu{
      color: #000000; 
      align-items: left;
  
      }  
    .cerrar-menu{
      color: rgb(251, 251, 252);
  
    }
   .desaparece1{
    display: block;
   } 
  
    .nav-menu {
      opacity: 0;
      visibility: hidden;
      display: flex;
      flex-direction: column;
      align-items: end;
      gap: 1rem;
      position: absolute;
      top: 0%;
      right: 0%;
      bottom: 0%;
      background-color: rgb(97, 96, 96);
      padding: 2rem;
      box-shadow: 0 0 0 100vmax rgb(97, 96, 96);
  
    }
    
  
    .nav-menu.visible {
      opacity: 1;
      visibility: visible;
    }
    
    .nav-list {
      flex-direction: column;
      align-items: end;
    }
    .nav-list li a {
      color: rgb(251, 251, 252);
      text-decoration: none;
    }
    
   
  
        
  }
  
  
  
  @media all and (min-width: 801px) {
    /* Estilos para escritorios */
    body {
      font-size: 20px;
    
    }
    
    .imagen {
      display: block;
      width: 100%;
    }
  
    .desaparece1 {
      display: none;
    }
  }  
    
    
    