body {
    background-color: #f2f2f2;
    font-family: "Nunito Sans", sans-serif;

}

#container-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 70%;
}

.contenedor-uno,
.contenedor-dos {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    /* o 'flex-start' si querés alineación a la izquierda */
    align-items: flex-start;
    /* importante para que se alineen arriba, no al centro */
}

.contenedor-imag {
    display: flex;
    gap: 14px;
    flex-direction: column;
}


.contenedor-uno img,
.contenedor-dos img {
}

.contenedor-dos {
    margin-top: 14px;
}
.en-construccion-container h1{
    text-align: center;
}
.en-construccion-container p{
    text-align: center;
}

.en-construccion-container {
    background-color: #e2e2e2;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
nav {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 60px 30px 60px 20px;
}

.en-construccion{
    width: 360px;
}


.container-slide img {
    width: 160px;
    margin-top: -20px;
    margin-left: 54px;
}

.container-slide {
    align-items: center;
}

.seo-hidden-content {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


.container-footer {
  padding: 20px 0px;
    display: flex
;
    font-size: 8px;
    gap: 18px;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}
.span-cont {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

footer img {
    padding: 20px 0px;
}

.container-footer a {
    line-height: 18px;
  font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #1a1a1a;
    text-decoration: none;
}

footer {
    padding: 10px;
    width: auto;
}


.container-f {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-around;
}

.container-f a {
    font-size: 22px;
    color: black;
    text-decoration: none;
}

.trecientos{
    width: 360px;
}
.cientocuenta{
    width: 168px;
    
}

.logo_nav{
    width: 178px;
}

.logo-nav{
    width: 260px;
}

footer img{
    width: 200px;
}
.container-f a{
    font-size: 10px;
}

.container-footer {
width: 100%};

#container-menu {
width: 100%;}




element.style {
}


#menu-cards{
    display: flex
;
    justify-content: center;
    width: 90vw;}
#carrusel {
    padding: 44px;
    border-radius: 26px;
    background: linear-gradient(to bottom, #ffffff, #e5e5e5);
    width: 260px;
    height: 90px;
}
.container-f {
width: 90%};
.container-f a{
    font-size: 8px;
}
@media (max-width: 767px) {
.especuno{
    height: 356px;
}
#menu-cards{
    display: flex
;
    justify-content: center;
    width: 114px;}}
@media (min-width: 1024px) {
  
    .cientocuenta{
        width: 250px;
    }
    .trecientos {
width: 500px};

    #menu-cards {
        display: flex;
        justify-content: center;
        width: auto!important;
    }

    footer {
        padding: 40px;
    }

    .container-f {
        gap: 20vw;
    }

    #carrusel {
        padding: 44px;
        border-radius: 38px;
        background: linear-gradient(to bottom, #ffffff, #e5e5e5);
        width: 400px;
        height: 154px;
    }

    .contenedor-dos {
        margin-top: 0px;
    }

    .container-footer {
        width: 90vw;
        display: flex;
        font-size: 22px;
        gap: 18px;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
    }

    .container-slide img {
        margin-top: -20px;
        margin-left: 30px;
        width: 250px;
    }

    nav {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 60px 30px;
        justify-content: space-between;
        width: auto;
    }


    #container-menu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        width: 82vw;
    }

    .contenedor-uno,
    .contenedor-dos {
        width: 47%;
    }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.language-switch {
  position: absolute;
  top: 10px;
  right: 10px;
}

.language-switch button {
  margin-left: 5px;
  cursor: pointer;
}
