@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    margin:0;
    padding:0;
    box-sizing: border-box;
    margin:0;
    font-family: "Montserrat", sans-serif;
}


header {
    width:100%;
    background-color: #fff;
    display: flex; align-items:center; justify-content:center;
}

header > section {
    width:100·;
    margin: 20px auto;
    text-align: center;

}
.img-logo-pala{
    width:250px;
    margin-top:30px;
    border-radius:50%;
    padding-bottom:20px;
}

header > section > img {
    width: 300px;
}

header > section > h1 {
    margin:0;
    color: black;
    font-weight: bold;
    text-align:center;
    padding-bottom:10px;
    font-size:28px;
    
}

header > section > h3 {
    margin:0;
    color: grey;
    font-weight:semibold;
    text-align:center;

}

header > section > p {
    margin: 0;
}




main {

    width:100%;
    background-color:#EEEEEE;
}


main > section > h3 {
    margin:0;
    padding-top:50px;
    text-align:center;
    text-transform:uppercase;
    font-size:28px;
}

.main__experiencia__contenedor{
    width:100%;
    height: 350px;
    display: flex; flex-direction: column;
    align-items:center; justify-content: center;
    margin-top:20px;
}

.main__experiencia__contenedor_item{
    min-width:280px;
    width:30%;
    margin:20px auto;
    height: 55px;
    display: flex; align-items:center; justify-content: center;
    background-color: black;
    text-decoration:none;
    border:1px solid black;
    border-radius:20px;
    cursor:pointer;
}

.main__experiencia__contenedor_item > a{
    text-decoration:none;
    text-transform:uppercase;
    color: white;
    font-weight: bold;
    
}

.main__experiencia__contenedor_item > a:hover {
    text-decoration: underline;
}








footer {
    width:100%;
    height:10vh;
    background-color: #E4E6EB;
}

footer > section {
    width:100%;
    height: 100%;
    display: flex; align-items:center; justify-content:center;
}

footer > section > h3{
    margin:0;
}
.footer__contenedor__redes {
    display: flex; align-items:center; justify-content:center; gap:16px;
}
.footer__contenedor__redes > div {
    width:30px;
    height:30px;
    border-radius:50%;
    background: grey;
}

.social-buttons {
    display: flex;
    gap: 10px;
    padding: 20px;
  }

  .social-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    transition: transform 0.2s;
  }

  .social-button:hover {
    transform: scale(1.1);
  }

  .whatsapp { background-color: #25D366; }
  .facebook { background-color: #3b5998; }
  .instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
  .tiktok { background-color: #000000; }