.s__1 {
    background-color: var(--claro);
    margin-top: 0;
    height: 100vh;
    overflow-x: hidden;
}

.s__div_1 {
    max-width: 1492px;
    display: flex;
    flex-direction: row;
}

.s__div_1 h2 {
    color: var(--azulclaro);
    font-family: avenir_b;
    font-size: 23px;
    line-height: 28px;
    padding: 10px 0;
}

.s__div_1 h3 {
    font-family: avenir;
    font-size: 17px;
    padding: 10px 0;
}

.s__1_1 {
    width: 50%;
}

.s__1_1 h1 {
    text-align: left;
    padding: 0;
}

.s__1_2 {
    width: 50%;
}

.s__1_2 img {
    width: 150%;
}

.s__1_botones {
    display: block;
    width: 250px;
    margin: 0;
}

.s__div_2 {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

.s__2 {
    min-height: 90vh;
}

.s__2_1 {
    width: 50%;
    position: relative;
    margin: 0;
}

.s__2_1 img {
    width: 90%;
}

main {
    width: 140px;
    height: 140px;
    margin: 80px auto;
    position: absolute;
    bottom: -100;
    left: 30;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loguito {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loguito img {
    width: 120px;
    margin: auto;
}

main svg {
    overflow: visible;
    animation: circular-text-rotate 20s linear infinite;
}

main path {
    fill: none;
}

main text {
    fill: var(--amarillo);
    font-family: avenir_b;
    letter-spacing: 3.2px
}

@keyframes circular-text-rotate {
    to {
        transform: rotate(1turn);
    }
}

.s__2_2 {
    position: relative;
    width: 50%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 20px 16px 0 13px;
}

.s__2_2_c {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.s__2_2 h2 {
    color: var(--amarillo);
    font-family: avenir_b;
}

.s__2_2_c h1 {
    margin: 20px 0;
}

.s__2_2_c p {
    text-align: justify;
}

.s__2_2_c_p {
    font-family: avenir_nb;
    font-size: 20px;
    line-height: 20px;
}

.s__2_botones {
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

.btn_catalogo {
    width: 180px;
    margin: auto;
}

.s__3 {
    background-color: var(--claro);
    min-height: 100vh;
}

.s__3 h1 {
    margin: 30px 0;
}

.colchones {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 70px 10px;
}

.colchon {
    width: 23%;
    padding: 10px 30px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

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

.colchon img {
    max-width: 100%;
}

.colchon_logo {
    display: flex;
    align-items: center;
    width: 135px;
    height: 76px;
    margin: auto;
}

.s__4 .marcas div {
    transition: all 300ms ease-in-out;
}

.store {
    filter: grayscale(80%);
}

.encima {
    transform: scale(1.1);
    filter: grayscale(0%);
}



.tiendas_h1 {
    font-size: 70px;
    text-align: left;
    padding: 0 0 25px 125px;
    align-self: flex-start;
}

.s__4_tiendas {
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    gap: 10px;
}

.s__4_tiendas div {
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s__4_tiendas img {
    width: 100%;
}

.s__4 {
    height: 70vh;
    margin-top: 100px;
}

/* @media screen and (max-width: 1250px) {
       .s__1 {
           padding: 20 10px 0 10px;
       }
   } */
@media screen and (max-width: 500px) {
    .colchon_imagen {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    /* section {
        padding: 0 15px;
    } */

    .colchones {
        flex-direction: column;
        gap: 50px;
    }

    .colchon {
        width: 100%;
        padding: 0;
    }

    .colchon_imagen {
        width: 75%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .colchon img {
        max-width: 80%;
        margin: auto;
    }

    .colchon_logo {
        max-width: 500px;
    }

    .s__1 {
        margin-top: 0px;
        height: auto;
        padding-top: 50px;
    }

    .s__div_1 {
        flex-direction: column;
        padding: 0;
    }

    .s__1_1 h1 {
        line-height: 30px;
    }

    h1 {
        line-height: 40px;
    }

    .s__1_1,
    .s__1_2 {
        width: 100%;
        margin-bottom: 25px;
        padding: 0 15px;
        overflow: hidden;
    }

    .s__2 {
        height: auto;
        flex-direction: column;
    }

    .s__div_2 {
        flex-direction: column;
        padding: 0;
    }

    .s__2_1 {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    .s__2_1 img {
        width: 100%;
    }

    .gira {
        display: none;
    }

    .s__2_2 {
        width: 100%;
        margin-bottom: 25px;
        padding: 0 15px;
    }

    .s__2_2_c h2 {
        font-size: 30px;
    }

    .s__2_2_c h1 {
        margin: 0 0 10px 0;
        padding: 0;
    }

    .s__2_botones {
        width: 90%;
        align-self: center;
        flex-direction: column;
        gap: 15px;
    }

    .s__3 {
        height: auto;
    }

    .s__div_3 {
        margin-top: 50px;
        padding: 0;
    }

    main {
        top: 150;
    }

    .tiendas_h1 {
        font-size: 40px;
        padding: 0 0 50px 0;
        align-self: center;
    }

    .s__4 {
        height: auto;
        margin-top: 100px;
        padding: 0 15px;
    }


    .s__div_4 .marcas {
        filter: grayscale(0);
    }

    .s__4_tiendas {
        width: 100%;
        flex-wrap: wrap;
        gap: 15px;
    }

    .s__4_tiendas div {
        width: 30%;
    }
}