@font-face {
    font-family: Biko;
    src: url(fonts/Biko_Regular.otf);
}

@font-face {
    font-family: OpenSans_light;
    src: url(fonts/OpenSans-Light.ttf);
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
h1{
    text-transform: uppercase;
    font-size: 55px !important
}

h2 {
    text-transform: uppercase;
    font-size: 30px !important
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

    a:active,
    a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled] html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

::-moz-selection {
    background: #FFF498
}

::selection {
    background: #FFF498
}

::-moz-selection {
    background: #FFF498
}

img::-moz-selection {
    background: transparent
}

img::selection {
    background: transparent
}

img::-moz-selection {
    background: transparent
}

body {
    -webkit-tap-highlight-color: #FFF498
}

body {
    background-color: #0c0c0c;
    font-size: 14px;
    line-height: 1.6;
    font-family: "OpenSans", sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

label.error{
  display: contents;
  color: #e93f37;
  font-family: OpenSans_light;
  font-weight: 900;
}

.blog-menu {
  font-size: 55px !important;
  font-weight: 900;
  font-family: Biko;
  text-transform: capitalize;
  cursor: pointer;
  margin: 0px 0px !important;
}

.fa.fa-facebook {
  position: absolute;
  margin-top: 10%;
  font-size: 20px;
  right: 20px;
}

  .fa.fa-facebook:hover{
    cursor: pointer;
  }

.fa.fa-instagram {
  position: absolute;
  margin-top: 17%;
  font-size: 20px;
  right: 17px;
}

  .fa.fa-instagram:hover{
    cursor: pointer;
  }

.fa.fa-linkedin {
  position: absolute;
  margin-top: 24%;
  font-size: 20px;
  right: 17px;
}

  .fa.fa-linkedin:hover{
    cursor: pointer;
  }

.l-viewport {
    position: relative;
    width: 100%;
    height: 95vh;
    box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.85);
    overflow: hidden
}

.l-wrapper {
    position: relative;
    width: 1440px;
    max-width: 90%;
    height: 100%;
    margin: 0 auto
}

.footer-terminos {
    font-family: OpenSans_light;
    font-size: 11px;
    text-align: center;
    color: #686868;
    margin-top: 0%;
    position: relative;
}

.l-side-nav {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .l-side-nav::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 2px;
        height: 70%;
        max-height: 750px;
        background-color: #555;
        opacity: .35;
        z-index: 10
    }

.l-main-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.l-section {
    position: absolute;
    width: 100%;
    height: 100%
}

.device-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0c0c0c;
    z-index: 12
}

.device-notification--logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff
}

    .device-notification--logo p {
        margin: 0 0 0 10px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase
    }

.device-notification--message {
    width: 70%;
    margin: 30px 0 0 0;
    font-weight: 700;
    text-align: center
}

@media (max-width: 767px) and (min-width: 601px) and (max-height: 680px) {
    .device-notification {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 600px) and (min-width: 480px) and (max-height: 580px) {
    .device-notification {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 736px) and (min-width: 360px) and (orientation: landscape) {
    .device-notification {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width: 359px) {
    .device-notification {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.text_change {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 16px !important;
    font-family: OpenSans_light;
}

.text_change_desc {
    max-width: 250px;
    margin: 0 auto;
    font-family: OpenSans_light;
    text-align: center;
}

.section {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
    transition: opacity .4s ease-in-out, visibility 0s .4s
}

.section--is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition: opacity .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s
}

.section--next {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.section--prev {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.header {
    position: absolute;
    top: 25px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10
}

.header--logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    margin-top: 1%;
}

    .header--logo p {
        margin: 0 0 0 10px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase
    }

.header--nav-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

    .header--nav-toggle span,
    .header--nav-toggle::before,
    .header--nav-toggle::after {
        content: "";
        position: relative;
        width: 16px;
        height: 2px;
        background-color: #fff
    }

    .header--nav-toggle::before {
        bottom: 5px;
        width: 23px
    }

    .header--nav-toggle::after {
        top: 5px;
        width: 23px
    }

.header--cta {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 20px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgb(84, 212, 226);
    border: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
    transition: opacity .4s ease-in-out, visibility 0s .4s;
    font-family: OpenSans_light;
}

a.link-plataforma {
    font-size: 14px;
    font-family: Biko;
    color: #fff;
    text-decoration: none;
    right: 6%;
    position: absolute;
    text-transform: uppercase;
}

span.btn-background{
    position: absolute;
    top: 0;
    left: 72px;
    right: 0;
    height: 100%;
    background-color: rgb(84, 212, 226);
    z-index: -1;
    -webkit-transition: left .2s ease-in-out;
    transition: left .6s ease-in-out;
}

    .header--cta:focus {
        outline: none
    }

    .header--cta.is-active {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .4s ease-in-out .4s;
        transition: opacity .4s ease-in-out .4s;
        top: 45%;
        letter-spacing: .2rem;
    }

@media (max-width: 767px) {
    .header--cta {
        display: none
    }
}

.side-nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 70%;
    max-height: 750px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style-position: inside;
    z-index: 10
}

    .side-nav > li {
        position: relative;
        top: -5px;
        color: #fff;
        font-size: 6px;
        cursor: pointer
    }

        .side-nav > li span {
            position: relative;
            top: 3px;
            left: 10px;
            color: #fff;
            font-size: 14px;
            font-weight: 300;
            opacity: 0;
            visibility: hidden
        }

        .side-nav > li::before {
            position: absolute;
            top: 3px;
            left: 10px;
            color: #555;
            font-size: 14px;
            font-weight: 300
        }

    .side-nav li:nth-child(1)::before {
        content: "01"
    }

    .side-nav li:nth-child(2)::before {
        content: "02"
    }

    .side-nav li:nth-child(3)::before {
        content: "03"
    }

    .side-nav li:nth-child(4)::before {
        content: "04"
    }

    .side-nav li:nth-child(5)::before {
        content: "05"
    }

    .side-nav li:nth-child(6)::before {
        content: "06"
    }

.mapa_sitio {
    display: flex;
    text-align: left;
}
.mapa_sitio > div.paycode,.desarrolladores,.empresa{
    width: 33%;
}

    .mapa_sitio > div.paycode > div.primer_apartado {
        text-align: center;
        padding: 0% 23%;
    }

        .mapa_sitio > div.paycode > div.primer_apartado > p {
            text-align: left;
        }

        .mapa_sitio > div.paycode > div.primer_apartado > p:hover {
            cursor: pointer;
        }

        .mapa_sitio > div.paycode > div.primer_apartado > ul {
            text-align: left;
        }

        .mapa_sitio > div.paycode > div.primer_apartado > ul:hover {
            cursor: pointer;
        }


    .mapa_sitio > div.desarrolladores > div.segundo_apartado {
        text-align: center;
        padding: 0% 23%;
    }

        .mapa_sitio > div.desarrolladores > div.segundo_apartado > ul {
            text-align: left;
        }

        .mapa_sitio > div.desarrolladores > div.segundo_apartado > ul:hover {
            cursor: pointer;
        }

    .mapa_sitio > div.empresa > div.tercer_apartado {
        text-align: center;
        padding: 0% 23%;
    }

        .mapa_sitio > div.empresa > div.tercer_apartado > ul {
            text-align: left;
        }

    .side-nav li.is-active {
        color: #9d7756;
        -webkit-transition: color .4s ease-in-out;
        transition: color .4s ease-in-out
    }

        .side-nav li.is-active span {
            opacity: 1;
            visibility: visible;
            -webkit-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out
        }

        .side-nav li.is-active::before {
            left: -33px;
            color: #fff
        }

.intro {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    max-width: 75%;
    height: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    top: 10%;
}

    .intro > .content-info > h2 {
        font-family: Biko;
    }

    .intro > .content-info > ul, p {
        font-family: OpenSans_light;
    }

@media (max-width: 1180px) {
    .intro {
        max-width: 100%;
        height: 88%;
    }
}

.intro--banner {
    position: relative;
    height: 370px
}

    .intro--banner::before {
        content: "";
        position: absolute;
        bottom: 20px;
        left: -15px;
        right: 0;
        height: 2px;
        background-color: #282828
    }

    .intro--banner::after {
        content: "";
        position: absolute;
        bottom: 18px;
        left: 0;
        width: 30px;
        height: 4px;
        background-color: rgb(84, 212, 226)
    }

    .intro--banner h1 {
        position: relative;
        font-size: 68px;
        font-weight: 900;
        line-height: 1;
        z-index: 1;
        font-family: Biko;
        text-transform: uppercase
    }

    .intro--banner button {
        position: relative;
        padding: 5px 17px 5px 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .2rem;
        background-color: transparent;
        border: none;
        font-family: OpenSans_light;
    }

    .hr_con {
        text-decoration: none;
        color: white;
    }

    .env_cont {
    width: 189px;
    max-width: 100%;
    line-height: 42px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #9d7756;
    border: none;
    border-radius: 0;
    font-family: OpenSans_light;
    margin-top: 8%;
    margin-left: 23%;
}

.telefono_contacto {
    font-family: OpenSans_light;
    text-align: center;
}

    .telefono_contacto > fieldset {
        padding: 0px 15px;
        font-size: 18px;
        font-weight: 500;
        background-color: #9d7756;
    }

        .telefono_contacto > fieldset > legend {
            padding: 0px 10px;
            font-size: 25px;
            font-weight: 100;
        }


        .intro--banner button .btn-background {
            position: absolute;
            top: 0;
            left: 72px;
            right: 0;
            height: 100%;
            background-color: rgb(84, 212, 226);
            z-index: -1;
            -webkit-transition: left .2s ease-in-out;
            transition: left .6s ease-in-out;
        }

        .intro--banner button:hover .btn-background {
            left: 0
        }

        .intro--banner button:focus {
            outline: none
        }

        .intro--banner button svg {
            position: relative;
            left: 5px;
            width: 15px;
            fill: #fff
        }

    .intro--banner img {
        position: absolute;
        bottom: 21px;
        right: -12px;
        width: 50%;
    }

.contain_index_linea > p {
    font-size: 16px;
    font-weight: 800;
    text-align: justify;
}

.contain_index_linea > .index_linea {
    width: 80%;
    padding: 21px 29px 21px 0px;
}

    .contain_index_linea > .index_linea > .recurre_ul {
        margin-top: 13%;
        width: 80%;
    }

    .contain_index_linea > .index_linea > h3 {
        margin-top: 16%;
    }

    .contain_index_linea > .index_linea.telefono {
        width: 50%;
        padding: 21px 29px 21px 29px;
    }

        .contain_index_linea > .index_linea.telefono > h2 {
            text-align: center;
        }

.contain_index_linea > .index_linea_derecha {
    width: 47%;
    padding: 21px;
    text-align: center;
}

    .contain_index_linea > .index_linea_derecha.formulario {
        background-color: #6565652e;
        width: 50%;
        padding: 21px 21px 50px 23px;
        text-align: center;
    }

        .contain_index_linea > .index_linea_derecha.formulario > h2 {
            font-family: OpenSans_light;
            margin-bottom: 13px;
        }

    .contain_index_linea > .index_linea_derecha > img {
        width: 100%;
        margin-top: 6%;
    }

.contain_index_linea > .index_linea_derecha_dos > img {
    width: 97%;
}

.form_campos {
    padding: 0% 5%;
    text-align: left;
}

    .form_campos > p {
        color: #ffffff;
        font-size: 16px;
        letter-spacing: .8px;
    }

    .form_campos > input {
        width: 90%;
        color: #fff;
        outline: none;
        font-size: 13px;
        line-height: 25px;
        padding: 2% 4%;
        -webkit-appearance: none;
        margin: .3em 0em 1em;
        font-family: 'Roboto', sans-serif;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        font-family: OpenSans_light;
    }

        .form_campos > input::placeholder {
            font-size: 13px;
        }

.textarea_linea {
    width: 90%;
    padding: 0 0 5px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: Opensans_light;
    height: 80%;
    font-size: 13px;
    padding: 2% 4%;
}

.textarea_linea {
    outline: none;
}

.contain_index_linea {
    width: 100%;
    display: inline-flex;
}

.intro--options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: OpenSans_light;
}

    .intro--options > a {
        max-width: 250px;
        text-decoration: none;
        color: #282828;
        -webkit-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

        .intro--options > a:hover {
            color: rgb(243,243,241)
        }

    .intro--options h3 {
        font-size: 16px;
        text-transform: uppercase
    }

    .intro--options p {
        margin-bottom: 0
    }

@media (max-width: 900px) {
    .intro--banner {
        height: 380px
    }

        .intro--banner h1 {
            font-size: 55px
        }

        .intro--banner img {
            width: 430px
        }

    .intro--options > a {
        margin-right: 30px
    }

        .intro--options > a:last-child {
            margin-right: 0
        }
}

@media (max-width: 767px) {
    .intro--banner {
        height: 305px
    }

        .intro--banner h1 {
            font-size: 44px
        }

        .intro--banner img {
            width: 330px
        }

    .intro--options {
        display: block
    }

        .intro--options > a {
            display: block;
            max-width: 100%;
            margin: 0 0 30px 0
        }

            .intro--options > a:last-child {
                margin-bottom: 0
            }
}

@media (max-width: 600px) {
    .intro--banner {
        height: 360px
    }

        .intro--banner h1 {
            font-size: 55px
        }

        .intro--banner img {
            display: none
        }
}

@media (max-width: 600px) and (max-height: 750px) {
    .intro--banner {
        height: auto
    }

        .intro--banner::before,
        .intro--banner::after {
            display: none
        }

        .intro--banner h1 {
            margin-top: 0
        }

    .intro--options {
        display: none
    }
}

.work {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    max-width: 80%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (max-width: 1180px) {
    .work {
        max-width: 100%
    }
}

.work h2 {
    margin: 30px 0 0px 0;
    font-size: 30px;
    text-align: center;
    font-family: Biko;
    text-transform: uppercase
}

.work--lockup {
    position: relative
}

    .work--lockup .slider {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 80%;
        margin: 0 auto;
        padding: 0;
        list-style: none
    }

    .work--lockup .slider--item {
        position: absolute;
        display: none;
        text-align: center
    }

        .work--lockup .slider--item a {
            text-decoration: none;
            color: #858585
        }

    .work--lockup .slider--item-title {
        margin-top: 10px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: OpenSans_light;
    }

    .work--lockup .slider--item-description {
        display: none;
        max-width: 250px;
        margin: 0 auto
    }

    .work--lockup .slider--item-image {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden
    }

        .work--lockup .slider--item-image img {
            width: 100%
        }

    .work--lockup .slider--item-left {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block
    }

    .work--lockup .slider--item-right {
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block
    }

    .work--lockup .slider--item-center {
        position: relative;
        top: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block
    }

        .work--lockup .slider--item-center a {
            color: #fff
        }

        .work--lockup .slider--item-center .slider--item-title {
            margin-top: 12px;
            font-size: 16px;
            font-family: OpenSans_light;
        }

        .work--lockup .slider--item-center .slider--item-description {
            display: block;
            font-family: OpenSans_light;
            font-size: 12px;
        }

        .work--lockup .slider--item-center .slider--item-image {
            width: 260px;
            height: 260px;
        }

    .work--lockup .slider--next,
    .work--lockup .slider--prev {
        position: absolute;
        top: 160px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgb(29, 29, 27);
        border-radius: 50%;
        cursor: pointer
    }

        .work--lockup .slider--next svg,
        .work--lockup .slider--prev svg {
            width: 20px;
            fill: #fff
        }

    .work--lockup .slider--next {
        right: 0
    }

    .work--lockup .slider--prev {
        left: 0
    }

@media (max-width: 900px) {
    .work--lockup .slider--item-image {
        width: 120px;
        height: 120px
    }

    .work--lockup .slider--item-center .slider--item-image {
        width: 240px;
        height: 240px
    }

    .work--lockup .slider--next,
    .work--lockup .slider--prev {
        top: 130px
    }
}

@media (max-width: 767px) {
    .work--lockup .slider {
        width: 75%
    }

    .work--lockup .slider--item-image {
        width: 90px;
        height: 90px
    }

    .work--lockup .slider--item-center .slider--item-image {
        width: 190px;
        height: 190px
    }

    .work--lockup .slider--next,
    .work--lockup .slider--prev {
        top: 105px
    }
}

@media (max-width: 600px) {
    .work--lockup .slider {
        width: auto
    }

    .work--lockup .slider--item-left,
    .work--lockup .slider--item-right {
        display: none
    }
}

.about {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    max-width: 75%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media (max-width: 1180px) {
    .about {
        max-width: 100%
    }
}

.about--banner {
    position: relative;
    height: 441px
}

    .about--banner::before {
        content: "";
        position: absolute;
        top: 19%;
        left: 200px;
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
        border: 5px solid #fadb4e;
        border-right-color: transparent;
        border-bottom-color: transparent
    }

    .about--banner::after {
        content: "";
        position: absolute;
        top: 19%;
        left: 400px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 10px;
        height: 10px;
        background-color: #fadb4e;
    }

    .about--banner h2 {
        position: relative;
        font-size: 68px !important;
        font-weight: 900;
        line-height: 1;
        z-index: 1;
        font-family: Biko;
        text-transform: uppercase;
        top: 7%;
    }

        .about--banner h2::before {
            content: "";
            position: absolute;
            top: 60px;
            left: 268px;
            width: 30px;
            height: 30px;
            background-color: #fadb4e;
            border-radius: 50%
        }

        .about--banner h2::after {
            content: "";
            position: absolute;
            top: 255px;
            left: 255px;
            width: 10px;
            height: 10px;
            background-color: #fadb4e;
        }

    .about--banner a {
        padding: 5px 17px 5px 0;
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        background-color: transparent;
        font-family: OpenSans_light;
    }

        .about--banner a:hover svg {
            left: 10px
        }

        .about--banner a svg {
            position: relative;
            left: 5px;
            width: 15px;
            fill: #fff;
            -webkit-transition: left .2s ease-in-out;
            transition: left .2s ease-in-out
        }

    .about--banner img {
        position: absolute;
        bottom: -90px;
        right: -12px
    }

.about--options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none
}

    .about--options > a {
        position: relative;
        width: 150px;
        height: 75px;
        text-decoration: none;
        color: #282828;
        border: 10px solid #fadb4e;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

        .about--options > a:nth-child(1) {
            background-image: url("../img/ecommerce.png")
        }

        .about--options > a:nth-child(2) {
            background-image: url("../img/escolar.png")
        }

        .about--options > a:nth-child(3) {
            background-image: url("../img/servicios.png")
        }

        .about--options > a:hover h3 {
            color: #fff;
        }

    .about--options h3 {
        position: absolute;
        bottom: -50px;
        left: 10px;
        font-size: 16px;
        text-transform: uppercase;
        -webkit-transition: bottom .2s ease-in-out, left .2s ease-in-out;
        transition: bottom .2s ease-in-out, left .2s ease-in-out;
        font-family: OpenSans_light
    }

@media (max-width: 767px) {
    .about--banner {
        height: 305px
    }

        .about--banner::before {
            top: 0;
            left: 125px
        }

        .about--banner::after {
            top: 35px;
            left: 260px
        }

        .about--banner h2 {
            margin-top: 10px;
            font-size: 44px
        }

            .about--banner h2::before {
                top: 28px;
                left: 168px
            }

            .about--banner h2::after {
                top: 163px;
                left: 163px
            }

        .about--banner img {
            width: 315px
        }
}

@media (max-width: 600px) {
    .about--banner {
        height: auto
    }

        .about--banner::before {
            left: 155px
        }

        .about--banner::after {
            left: 310px
        }

        .about--banner h2 {
            margin-top: 0;
            font-size: 55px
        }

            .about--banner h2::before {
                top: 43px;
                left: 214px
            }

            .about--banner h2::after {
                top: 205px;
                left: 205px
            }

        .about--banner img {
            display: none
        }

    .about--options {
        display: none
    }
}

.contact {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/contact-visual.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.contact--lockup {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    max-width: 75%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 auto
}

@media (max-width: 1180px) {
    .contact--lockup {
        max-width: 90%
    }
}

@media (max-width: 767px) {
    .contact--lockup {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.contact--lockup .modal {
    padding: 45px 45px;
    text-align: center;
    background-color: #0c0c0c;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75)
}

.contact--lockup .modal--information p,
.contact--lockup .modal--information a {
    display: block;
    margin: 14px 0;
    text-decoration: none;
    color: #fff;
    font-weight: 700
}

.contact--lockup .modal--information p {
    margin-top: 0
}

.contact--lockup .modal--options {
    margin: 0;
    padding: 0;
    list-style: none
}

    .contact--lockup .modal--options > li {
        width: 130px;
        margin: 0 auto 25px auto
    }

    .contact--lockup .modal--options li:nth-child(1) {
        background-color: #1769ff
    }

    .contact--lockup .modal--options li:nth-child(2) {
        background-color: #ea4c89
    }

    .contact--lockup .modal--options li:nth-child(3) {
        margin-bottom: 0;
        background-color: #9d7756;
        text-transform: uppercase
    }

    .contact--lockup .modal--options a {
        display: block;
        width: 100%;
        padding: 8px 0;
        text-decoration: none;
        color: #fff;
        font-weight: 700
    }

.hire {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    max-width: 75%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px auto
}

@media (max-width: 1180px) {
    .hire {
        max-width: 100%
    }
}

.hire h2 {
    margin-bottom: 0px;
    font-size: 30px;
    text-align: center;
    font-family: Biko;
    margin-top: 4%;
}

.work-request {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-top: 4%
}

    .work-request input[type="submit"] {
        width: 39%;
        max-width: 100%;
        line-height: 42px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #9d7756;
        border: none;
        border-radius: 0;
        font-family: OpenSans_light;
    }

        .work-request input[type="submit"]:focus {
            outline: none
        }

.work-request--options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
    font-family: OpenSans_light
}

    .work-request--options .options-a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .work-request--options .options-b {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 72%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .work-request--options label {
        display: block;
        width: 180px;
        margin-bottom: 22px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        border: 2px solid #fff;
        cursor: pointer;
        -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
        transition: background-color .2s ease-in-out, border-color .2s ease-in-out
    }

        .work-request--options label svg {
            position: relative;
            left: -5px;
            width: 0;
            fill: #fff;
            -webkit-transition: width .2s ease-in-out;
            transition: width .2s ease-in-out
        }

    .work-request--options input[type="checkbox"] {
        display: none
    }

        .work-request--options input[type="checkbox"]:checked + label {
            background-color: #9d7756;
            border-color: #9d7756
        }

            .work-request--options input[type="checkbox"]:checked + label svg {
                width: 15px
            }

.work-request--information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    font-family: OpenSans_light;
}

.work-request--information-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4%;
    font-family: OpenSans_light;
}

    .work-request--information-option > .information-name{
        font-size: 14px;
        width: 46%;
        color: #9a9a9a
    }

    .work-request--information-option > .information-email {
        font-size: 13px;
        width: 44%;
        color: #9a9a9a
    }

    .work-request--information-option > .information-name > input[type="checkbox"],
    .work-request--information-option > .information-email > input[type="radio"]{
        width: 11%
    }

    .work-request--information .information-name,
    .work-request--information .information-email,
    .work-request--information .information-telefono,
    .work-request--information .information-empresa,
    .work-request--information .information-industria,
    .work-request--information .information-ventas {
      position: relative;
      width: 45%;
      height: 40px;
      font-size: 17px;
      font-weight: 300;
    }

    .work-request--information-option > .information-industria > .select-industria,
    .work-request--information-option > .information-ventas > .select-venta{
      background-color: #0c0c0c;
      border: none;
      border-bottom: 1px solid white;
      width: 98%;
      font-size: 14px;
      color: white;
      margin: 3% 0%;
    }

    .work-request > input[type="button"] {
        width: 39%;
        max-width: 100%;
        line-height: 42px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #9d7756;
        border: none;
        border-radius: 0;
        font-family: OpenSans_light;
    }

    .work-request--information input[type="text"],
    .work-request--information input[type="email"],
    .work-request--information input[type="number"] {
      width: 100%;
      padding: 0 0 2px 0;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #fff;
      border-radius: 0;
      font-size: 14px;
    }

        .work-request--information input[type="text"]:focus,
        .work-request--information input[type="email"]:focus,
        .work-request--information input[type="number"]:focus {
            outline: none;
            background-color: #0c0c0c
        }

    .work-request--information label {
        position: absolute;
        font-size: 14px;
        top: 0;
        left: 0;
        pointer-events: none;
        -webkit-transition: top .2s ease-in-out, font-size .2s ease-in-out;
        transition: top .2s ease-in-out, font-size .2s ease-in-out
    }

    .work-request--information input:focus + label,
    .work-request--information input.has-value + label {
        top: -15px;
        font-size: 14px
    }

.description {
    width: 100%;
    height: 50px;
    font-weight: 300;
}

    .description > textarea {
      width: 67%;
      padding: 10px;
      background-color: transparent;
      border: none;
      border: 1px solid #fff;
      border-radius: 8px;
      color: #bebebe;
      font-family: Opensans_light;
      height: 90px;
      font-size: 15px;
      margin: 0%;
    }

        .description > textarea:focus {
            outline: none;
        }

        .description > textarea::-webkit-scrollbar {
            width: 12px;
            background-color: #ffffff00;
        }

        .description > textarea::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #9d7756;
            background-image: -webkit-linear-gradient(90deg,transparent,rgba(0, 0, 0, 0) 0%,transparent,transparent);
            width: 15px
        }

        .description > textarea::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
            border-radius: 10px;
            background-color: #b3313100;
        }


@media (max-width: 767px) {
    .work-request--options {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

        .work-request--options .options-a,
        .work-request--options .options-b {
            display: block;
            width: auto
        }
}

@media (max-width: 600px) {
    .work-request--options {
        margin: 20px 0
    }
}

@media (max-width: 600px) and (max-width: 415px) {
    .work-request--options {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 600px) {
    .work-request--options label {
        width: 150px;
        margin-bottom: 15px;
        font-size: 14px
    }

    .work-request--options input[type="checkbox"]:checked + label svg {
        width: 12px
    }

    .work-request--information {
        margin-bottom: 30px
    }

        .work-request--information .information-name,
        .work-request--information .information-email {
            height: 40px;
            font-size: 24px
        }
}

.perspective {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.perspective--modalview {
    position: relative;
    -webkit-perspective: 1500px;
    perspective: 1500px
}

.container {
    position: relative;
    -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
    transform: translateZ(0) translateX(0) rotateY(0deg);
    min-height: 100%;
    outline: 30px solid #9d7756;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.modalview .container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.effect-rotate-left .container {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.effect-rotate-left--animate .container {
    -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
    transform: translateZ(-2400px) translateX(-50%) rotateY(45deg);
    outline: 30px solid #9d7756;
    font-family: Biko;
}

.outer-nav {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    visibility: hidden;
    -webkit-transition: visibility 0s .2s;
    transition: visibility 0s .2s
}

    .outer-nav.is-vis {
        visibility: visible
    }

.outer-nav--return {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
    z-index: 11
}

    .outer-nav--return.is-vis {
        display: block
    }

.outer-nav > li {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateX(350px) translateZ(-1000px);
    transform: translateX(350px) translateZ(-1000px);
    font-size: 55px;
    font-weight: 900;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s
}

    .outer-nav > li.is-vis {
        -webkit-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0);
        opacity: 1;
        -webkit-transition: opacity .4s, -webkit-transform .4s;
        transition: opacity .4s, -webkit-transform .4s;
        transition: transform .4s, opacity .4s;
        transition: transform .4s, opacity .4s, -webkit-transform .4s;
        font-family: Biko;
    }

    .outer-nav > li::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -25%);
        transform: translate(-50%, -25%);
        width: 110%;
        height: 10px;
        opacity: 0;
        background-color: #9d7756
    }

    .outer-nav > li.is-active::before {
        opacity: 1
    }

@media (max-width: 767px) {
    .outer-nav > li {
        font-size: 44px
    }
}

@media (max-width: 600px) {
    .outer-nav > li {
        font-size: 34px
    }
}

.outer-nav li.is-vis:nth-child(2) {
    -webkit-transition-delay: .04s;
    transition-delay: .04s
}

.outer-nav li.is-vis:nth-child(3) {
    -webkit-transition-delay: .08s;
    transition-delay: .08s
}

.outer-nav li.is-vis:nth-child(4) {
    -webkit-transition-delay: .12s;
    transition-delay: .12s
}

.outer-nav li.is-vis:nth-child(5) {
    -webkit-transition-delay: .16s;
    transition-delay: .16s
}

.container2 {
    margin: 6% auto;
    width: 237px !important;
    height: 200px !important;
    position: relative;
    perspective: 1000px;
}

.carousel2 {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.item2 {
    display: block;
    position: absolute;
    width: 200px !important;
    height: 200px !important;
    line-height: 200px;
    text-align: center;
    color: #FFF;
    opacity: 0.95;
    border-radius: 50%;
}

.a2 {
    transform: rotateY(0deg) translateZ(250px);
    background-position: center;
    background-size: cover;
    transition: transform 1s;
}

.b2 {
    transform: rotateY(60deg) translateZ(250px);
    background-position: center;
    background-size: cover;
    transition: transform 1s;
}

.c2 {
    transform: rotateY(120deg) translateZ(250px);
    background-position: center;
    background-size: cover;
    transition: transform 1s;
}

.d2 {
    transform: rotateY(180deg) translateZ(250px);
    background-position: center;
    background-size: cover;
    transition: transform 1s;
}

.e2 {
    transform: rotateY(240deg) translateZ(250px);
    background-position: center;
    background-size: cover;
    transition: transform 1s;
}

.f2 {
    transform: rotateY(300deg) translateZ(250px);
    background-position: center;
    background-size: cover;
    transition: transform 1s;
}

@media (max-width: 1180px) {
    .l-side-nav {
        display: none
    }

    .intro--banner h1 {
        font-size: 60px !important;
    }

    .intro--banner img {
        width: 49% !important;
    }

    .header--cta.is-active {
        top: 90% !important;
    }

    .header--logo > img {
        width: 290px !important;
    }

    .intro--banner {
        position: relative;
        height: 367px !important;
    }
}

@media (max-width: 1024px) {
    .l-side-nav {
        display: none
    }

    .intro--banner h1 {
        font-size: 48px !important;
        padding-left: 4%;
    }

    .intro--banner img {
        width: 44% !important;
        right: 0px !important;
    }

    .header--cta.is-active {
        top: 130%;
    }

    .intro--banner button {
        margin-left: 4%;
    }

    .header--logo > img {
        width: 30% !important;
    }

    .intro--banner {
        position: relative;
        height: 310px !important;
    }

    .intro {
        height: 93% !important;
    }

    .outer-nav {
        left: 49%;
    }
}

@media (max-width: 768px) {

.fa.fa-facebook {
    position: absolute;
    margin-top: 11%;
    font-size: 20px;
    right: 15px;
}

.fa.fa-instagram {
    position: absolute;
    margin-top: 19.7%;
    font-size: 20px;
    right: 12px;
}

.fa.fa-linkedin {
    position: absolute;
    margin-top: 28%;
    font-size: 20px;
    right: 12px;
}

    .header--logo > img {
        width: 30% !important;
    }

    .intro {
        max-width: 100%;
        height: 86% !important;
    }

    .intro--banner h1 {
        font-size: 42px !important;
        padding-left: 4%;
    }

    .intro--banner {
        position: relative;
        height: 318px !important;
    }

        /*.intro--banner h1 {
            font-size: 50px !important;
            padding-left: 4%;
            padding-top: 0%;
        }*/

        .intro--banner img {
            width: 47% !important;
            right: 0px !important;
        }

    .intro--options h3 {
        font-size: 13px !important;
        text-transform: uppercase;
    }

    .intro--options p {
        margin-bottom: 0;
        font-size: 13px !important;
        width: 89%;
    }

    .intro--options > a {
        color: #ffffff !important;
    }

    .slider--item-center .slider--item-image {
        width: 200px !important;
        height: 200px !important;
    }

    .work h2 {
        margin: 30px 0 0px 0;
        font-size: 23px !important;
        text-align: center;
        font-family: Biko;
        text-transform: uppercase;
    }

    .header--cta.is-active {
        top: 47% !important;
    }

    .about {
        height: 92% !important;
    }

    .about--banner h2 {
        font-size: 55px !important;
        top: 18% !important;
        padding: 4% 0%;
    }

        .about--banner h2::after {
            top: 204px !important;
        }

    .about--banner::before {
        top: 35% !important;
    }

    .about--banner::after {
        top: 35% !important;
    }

    .about--banner img {
        width: 41% !important;
        bottom: -52px;
        right: 10px;
    }

    .about--options > a {
        color: #fff;
    }

    .container2 {
        width: 178px !important;
        height: 140px !important;
    }

    .item2 {
        width: 147px !important;
        height: 147px !important;
    }

    .work--lockup .slider--next, .work--lockup .slider--prev {
        top: 90px;
    }

    .text_change {
        font-size: 13px !important;
    }

    .text_change_desc {
        font-size: 16px;
    }

    .work-request--options .options-b {
        width: 100%;
        justify-content: space-between;
    }

    .work-request--options {
        width: 83%;
        margin: 13px 0;
    }

    .work-request--information {
        width: 83%;
    }

    .work-request--options label {
        width: 164px;
        margin-bottom: 10px;
        line-height: 42px;
        font-size: 14px;
        font-weight: 100;
    }

    .description {
        width: 53%;
        height: 53px;
        font-size: 15px;
        font-weight: 300;
        display: none;
    }

    .hire h2 {
        margin: 0 0 4px 0;
        font-size: 26px !important;
        margin-top: 2%;
    }

    .work-request--information .information-name, .work-request--information .information-email {
        width: 47%;
        height: 32px;
        font-size: 17px;
    }

    .outer-nav {
        left: 54%;
    }

    .outer-nav > li.is-vis {
        font-size: 33px;
    }

    .effect-rotate-left--animate .container {
        width: 935px;
        transform: translateZ(-2059px) translateX(-36%) rotateY(51deg);
    }
}

@media (max-width: 425px) {

    .intro--options > a {
        color: #ffffff !important;
        width: 33%;
    }

    .intro--banner h1 {
      font-size: 2.7rem !important;
      padding-left: 4%;
      padding-top: 17%;
    }

    .header--logo > img {
        width: 50% !important;
    }

    a.link-plataforma {
      font-size: 14px;
      font-family: Biko;
      color: #fff;
      text-decoration: none;
      right: 10%;
      position: absolute;
      text-transform: uppercase;
    }

    .footer-terminos {
        width: 95%;
        font-size: 11px;
        text-align: center;
        margin-top: -3%;
    }

    .intro--banner img {
        width: 92% !important;
        right: 0px !important;
        display: none;
        top: 12%;
    }

    .intro--banner button {
        z-index: 99;
    }

    .slider--item-center .slider--item-image {
        width: 215px !important;
        height: 215px !important;
    }

    .work--lockup .slider--item-center .slider--item-description {
        font-size: 15px;
    }

    .work--lockup .slider--item-center .slider--item-title {
        font-size: 20px;
    }

    .about--banner h2 {
        font-size: 43px !important;
        top: 12% !important;
        padding: 1% 17% 1% 1%;
    }

    .about--banner::before {
        top: 28% !important;
    }

    .about--banner::after {
        top: 33% !important;
    }

    .about--banner h2::before {
        top: -24px;
        left: 232px;
    }

    .about--banner h2::after {
        top: 124px !important;
    }

    .about--banner {
        height: auto;
        top: 7%;
    }

        .about--banner a {
            padding: 5px 17px 5px 10px;
            text-decoration: none;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            background-color: transparent;
            font-family: OpenSans_light;
            font-size: 18px;
        }

    .about--options {
        display: flex;
        margin-top: 26%;
        width: 96%;
    }

        .about--options > a {
            width: 150px;
            height: 125px;
            border: 4px solid #fadb4e;
            margin-left: 3%;
        }

        .about--options h3 {
            bottom: -40px;
            left: 10px;
            font-size: 13px;
        }

    .container2 {
        width: 200px !important;
        height: 161px !important;
        margin: 11% 17% 21%;
    }

    .text_change {
        font-size: 18px !important;
    }

    .item2 {
        width: 165px !important;
        height: 165px !important;
    }

    .work-request--options .options-a, .work-request--options .options-b {
        display: block;
        width: auto;
        margin: 0% 2%;
    }

    .work-request--options label {
        width: 145px;
        margin-bottom: 11px;
        line-height: 46px;
        font-size: 16px;
        font-weight: 100;
    }

    .work-request--options {
        width: 83%;
        margin: 6px 0;
    }

    .hire h2 {
        margin: 0px 0 0px 0;
        font-size: 1.5rem !important;
        margin-top: 17%;
    }

    .hire > label {
        font-size: 16px;
        width: 97%;
        margin-bottom: 0px;
    }

    .description {
        width: 65%;
        height: 53px;
        font-size: 16px;
        font-weight: 300;
        display: none;
    }

    .work-request--information {
        margin-bottom: 12px;
    }

    .work-request input[type="submit"] {
        width: 256px;
        line-height: 46px;
        font-size: 17px;
        font-weight: 100;
        margin-top: 1%;
    }

    .mapa_sitio > div.paycode > div.primer_apartado {
        text-align: left;
        padding: 0% 4%;
        font-size: 15px;
    }

        .mapa_sitio > div.paycode > div.primer_apartado > ul {
            text-align: left;
            padding-inline-start: 23%;
        }

    .mapa_sitio > div.desarrolladores > div.segundo_apartado {
        text-align: center;
        padding: 0% 0%;
        font-size: 15px;
    }

        .mapa_sitio > div.paycode > div.segundo_apartado > ul {
            text-align: left;
            padding-inline-start: 24%;
        }

    .mapa_sitio > div.empresa > div.tercer_apartado {
        text-align: center;
        padding: 0% 4%;
        font-size: 15px;
    }

        .mapa_sitio > div.empresa > div.tercer_apartado > ul {
            text-align: left;
            padding-inline-start: 25%;
        }

    .work {
        margin-top: 6%;
    }

    .work h2 {
        margin: 7px 0 0px 0;
        font-size: 20px !important;
        text-align: left;
        font-family: Biko;
        text-transform: uppercase;
        padding-inline-start: 21%;
    }

    .work h2.h2_cen_text {
        text-align: center;
        padding-inline-start: 0%;
        font-size: 25px !important;
    }

    .outer-nav {
        left: 17%;
    }

    .effect-rotate-left--animate .container {
        margin-left: -172%;
        width: 935px;
        transform: translateZ(-2059px) translateX(-36%) rotateY(51deg);
    }

    .intro {
        max-width: 100%;
        height: 86% !important;
        margin-top: 4%;
    }

    .intro--banner {
        position: relative;
        height: 340px !important;
        padding-bottom: 2%;
    }

    .intro--options {
        display: flex;
    }

        .intro--options p {
            margin-bottom: 0;
            font-size: 12px !important;
            width: 89%;
        }

        .intro--options h3 {
            font-size: 11px !important;
            text-transform: uppercase;
        }

    .mapa_sitio {
        display: block;
        text-align: left;
    }

        .mapa_sitio > div.paycode > div.primer_apartado > p {
            text-align: center;
        }

        .mapa_sitio > div.paycode, .desarrolladores, .empresa {
            width: 96%;
        }

        .mapa_sitio > div.desarrolladores > div.segundo_apartado > ul {
            text-align: left;
            padding-inline-start: 26%;
        }

    .outer-nav > li::before {
        content: "";
        position: absolute;
        top: 42%;
        left: 50%;
        -webkit-transform: translate(-50%, -25%);
        transform: translate(-50%, -25%);
        width: 110%;
        height: 10px;
        opacity: 0;
        background-color: #9d7756;
    }

    .fa.fa-facebook {
        position: absolute;
        margin-top: 14%;
        font-size: 20px;
        right: 6px;
    }

    .fa.fa-instagram {
        position: absolute;
        margin-top: 28%;
        font-size: 20px;
        right: 3px;
    }

    .fa.fa-linkedin {
        position: absolute;
        margin-top: 43%;
        font-size: 20px;
        right: 3px;
    }
}

@media (max-width: 375px){

.fa.fa-facebook {
    position: absolute;
    margin-top: 16%;
    font-size: 20px;
    right: 6px;
}

.fa.fa-instagram {
    position: absolute;
    margin-top: 32%;
    font-size: 20px;
    right: 3px;
}

.fa.fa-linkedin {
    position: absolute;
    margin-top: 47%;
    font-size: 20px;
    right: 3px;
}

    .intro--options h3 {
        font-size: 10px !important;
        text-transform: uppercase;
    }

    .intro--options p {
        margin-bottom: 0;
        font-size: 11px !important;
        width: 89%;
    }

    .intro--banner {
        position: relative;
        height: 230px !important;
        padding-bottom: 12%;
    }

        .intro--banner h1 {
            font-size: 35px !important;
            padding-left: 4%;
            padding-top: 7%;
        }

    .intro--banner button {
        z-index: 99;
        font-size: 11px;
    }

    .work h2 {
        margin: 7px 0 0px 0;
        font-size: 22px !important;
        text-align: center;
        font-family: Biko;
        text-transform: uppercase;
        padding-inline-start: 0%;
    }

    .work-request--options label {
        width: 125px;
        margin-bottom: 6px;
        line-height: 40px;
        font-size: 13px;
        font-weight: 100;
    }

    .intro--banner img {
        width: 103% !important;
        right: -43px !important;
        display: none;
        top: 23%;
    }

    .footer-terminos {
        width: 94%;
        font-size: 10px;
        text-align: center;
        margin-top: -2%;
        margin-left: 3%;
    }

    /*.header--logo > img {
        width: 195px !important;
    }*/

    .about--banner {
        height: auto;
        top: 12%;
    }

        .about--banner h2 {
            font-size: 39px !important;
            top: 12% !important;
            padding: 1% 17% 1% 1%;
        }

    .about--options {
        display: flex;
        margin-top: 29%;
        width: 96%;
    }

    .item2 {
        width: 148px !important;
        height: 148px !important;
    }

    .text_change {
        font-size: 14px !important;
    }

    .text_change_desc {
        font-size: 14px;
    }

    .container2 {
        width: 200px !important;
        height: 180px !important;
        margin: 15% 17% 0%;
    }

    .work {
        max-width: 100%;
        margin-top: 6%;
    }

    .mapa_sitio > div.paycode > div.primer_apartado {
        text-align: left;
        padding: 0% 4%;
        font-size: 14px;
    }

        .mapa_sitio > div.paycode > div.primer_apartado > ul {
            text-align: left;
            padding-inline-start: 16%;
            columns: 2;
        }

    .mapa_sitio > div.desarrolladores > div.segundo_apartado {
        text-align: center;
        padding: 0% 2%;
        font-size: 14px;
        padding-top: 2%;
    }

        .mapa_sitio > div.desarrolladores > div.segundo_apartado > ul {
            text-align: left;
            padding-inline-start: 16%;
            columns: 2;
        }

    .mapa_sitio > div.empresa > div.tercer_apartado {
        text-align: center;
        padding: 0% 4%;
        font-size: 14px;
        padding-top: 3%;
    }

        .mapa_sitio > div.empresa > div.tercer_apartado > ul {
            text-align: left;
            padding-inline-start: 17%;
            columns: 2;
        }

        .hire h2 {
            margin: 0 0 1px 0;
            font-size: 24px !important;
            margin-top: 10%;
        }

    .work-request--information-option > .information-name {
        font-size: 12px;
        width: 46%;
        color: #9a9a9a;
    }

    .work-request--information-option > .information-email {
        font-size: 12px;
        width: 44%;
        color: #9a9a9a;
    }

    .hire > label {
        font-size: 14px !important;
        width: 97%;
        margin-bottom: 0px;
    }

    .work-request--information .information-name, .work-request--information .information-email {
        width: 47%;
        height: 32px;
        font-size: 14px;
    }

    .work-request input[type="submit"] {
        width: 194px;
        line-height: 38px;
        font-size: 15px;
        font-weight: 100;
        margin-top: 2%;
    }

    .description {
        width: 100%;
        height: 53px;
        font-size: 14px;
        font-weight: 300;
        display: block;
    }

    .slider--item-center .slider--item-image {
        width: 190px !important;
        height: 190px !important;
    }

    .work--lockup .slider--item-center .slider--item-title {
        font-size: 16px;
    }

    .work--lockup .slider--item-center .slider--item-description {
        font-size: 14px;
    }

    .outer-nav {
        left: 16%;
    }

        .outer-nav > li.is-vis {
            font-size: 29px;
        }

    .work-request > input[type="button"] {
        width: 39%;
        max-width: 100%;
        line-height: 42px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #9d7756;
        border: none;
        border-radius: 0;
        font-family: OpenSans_light;
        margin-top: 23% !important;
    }
}
