*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-size: 62.5%;
    width: 99%;
}

.logo{
    width: auto;
    aspect-ratio: 548/120;
}

.nav-link{
    font-size: 3rem;
}

nav{
    position: sticky;
}

.contenedor-header{
    position: relative;
}

.linksmenu{
    justify-content: space-between;
    align-items: center;
}

.links{
    margin-right: 6rem;
}

.nav-item{
    padding: 0px 15px;
}

/* .nav-item:hover, .nav-link:hover{
    background-color: black;
    color: white;
    border-radius: 10px;
} */

.nav-link:hover{
    text-decoration: underline;
}

.mainImage{
    aspect-ratio: 2133/573;
    margin-top: 2rem;
    width: 90vw;
    /* image-rendering: pixelated; */
    height: auto;
    object-fit: cover;
}

.sectionImage{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 80px;
}

.containerPuzzle{
    text-align: center;
    margin: 50px 90px;
}

.letraPuzzle{
    font-size: 1.8rem;
    margin-top: 25px;
}

.contact{
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

section .puzzle{
    width: 99vw;
}

.menu-principal{
    position: sticky;
}

.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
    background-color: white;
    width: 100%;
}

.nosotrosSection{
    text-align: center;
}

.containerNosotros{
    padding: 50px 80px;
}

.dropdown-menu{
    /* margin-left: 5%; */
    width: auto;
}

.dropdown-item{
    font-size: 1.8rem;
}

@media (max-width: 1250px) {
    .nav-link{
        font-size: 2rem;
    }
  }