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


h1{
      text-align: center;
      margin-top: 50px;
      padding: 5px;
      color: rgb(3, 33, 133);
      margin-bottom: 5px;
  }
.descripcion{
      text-align: center;
      padding: 0px ;
      color: rgb(3, 33, 133);
  }
  .card{
  
    width: 100%;
    
    display: flex;
     

    justify-content: space-around;
  
  

}
.card__perfil{
  
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  padding-right: 5rem;

   
   
  
}
.card__perfil1{
 
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  padding-left: 5rem;
  

 

}

.card__perfil:hover{
    border: solid rgba(251, 251, 252, 0.001) 2px;
}
.card__perfil:hover img{
  border: solid rgba(251, 251, 252, 0.001) 2px;
   
  }
.img2{
    display: flex;
    width: 340px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px  rgba(223, 221, 221, 0.071);
    align-items: center;
    
   
  }
  .card__nombre{
    display: flex;
 
    width: 50%;
    align-items: center;
    gap: 2px;
    padding-top: 10px;
    padding-left: 5rem;
    
}
.card__nombre1{
  
  display: flex;
  flex-direction: column;
  
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color:rgb(3, 33, 133);
  gap: 2px;
  width:50%;
  padding-top: 10px;
  padding-right: 5rem;
  
  
}


hr{
    width: 100%;
    height: 6px;
    background: none;
    margin: 20px 10px;
}
.card__button{
    text-align: right;
    padding: 20px;
   
}
.card__descripcion {
    display: flex;
    justify-content: left;
    align-items: center;
   
}
.enlace{
  background: rgb(74, 174, 121);
  padding: 8px 20px;
  margin: 2px 2px;
  color: white;
  text-decoration: none;
  justify-content: center;
  border-radius: 25%;
  box-shadow: 1px 1px 5px rgb(201, 201, 201);
  border: solid rgba(3, 133, 255, 0) 2px;
    
} 
/* copiar desde acá para todas las páginas */
body{

  position: relative;
  
  min-height: 100vh;
  padding-bottom: 50px;
} 
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;
  height: 50px;
  
}

.foot1{
  font-size: 8px;
  text-align: center;
}

.foot{

  display: flex;
  justify-content: space-around;
  font-size: 12px;
  padding: 1em 0;
 }

 .foot ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

  .foot ul li {
  display: inline-block;
  margin: 0 10px;
}

  .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%;
  }
  .card{     
     
      display: flex;
      flex-direction: column;
     
  
  }
  .img2{
    display: flex;
     width: 170px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px  rgba(223, 221, 221, 0.071);
     align-items: center;
     
    
     }

  .card__nombre{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    gap: 5px;
    
}
  .card__nombre1{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    width: 250px;
    gap: 5px;
    
    justify-content: space-around;
  } 



  /* copiar desde acá para todas las páginas */
  .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;
    }
    
  
  }
  /* copiar hasta acá para todas las páginas */
  @media all and (min-width: 801px) {
    /* Estilos para escritorios */
    body {
      font-size: 20px;
    }
    .card__nombre{
      display: flex;
   
      width: 50%;
      align-items: center;
      gap: 2px;
      padding-top: 10px;
      padding-left: 15rem;
      
  }
  .card__nombre1{
  
    display: flex;
    flex-direction: column;
    
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color:rgb(3, 33, 133);
    gap: 2px;
    width:50%;
    padding-top: 10px;
    padding-right: 15rem;
    
    
  }
    
    .imagen {
      display: block;
      width: 100%;
    }
  
  .desaparece1 {
    display: none;
  }
}