@-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: 180px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 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: center;
    position: relative;
    padding-top: 158px;
    padding-bottom: 159px;
}

.home-spot .title {
    color: #fff;
    font-size: 3.4rem;
}

.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;
    background-color: #fff;
}

.home-spot form select {
    width: 200px;
    border-left: #ccc 1px solid !important;
    background-color: #fff;
}

.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;
}

section.catalogos .catalogos {
    width: 100%;
    max-width: 1220px;
    display: grid;
    grid-template-columns: repeat(4, 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: 220px;
    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: "Iniciar Busqueda";
    display: block;
    position: absolute;
    top: 220px;
    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: 220px;
    object-fit: cover;
    width: 100%;
}

section.catalogos .catalogo .title {
    position: absolute;
    width: 100%;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    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;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 1.2;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.catalogos .catalogo:hover .title {
    transform: scale(1.2);
    text-shadow: 0 0 5px #111;
}

section.catalogos .catalogo .text {
    font-size: 0.75rem;
    padding: 50px 27px;
    text-align: center;
    line-height: 1.4;
    padding-top: 90px;
    color: #ddd;
    /* display: none; */
}

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
}

/******************************/
/******************************/
.somos {
    padding-top: 100px;
    padding-bottom: 148px;
    text-align: right;
    position: relative;
    background-color: #f6f6f6;
    background-image: linear-gradient(0deg, #fff 0%, f6f6f6 100%);
}

.somos:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(50% - 60px);
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../../img/bg/bosch_i40_5g-connected-industry.jpg);
    background-size: cover;
    background-position: center;
    filter: brightness(0.8);
}

.somos>div[class*="container"]>h2.title {
    padding: 0px;
    text-align: left;
    max-width: calc(50%);
    margin-left: auto;
    margin-bottom: 35px;
    font-size: 2rem;
    position: relative;
    border-left: 2px solid #555;
    padding-left: 20px;
}

.somos>div[class*="container"]>.subtitle {
    font-size: 0.9rem;
    font-weight: 400;
}

.somos>div[class*="container"]>.text {
    max-width: calc(50%);
    margin-left: auto;
    text-align: left;
}

/******************************/
/******************************/
.comofunciona {
    text-align: center;
    padding-top: 95px;
    padding-bottom: 110px;
    position: relative;
    background-color: #f9f9f9;
    /* background-image: linear-gradient(0deg, #fefefe 90%, #e6e6e6 100%); */
}

.comofunciona:before {
    /* content: ""; */
    background-color: #fff;
    background-image: linear-gradient(0deg, #fff 20%, #e6e6e6 100%);
    display: block;
    position: absolute;
    width: 101%;
    height: 150px;
    top: -21px;
    transform: rotate(-1.1deg);
}

.comofunciona [class*="container"] {
    position: relative;
}

.comofunciona .imagen {
    position: relative;
}

.comofunciona .imagen ul{
    padding-left: 15px;
    font-size: 0.7rem;
    margin-top: 5px
}

.comofunciona .title {
    margin-bottom: 0;
    padding-bottom: 35px;
}

.comofunciona .text {
    max-width: 800px;
    margin: 0 auto;
    /* font-size: 0.75rem; */
    /* padding-bottom: 50px; */
    /* color: #000; */
    /* font-weight: 400; */
    padding-top: 35px;
}

.comofunciona a {
    display: block;
    /* background-color: rgba(255,0,0,0.5); */
    position: absolute;
    color: white;
    border-radius: 50%;
}

.comofunciona a:before {
    display: none
}

.comofunciona a.link1 {
    width: 21%;
    height: 39%;
    top: 5%;
    left: 2%;
}

.comofunciona a.link2 {
    width: 19%;
    height: 40%;
    top: 46%;
    left: 16%;
}

.comofunciona a.link3 {
    width: 20%;
    height: 41%;
    top: 5%;
    left: 36%;
}

.comofunciona a.link4 {
    top: 10%;
    left: 62%;
    width: 29%;
    height: 39%;
}

.comofunciona a.link5 {
    width: 22%;
    height: 41%;
    left: 44%;
    top: 51%;
}

.comofunciona a.link6 {
    width: 25%;
    height: 40%;
    left: 72%;
    top: 52%;
}

.comofunciona a.link7 {
    width: 8%;
    height: 36%;
    left: 59%;
    top: 59%;
}

.comofunciona a.link8 {
    width: 10%;
    height: 45%;
    left: 77%;
    top: 8%;
}

.comofunciona a.link9 {
    width: 6%;
    height: 29%;
    left: 38%;
    top: 13%;
}


.comofunciona a.link1:before {
    content: "1";
}

.comofunciona a.link2:before {
    content: "2";
}

.comofunciona a.link3:before {
    content: "3";
}

.comofunciona a.link4:before {
    content: "4";
}

.comofunciona a.link5:before {
    content: "5";
}

.comofunciona a.link6:before {
    content: "6";
}

.comofunciona a.link7:before {
    content: "7";
}

.comofunciona a.link8:before {
    content: "8";
}

.comofunciona a.link9:before {
    content: "9";
}

/******************************/
/******************************/
.tecnologia40 {
    background-color: var(--c-primary);
    background-image: linear-gradient(50deg, var(--c-primary) 80%, #2c5777 100%);
    color: #fff;
    /* background-color: #E7EBF4;
	background-image: linear-gradient(100deg, #E7EBF4 80%, #f5f5f5 100%); */
    padding-top: 95px;
    padding-bottom: 95px;
    position: relative;
}

.tecnologia40 .title {
    color: #fff;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 45px;
    border-left: 2px solid #fff;
    font-size: 2rem;
}

.tecnologia40 .text {
    max-width: 600px;
    color: #fff;
}

.tecnologia40 .robot {
    position: absolute;
    bottom: 28px;
    right: 60px;
    text-align: center;
    width: 45%;
}

/*Mobile*/
@media screen and (max-width:900px){
	.home-spot {}
    .home-spot:before {}
    .home-spot:after {}
    .home-spot .container {}
    .home-spot .title {
        font-size: 1.7rem;
        padding-bottom: 4px;
    }
    .home-spot .subtitle {
        line-height: 1.3;
    }
    .home-spot form {}
    .home-spot form:before {}
    .home-spot form:after {}
    .home-spot form select {}
    .home-spot form input {}
    .home-spot form select {}
    .home-spot .lucesitas {}
    .home-spot .lucesitas img:nth-child(1) {}
    .home-spot .lucesitas img:nth-child(2) {}
    section.catalogos {}
    section.catalogos .catalogos {
        grid-template-columns: 1fr;
    }
    .catalogos .catalogo {}
    .catalogos .catalogo:before {}
    .catalogos .catalogo:hover:before {}
    .catalogos .catalogo:after {}
    div.catalogos>div:nth-child(2n) .catalogo {}
    section.catalogos .catalogo img {}
    section.catalogos .catalogo .title {
        font-size: 0.8rem;
    }
    section.catalogos .catalogo:hover .title {}
    section.catalogos .catalogo .text {}
    section.catalogos .catalogo:hover img {}
    .catalogos .catalogo:hover:after {}
    .catalogos .catalogo:hover {}
    .somos {}
    .somos:before {}
    .somos>div[class*="container"]>h2.title {}
    .somos>div[class*="container"]>.subtitle {}
    .somos>div[class*="container"]>.text {}
    .comofunciona {
    padding-top: 61px;
}
    .comofunciona:before {}
    .comofunciona [class*="container"] {}
    .comofunciona .imagen {}
    .comofunciona .imagen ul{}
    .comofunciona .title {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .comofunciona .text {
        line-height: 1.5;
        font-size: 0.8rem;
    }
    .comofunciona a {}
    .comofunciona a:before {}
    .comofunciona a.link1 {}
    .comofunciona a.link2 {}
    .comofunciona a.link3 {}
    .comofunciona a.link4 {}
    .comofunciona a.link5 {}
    .comofunciona a.link6 {}
    .comofunciona a.link7 {}
    .comofunciona a.link8 {}
    .comofunciona a.link9 {}
    .comofunciona a.link1:before {}
    .comofunciona a.link2:before {}
    .comofunciona a.link3:before {}
    .comofunciona a.link4:before {}
    .comofunciona a.link5:before {}
    .comofunciona a.link6:before {}
    .comofunciona a.link7:before {}
    .comofunciona a.link8:before {}
    .comofunciona a.link9:before {}
    .tecnologia40 {}
    .tecnologia40 .title {}
    .tecnologia40 .text {}
    .tecnologia40 .robot {}
}