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


h1{
    text-align: center;
    padding: 50px;
    color:  rgb(3, 33, 133);
}
.descripcion{
    text-align: center;
    
    color: rgb(3, 33, 133);
    font-size: 20px;
    font-weight: bold;
    margin-top: 1px;
    padding: 2px;
}
.card{
    width: 100%;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.card__perfil{
    width: 250px;
    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 rgb(3, 133, 255) 2px;
}
.card__perfil:hover img{
    transform: rotate(0);
}
.img2{
    width: 140px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgb(216, 216, 216);
    transform: rotate(-30deg);
    transition: all .3s;
}
.card__nombre{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
	color:  rgb(3, 33, 133);
}
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;
    text-align: center;
	color:  rgb(3, 33, 133);
}
.enlace{
  background: rgb(74, 174, 121);
  padding: 8px 20px;
  margin: 2px 2px;
  color: white;
  text-decoration: none;
  justify-content: center;
  border-radius: 25%;
    
}
/* 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-image: url("../img/almen65esta.png");
  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;
  }

  @media all and (max-width: 800px) {
    header{
      width: 100%;
    }
    
    .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 screen and (min-width: 801px) {
  /* Estilos para escritorios */
  body {
    font-size: 20px;
  }
  
  .imagen {
    display: block;
    width: 100%;
  }
  .desaparece1 {
    display: none;
  }
}
  
    


 
  
  