@charset "UTF-8";

/*!
----------------------------------------------------------------------------------------------------
* Important! - To edit this CSS, you must use the SCSS source file.

* Resilient 3.4.0
* ivan@vicom.mx | ivanluna.re@outlook.com
----------------------------------------------------------------------------------------------------
*/
.category-board {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:1024px) {
    .category-board {
        padding-left: 40px;
        padding-right: 40px
    }
}

.category-board .tag-title--level-1 {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 1.25rem !important
}

@media screen and (max-width:1023px) {
    .category-board .tag-title--level-1 {
        padding-left: 30px;
        padding-right: 30px
    }
}

.category-board__item {
    margin-bottom: 8px;
    position: relative;
    display: block;
    overflow: hidden
}

.category-board__item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6.25rem;
    left: 0;
    bottom: -16px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent)
}

.category-board__item img {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

@media screen and (min-width:1024px) {
    .category-board__item img {
        height: 100%
    }
}

.category-board__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (min-width:1024px) {
    .category-board__item--big {
        width: calc(50% - 4px)
    }
}

.category-board__item--small {
    width: calc(50% - 4px)
}

@media screen and (min-width:1024px) {
    .category-board__item--small {
        width: calc(25% - 4px)
    }
}

@media screen and (max-width:1023px) {
    .category-board__item--small.on-mobile-big {
        width: 100%
    }
}

@media screen and (max-width:1023px) {
    .landing--ninos .category-board__item:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .landing--ninos .category-board__item:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .landing--ninos .category-board__item:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .landing--ninos .category-board__item:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .landing--ninos .category-board__item:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .landing--ninos .category-board__item:nth-child(7) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
}

.category-board__more {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: inherit;
    width: calc(100% - 24px)
}

@media screen and (min-width:768px) {
    .category-board__more {
        width: calc(100% - 40px)
    }
}

@media screen and (min-width:1024px) {
    .category-board__more {
        width: calc(100% - 48px)
    }
}

.category-board__more .button-lineal {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem
}

.category-board__more-wrapper {
    position: relative;
    height: 40vh;
    background-color: #00174f
}

@media screen and (min-width:1024px) {
    .category-board__more-wrapper {
        height: 100%
    }
}

.category-board__more-title {
    display: block;
    width: 100%;
    margin-bottom: 1.0625rem;
    font-family: "Futura-bold", Calibri, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase
}

@media screen and (min-width:1024px) {
    .category-board__more-title {
        font-size: 1.375rem
    }
}

.category-board__title {
    width: 100%;
    line-height: 1;
    position: absolute;
    z-index: 1;
    bottom: 1rem;
    font-family: "Futura-bold", Calibri, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center
}

@media screen and (min-width:1024px) {
    .category-board__title {
        font-size: 1.375rem
    }
}

.landing-collection {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px
}

@media screen and (min-width:1024px) {
    .landing-collection {
        padding-left: 30px;
        padding-right: 30px
    }
}

.landing-description {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 3em 2em;
    margin-top: 4em;
    margin-bottom: 3em;
    background-color: #f8f6f5
}

.landing-description .tag-title--level-2 {
    padding: 0;
    margin-top: -60px;
    margin-bottom: 20px
}

.landing-description p {
    line-height: 1.5
}