@-webkit-keyframes jump {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes jump {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes jumpInvert {
    0% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes jumpInvert {
    0% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(10px);
    }
}



header {
    background-color: transparent;
    box-shadow: none !important;
}

header:not(.sticky) form {
    /* display: none !important; */
    margin-top: 16px;
}



body header:not(.sticky) .logo img {
    -webkit-transition: all 0.27s ease;
    -moz-transition: all 0.27s ease;
    -ms-transition: all 0.27s ease;
    -o-transition: all 0.27s ease;
    transition: all 0.27s ease;
    max-width: 100% !important;
    height: 85px !important;
}

body header:not(.sticky) .logo {
    filter: invert(0) !important;
}


/*Mobile*/
@media screen and (min-width:900px) {
    header:not(.sticky) nav.menu-main {
        margin-top: 23px !important;
    }
}



.home-spot {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.home-spot:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}



.home-spot:after {
    /* content: url(../../img/images/mask01.png); */
    display: block;
    position: absolute;
    bottom: -5px;
    width: 100%;
    overflow: hidden;
}

.home-spot .container {
    text-align: left;
    position: relative;
    padding-top: 130px;
    padding-bottom: 30px;
}

.home-spot .title {
    color: #fff;
    font-size: 2rem;
}

.home-spot .subtitle {
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
    font-size: 0.85rem;
}

.home-spot form {
    background-color: #fff;
    border: 1px solid #eee;
    margin: 0 auto;
    display: flex;
    padding: 13px 7px;
    border-radius: 3px;
    max-width: 720px;
    position: relative;
}

.home-spot form:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../img/icons/search-solid.svg);
    width: 20px;
    height: 20px;
    opacity: 0.6;
}

.home-spot form:after {
    content: "";
    display: block;
    position: absolute;
    border: solid #555;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    right: 20px;
    top: calc(50% + -3px);
}



.home-spot form input,
.home-spot form select {
    border: 0 !important;
}

.home-spot form input {
    padding-left: 45px;
    line-height: 0;
}

.home-spot form select {
    width: 200px;
    border-left: #ccc 1px solid !important;
}

.home-spot .lucesitas {
    position: absolute;
    width: 100%;
    opacity: 0.5;
}

.home-spot .lucesitas img:nth-child(1) {
    display: block;
    float: left;
    -webkit-animation: jump 5s infinite alternate;
    animation: jump 5s infinite alternate;
}

.home-spot .lucesitas img:nth-child(2) {
    display: block;
    float: right;
    -webkit-animation: jumpInvert 5s infinite alternate;
    animation: jumpInvert 5s infinite alternate;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}



/******************************/
/******************************/
section.catalogos {
    position: relative;
    padding-bottom: 100px;
    padding-top: 80px;
}

section.catalogos .catalogos {
    width: 100%;
    max-width: 1220px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0 auto;
    /* margin-top: -102px; */
}

.catalogos .catalogo {
    display: block;
    background-color: #222222;
    color: #fff;
    height: 100%;
    position: relative;
    /* padding-bottom: 54px; */
}

.catalogos .catalogo:before {
    content: "";
    display: block;
    width: 100%;
    height: 180px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.39);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.39)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
}

.catalogos .catalogo:hover:before {
    background: rgba(0, 0, 0, 0.59);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.59)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
}

.catalogos .catalogo:after {
    content: "Ver Ahora";
    display: block;
    position: absolute;
    top: 180px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 0.8rem;
    color: #fff !important;
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: var(--c-primary);
    background-image: linear-gradient(135deg, var(--c-primary) 0%, #9599E2 100%);
    filter: grayscale(0.85);
}

div.catalogos>div:nth-child(2n) .catalogo {
    background-color: #444;
}

section.catalogos .catalogo img {
    filter: brightness(0.7) grayscale(90%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 180px;
    object-fit: cover;
    width: 100%;
}

section.catalogos .catalogo .title {
    position: absolute;
    width: 100%;
    top: 84px;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    z-index: 5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

section.catalogos .catalogo:hover .title {
    transform: scale(1.2);
    text-shadow: 0 0 5px #000;
}

section.catalogos .catalogo .text {
    font-size: 0.65rem;
    padding: 50px 27px;
    text-align: center;
    line-height: 1.4;
    padding-top: 90px;
    color: #ddd;
    /* display: none; */
    /* padding-top: 30px; */
}

section.catalogos .catalogo:hover img {
    filter: brightness(1) grayscale(0%);
}

.catalogos .catalogo:hover:after {
    background-color: var(--c-primary);
    background-image: linear-gradient(135deg, #9599E2 0%, var(--c-primary) 100%);
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
    filter: grayscale(0);
}

.catalogos .catalogo:hover {
    /*background-color: var(--c-primary) !important;*/
    background-color: #666 !important
}

/*Mobile*/
@media screen and (max-width:900px){
    .home-spot .title {
        font-size: 1.2rem;
        margin-bottom: 17px;
    }
    .home-spot .subtitle {
        line-height: 1.4;
    }
    section.catalogos {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    section.catalogos .container {
        /* padding-left: 0; */
        /* padding-right: 0; */
    }
    section.catalogos .catalogos {
        grid-template-columns: 1fr;
    }
}