@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');

*{
font-family: 'Open Sans', sans-serif;
}
body{
  margin-top: 50px;
}
header {
margin-top: 12px;
}
.btn-menu{
position: fixed;
display: flex;
flex-direction: row;
left: 30px;
}
.btn-menu label{
color: #222;
font-size: 25px;
cursor: pointer;
}
.icon-user-circle-o{
  position: fixed;
  display: flex;
  flex-direction: row;
  right: 100px;
  }
  .icon-user-circle-o{
  color: #222;
  font-size: 25px;
  cursor: pointer;
  }
#btn-menu{
display: none;
}
#btn-menu:checked ~ .directorio-menu{
  opacity: 1;
  visibility: visible;
}
#btn-menu:checked ~ .container-menu .dire-menu{
  transform: translateX(0%);
}
#textheader{
  top: 0px;
  margin-left: 25px;
  align-items: start;
  color: black;
  }
#textheader h1{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 500;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
#textheader h2{
  font-weight: 400;
  font-size: 17px;
  margin-top: 0px;
  text-align: start;
  margin-left: 5px;
}
.directorio-menu{
position: absolute;
width: 100%;
height: 100vh;
top: 0;left: 0;
transition: all 500ms ease;
opacity: 0;
visibility: hidden;
z-index: 9999;
}
.dire-menu{
position: fixed;
width: 100%;
max-width: 300px;
background: #222;
height: 100vh;
transition: all 500ms ease;
  }
.dire-menu nav{
transform: translateY(15%);
}
.dire-menu a{
display: block;
text-decoration: none;
padding: 20px;
color: white;
border-left: 5px solid transparent;
transition: all 400ms ease;
font-weight: 500;
}
.dire-menu nav a:hover{
background-color: #54AFE6;
border-left: 5px solid #007bff;
}
.dire-menu label{
position: absolute;
right: 5px;
top: 10px;
color: #ffffff;
cursor: pointer;
font-size: 18px;
}
footer {
  text-align: center;
  padding: 10px 0;
  }
footer p {
  font-size: 16px;
}

.whatsapp-button {
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
  overflow: hidden;
  }
  
  .whatsapp-button img {
  width: 100%; 
  height: auto; 
  }
  
  .whatsapp-button:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease;
  }
  .instagram-button {
  cursor: pointer;
   position: fixed;
  bottom: 140px;
  right: 40px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
  overflow: hidden; 
  }
  
  .youtube-button img {
  width: 95%; 
  height: auto;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  }
  
  .youtube-button:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease;
  }
  
  .youtube-button {
  cursor: pointer;
  position: fixed;
  bottom: 240px;
  right: 40px;
  background-color: white;
  color: white;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
  overflow: hidden; 
  margin: 0px auto;
  justify-content: center;
  align-items: center;
  }
  
  .instagram-button img {
  width: 100%; 
  height: auto; 
  }
  
  .instagram-button:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease;
  }

  .linkedin-button {
    cursor: pointer;
    position: fixed;
    bottom: 150px;
    right: 40px;
    background-color: #007BB5;
    color: #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    text-decoration: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
    overflow: hidden;
}
.linkedin-button img {
    width: 100%;
    height: auto;
}
.linkedin-button:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
