/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/* Template */ ::-moz-selection {background: #b3d4fc;text-shadow: none;} ::selection {background: #b3d4fc;text-shadow: none;} hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;} audio,canvas,iframe,img,svg,video {vertical-align: middle;} fieldset {border: 0;margin: 0;padding: 0;} textarea {resize: vertical;} .browserupgrade {margin: 0.2em 0;background: #ccc;color: #000;padding: 0.2em 0;}
/* Helper classes */ .hidden {display: none !important;visibility: hidden;} .visuallyhidden {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;} .visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto;} .invisible {visibility: hidden;} .clearfix:before,.clearfix:after {content: " ";display: table;} .clearfix:after {clear: both;} .clearfix {*zoom: 1;}
/* Custom ========================================================================== */

* {box-sizing:border-box !important;}
body{
    font-family: sans-serif;
    box-sizing:border-box !important;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    margin: 0;
}
.visible-xs {display:none;}
.hidden-xl {display: none;}
h4 {font-weight: bold !important;margin:0;}
.titulo {text-align:center;color:#007adf;}
#head {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height: 130px;
    background: transparent;
    z-index: 10;
    transition:0.2s;
}
#head.scroll {
    background-color:#2683d7;
    height: 70px;
    transition:0.3s;
}
#head .container {
    width: 1330px;
    height: 70%;
    margin:0 auto;
    position: relative;
}
#head #logo img {
    position: absolute;
    width: auto;
    left: 0;
    top: 35%;
    max-height: 80%;
    max-width: 150px;
}
#head #logo-home {
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
}
#head #logo-scroll {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}
#head.scroll #logo-home {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}
#head.scroll #logo-scroll {
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
}
#head #menu {
    position: absolute;
    right: 0;
    top: 50%;
}
#head #menu a{
    text-decoration: none;
    color: white;
    margin: 0 0.8em;
    font-size: 15px;
}
#head #menu a:hover {
    color:rgba(255,255,255,0.7);
    transition:0.2s;
}
#head #menu a[href="#empezar"] {
    padding: 6px 11px;
    font-size: 13px;
    background-color: rgba(255,255,255,0.9);
    color: #5c5d61;
    /* font-weight:bold; */
    border-radius: 8px;
}
#head #menu a[href="#empezar"]:hover {
    background-color:white;
    transition:0.2s;
}
#home {
    background: url("../img/bg.jpg") no-repeat fixed center center/cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:  relative;
    width:  100%;
    height: 86vh;
    top: 0;
    left:  0;
    text-align:center;
}
#home:after, #demos:after{
    background-image: -webkit-linear-gradient( 0deg, rgb(0, 122, 223) 0%, rgb(0, 236, 188) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0, 122, 223) 0%, rgb(0, 236, 188) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: 0;
}
#que-es-vxm {
    background: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:  relative;
    width:  100%;
    height: 70vh;
    top: 0;
    left: 0;
    overflow: hidden;
}
#que-es-vxm #clientes {
    width: 100%;
    padding: 21px 0 25px;
}
#que-es-vxm #clientes > img {
    margin: 0px 30px 30px 0;
    max-width: 120px;
    max-height: 36px;
}
#que-es-vxm .cuerpo, #autoseller .cuerpo {
    display: inline-block;
    width: 36%;
    left: 10%;
    color: #22233b;
    line-height: 1.4;
}
#que-es-vxm .cuerpo > h3, #autoseller .cuerpo > h3 {
    font-size: 34px;
    line-height: 1.2;
}
#que-es-vxm img#mockup-web {
    float: right;
    right: -12%;
    top: 20%;
}

#autoseller #mockup-video {
    float: right;
    right: -12%;
    top: 20%;
}


#bg-screen {position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(0,0,0,0.3);}

#titulo {
    position: absolute;
    top: 21%;
    text-align: left;
    color:white;
    z-index: 1;
    width: 100%;
    text-align: center;
}

#titulo h1 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.01em;
    /* margin-bottom:  0.1em; */
    line-height:  1.1;
    margin-top: 0;
    /* text-shadow: 2px 2px 2px rgba(0,0,0,0.7); */
}
#titulo h3 {
    margin: 70px 0 10px;
    font-size: 20px;
    /* color: black; */
    font-weight: 400;
}
#titulo #boton-h1 {
    padding:1em;
    border-radius:20px;
    border:0px;
    background-color: rgba(255,255,255,0.9);
    font-weight: bold;
    color: #2781d8;
    box-shadow: inset 0 0 0 2px #ffffff;
    cursor:pointer;
    text-decoration: none;
}
#titulo #boton-h1:hover {
    background-color:#ffffff;
    transition:0.2;
}
#titulo #boton-h1-demo {
    padding:1em;
    border-radius:20px;
    color: #ffffff;
    cursor:pointer;
    display: block;
    margin: 20px auto 0;
    text-decoration: none;
}
#titulo #boton-h1-demo span {
    color: #dbf0f0;
    padding: 3px 1px;
    font-style: italic;
    margin-left: 5px;
}
#contact {
    max-width: 400;
    padding: 5px;
    font-size:  14px;
    margin: 0;
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    transform: unset;
}

#por-que-vxm {
    position:  relative;
    width:  100%;
    background: #F3F5FB none repeat scroll 0 0;
    height: auto;
    overflow: hidden;
}
#por-que-vxm #datos {
    text-align: center;
    background-color: #eaeaea;
}
#por-que-vxm #datos > div{
    display: inline-block;
    width: 19%;
    vertical-align: top;
    margin: 0 30px;
    padding: 70px 0;
}
#por-que-vxm #datos > div > h3{
    font-weight: bold;
    font-size: 40px;
    margin: 0px;
}
#por-que-vxm #datos > div > h5{
    font-weight: 300;
    font-size: 23px;
    margin: 10px 0 10px;
    line-height: 1.3;
    font-weight: bold;
}
#por-que-vxm #datos > div > p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}
#por-que-vxm #items {
    margin: 20px auto 50px;
    text-align: center;
}
#por-que-vxm h3 {
    text-align:center;
    margin: 70px 0 0px;
    font-size:30px;
}
#por-que-vxm > p {
    text-align:center;
    margin: 10px auto 30px;
    /* width: 50%; */
}
#por-que-vxm #items > div{
    display: inline-block;
    width: 340px;
    height: 280px;
    vertical-align: top;
    border-radius: 5px;
    background: white;
    box-shadow: 0 15px 30px rgba(102, 113, 228, 0.13);
    margin: 13px;
    padding: 30px 15px 0;
}
#por-que-vxm #items > div > .icon {
    display:inline-block;
    /* background-color:#2683d7; */
    padding: 10px 0;
    margin: 0 0 15px;
    width: 54px;
    /* height:60px; */
    font-size:26px;
    border-radius:12px;
    /* line-height: 60px; */
    background-image: -webkit-linear-gradient( 50deg, rgb(0, 122, 223) 0%, rgb(0, 236, 188) 100%);
    background-image: -ms-linear-gradient( 50deg, rgb(0, 122, 223) 0%, rgb(0, 236, 188) 100%);
    color: white !important;
}
#por-que-vxm #items > div h4{
    font-size: 20px;
}
#por-que-vxm #items > div p{
    color: #6b739c;
    font-size: 14px;
    line-height: 1.7;
    margin: 5px 0;
}

#empezar {
    padding: 50px 0 0;
    background: url("../img/bg-empezar.jpg") no-repeat fixed center center/cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:  relative;
    background-attachment: fixed;
    width:  100%;
    height: auto;
    top: 0;
    left:  0;
    overflow: hidden;
}
#bg-screen-home-4 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
}
#empezar:after {
    background-image: -webkit-linear-gradient( 0deg, rgb(0, 122, 223) 0%, rgb(0, 236, 188) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0, 122, 223) 0%, rgb(0, 236, 188) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: 0;
}
#empezar h2 {
    color:white;
    text-align:center;
    z-index: 1;
    margin: 0;
    position: relative;
    width: 100%;
    top: unset;
    margin: 0 0 10px;
    font-size: 30px;
}
#empezar > h3 {color:white;position: relative;text-align:center;z-index:10;}
#empezar > h4 {color:white;position: relative;text-align:center;z-index: 1;font-weight: normal !important;}
#empezar #demo-link {
    border-radius: 10px;
    padding:1em;
    position: absolute;
    width: 100%;
    top: 40%;
    font-size: 30px;
}

#whatsapp-boton {
    /* width:70px; */
    position:fixed;
    right:30px;
    top:92px;
    z-index: 10;
    padding: 5px 5px 5px 15px;
    display: block;
    text-decoration:none;
    background-color:#4bc958;
    border-radius:25px 10px 25px 10px;
}
#whatsapp-boton:hover{
    transition:0.1s;
    background-color:#37b944;
}
#whatsapp-boton span{
    color:white;
    font-size:12px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
#whatsapp-boton img{
    width: 40px;
    display: inline-block;
    vertical-align: middle;
}

/* ==========================================================================
   Mobile
   ========================================================================== */
@media only screen and (max-width: 1700px) and (min-width: 1301px) {
    #que-es-vxm img#mockup-web {
        right: -3%;
	width: 52%;
    }
    #autoseller #mockup-video {
        right: -3%;
        top: 70px;
        width: 52%;
    }
    .hidden-xl {display: block;}
    #que-es-vxm .cuerpo {
        top:50px;
    }
    #autoseller .cuerpo {
        top:50px;
    }
    #contacto form > div #input-tel-cod {

    }
    #contacto form > div #input-tel-tel {
        width: 58%;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
    .hidden-xl {display: block;}
    #head .container {
        width:90%;
    }
    #head {
        height:100px;
    }
    #head.scroll {
        height: 75px;
    }
    #head #logo img {
        max-height: 75%;
        max-width: 130px;
    }
    #titulo {
        /* left: 6%; */
        /* top:8%; */
    }
    #titulo h3 {
        margin-top:60px;
        font-size: 18px;
    }
    #titulo h1 {
        font-size:35px;
    }
    #titulo #boton-h1,#titulo #boton-h1-demo {
        font-size:13px;
    }
    #que-es-vxm {
        overflow: hidden;
    }
    #que-es-vxm .cuerpo {
        margin: 6%;
    }
    #que-es-vxm .cuerpo h3{
        font-size: 24px;
        line-height: 1.3;
    }
    #que-es-vxm img#mockup-web {
	width: 46%;
	margin: 6% 3%;
    }
    #autoseller {
        overflow: hidden;
    }
    #autoseller .cuerpo {
	display: inline-block;
        margin: 6%;
    }
    #autoseller .cuerpo h3{
        font-size: 24px;
        line-height: 1.3;
    }
    #autoseller #mockup-video {
	width: 46%;
	margin: 6% 3%;
    }
    #por-que-vxm #datos > div {
        width: 24%;
    }
    #por-que-vxm #datos > div > h3 {
        font-size:45px;
    }
    #por-que-vxm #datos > div > h5 {
        font-size: 19px;
    }
    #por-que-vxm #datos > div > p {
        font-size: 14px;
    }
    #contacto {width:60%;}
}

@media only screen and (max-width: 768px) {
    .visible-xs {display:block !important;}
    .hidden-xl {display: block;}
    #head {height: 100px;}
    #head .container {
        width: 100%;
        padding: 0 7%;
    }
    #logo {
        position: relative;
        height: 100%;
        display: block;
    }
    #logo img{
        width: 50px !important;
    }
    #logo img#logo-home {display:block;/* position:relative; */opacity: 1 !important;/* top: unset; */width: auto !important;height: 80%;/* transform: unset; */visibility: visible !IMPORTANT;max-width: unset;max-height: unset;}
    #logo img#logo-scroll {display:none;}
    #head #hamburguesa {
        position:absolute;
        right: 7%;
        top:72%;
        transform:translateY(-50%);
        color:white;
        font-size: 26px;
        padding: 10px 14px;
        z-index: 10;
        transition:0.2s;
    }
    #head #hamburguesa.on {
        color: #247fd7;
        transition:0.2s;
    }
    #head #menu {
        width: 70%;
        background-color:white;
        height:100vh;
        right: -100%;
        transition:0.3s;
        /* left: 0; */
        top: 0;
        transform: unset;
        padding: 60px 00;
    }
    #head #menu.on {
        transition:0.3s;
        right:0%;
        top: 0;
        transform: unset;
    }
    #head #menu a{
        display:block;
        color:black;
        margin: 30px 10% 20px;
        position: relative;
    }
    #head #menu a[href="#empezar"] {
        background-color: #2781d8;
        color: white;
        left: -11px;
    }
    #home {
        background-position: 75% center;
    }
    #titulo {width: 100% !important;max-width: unset;padding: 0 5% !important;top: 15%;transform: unset;/* text-align: left; */left: unset;height: auto;}
    #titulo h1 {font-size: 23px;/* text-align: left; */position: relative;margin-bottom: 30px;}
    #titulo h3 {font-size:1em;/* text-align: left; */position: relative;}
    #titulo a#boton-h1 {font-size:12px;margin: 40px 0 0;position: relative;}
    #titulo a#boton-h1-demo {font-size:12px;position: relative;}
    #contacto {width: 90%;padding: 2em 0em;margin: 0 auto 50px;}
    #contacto form > div > input {width:70%;}
    #que-es-vxm {height:auto;}
    #que-es-vxm .cuerpo > h3 {font-size:20px;}
    #que-es-vxm #clientes > div > img {max-width: 60px;max-height: 36px;margin: 0px 13px;}
    #que-es-vxm .cuerpo {width:100%;margin-top: 50px;left: unset;top: unset;padding: 0 20px;position: relative;}
    #que-es-vxm img#mockup-web {display:block;width: 160%;margin: 10px auto 0;right: unset;top: unset;position: relative;}

    #autoseller {height:auto;}
    #autoseller #clientes > div > img {max-width: 60px;max-height: 36px;margin: 0px 13px;}
    #autoseller .cuerpo {width:100%;margin-top: 50px;left: unset;top: unset;padding: 0 20px;position: relative;}
    #autoseller .cuerpo > h3 {font-size:20px;}
    #autoseller #mockup-video {display:block;width: calc(100% - 20px);margin: 10px 10px 10px 10px !important;}
    #por-que-vxm > p {padding:0 10px;}
    #por-que-vxm #datos > div {width: 80%;margin: 0px auto 0px;padding: 20px 0;}
    #por-que-vxm #datos > div h3 {margin: 10px auto 0;font-size: 30px;}
    #por-que-vxm #datos > div h5 {margin: 10px auto 0;font-size: 20px;}
    #por-que-vxm #datos > div p {margin: 10px auto 0;font-size: 15px;}
    #por-que-vxm #items > div {width: 90%;padding: 25px 20px 10px;height: auto;}
    #empezar {padding: 30px 0;}
    #empezar h2 {margin: 1em 0 0.5em;}
    #empezar h4 {margin: 0 0 2em;}
    #contacto form > div {display:block;width: 100%;padding: 0 25px;margin: 20px auto 10px;}
    #contacto form #aclaracion {padding:0 25px;}
    #contacto form > div input {display:block;width: 100%;font-size: 13px;}
    #contacto form > div input#input-tel-cod {width:40%;display: inline-block;}
    #contacto form > div input#input-tel-tel {width: 54%;display: inline-block;}
    #contacto form > div > button {width:100%}
    #contacto #form_enviado h4 {padding: 0 10px;}
    #whatsapp-boton {
        position:fixed;
        right: 15px;
        bottom: 80px;
	top: auto;
    }
    #whatsapp-boton img{
        width:40px;
    }

}

#demos {
    background: url("../img/bgdemo.jpg") no-repeat fixed center center/cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:  relative;
    z-index: 1;
    width:  100vw;
    padding: 10px 0;
}
#demos > h2 {text-align:center;position: relative;z-index: 1;color: white;margin-top:2em;margin-bottom: 5px;text-shadow: 0px 0px 7px rgba(0,0,0,0.3);}
#demos > p {text-align:center;position: relative;z-index: 1;color: white;margin: 10px auto 30px;max-width: 800px;text-shadow: 0px 0px 10px rgba(0,0,0,0.3);}
#demos #items {
    text-align: center;
    position: relative;
    z-index: 1;
}
#demos #items > a {
    display: inline-block;
    width: 340px;
    height: auto;
    vertical-align: top;
    border-radius: 5px;
    background: white;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    margin: 13px;
    padding-bottom: 20px;
    z-index: 10;
    text-decoration: none;
    transition:0.2s;
    color: #222;
}
#demos #items > a:hover {
    opacity: 0.9;
    background-color:#fafafa;
    transition:0.2s;
}
#demos #items > a > img {
    width:100%;
    display: block;
}
#demos #items > a > h4 {

margin: 10px 0 5px;
}
#demos #items > a > p {

margin: 0;
}

@media screen and (max-width:768px){
    #demos > h2, #demos > p {
        width:90%;
        margin: 25px auto 30px;
    }
    #demos #items > a {
        display:block;
        width: 90%;
        margin: 20px auto 40px;
        padding-bottom: 15px;
    }
    #demos #items > a > h4 {
    margin: 20px 0 5px;
}
}
