html {
    scroll-behavior: smooth; /* Smooth scrolling */
}

.menu_color{
    color: #fff;
}
.name{
    color: #fff
}
body {
    font-family: Arial, sans-serif;
    background-color: #f5f5dc; /* Light brown color */
    color: #333;
    margin: 0;
    padding: 0;
}

header {
    background-color: #643c23; /* Tan color */
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

h1 {
    margin-right: auto;
    font-size: 2em;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: all 0.3s ease;
}

nav ul li a:hover {
    color: #fff;
    background-color: #8b4513; /* Dark brown color */
    border-color: #8b4513;
}

.image-container {
    display: inline-block;
    width: 40%;
    margin-right: 20px;
    border: 12px solid #8b4513; /* Dark brown border */
    border-radius: 10px;
    box-sizing: border-box; /* Ensure border is included in the element's total width and height */
}

.logo-large {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.text-content {
    display: inline-block;
    width: 55%;
    vertical-align: top;
}

section {
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    background-color: #fff; /* White color */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

footer {
    background-color: #d2b48c;
    text-align: center;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
}






.knowledge{
    background-color: #8b4513;
    background-size: 20px 20px;
    background-position: 0,0 10px 10px;
    overflow: hidden;
}
.knowledge_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    align-items: center;
}
.knowledge_picture{
    max-width: 400px;
}
.knowledge_texts{
    color: aliceblue;
}
.knowledge_img{
    width: 100%;
}
.principal_image{
    width: 100%;
    max-width: 9000px;
}
.HTE{
    background-color: #d2b48c;
    background-size: 20px 20px;
    background-position: 0,0 10px 10px;
    overflow: hidden;
}
.HTE_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    align-items: center;
}
.HTE_picture{
    max-width: 400px;
}
.HTE_texts{
    color: aliceblue;
}
.HTE_img{
    width: 100%;
}
.HMHS{
    background-color: #d2b48c;
    background-size: 20px 20px;
    background-position: 0,0 10px 10px;
    overflow: hidden;
}
.HMHS_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    align-items: center;
}
.HMHS_picture{
    max-width: 400px;
}
.HMHS_texts{
    color: aliceblue;
}
.HMHS_img{
    width: 100%;
}
.box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    color: #d2b48c;
}
.box-container .box{
    height: 20rem;
    width: 25rem;
    background: #f39b3c;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(0, 0, 0, .5);
    margin: 2rem;
}
.box-container .box-img{
    height: 11rem;
}
.titulo{
    text-align: center;
    color: aliceblue;
}
.colab-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    color: #d2b48c;
}
.colab-container .colab{
    height: 28rem;
    width: 25rem;
    background: #f39b3c;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(0, 0, 0, .5);
    margin: 2rem;
}
.colab-container .colab-img{
    height: 11rem;
}
.video-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.video-container .video{

    text-align: center;
    display: flex;
}
.video-container .video-img{
    height: 15rem;
    padding: 10px;
}
section[id]{
    scroll-margin-top: 70px;
}
html{
    scroll-behavior: smooth;
}


.box-container {
    display: flex;
    justify-content: center;
    align-items: center; /* Alinea los elementos verticalmente */
    flex-wrap: wrap;
    text-align: center;
    color: #fff;
    gap: 1rem; /* Añade espacio entre los elementos */
}

.box-container .box {
    height: 15rem; /* Reducido el tamaño */
    width: 20rem; /* Reducido el tamaño */
    background: #8b4513;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(0, 0, 0, .5);
    margin: 1rem; /* Ajusta el margen para evitar solapamientos */
}

.box-container .box-img {
    height: 8rem; /* Ajustado el tamaño de la imagen */
}








.social-media {
    display: flex;
    justify-content: center;
  }
  
  .social-media ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
  }
  
  .social-media ul li {
    display: inline;
  }
  
  .social-media a img {
    width: 50px;
    height: 50px;
  }
  











