@font-face {
    font-family: 'nexa';
src: url('fonts/nexa_regular_webfont.woff2') format('woff2'),
    url('fonts/nexa_regular_webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'nexa-bold';
src: url('fonts/nexa_bold-webfont.woff2') format('woff2'),
    url('fonts/nexa_bold-webfont.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'nexa-heavy';
src: url('fonts/nexaheavy-webfont.woff2') format('woff2'),
    url('fonts/nexaheavy-webfont.woff') format('woff');
font-weight: bolder;
font-style: normal;
}
@font-face {
font-family: 'quicksand';
src: url('fonts/Quicksand-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'quicksand';
src: url('fonts/Quicksand-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'quicksand';
src: url('fonts/Quicksand-Medium.woff') format('woff');
font-weight: bolder;
font-style: normal;
}
@font-face {
font-family: 'quicksand';
src: url('fonts/Quicksand-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}

body {
    font-family: 'quicksand', 'Courier New', Courier, monospace;
    color: #616161;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100% !important;
    overflow-x: hidden;
}

#header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 94px;
    left: 0px;
    top: 0px;
    padding: 0px;
    background: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    /* Note: backdrop-filter has minimal browser support */
}

#header #logo {
    display: inline-block;
    margin: 0px 25px;
    width: 270px;
    height: 94px;
    background-image: url("img/leverbox_logo_nuevo.svg");
    background-repeat: no-repeat;
    background-color:transparent;
    background-size: contain;
    background-position: center;
}

#nav, #nav2 {
    display: inline-block;
    height: 94px;
}

#nav2 {
    box-sizing: border-box;
    float: right;
    margin-right: 10px;
}

#nav ul, #nav2 ul {
    margin: 0px auto;
}

#nav ul li, #nav2 ul li {
    list-style: none;
    float: left;
    margin: 0 1rem;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 94px;
}

#nav ul li a, #nav2 ul li a {
   text-decoration: none;
   color: inherit;
}

#nav ul li a:hover, #nav2 ul li a:hover {
    color:#777;
}

#nav ul li.active {
    color: #FF8300;
}

.agenda-demo {
    background: #6292D1;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.25), inset 3px 3px 3px rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    padding: 10px 25px;
    color: white !important;
}

#content {
    margin: 0;
    padding: 0;
}

.home-bg {
    display: block;
    width: 100%;
    height: 100vh;
    color: white;
    background-image: url("img/homebg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 25px;
}

.homemsg {
    padding-top: 30vh;
    padding-left: 10%;
    width: 32%;
    font-size: 3rem;
    font-family: 'nexa-heavy';
    line-height: 5rem;
    letter-spacing: 2px;
}

.agenda-demo-home {
    font-family: 'quicksand';
    background: #6292D1;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.25), inset 3px 3px 3px rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    padding: 10px 35px;
    color: white !important;
    font-size: 1.3rem;
    letter-spacing: 0;
    text-decoration: none;
}

.titulo {
    font-family: 'nexa-heavy';
    color: #FF8300;
    font-size: 2.2rem;
}

.center {
    text-align: center;
}

.block {
    display: block;
}

.inline {
    display: inline-block;
}

.section {
    padding: 5%;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
  
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
.slider {
    background: white;
    height: 100px;
    margin: 5rem auto;
    overflow: hidden;
    position: relative;
    width: 80%;
}
.slider::before, .slider::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider::before {
    left: 0;
    top: 0;
}
.slider .slide-track {
    -webkit-animation: scroll 50s linear infinite;
            animation: scroll 50s linear infinite;
    display: flex;
    width: calc(250px * 8);
}
.slider .slide {
    height: 100px;
    width: 250px;
    margin: 0 25px;
}

.somos {
    font-family: 'quicksand';
    padding: 0% 22%;
    font-size: 2rem;
}

.somos:before {
    content: "";
    background-image: url("img/somos-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    display: block;
    margin-left: -10%;
}

.somos:after {
    content: "";
    background-image: url("img/somos-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    display: block;
    margin-left: -10%;
    float: right;
}

.diferentes {
    background-image: url("img/diferentes-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    display: block;
    padding: 0;
}

.ejes-container {
    text-align: center;
    padding-top: 2%;
}

.eje-title {
    color: #6292D1;
    font-family: 'nexa-heavy';
    display: block;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.eje {
    display: inline-block;
    color: inherit;
    font-family: 'quicksand';
    width: 20%;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 300px;
    margin: 50px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 300px;
    vertical-align: top;
}

.eje1 { background-image: url("img/eje1.jpg"); }
.eje2 { background-image: url("img/eje2.jpg"); }
.eje3 { background-image: url("img/eje3.jpg"); }

.valores {
    font-size: 1.4rem;
    text-align: center;
    background-image: url("img/valor-bg.svg");
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: top-left;
}

.valor-text, .valor-check {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: left;
    box-sizing: border-box;
    padding-left: 15rem;
}

.valor-text {
    background: #FFFFFF;
    border: 2px solid #E3E3E3;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
    border-radius: 20px;
    padding: 3rem 5rem 3rem 24rem;
    margin-left: -19rem;
}

.valor {
    display: block;
    padding-left: 3rem;
    background-image: url("img/valor-check.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 2rem;
    margin: 1rem;
}

.valores .titulo {
    text-align: left;
    border-left: 5px solid #FF8300;
    padding-left: 2rem;
    margin-left: 15%;
}

.inteligencia {
    font-size: 1.4rem;
    text-align: center;
}

.inteligencia-img, .inteligencia-txt {
    width: 35%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.inteligencia-img {
    background-image: url("img/inteligencia-img.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
}

.inteligencia-txt span {
    color: #6292D1;
    font-family: 'nexa-heavy';
    font-size: 1.8rem;
}

.plataforma {
    text-align: center;
    background-image: url("img/plataforma-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.plataforma img {
    margin: 5rem;
}

.plataforma .titulo {
    margin-bottom: 2rem;
}

.map {
    background-image: url("img/map.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100vh;
    background-position: top right;
    display: block;
}

.endhome {
    padding-bottom: 15%;
}

.endhometxt {
    color: #6292D1;
    font-size: 1.8rem;
    margin: 4rem;
    padding-top: 10%;
}

.endhome:before {
    content: "";
    background-image: url("img/diferente_before.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 400px;
    height: 400px;
    display: block;
    left: 0;
    position: absolute;
}

.endhome:after {
    content: "";
    background-image: url("img/diferente_after.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 400px;
    height: 400px;
    display: block;
    margin-top: -100px;
    right: 0;
    position: absolute;
    z-index: -1;
}

footer {
    background-color: #6292D1;
    color: white;
    display: block;
    width: 100%;
    padding: 3% 5%;
    box-sizing: border-box;
}


#sitemap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
  
#sitemap li {
    float: left;
    margin-right: 2rem;
}

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

#disclaimer {
    display: block;
    padding: 1rem;
    font-size: 0.8rem;
    margin-top: 100px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

#disclaimer span {
    float: right;
}

.content {
    padding-top: 150px;
}

.products {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 300;
}

.product-item {
    box-sizing: border-box;
    width: 450px;
    margin: 0.5rem;
    display: inline-block;
    border: 2px solid #E3E3E3;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
    padding: 2rem 3rem;
    text-align: left;
    font-size: 1.2rem;
    min-height: 24rem;
    vertical-align: top;
    position: relative;
}

.product-item p {
    z-index: 999;
    position: relative;
}

#product1{ border-radius: 30px 0px 0px 0px; }
#product2{ border-radius: 0px 30px 0px 0px; }
#product3{ border-radius: 0px 0px 0px 30px; }
#product4{ border-radius: 0px 0px 30px 0px; }

.product-title {
    font-family: 'nexa-heavy';
    color: #FF8300;
    font-size: 1.8rem;
}

.product-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 250px;
    height: 120px;
    bottom: 3rem;
    position: absolute;
    right: 0rem;
}

.breakline {
    display: block;
}

#product1 .product-img { background-image: url('img/product1.jpg'); }
#product2 .product-img { background-image: url('img/product2.jpg'); }
#product3 .product-img { background-image: url('img/product3.jpg'); }
#product4 .product-img { background-image: url('img/product4.jpg'); }

.arrow {
    background-image: url('img/arrow-down.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
    vertical-align: bottom;
    position: absolute;
    bottom: 3rem;
    display: block;
}

.products .agenda-demo {
    text-decoration: none;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 10px 5rem;
}

.spacer {
    display: block;
    margin-bottom: 8rem;
}

.spacer-line {
    background-image: url('img/spacer.jpg');
    width: 100px;
    height: 12rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5rem auto;
}

.products-bg {
    background-image: url('img/products-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}


#sub-product1 .product-img { background-image: url('img/product1.jpg'); }
#sub-product2 .product-img { background-image: url('img/product2.jpg'); }
#sub-product3 .product-img { background-image: url('img/product3.jpg'); }
#sub-product4 .product-img { background-image: url('img/product4.jpg'); }

.sub-product-item {
    display: inline-block;
    position: relative;
    width: 300px;
}

.sub-product-item .arrow, .sub-product-item .product-img {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 2rem 0rem;
    bottom: 0;
}

.sub-product-item {
    border: 2px solid #E3E3E3;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 35%);
    margin: 10px;
    padding: 2rem 2rem 0rem 2rem;
    vertical-align: bottom;
}

.sub-product-item:nth-child(3) { border-radius: 0px 0px 0px 30px; }
.sub-product-item:nth-child(5) { border-radius: 0px 0px 30px 0px; }

.product-subtitle {
    color: #6292D1;
    display: block;
    font-family: 'nexa-heavy';
}

.product-subtitle-2 {
    color: #FF8300;
    display: block;
    font-family: 'nexa-heavy';
}

.p1col {
    width:49%;
}

.lab {
    font-size: 1.3rem;
}

.lab p {
    font-weight: 300;
}

.lab-blue, .partners-subtitle {
    color: #6292D1
}

.lab-box {
    border: 2px solid #E3E3E3;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
    border-radius: 20px;
    padding: 2rem 3rem;
}

.lab-subtitle {
    font-family: 'quicksand';
}

.labcontent {
    max-width: 900px;
    margin: 0 auto;
}

.partners {
    font-size: 1.3rem;
    font-weight: 300;
}

.line-height-medium {
    line-height: 2.3rem;
}

.partner-list {
    margin: 50px 0px;
}


/* mobile portrait */
@media only screen and (max-width: 640px) and (orientation: portrait) {
    #nav ul li, #nav2 ul li {
        font-size: 10px;
        line-height: 44px;
        display: inline;
        margin: 0 0.5rem;
    }

    #nav ul {
        width: 100%;
        text-align: center;
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        padding: 0;
    }

    #nav2 {
        display: none !important;
    }

    #header #logo {
        display: block;
        margin: 0 auto;
        width: 70%;
        height: 94px;
        background-size: contain;
        background-position: center;
    }

    #nav, #nav2 {
        display: inline-block;
        height: 44px;
        width: 100%;
        text-align: center;
        background: white;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    }


    .homemsg {
        padding-top: 50vh;
        padding-left: 10%;
        width: 52%;
        font-size: 2rem;
        font-family: 'nexa-heavy';
        line-height: 3rem;
        letter-spacing: 2px;
    }

    .agenda-demo-home {
        font-family: 'quicksand';
        background: #6292D1;
        box-shadow: 1px 3px 4px rgb(0 0 0 / 25%), inset 3px 3px 3px rgb(255 255 255 / 25%);
        border-radius: 30px;
        padding: 8px 27px;
        color: white !important;
        font-size: 1rem;
        letter-spacing: 0;
        text-decoration: none;
        display: block;
        margin-top: 1rem;
    }

    .titulo {
        font-family: 'nexa-heavy';
        color: #FF8300;
        font-size: 2rem;
    }

    .somos {
        font-family: 'quicksand';
        padding: 0% 8%;
        font-size: 1.2rem;
    }


    .diferentes {
        background-size: contain;
        width: 100%;
        height: 50vh;
    }


    .eje {
        display: block;
        width: 80%;
        margin: 2rem auto;
        background-size: contain;
    }

    .valor-text {
        margin: 0;
        padding: 0;
        background: transparent;
        box-shadow: none;
        border: none;
        width: 80%;
        margin: 4rem auto;
        text-align: center;
    }

    .valor-check {
        margin: 0;
        padding: 0;
        width: 80%;
    }
    .inteligencia-txt li {
        margin-top: 1rem;
    }
    
    .inteligencia-txt {
        width: 80%;
    }
    .plataforma img {
        width: 80% !important;
        margin: 1rem auto;
    }

    .map {
        height: 300px;
    }

    .section.endhome.center {
        display: none;
    }

    #sitemap li {
        font-size: 12px;
        margin-right: 18px;
    }

    #sitemap li:last-child {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }


    #disclaimer, #disclaimer span {
        font-size: 7px;
        text-align: center;
        float: inherit;
        display: block;
    }

    .content.products {
        width: 90%;
        padding-left: 4%;
    }

    .product-item {
        width: 100%;
    }

    #product4 {
        display: block;
        padding-bottom: 170px;
    }

    .labcontent {
        width: 90%;
    }

    .labcontent img {
        width: 80%;
    }

    .labcontent div:first-child {
        width: 90% !important;
        text-align: center;
        padding-bottom: 2rem;
        margin: 0 5% !important;
    }

    .labcontent div {
        text-align: center !important;
    }





}

/* iPhone landscape and iPad portrait */
/* @media only screen and (max-device-width: 480px) and (orientation: landscape),
@media only screen and (max-device-width: 640px) and (orientation: portrait)  {
    body { 
       background: red !important 
       -webkit-text-size-adjust:none; 
    }
} */