

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
}
.contenedor{
    padding: 60px 0;
    width:90% ;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.titulo{
    color: rgb(125, 83, 8);
    font-size: 30px;
    text-align: center;
    margin-bottom : 60px;

}

header{
    width:100% ;
    height: 600px; ;
    background: url(principal.jpg);
    background: #908a9d4a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #E7E9BB, #403B4A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #E7E9BB, #403b4a7a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    ;
    background-size:cover ;
    background-attachment: fixed;
    position: relative;
    z-index: 10 ;
    background: url(Compañeros.jpg);
    background-size:cover;
    background-position; center center;

}


nav{
    text-align: left;
    padding: 30px 50px 0 0;
    margin-left: 3%;

}

nav> a{
    color:rgb(249, 212, 6);
    font-weight: 300;
    text-decoration: none;
   margin-right: 10px;

}


nav> a:hover{
    text-decoration: underline;
    width: 100%;
    visibility: visible;
   }



   

.Ola{
    position: absolute;
    bottom: 0;
    width: 100%;

}

header .texto-header{
    display: flex;
    height: 430px;
    width: 100%;
    align-items: center ;
    justify-content: center;
    flex-direction: column;
    
}

.texto-header h1{
    font-size: 50px;
    color: rgb(253, 250, 250);
}


.texto-header h2{
      font-size: 30px;
      font-weight: 300;
      color: rgb(242, 242, 238);
      text-align: center;
}









section {
    padding: 2rem;
}

#comentarios-section {
    background-color: white;
    width: 80%;
    margin: 2rem auto;
    padding: 2rem;
    border-radius: 10px;
     
}
.comentario:hover{
    box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
    transform: translateY(-3%);
    
}

#comentarios-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #f0a500;
}

.comentarios-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.comentario {
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    transition: all 400ms ease; 
  cursor: default;
}

.comentario img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
}

.comentario h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.comentario p {
    font-size: 1rem;
}

footer {
    background-color: #8c7e7e;
    color: white;
    text-align: center;
    padding: 1rem 0;
    margin-top: 2rem;
}
.container{
    width: 100%;
    min-height:  50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
  }
  .galeri{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  grid-gap: 30px;
  
  
  }
  .galeri img{
    width: 100%;
  }
  .mar{
    width: 800px;
    height: 90;
    background-color: turquoise;
  }