/* ------->> VN Studios Landing Page <<<----------*/

/* ---------->> Resets and overrides <<<-------------*/

* {
    margin: 0;
    padding: 0;
}

body,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
pre,
blockquote,
address,
cite {
    margin: 0;
    padding: 0;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html body {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 1.000em;
    color: #2d2d2d;
}

.clearfix {
    clear: both;
    height: 0px;
    font-size: 1px;
}

:focus {
    outline: 0;
}

img,
iframe {
    border: none;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #f23630;
    cursor: pointer;
}

a:hover {
    color: #c21c17;
    -webkit-transition: .35s;
    transition: .35s;
}

input,
textarea {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 10px 14px;
    color: #2d2d2d;
    border: 0;
    background: #fff;
    margin-bottom: 4px;
}

select {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #2d2d2d;
    border: 0;
    padding: 8px;
    background: #fff;
    margin-bottom: 4px;
}

p {
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    font-size: 1em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* ---------->> General <<<-------------*/

.center {
    width: 1060px;
    margin: 0 auto;
}

hr {
    width: 50px;
    margin: 40px auto 100px;
    border: 0;
    border-bottom: 3px solid #2a2727;
    display: block;
    height: 0;
    text-align: center;
}

.btn {
    font-size: 1.400em;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    background: #f23630;
    color: #fff;
    text-align: center;
    padding: 10px 50px;
}

.btn:hover {
    background: #c21c17;
    color: #fff !important;
}

/*Header*/

@media screen and (min-width: 800px) {}

.clear {
    clear: both;
}

.social-icons {
    margin-top: 55px;
    margin-bottom: 45px;
}

.social-icons li {
    width: 31px;
    height: 29px;
    display: inline-block;
}

.social-icons a {
    background: url(../public/images/iconos-redes.png) no-repeat;
    width: 31px;
    height: 29px;
    display: inline-block;
    text-indent: -9999px;
}

.social-icons .facebok {
    background-position: 0 0;
}

.social-icons .linkedin {
    background-position: -31px 0;
    margin-left: 5px;
}

.social-icons .twitter {
    background-position: -62px 0;
    margin-left: 15px;
}

/*Parallax*/

.vertical-align {
    display: table;
}

.vertical-align .content {
    display: table-cell;
    vertical-align: middle;
}

.parallax {
    background: #52ade7;
    width: 100%;
}

/*Content*/

.main-image {
    height: 800px;
    width: 100%;
    background: url(../public/images/background.jpg) no-repeat center #9E9E9E;
    background-size: cover;
}

.que {
    margin-bottom: 150px;
}

.que .info {
    padding-top: 350px;
    text-align: center;
    color: #fff;
}

.que .info h1 {
    font-size: 3.3em;
    text-transform: uppercase;
    font-weight: 700;
}

.que .info h2 {
    color: #48b9ff;
    font-size: 2.188em;
}

.que .info ul {
    margin-top: 80px;
}

.que .info ul li {
    width: 114px;
    height: 63px;
    display: inline-block;
    text-indent: -9999px;
}

.que .info .android {
    background: url(../public/images/iconos-sistemas.png) no-repeat 0 0;
}

.que .info .ios {
    background: url(../public/images/iconos-sistemas.png) no-repeat -114px 0;
}

.que .info .webapps {
    background: url(../public/images/iconos-sistemas.png) no-repeat -228px 0;
}

.que .proceso {
    background: #fff;
    -webkit-box-shadow: 0px 15px 54px 1px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 15px 54px 1px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 15px 54px 1px rgba(0, 0, 0, 0.51);
    margin-top: -150px;
    padding: 50px 50px 90px 50px;
    position: relative;
    z-index: 100;
}

.que .proceso h3 {
    color: #f4524d;
    font-size: 2.000em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: -50px;
}

.que .proceso li {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    text-align: center;
}

.que .proceso li .number {
    color: #eeeeef;
    font-size: 10.000em;
    font-weight: 700;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    text-align: center;
}

.que .proceso li .icon {
    background: url(../public/images/iconos-proceso.png);
    width: 105px;
    height: 100px;
    display: inline-block;
    text-indent: -9999px;
    margin-top: -80px;
    position: relative;
}

.que .proceso li .icon-1 {
    background-position: 0 0;
}

.que .proceso li .icon-2 {
    background-position: -105px 0;
}

.que .proceso li .icon-3 {
    background-position: -211px 0;
}

.que .proceso li .icon-4 {
    background-position: -317px 0;
}

.que .proceso li:after {
    content: "";
    display: inline-block;
    background: url(../public/images/arrow.png) no-repeat right;
    width: 100px;
    height: 20px;
    position: absolute;
    top: 190px;
    margin-left: 70px;
}

.que .proceso li:last-child:after {
    background: none;
}

.que .proceso li p {
    color: #344364;
    font-size: 1.188em;
    font-weight: 700;
}

.que .proceso .btn {
    margin: 0 auto;
    position: absolute;
    margin-top: 60px;
    margin-left: -200px;
    left: 50%;
}

.como {
    margin-bottom: 150px;
}

.como .info {
    width: 360px;
    float: left;
}

.como picture {
    float: right;
    margin-top: 50px;
}

.como .info h1 {
    color: #f4524d;
    font-size: 2.000em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

.como .info h2 {
    font-size: 1.063em;
    line-height: 1.450em;
    font-weight: 700;
    margin-bottom: 20px;
}

.como .info p {
    line-height: 1.450em;
}

.lenguajes {
    width: 100%;
    color: #fff;
}

.lenguajes .frase-image {
    height: 225px;
    width: 100%;
    background: url(../public/images/background-2.jpg) no-repeat center #9E9E9E;
    background-size: cover;
}

.lenguajes h3 {
    padding: 75px 0;
    font-size: 1.563em;
    text-align: center;
    line-height: 1.450em;
}

.quienes {
    margin: 95px auto 125px;
}

.quienes h1 {
    color: #f4524d;
    font-size: 2.000em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 60px;
}

.quienes .owl-carousel .bottom {
    margin-top: 40px;
}

.quienes .owl-carousel .middle {
    margin-top: 20px;
}

.quienes .owl-carousel {
    text-align: center;
}

.quienes .owl-carousel h2 {
    font-size: 1.375em;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 700;
}

.donde .map {
    width: 100%;
    height: 475px;
    margin: 100px 0 0;
}

.donde .map #gmap_canvas {
    height: 475px;
    text-align: left;
}

.donde .info {
    background: #f23630;
    padding: 40px 40px;
    color: fff;
    display: inline-block;
    position: absolute;
    z-index: 50;
    margin-top: 70px;
    -webkit-box-shadow: 0px 15px 54px 1px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 15px 54px 1px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 15px 54px 1px rgba(0, 0, 0, 0.51);
}

.donde h1 {
    color: #fff;
    font-size: 2.000em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

.donde p {
    color: #fff;
    margin-bottom: 12px;
}

.donde p strong {
    font-size: 1.063em;
}

.donde p a {
    color: #fff;
}

.experiencia {
    padding: 80px 0 125px;
    background: #FFFFFF;
    text-align: center;
}

.experiencia h1 {
    color: #f4524d;
    font-size: 2.000em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
}

.experiencia picture {
    text-align: center;
}

.experiencia ul {
    padding: 0 2%;
    margin-top: -30px;
}

.experiencia li {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.experiencia li a {
    color: #9ea3ab;
    font-weight: 700;
}

.experiencia li a:hover {
    color: #354b6e;
}

.experiencia ul .top {
    margin-top: -30px;
}

.experiencia ul .bottom {
    margin-top: 30px;
}

.consultas {
    background: #fff;
}

.consultas .main-image-2 {
    height: 1310px;
    width: 100%;
    background: url(../public/images/background-3.jpg) no-repeat center #9E9E9E;
    background-size: cover;
}

.consultas .center {
    padding: 140px 0 0;
    width: 620px;
    text-align: center;
}

.consultas h1 {
    color: #fff;
    font-size: 2.000em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.consultas form fieldset {
    border: 0;
}

.consultas form input {
    text-align: left;
    padding: 10px 10px;
    font-size: 1.00em;
    margin-bottom: 30px;
}

.consultas form .left {
    float: left;
    width: 48%;
}

.consultas form .right {
    float: right;
    width: 48%;
}

.consultas form textarea {
    width: 100%;
    height: 180px;
    text-align: left;
    padding: 10px 10px;
    font-size: 1.00em;
}

.consultas form .btn {
    text-align: center;
    width: 200px;
    -webkit-box-shadow: 0px 15px 54px 1px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 15px 54px 1px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 15px 54px 1px rgba(0, 0, 0, 0.51);
    cursor: pointer;
    margin: 30px auto 0;
}

.consultas form select {
    margin-bottom: 15px !important;
    height: 40px !important;
    color: dimgray !important;
}

.mauticform-row .left {
    float: left;
    width: 48%;
}

.mauticform-row .right {
    float: left;
    width: 48%;
}

.clear {
    clear: both;
}

div#mauticform_appsmobile_consulta {
    float: left;
    width: 100%;
}

button#mauticform_input_appsmobile_enviar {
    text-align: center;
    width: 200px;
    -webkit-box-shadow: 0px 15px 54px 1px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 15px 54px 1px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 15px 54px 1px rgba(0, 0, 0, 0.51);
    cursor: pointer;
    margin: 10px auto 0;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    background: #f23630;
    font-size: 1.00em;
    color: white;
    border-radius: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.social-icons {
    margin-top: 100px;
}

.social-icons li {
    width: 31px;
    height: 29px;
    display: inline-block;
}

.social-icons a {
    background: url(../public/images/iconos-redes.png) no-repeat;
    width: 31px;
    height: 29px;
    display: inline-block;
    text-indent: -9999px;
}

.social-icons .facebok {
    background-position: 0 0;
}

.social-icons .linkedin {
    background-position: -31px 0;
    margin-left: 5px;
}

.social-icons .twitter {
    background-position: -62px 0;
    margin-left: 15px;
}

.copy {
    color: #bcc2cd;
    font-size: 0.938em;
    margin-top: 20px;
    text-align: center;
}

@media screen\0 {
    /* Estilos CSS para IE10 o inferior  */
    .que .proceso li:after {
        background: none;
    }
}