body {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-style: normal;
}

* {
    outline: none !important; /* Elimina el borde de enfoque */
}

b {
    font-weight: 400;
}

p {
    margin: .5em 0px;
}

h1 {
    margin: 0;
    font-weight: 300;
}

h2 {
    margin: 0;
    font-weight: 300;
    font-size: 2em;
}

button {
    border: none;
    background-color: inherit;
    color: inherit;
    cursor: pointer;

}

a {
    text-decoration: none;
    color: inherit;
}

body {
    margin: 0px;
}

html {
    margin-top: 0px !important;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 80px;
    padding-right: 80px;
    margin: 10px 0px 0px 0px;
    margin-right: auto;
    margin-left: auto;
}

.filter-mobile {
    display: none;
}

.header-logo {
    width: 8em;
    transform: rotate(-8deg);
}

nav {
    display: flex;
    align-items: center;
}

nav a {
    margin-left: 1.05em;
    font-size: 1.05em;
}

.menu {
    display: flex;
    align-items: center;
}

.hamburguer-menu {
    width: 35px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: ease-in 0.5s;
    display: none;
    position: relative;
    z-index: 2000;
}

.hamburguer-line {
    width: 100%;
    height: 2px;
    transition: ease-in-out 0.2s;
    background-color: rgb(47, 47, 47);
}

.close {
    display: block;
}

.open {
    display: none !important;
}

.nav-list-close {
    display: none;
}

.nav-list-open {
    display: none;
}

.menu-off {
    display: none;
}

.home-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    justify-content: space-between;
    align-items: start;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 45px;
    padding-left: 80px;
    padding-right: 80px;
    column-gap: 65px;
}


.item {
    display: flex;
    flex-flow: column;
    justify-items: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: auto;
    text-decoration: none;
    gap: 0.5px;
}


.images-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.images {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.images:hover {
    filter: grayscale(70%);
    transition: all ease-in-out 350ms;
}

.title-container {
    display: flex;
    flex-flow: column;
    justify-items: start;
    align-items: start;
    width: 100%;
    overflow: hidden;
}

.title {
    font-size: 1.55vw;
    color: black;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.26s ease-in;
    text-align: start;
    white-space: nowrap;
}

.item:hover .title {
    opacity: 1;

}


.item:nth-child(odd) {
    margin-bottom: 9%;
    flex-direction: column-reverse;

}

.item:nth-child(even) {
    margin-top: 9%;

}

.detalles-container {
    display: flex;
    justify-content: center;
    height: auto;
    align-items: start;
    margin-left: auto;
    margin-right: auto;
}

.detalles-grid {
    display: grid;
    align-content: center;
    width: auto;
}

.detalles-title {
    font-size: 2.5em;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: start;
}

.imagen-descripcion {
    display: flex;
    align-items: end;
    gap: 15px;
    justify-content: start;
}

.imagen-completa-container {
    display: flex;
    justify-content: start;
    width: auto;
    /*    max-height: 60vh; */
    height: 60vh;
}

.imagen-completa-container:hover {
    filter: grayscale(70%);
    transition: all ease-in-out 350ms;
}

.imagen-completa {
    object-fit: contain;
    width: auto;
    height: 100%;
    cursor: pointer;
}

.descripcion {
    display: flex;
    flex-flow: column;
    font-size: 1.4em;
    justify-content: space-between;
    width: auto;
}

.descripcion>div {
    white-space: nowrap;
    overflow: hidden;
}


.descripcion-chica {
    display: none;
    flex-flow: column;
    font-size: 1.4em;
    justify-content: space-between;
    width: auto;
}

.descripcion-chica>div {
    white-space: nowrap;
    overflow: hidden;
}



.recortes-grid {
    display: flex;
    max-width: 700px;
}

.recortes-grid>* {
    margin-right: 20px;
    margin-top: 20px;
}


.recorte-img {
    width: 100%;
    max-width: 100px;
    cursor: pointer;
    height: auto;
    /* Ajusta la altura automáticamente para mantener la proporción */
    object-fit: cover;
    /* Recorta la imagen para que llene el contenedor manteniendo la proporción */
    aspect-ratio: 1 / 1;
    /* Forzar la proporción 1:1 */

}

.recorte-img:hover {
    filter: grayscale(70%);
    transition: all ease-in-out 350ms;
}

.info-main {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 3em;
}

.info-container {
    display: flex;
    flex-flow: column;
}

.section-info {
    margin-bottom: 1.5em;
}

.section-info-header {
    display: flex;
    flex-flow: row;
    gap: 2em;
    margin: 1.5em 0px;
    justify-content: space-between;

}

.info-section-title {
    display: flex;
    align-items: end;
}

.info-section-title-2 {
    display: flex;
    align-items: end;
    width: 350px;
}

.imagen-info-1 {
    width: 320px;
}

.imagen-info-2 {
    width: 320px;
}

.imagen-info-3 {
    width: 350px;
}

.imagen-info-4 {
    width: 100%;
}

.imagen-info-5 {
    width: 320px;
}

.imagen-info-6 {
    width: 320px;
}

.imagen-info-7 {
    width: 350px;
}

.info-title-mobile {
    display: none;
}


.contacto-container {
    display: flex;
    flex-flow: row;
    justify-content: center;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.contacto-imagen {
    width: 400px;
}

.contacto-imagen img {
    width: 100%;
}

.contacto-texto {
    display: flex;
    flex-flow: column;
    width: 200px;
    padding-left: 2.5em;
    white-space: nowrap;
}

.contacto-titulo {
    margin-bottom: 20px;
    font-size: 1.5em;
    margin-top: 110px;

}

.contacto-mail {
    margin-bottom: 70px;
}

.contacto-ciudad {
    margin-bottom: 20px;

}

.contacto-instagram {
    margin-bottom: 10px;
}

.publicacion-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-top: 30px;
}

.publicacion {
    display: flex;
    flex-flow: row;
    margin: 2rem 0px;
    gap: 24px;
    align-items: end;
    margin-left: auto;
    margin-right: auto;
}

.publicacion-images-container {
    max-width: 250px;
}

.publicacion-images {
    object-fit: cover;
    width: 100%;
}

.publicacion-text {
    max-width: 396px;
    text-align: justify;
}


.publicacion:nth-child(even) {
    flex-direction: row-reverse;
    text-align: justify;
    text-align-last: right;
    -moz-text-align-last: right;
}

.titulo-publicacion {
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 1.1em;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgb(74 75 71 / 90%);
    ;
    display: none;
    justify-content: center;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.swiper-img {
    max-width: 90%;
    height: auto;
    max-height: 80vh;
}


.swiper-image-container {
    max-width: 80%;
    max-height: 80%;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: rgb(231, 231, 231) !important;
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.swiper-open {
    display: flex;
}

.swiper-x {
    position: absolute;
    top: 35px;
    right: 35px;
    font-size: 27px;
    cursor: pointer;
    color: rgb(231, 231, 231);
    background-color: transparent;
    z-index: 1000;
}

.swiper-ancho {
    width: 75%;
    height: auto;
}

.swiper-x-svg {
    width: 26px;
    height: 26px;
}


.buscador-container {
    margin-left: 80px;
    margin-top: 20px;
}

.filter-section {
    display: none;
}

.filter-section-on {
    display: flex;
}

.filter-section {
    width: 100%;
    justify-content: right;
    flex-flow: row;
}

.filter-container {
    display: flex;
    align-items: center;
}

.form-filter>* {
    margin-left: 0.6em;
}

.form-filter {
    align-items: center;
}

.input-filter,
.select-filter,
.filter-submit {
    border-radius: 10px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    width: 6em;
    margin-left: 1em;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border: solid rgb(104, 104, 104) 1px;
}



.form-filter {
    margin: 0px;
    justify-content: space-around;
    display: flex;
}

.lupa-container {
    display: flex;
    justify-self: center;
    align-items: center;
    margin-left: 1.05em;
    z-index: 2000;
}

.lupa {
    width: 1.05em;
    height: 1.05em;
}

.x {
    display: none;
    width: 1.05em;
    height: 1.05em;
}

.x-open {
    display: block;
}

.filter-submit {
    font-size: 1.1rem;
    border: none;
    width: 4em;
    padding: 2px;
    margin-left: 1em;
    display: inline-flex;
    justify-content: center;
}

.form-filter span {
    margin: 0px;
}




@media screen and (max-width: 1200px) {
    .item:nth-child(odd) {
        margin-bottom: 0px;

    }

    .item:nth-child(even) {
        margin-top: 0px;

    }


    .home-grid {
        grid-template-columns: repeat(3, minmax(200px, 1fr));
    }

    .item:nth-child(3n+2) {

        margin-top: 9%;
        flex-direction: column;
    }

    .item:nth-child(6n+1),
    .item:nth-child(6n+3),
    .item:nth-child(6n+4),
    .item:nth-child(6n+6) {
        margin-bottom: 9%;
        flex-direction: column-reverse;

    }

    .title {
        font-size: 1.8vw;
    }




    .lupa-container {
        margin-left: 0.7em;
    }


}



@media screen and (max-width: 900px) {



    .home-grid {
        grid-template-columns: repeat(3, minmax(170px, 1fr));
        padding-left: 20px;
        padding-right: 20px;
        column-gap: 58px;

    }


    .nav {
        display: none;
    }

    .header {
        padding-left: 10px;
        padding-right: 10px;
        justify-content: space-between;
    }

    .header-2 {
        width: 300px;
        background-color: red;
    }

    .filter-mobile {
        display: block;
    }

    .item-right {
        margin-left: auto;
        /* Esto empuja el segundo elemento a la derecha */
    }

    .detalles-title {
        font-size: 1.8em;
        margin-bottom: 0px;
    }



    .hamburguer-menu {
        display: flex;
    }

    .descripcion {
        font-size: 1.2em;
    }

    .title {
        font-size: 2.4vw;
    }

    .nav-list-open {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        gap: 3.5em;
        background-color: rgb(247, 247, 247);
        z-index: 1000;
    }

    .form-filter {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        gap: 2em;
        background-color: rgb(247, 247, 247);
        z-index: 1000;
    }

    .form-filter>* {
        margin-left: 0em;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

}




@media screen and (max-width: 800px) {
    .home-grid {
        grid-template-columns: repeat(1, minmax(100px, 1fr));
        padding-left: 80px;
        padding-right: 80px;
    }

    .item:nth-child(odd) {
        margin-top: 0px;
        margin-bottom: 9%;
        flex-direction: column;

    }

    .item:nth-child(even) {
        margin-top: 0px;
        margin-bottom: 9%;
        flex-direction: column;

    }

    .title {
        opacity: 1;
        font-size: 4vw;
    }



    .descripcion {
        display: none;
    }

    .descripcion-chica {
        display: flex;
        font-size: 1.2em;
    }

    .detalles-grid {
        max-width: 500px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;

    }

    .imagen-completa-container {
        height: auto;
        width: 100%;
    }

    .imagen-completa {
        height: auto;
        width: 100%;
    }

    .contacto-container {
        flex-flow: column;
        align-items: center;
        flex-direction: column-reverse;
        margin-top: 0px;
        width: 280px;
        height: 250px;
        margin-top: 50px;
        padding-bottom: 10px;

    }

    .contacto-titulo {
        margin-top: 10px;
    }

    .contacto-texto {
        text-align: center;
        padding: 0px;
    }


    .contacto-imagen {
        display: none;

    }

    .contacto-mail {
        margin-bottom: 20px;
    }

    .info-main {
        display: flex;
        justify-content: center;
        flex-flow: column;
        align-items: center;
    }

    .info-container {
        align-items: center;
        width: 80%;
        text-align: justify;
    }

    .section-info,
    .section-info-header {
        flex-flow: column;
        align-items: center;
        gap: 1em;
    }

    .imagen-info-1 {
        width: 100%;
    }

    .imagen-info-2 {
        display: none;
    }

    .imagen-info-3 {
        width: 100%;
    }

    .imagen-info-5 {
        width: 100%;
    }

    .imagen-info-6 {
        display: none;
    }

    .imagen-info-7 {
        width: 100%;
    }

    .info-section-title-2 {
        justify-content: center;
        width: 100%;
    }

    h2 {
        text-align: center;
        font-size: 2em;
    }

    .info-title-mobile {
        display: block;
        text-align: center;
        margin-top: 1em;
    }

    .info-title-desk {
        display: none;
        text-align: center;
    }

    .publicacion-container {
        justify-content: center;
        align-items: center;
        width: 80%;
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
    }

    .publicacion,
    .publicacion:nth-child(even) {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .publicacion-text {
        text-align: center;
        text-align: justify;
        text-align-last: center;
        -moz-text-align-last: center;
    }
}


@media screen and (max-width: 560px) {

    .home-grid {
        grid-template-columns: repeat(1, minmax(100px, 1fr));
        padding-left: 35px;
        padding-right: 35px;
    }



    .detalles-title {
        font-size: 1.5em;
    }

    .recortes-grid>* {
        margin-right: 4%;
        margin-top: 4%;
    }

    .descripcion-chica {
        font-size: 1.1em;
    }


    .title {
        font-size: 6vw;
    }


    h2 {
        text-align: center;
        font-size: 1.5em;
    }

    .swiper-button-next {
        display: none !important;
    }

    .swiper-button-prev {
        display: none !important;
    }


}

