* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
    box-sizing: border-box;
}

.navegador{
    background: rgba(251, 248, 241, .9);
    display: flex;
    align-items: end;
    justify-content: space-around;
    padding: 10px;
    flex-wrap: wrap;

    animation: enhance-header1 linear both;
    animation-timeline: scroll(root);
    animation-range: 0 800px;
    z-index: 1;
}

@keyframes enhance-header1 {
    to{
        background-color: #FBF8F1;
        backdrop-filter: blur(5px);
    }
}

#logo-truglio{
    width: 40%;
}

.nav-list{
    list-style-type: none;
    display: flex;
    gap: 2.5rem;
}

.nav-list li a{
    font-family: "Montserrat";
    font-size: 0.9rem;
    text-decoration: none;
    color: #A7727D;
}

.abrir-menu {
    color: #A7727D;
    text-decoration: none;
    text-align: end;
    transform: translateY(160%);
    width: 45px;
    height: 45px;
}
.cerrar-menu {
    color: #E5DDC5;
    text-align: right;
    text-decoration: none;
    width: 50px;
    height: 50px;
}
.abrir-menu, 
.cerrar-menu {
    display: none;
}

@media screen and (max-width: 550px) {
    .abrir-menu,
    .cerrar-menu {
        display: block;
        border: 0px;
        font-size: 1rem;
        background-color: transparent;
        cursor: pointer;
    }

    .nav {
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 1rem;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-color: #a7a393;
        padding: 2rem;
        box-shadow: 0 0 0 800vmax rgba(0, 0, 0, .5);
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        z-index: 30;
    }

    .nav.visible {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        height: 25rem;
    }

    .nav-list {
        flex-direction: column;
        align-items: end;
    }

    .nav-list li a {
        color: #E5DDC5;
    }
}



section#contenedor_general{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-image: url(../img/principal-1.jpg);
    background-size: cover;
    background-position: center 0px;
    background-repeat: no-repeat;
    overflow: hidden;
}

section#body{
    width: 100%;
    min-height: 300px;
    overflow: hidden;
}

section#seccion{
    width: 100%;
    height: auto;
    margin-top: 10px;
    background-color: white;
}

.seccion1{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.info{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    padding: 15px;
}

h1{
    width: 50%;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 1.3rem;
    text-align: center;
    color: #a7a393;
    padding: 15px;
}

h2{
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 1.3rem;
    color: #a7a393;
    padding: 15px;
}

#img-1{
    width: 50%;
}

p{
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
    color: #a7a393;
}

.whatsapp{
    padding-top: 20px;
}


/* estilos contacto */
h5{
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 1.7rem;
    padding: 15px;
}

.conteiner-contacto{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

#nombre1, #telefono1, #email1, #comentarios{
    color: #a7a393;
}


.formulario-contacto {
    margin-top: 20px;
    font-size: 0.9rem;
    line-height: 1.2rem;
}

.formulario-contacto .formulario input[type="text"] {
    background-color:  #FBF8F1;
    width: 50%;
    height: 30px;
    border-radius: 5px;
    border:none;
}
.formulario-contacto .formulario input[type="button"] {
    background-color: #FBF8F1;
    color: white;
    border: none;
}

#enviar, #nuevo{
    background-color: #F5EEE6;
    color: #a7a393;
    border: none;
    padding: 7px;
    font-size: 1rem;
    border-radius: 5px;
}
#comentarios{
    width: 60%;
    background-color:  #FBF8F1;
    border: none;
}


/* estilo nosotros */

.conteiner-nosotros{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 60px;
    margin-top: 30px;
}

.texto-nosotros p{
    font-size: 1.2rem;
    line-height: 1.8rem;
}

/* estilo del footer */
.pie-pagina {
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-color: #FBF8F1;
}
.pie-pagina .grupo-1 {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    display: grid;
    text-align: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    padding: 30px 0px 30px 30px;
}
.pie-pagina .grupo-1 .box figure {
    width: 100%;
    height: 100%;
}
.pie-pagina .grupo-1 .box figure img {
    width: 35%;
}
.pie-pagina .grupo-1 .box h3, h4 {
    color: #a7a393;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 1.1rem;
}
.pie-pagina .grupo-1 .box p {
    color: #a7a393;
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-align: center;
}
.pie-pagina .grupo-1 .red-social a {
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #a7a393;
    margin-right: 2px;
    background-color: #F5EEE6;
    border-radius: 6px;
    text-align: center;
    transition: all 300% ease;
}
.pie-pagina .grupo-1 .red-social a:hover {
    color: #a7a393;
}
.pie-pagina .grupo-2 {
    background-color: #F5EEE6;
    padding: 15px 0px;
    text-align: center;
    color: #a7a393;
}
.pie-pagina .grupo-2 small {
    font-size: 0.8rem;
}
@media screen and (max-width:800px) {
    .pie-pagina .grupo-1 {
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        padding: 35px 0px;
    }
}



/* estilo vestidos y niños */
section#vestidos {
    columns: 2;
    padding: 16px 32;
    column-gap: 32px;
}

#img-vestidos {
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
    height: auto;
    margin-bottom: 32px;

    animation: reveal linear both;
    animation-timeline: view();
    animation-range: entry 20% cover 30%;
}

h6 {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 1.7rem;
    color: #A7727D;
    color: white;
    text-align: center;
    padding: 16px;
    margin: 0;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;

    animation: enhance-header linear both;
    animation-timeline: scroll(root);
    animation-range: 0 0px;
    z-index: 1;
}

@keyframes enhance-header {
    to{
        background: rgba(255, 255, 255, .9);
        backdrop-filter: blur(5px);
        font-size: 18px;
        color: #A7727D;
    }
}

@keyframes reveal {
    from {
        opacity: 0;
        translate: 0 100px;
        scale: .5;
        transform: scaleY(.5);
    }

    to {
        opacity: 1;
        translate: 0 0;
        scale: 1;
        transform: scaleY(1);
    }
}