@charset "UTF-8";
/*html normalize*/
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus { outline: 0;}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table { border-collapse: separate;border-spacing: 0;}
th, td {text-align: left; font-weight: normal;}
img, iframe {border: none; text-decoration:none;}
ol, ul {list-style: none;}
input, textarea, select, button {font-size: 100%;font-family: inherit;}
select {margin: inherit;}
hr {margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px}
/*end normalize*/

@font-face {
    font-family: 'GTSuperText';
    src: url('../fonts/GTSuperText-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SimplonMono-Bold';
    src: url('../fonts/SimplonMono-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SimplonMono-Regular';
    src: url('../fonts/SimplonMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SimplonMono-Medium';
    src: url('../fonts/SimplonMono-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SimplonMono-Light';
    src: url('../fonts/SimplonMono-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tiempos';
    src: url('../fonts/Tiempos.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TiemposRegularItalic';
    src: url('../fonts/TiemposHeadline-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



html, body{
    margin:0;
    color:#000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

body{
    background: #f6f6f6;
    overflow: hidden;
}

.bgCanvas{
    background: url(../images/canvas.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.2;

    opacity: 0;
}

.centered{
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

/*easing*/
.easing1{
    transition: all .5s cubic-bezier(0.01, 0.65, 0.15, 1);
    /*transition: all .75s cubic-bezier(0.8, 0.32, 0, 1); */
}
.easing2{
    transition: all .25s cubic-bezier(0.8, 0.32, 0, 1);
}
.easing3{
    transition: all .6s cubic-bezier(0.85,0, 0, 1.01);
}
.easing4{
    transition: all .6s cubic-bezier(0, 0.93, 0.42, 0.99);
}
.easing5{
    transition: all .6s cubic-bezier(0.38, 0.78, 0.46, 0.9);
}
.easingSlider{
    transition: all .6s cubic-bezier(0.13, 0.89, 0.29, 1);
}
/*easing*/
.t0{
    font-family: 'Tiempos';
}
.t1, .copy{
    font-family: 'SimplonMono-Light';
}
.t2, .t3{
    font-family: 'SimplonMono-Medium';
}


#logo{
    position: absolute;
    left: 100px;
    top: 61px;

    left: 5.2vw;
    top: 3.17vw;

    z-index: 11;
    width: 160px;
}


#menuBt{
    position: absolute;
    right: 90px;
    top: 80px;

    top: 4.16vw;
    
    width: 40px;
    height: 24px;
    cursor: pointer;
    z-index: 9;

    transform-origin: center top;
    transform: scale(0.8);
}
.menuLine{
    width: 100%;
    height: 4px;
    background: black;
    position: absolute;
    transform-origin: center;
}
.ml1{
    top: 0;
}
.ml2{
    top: 50%;
    /*margin-top: -2px;*/
}
.ml3{
    top: 100%;
}


#menu{
    position: absolute;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/bgMenu.jpg ) center no-repeat white;
    background-size: cover;
    z-index: 8;
    display: none;
}

#menuContainer{
    max-width: 1400px;
    width: 95%;
    max-height: 500px;
    height: 100%;

    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.menuItem{
    position: relative;
    float: left;
    /*width: 20%;*/
    height: 50%;
    /*background: red;*/
    display: table;
    margin-top: 100px;
    opacity: 0;
}

.menuItem_top{
    width: 33.3%;
}
.menuItem_bottom{
    width: 50%;
}

.menuButton{
    width: 100%;
    height: 200px;
    /*background: grey;*/
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
/*#menuItem_3{
    opacity: 0.2 !important;
}*/


.textBg{
    width: 100%;
    text-align: center;
    font-family: 'SimplonMono-Light';
    font-size: 200px;
    font-size: 10vw;
    color: white;
    position: absolute;
    margin-top: -120px;
}

.textFront{
    width: 100%;
    text-align: center;
    font-family: 'SimplonMono-Light';
    font-size: 40px;
    font-size: 1.7vw;
    color: black;
    position: absolute;
    margin-top: -40px;
    margin-top: -2.7vw;
}


.menuItem:hover .textFront{
    font-weight: bold;
}


#footer{
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    bottom: 0;
    bottom: -50px;
    text-align: center;
    opacity: 0;
}#footer p{
    font-family: 'SimplonMono-Light';
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    width: 310px;
}

#brand{
    position: absolute;
    left: 70px;
}
#logoPixel{
    float: left;
}

.logos{
    width: 460px;
    margin: 0 auto;
    height: 50px;
}#footer .logos p{
    font-family: 'SimplonMono-Light';
    font-size: 14px;
    margin-top: 10px;
    width: auto;
    float: left;
    text-align: left;
}.logos img{
    float: left;
    margin: -7px 10px;
}




.rrss{
    width: 80px;
    /*margin: 35px auto;*/
    /* mix-blend-mode: multiply; */
    position: absolute;
    right: 70px;
    top: 4px;
}.rrss img{
    margin: 0 6px;
    height: 30px;
    cursor: pointer;
}
#twitter{
    height: 25px;
}


#idiomas{
    width: 100%;
    position: absolute;
    text-align: center;
    font-family: 'SimplonMono-Light';
    font-size: 1vw;
    color: black;
    top: 9vw;
    text-transform: uppercase;
    z-index: 3;
}
.idiomaSelected{
    font-family: 'SimplonMono-Medium';
}
#idiomas span{
    cursor: pointer;
}



canvas{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*transform: scale(1);*/
    /*filter: blur(1px);*/
    mix-blend-mode: multiply;
/*    animation:         latido 0.5s infinite;
    -webkit-animation: latido 0.5s infinite;*/
}

#canvas{
    /*background: #f2f2f2;*/
    opacity: 0;
}
#c{
    opacity: 0;
}


#cDownload{
    width: 1920px;
    height: 1080px;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.marco{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    /*box-shadow: inset 0 0 0 25px white;*/
    box-shadow: inset 0 0 0 1.3vw white;
    pointer-events: none;
    opacity: 0;
/*    animation:         latido 0.5s infinite;
    -webkit-animation: latido 0.5s infinite;*/
}
.marcoCanvas{
    box-shadow: inset 0 0 0 3.75vw #f6f6f6;
}
.marcoSuperior{
    width: 100%;
    height: 7.8vw;
    background: #f6f6f6;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
}

.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    position: fixed;
    /* z-index: 1; */
    background: #f6f6f6;
    mix-blend-mode: multiply;
    pointer-events: none;   
}


.animacion{
     animation:         latido 0.5s infinite;
    -webkit-animation: latido 0.5s infinite;
}

@keyframes latido {
      0%   { 
        box-shadow: inset 0 0 0 20px white;
        /*transform: scale(1);*/
        }
      25% { 
        box-shadow: inset 0 0 0 30px white;
        /*transform: scale(1.025);*/
        }
    }
@-webkit-keyframes latido {
      0%   { 
        box-shadow: inset 0 0 0 20px white;
        /*transform: scale(1);*/
        }
      25% { 
        box-shadow: inset 0 0 0 30px white;
        /*transform: scale(1.025);*/
        }
    }


@keyframes corazon {
      0%   { 
            transform: scale(0.3);
        }
      25% { 
            transform: scale(0.32);
        }
    }
@-webkit-keyframes corazon {
      0%   { 
            transform: scale(0.3);
        }
      25% { 
            transform: scale(0.32);
        }
    }

#introContainer{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
}#introContainer canvas{
    width: 100%;
    height: 100%;
    position: absolute;
}

.corazon{
    animation:         corazon 0.5s infinite;
    -webkit-animation: corazon 0.5s infinite;
}

#info{
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: #f6f6f6;
    width: 26.3vw;
    min-width: 345px;
    opacity: 0;
    visibility: hidden;
}

.contentInfo{
    width: 300px;
    position: absolute;
    bottom: 4.5vw;
    height: 85%;
    left: 3.75vw;
}

#heart{
    width: 100%;
    text-align: left;
    height: 165px;
    position: relative;
}#heart img{
    height: 100%;
}
.overColor{
    width: 40px;
    height: 60px;
    background: #f8ff66;
    mix-blend-mode: overlay;
    position: absolute;
    border-radius: 50%;
    left: 70px;
    top: 50%;
    filter: blur(8px);
    margin-top: -3px;
}
.line{
    width: 100%;
    height: 1px;
    border-bottom: 1px #ffffff dashed;
    border-bottom: 1px #212121 dashed;
    margin: 20px 0;
}
.dash{
    width: 10px;
    background: white;
    border:none;
}
.t1{
    font-size: 17px;
    /*color: white;*/
    color: #212121;
    text-transform: uppercase;
    /*letter-spacing: 0.5px;*/
    line-height: 28px;
    min-height: 28px;
    /*font-weight: 600;    */
}
.t2{
    font-size: 18px;
    /*color: white;*/
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 18px;
}


#info .t1{
    font-size: 1vw;
    line-height: 1.5vw;
    min-height: 1.5vw;
}
#new{
    font-size: 28px;
    /*color: white;*/
    color: #212121;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 35px;
    min-height: 150px;

    font-size: 1.5vw;
    line-height: 1.9vw;
    width: 19vw;
}
#info #fuente{
    font-size: 0.8vw;
    line-height: 1vw;
    margin-top: 8px;
}

.textShadow{
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

#receiving, #scanning{
    margin-bottom: 10px;
}




#introText{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: table;
}
#introText .t0{
    width: 100%;
    text-align: center;
    color: black;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;

    display: table-cell;
    vertical-align: middle;

    display: none;

    opacity: 0;

    transform: scale(1.25);
    /*filter: blur(3px);*/

/*    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -60px;*/
    /*margin-top: 200px;*/

/*    opacity: 0;
    visibility: hidden;*/
}
#introText .t1{
    color: #212121;
    font-weight: normal;
}



#introText #tInicio_3{
    font-size: 36px;
    letter-spacing: 15px;
}#introText #tInicio_3 span{
    line-height: 55px;
}

#tInicio_4{
    vertical-align: middle;
    text-align: center;

    opacity: 0;
    display: none;
/*    opacity: 0;
    visibility: hidden;*/
}

#tInicio_4 .t0{
    position: relative;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    font-size: 22px;
    letter-spacing: 15px;
    margin-bottom: 10px;
    display: block;
    transform: scale(1);
    max-width: 700px;
    margin: 0 auto 10px;
}
#tInicio_4 .copy{
    font-size: 17px;
    color: white;
    color: #212020;
    text-transform: none;
    /*letter-spacing: 0.5px;*/
    line-height: 28px;
    min-height: 28px;
    max-width: 700px;
    margin: 30px auto;
}


#homeButtons{
    width: 750px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 220px 0 0 -375px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.button{
    width: 300px;
    height: 70px;
    border-radius: 5px;
    background: white;
    display: table;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}.button .tMask{
/*    display: table-cell;
    vertical-align: middle;*/
    width: 100%;
    text-align: center;
    position: absolute;
    overflow: hidden;
    height: 20px;
    margin-top: 25px;
}
.button p{
    font-family: 'SimplonMono-Bold';
    color: black;
    margin-top: 0;
}.button p span{
    color: white;
}

.buttonBg{
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    bottom: 0;
    height: 0;
}


#homeButtons .button{
    float: left;
    margin: 0 37px;
}


#comenzar{

}

#capture{
    position: absolute;
    bottom: 0px;
    /*border: solid thin black;*/
    max-width: auto;
    width: 100%;
    /*max-width: 300px;*/
}
#capture p{
    font-size: 15px;
}

#infoCaptura{
    width: 100%;
    height: 100%;
/*    left: 0;
    top: 0;*/
    background: rgba(255,255,255, 0.9);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: table;
    z-index: 99;
}   

#infoCaptura p{
    font-family: 'SimplonMono-Light';
    color: black;
    font-size: 1.5vw;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


.button:hover .buttonBg{
    height: 100%;
}
.button:hover p{
    margin-top: -16px;
}

#printCanvas{
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

/********CASE********/

#theProject, #howItWork{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
    padding-bottom: 0px;

    display: none;
}
#theProject{
    padding-bottom: 0px;
    background: white;
}
.topSide{
    padding-bottom: 14%;
    background: #f6f6f6;
}
.header{
    width: 100%;
    position: relative;   
    padding-top: 150px;
}
.header .textBg{
    margin-top: -100px;
    text-align: left;
    font-size: 750px;
    font-size: 36.4vw;
    letter-spacing: -50px;
}.header .title{
    font-size: 24px;
    font-size: 1.25vw;
    text-align: left;
    position: relative;
    padding-top: 110px;
    font-weight: normal;
    color: #212020;
}.header .textFront{
    margin: 0 auto;
    font-family: 'Tiempos';
    font-size: 96px;
    font-size: 5vw;
    position: relative;
    text-align: left;
}
.header .bloque{
    margin-left: 20vw;
    padding-right: 7vw;
}

/*.videoCase{
    width: 100%;
    height: auto;
    position: relative;
    margin: 50px auto 0;
    max-width: 1280px;
    height: 720px;
}.video{
    width: 100%;
    height: 100%;
    background: blue;
}*/

.content{
    margin-top: 115px;
    position: relative;
    /*display: none;*/
}
.bloque{
    margin: 0 auto;
    max-width: 1200px;
}
.contenidoSeccion{
    width: 95%;
    margin:0 auto;
    position: relative;
}

.content .t1{
    font-size: 23px;
    font-size: 1.19vw;
    line-height: 40px;
    line-height: 2.1vw;
    text-transform: none;
    max-width: 95%;
    margin-top: 35px;
    margin-top: 1.82vw;
    color: #212121;
    font-weight: normal;
}
.t3{
    font-family: 'Tiempos';
    font-size: 40px;
    font-size: 2.1vw;
    text-align: left;
    margin-top: 1.5vw;
}

.separador{
    width: 100%;
    height: 5vw;
    float: left;
}
.dosColumnas{
    column-count: 2;
    column-gap: 4vw;
}

.firma{
    min-height: 640px;
    background: url(../images/project/firma.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cVideo .t3{
    margin-top: 0;
}
.cVideo video{
    position: relative;
    right: 0;
    height: 30vw;
    max-height: 670px;
}

.quote{
    font-style: italic;
    text-align: center;
    font-size: 2.5vw;
    line-height: 3vw;
    font-family: 'TiemposRegularItalic';
    text-transform: none;
    width: 75%;
    margin: 0 auto;
    float: none;
    clear: both;
}

.half{
    width: 60%;
    margin: 0 auto;
}

.visita{
    width: 100%;
    height: 100%;
    min-height: 1000px;
    background: url(../images/project/theProject_5n.jpg);
    display: table;
    background-position: center;
}
.absolute{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#maps{
    margin: 4vw auto;
}
.visita .t1{
    color: white;
}
.visita .t3{
    color: white;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 3.5vw;
}

.cPixel{
    margin: 0;
}
.pixel{
    width: 100%;
    height: 100%;
    min-height: 1000px;
    background: url(../images/project/theProject_6n.jpg);
    display: table;
    background-position: center;
}

.pixel p{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.pixel a{
    color: #000000;
    font-family: 'SimplonMono-Medium';
    width: 100%;
    text-align: center;
    margin-top: 1vw;
}
.img{
    margin: 0 0 4.15vw 0;
    width: 100%;
    max-width: 1400px;
}




.dosPartes{
    width: 100%;
    margin: 4.15vw 0 0 0;
    float: left;
}
.primera .fRight{
    float: left;
    width: 50%;
    height: 100%;
    max-width: 1400px;
    margin: 0;
}


#howItWork .dosPartes{
    margin: 0;
}

.primera .tTop, .segunda .tTop{
    margin-top: 9vw;
}



.fLeft{
    float: left;
    width: 45%;
    height: 100%;
    max-width: 1400px;
    margin: 0 2vw 0 0;
}
.fRight{
    float: right;
    width: 50%;
    height: 100%;
    max-width: 1400px;
    margin: 0;
}


/*.content .parrafoFloat{
    margin-top: 140px;
    max-width: 80%;
}
*/
.tecnologia{
    width: 100%;
    height: 100%;
    min-height: 1300px;
    background: url(../images/project/howItWorks_6n.jpg);
    display: table;
    background-position: center;
    overflow: hidden;
}

#howItWork .tecnologia .t3 {
    color: white;
    margin: 0 auto !important;
    width: 80%;
}

.tecnologia .fRight{
    width: 40%;
    max-width: 1400px;
    margin: 2vw -5% 0 10%;
    height: auto;
    float: left;
}
.tecnologia .fRight .t1{
    color: white;
    font-size: 1.2vw;
    text-align: left;
    text-transform: uppercase;
    font-family: 'SimplonMono-Medium';
}


.fLeft .t1 span, .fRight .t1 span{
    font-size: 1vw;
}

.fLeft li, .fRight li{
    font-size: 1.2vw;
    margin-bottom: 2px;
    text-transform: none;
    max-width: 95%;
    font-weight: normal;
    font-family: 'SimplonMono-Light';
    /*list-style-type: circle;*/
    text-align: left;
    color: #c1c1c1;
}

#howItWork .noMargin{
    margin: 0 0 50px 0;
}
#howItWork .t3, #howItWork .t1{
    margin: 0;
}
#howItWork .fRight {

}
#howItWork .topSide{
    padding-bottom: 0;
}

.centerV{
    margin-top: 8vw;
}


.slider{
    width: 100%;
    position: relative;
    /*max-height: 700px;*/
    /*height: 100%;*/
    float: left;
    overflow: hidden;
    cursor: ew-resize;
}
.imageContainer{
    height: 100%;
    width: 8400px;
    position: relative;
    left: 0;
}.imageContainer img{
    width: 1200px;
    float: left;
}

#bullets{
    width: 330px;
    height: 4px;
    margin: 15px auto;
}
#bContainer{
    float: left;
    width: 100%;
    margin: 10px auto;
}
.bullet{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f2f2f2;
    float: left;
    margin: 0 19px;
    cursor: pointer;
}

.selected{
    background: black;
}

/********CASE********/

/********GALLERY********/

#emotionsGallery{

    display: none;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 0px;
    z-index: 3;
    padding-bottom: 350px;
    /*box-shadow: inset 0 0 0 25px white;*/
}
#imagesContainer{
    width: 80%;
    margin: 50px auto;
    position: relative;
}

.columna{
    width: 40%;
    margin: 5%;
    float: left;
    position: relative;
}#cRight{
    margin-top: 15%;
}


.imgItem{
    width: 100%;
    height: auto;
    margin: 15% 0;
    position: relative;
}
.imgItem img{
    width: 100%;
}
.overImage{
    width: calc(100% - 2.6vw);
    height: calc(100% - 2.6vw);
    border: solid 1.3vw white;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.imgItem:hover .overImage{
    opacity: 1;
}

#fullImage{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 15;
    background: rgba(230,230,230,0.95);
    display: none;
}
#closeImg{
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
}#closeImg p{
    font-style: italic;
    font-size: 15px;
    color: #000000;
}

#imgBig{
    max-width: 1000px;
}

.infoImage{
    position: absolute;
    bottom: 50%;
    left: 50%;
}.infoImage .t3{
    color: #000;
    line-height: 1.8vw;
    font-size: 1.5vw;
    margin-bottom: 5px;
}

/********GALLERY********/


/********VIDEO********/

#videoCase{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 15;
    background: rgba(230,230,230,0.95);
    display: none;
}

.videoPlayer{
    max-width: 1280px;
    max-height: 720px;
    width: 100%;
    height: 100%;
}
#yt{
    width: 100%;
    height: 100%;
}

#closeVideoCase{
    position: absolute;
    right: 70px;
    top: 70px;
    width: 40px;
    height: 24px;
    cursor: pointer;
}

.cl1{
    top: 50%;
    transform: rotate(45deg);
}
.cl2{
    top: 50%;
    transform: rotate(-45deg);
}

/********VIDEO********/

/********LOADER********/
*, ::after, ::before { -webkit-box-sizing: border-box; box-sizing: border-box; }

#loader{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.loader {
    height: 80px;
    width: 80px;
}
.loader span {
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    height: 80px;
    width: 80px;
}
.loader span::before,
.loader span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    height: 80px;
    width: 80px;
    border: 2px solid #999;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: loader-1 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) infinite;
            animation: loader-1 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) infinite;
}
@-webkit-keyframes loader-1 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(0); opacity: 1; }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1.5); opacity: 0; }
}
@keyframes loader-1 {
    0%   { transform: translate3d(0, 0, 0) scale(0); opacity: 1; }
    100% { transform: translate3d(0, 0, 0) scale(1.5); opacity: 0; }
}
.loader span::after {
    -webkit-animation: loader-2 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) .25s infinite;
            animation: loader-2 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) .25s infinite;
}
@-webkit-keyframes loader-2 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(0); opacity: 1; }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); opacity: 0; }
}
@keyframes loader-2 {
    0%   { transform: translate3d(0, 0, 0) scale(0); opacity: 1; }
    100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0; }
}

/********LOADER********/



#orientation{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f6f6f6;
    z-index: 1111;
    display: none; 
}

#orientation p{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 30px;
    color: #828282;
    text-transform: uppercase;
}
#orientation img{
    position: absolute;
    width: 60px;
    left: 50%;
    top: 50%;
    margin: -50px -30px;
    opacity: 0.3;
}



/********LOADING********/

/*#contLoading{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 1000;
}
#loading{
    background: url(../images/loading.png);
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    animation:         circular 15s infinite;
    -webkit-animation: circular 15s infinite;
}

@keyframes circular {
      0%   { 
        transform: rotate(0deg);
        }
      50% { 
        transform: rotate(360deg);
        }
    }
@-webkit-keyframes circular {
      0%   { 
        -webkit-transform: rotate(0deg);
        }
      50% { 
        -webkit-transform: rotate(360deg);
        }
    }
*/


#meninaTabletMobile{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    visibility: hidden;
    opacity: 0;
}
#meninaTabletMobile img{
    width: 350px;
}

#pieFoto{
    font-family: 'SimplonMono-Light';
    color: black;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 0.9vw;
    margin-top: -3vw;
    margin-bottom: 60px;
}

#howItWorks .howItWorks_6{
    margin: 4.15vw 0 4.15vw 0;
}

.siMobile{
    height: 40px;
    display: none;
}




#cookies{
    width: 100%;
    height: 30vw; bottom: -30vw;
    background: white;
    left: 0;
    position: fixed;
    z-index: 99;
    /*transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);*/
    transition: 0.6s ease-in; 
}#cookies span{
    font-family: 'SimplonMono-Medium';
}#cookies .t1{
        font-size: 0.9vw;
    line-height: 1.5vw;
    width: 75%;
    margin: 4.5% auto;
    text-transform: none;
}#cookies .t1 a{
    color: black;
    text-decoration: underline;
}

#closeCookies{
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    display: none;
}

/*** cookies faldón ***/
    .cookiesButton,
    .cookiesButton .cookiesConfiguration,
    .cookiesButton .button {
        position: relative;
    }
    .cookiesButton {
        width: 75%;
        margin: 0 auto 4.5% auto;
        display: block;
    }

    .cookiesButton .cookiesConfiguration,
    .cookiesButton .button {
        width: 220px;
        height: 50px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 2.5%;
    }
    .cookiesButton .cookiesConfiguration {
        font-family: 'SimplonMono-Medium';
        cursor: pointer;
        font-size: 10px;
        text-decoration: underline;
        width: 174px;
    }
    
    
    .cookiesButton .button {
        background-color: #f6f6f6;
        margin-right: 40px;
    }
    .cookiesButton .button .tMask {
        margin-top: 16px
    }
    .cookiesButton .button p {
        font-size: 14px;
    }
    .cookiesButton .cookiesConfiguration {
        line-height: 50px;
    }
    .cookiesButton .button:hover p {
        margin-top: -18px
    }

/*** cookies Popup ***/
    #cookies_popup {
        position: relative;
        display: none;
        
    }

    #cookies_popup p {
       font-family: 'SimplonMono-Light';
       font-size: 10px;
    }

    .cookies_box,
    .cookies_back {
        display: block;
        position: fixed;
    }
    .cookies_back {
        background-color: rgba(0,0,0,0.4);
        width: 100%; height: 100%;
        top: 0; left: 0;
    }
    .cookies_box {
        width: 600px;
        height: 400px;
        background-color: white;
        margin: auto;
        top: 0; bottom: 0; left: 0; right: 0;
        z-index: 2;
    }

    .cookies_box .optional,
    .cookies_box .btn,
    .cookies_box p {
        padding-left: 30px;
        padding-right: 30px;
    }

    .cookies_box .title {
        padding-top: 30px;
        padding-bottom: 20px;
        font-weight: bold;
        font-size: 12px;
    }


    #cookies_popup .button {
        width: 200px;
        height: 40px;
        background-color: #f6f6f6;
        display: inline-block;
        margin: 20px 0px 20px 30px
    }
    #cookies_popup .button .tMask {
        margin-top: 16px;
        height: 12px;
    }
    #cookies_popup .button:hover p {
        margin-top: -12px
    }
    

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

    .textFront{
        margin-top: -40px;
    }


    .marco{
        box-shadow: inset 0 0 0 25px #ffffff;
    }
    .marcoCanvas{
        box-shadow: inset 0 0 0 25px #f6f6f6;
    }
    .header .bloque{
        margin-left: 23%;
    }


    .header .textBg{
        font-size: 750px;
    }.header .title{
        font-size: 24px;
    }.header .textFront{
        font-size: 96px;
    }

    .t3{
        font-size: 40px;
        margin-top: 28px;
    }
    .content .t1{
        font-size: 23px;
        line-height: 40px;
        margin-top: 35px;
    }

/*    .img{
        margin: 80px 80px 0 0;
        width: 500px;
    }*/


    .contentInfo{
        bottom: 25px;
    }

    .overImage{
        width: calc(100% - 50px);
        height: calc(100% - 50px);
        border: solid 25px white;
    }
}

@media screen and (min-width: 1400px) {
    /*#capture{
        transform: scale(0.8);
        transform-origin: left center;
    }*/
    /*#infoCaptura{
        width: 85%;
        font-size: 12px;
    }*/
}


@media only screen and (max-width: 1280px) {
    #theProject, #howItWork{
        /*width: 90%;*/
        margin: 0 auto;
    }
    .t3{
        font-size: 2.5vw;
    }
    .content .t1{
        font-size: 1.5vw;
        line-height: 2.5vw;
    }
    .textFront{
        margin-top: -6.7vw;
    }
    #menuBt{
        right: 60px;
    }
    .separador{
        height: 9vw;
    }
    .topSide {
        padding-bottom: 15%;
    }

    .fLeft li, .fRight li, .tecnologia .fRight .t1{
        font-size: 1.4vw;
    }
    .tecnologia{
        min-height: 750px;
    }

    #footer p{
        width: 300px;
    }
    #footer .logos p{
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .logos{
        width: 270px;
        margin: -35px auto;
    }
    /*#capture{
        transform: scale(0.8);
        transform-origin: left center;
    }*/
    /*#infoCaptura{
        width: 85%;
        font-size: 12px;
        bottom: 1.5vw;
    }*/
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape), 
screen and (max-height : 850px) { 
    #logo{
        width: 110px;
/*        left: 50px;
        top: 50px;*/
    }
    #menuBt{
        right: 60px;
        /*top: 60px;*/
    }
    #closeVideoCase{
        right: 50px;
        top: 60px;
    }
    #menuContainer{
        max-height: 400px;
        top: -50px;
    }
    .textBg{
        /*font-size: 160px;*/
        margin-top: -43px;
    }
    .textFront{
        margin-top: 0;
        font-size: 1.9vw;
    }

    .header .title{
        font-size: 1.8vw;
    }


    #info{
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
        /*background: white;*/
        width: 26.3vw;
        min-width: 345px;
        opacity: 0;
        visibility: hidden;
    }

    .contentInfo{
        width: 300px;
        position: absolute;
        bottom: 4.5vw;
        height: 85%;
        left: 3.75vw;
    }

    /*#info{
        position: absolute;
        right: 60px;
        top: inherit;
        width: 300px;
        height: auto;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        bottom: 60px;
    }*/
    #heart{
        height: 120px;
    }

    #info .t1 {
        font-size: 1.25vw;
        line-height: 1.75vw;
        min-height: 1.75vw;
    }
    #info #new {
        padding-bottom: 0px;
        font-size: 1.75vw;
        line-height: 2.25vw;
        width: 100%;
        padding-right: 45px;
        min-height: auto;
    }
    #imgBig{
        /*max-width: 650px;*/
        max-width: 90%;
        max-height: 90%;
    }

    .fLeft li, .fRight li{
        font-size: 1.4vw;
        line-height: 1.5vw;
    }
}

@media only screen and (max-height : 780px) {
    #info .t1 {
        font-size: 1vw;
        line-height: 1.25vw;
        min-height: 1.25vw;
    }
    .line{
        margin: 10px 0;
    }
    #info #new{
        font-size: 1.5vw;
        line-height: 1.8vw;
    }
    #capture {
        max-width: initial;
        width: 98%;
    }
    .contentInfo{
        max-width: 250px;
    }
}

@media only screen and (max-width: 768px) {

    #pieFoto{
        font-size: 1.5vw;
    }

    #logo{
        width: 120px;
        left: 50px;
        top: 50px;
    }
    #menuBt{
        right: 50px;
        top: 60px;
    }
    #closeVideoCase{
        right: 50px;
        top: 60px;
    }


    #introText .t0{
        width: 70%;
        text-align: center;
        color: black;
        font-size: 20px;
        line-height: 40px;
        text-transform: uppercase;
        letter-spacing: 3px;
        display: none;
        opacity: 0;
    }
    #tInicio_4 {

    }
    #tInicio_4 .t0{
        display: block;
        opacity: 1;
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        margin-top: 0;
        font-size: 30px;
    }
    #tInicio_4 .copy{
        max-width: 600px;
    }

    #comenzar {
/*        position: absolute;
        left: 50%;
        top: 50%;
         margin: 50px auto; 
        margin: 190px -150px;
        z-index: 1;*/
/*        opacity: 0;
        visibility: hidden;*/
    }

    .marcoSuperior{
        height: 130px;
    }
    .marcoCanvas{
        box-shadow: none;
    }

    #info {
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 40%;
        right: inherit;
        left: 0;
        margin-left: 0;
        top: inherit;
    }
    .contentInfo {
        width: 80%;
        position: relative;
        bottom: 4.5vw;
        height: 100%;
        left: 0;
        margin: -30px auto;
    }
    #heart {
        height: 120px;
    }

    #info .t1 {
        font-size: 13px;
        line-height: 23px;
        min-height: 17px;
    }
    #info #fuente{
        font-size: 11px;
    }
    .line {
        margin: 10px 0;
    }
    #info #new {
        font-size: 18px;
        /*color: white;*/
        color: #212020;
        line-height: 24px;
        min-height: 120px;
        min-height: auto;
        padding-bottom: 0px;
        width: 100%;
    }
    #capture {
        position: absolute;
        bottom: -30px;
        width: 100%;
        max-width: 100%;
    }
    .noTablet{
        display: none;
    }

    

    /*MENU*/

    #menuContainer{
        max-height: 640px;
        top: -100px;
    }
    .menuButton{
        height: 130px;
    }
    .menuItem {
        position: relative;
        float: left;
        width: 100%;
        height: 20%;
        /* background: red; */
        display: table;
        /*margin-top: 0px;*/
        opacity: 0;
    }
    .textFront {
        width: 100%;
        text-align: center;
        font-family: 'SimplonMono-Light';
        font-size: 21px;
        color: black;
        position: absolute;
        margin-top: -10px;
    }
    .textBg {
        width: 100%;
        text-align: center;
        font-family: 'SimplonMono-Light';
        font-size: 115px;
        color: white;
        position: absolute;
        margin-top: -60px;
    }

    #idiomas{
        font-size: 2vw;
        top: 11vw;
    }


    .videoCase{
        width: 90%;
        height: auto;
    }


    #theProject, #emotionsGallery, #howItWork{
        overflow-x: hidden;
    }
    .header .title{
        font-size: 2.5vw;
        padding-top: 0;
    }
    .header .bloque{
        margin-left: 13%;
    }
    .bloque {
        margin-left: 0;
        width: 90%;
        margin: 0 auto;
    }
    .bloque .t3, .bloque .t1{
        text-align: center;
    }
    .bloque .title{
        text-align: left;
    }
    .content .t3{
        font-size: 35px;
    }
    .content .t1 {
        font-size: 18px;
        line-height: 36px;
        text-transform: none;
        max-width: 100%;
        margin-top: 35px;
    }


    .img {
        float: none;
        margin: 40px auto;
        width: 100%;
    }
    .primera .fRight, .fLeft{
        float: none;
        width: 100%;
    }
    .cVideo video{
        position: relative;
        margin-top: 10vw;
        height: auto;
    }

    .segunda .img{
        margin-top: -50px;
    }

    #howItWork img{
        margin: 0;
    }
    #howItWork .primera .tTop, #howItWork .segunda .tTop{
        margin: 0;
    }
    #howItWork .howItWorks_6{
        margin: 45px 0;
    }

    .content{
        text-align: center;
        margin-top: 0;
    }

    #imgBig{
        /*max-width: 650px;*/
        max-width: 90%;
    }


    .fLeft li, .fRight li{
        font-size: 18px;
        line-height: 36px;
    }
    .fLeft .t1 span, .fRight .t1 span {
        font-size: 53px;
        line-height: 85px;
    }
    .segunda .img, .primera .img {
        /*margin-top: -50px;
        margin-bottom: -40px;*/
    }
    .imagenes{
            margin: 0 0px -20px;
    }
    .imagenes .fImagen1{
        width: 100%;
        margin: 0 0 15px 0;
    }
    .imagenes .fImagen2 {
        width: 100%;
        float: right;
        margin: 0;
    }

    #brand p{
        opacity: 0;
    }

    #capture{
/*        transform: scale(1);
        transform-origin: left center;*/
    }
    /*#infoCaptura{
        width: 100%;
        font-size: 13px;
        bottom: -50px;
    }*/
    #infoCaptura p{
        font-size: 3vw;
    }
    .dosColumnas{
        column-count: 1;
    }
    .fRight, .half{
        width: 100%;
        margin-top: 5vw;
    }
    .pixel p{
        width: 80%;
    }
    .imagenMitad{
        width: 50%;
        float: none;
    }
    .visita{
        margin-top: 8vw;
    }
    .topSide {
        padding-bottom: 55%;
    }
    .quote{
        font-size: 3.5vw;
        line-height: 4.5vw;
    }

    #howItWork .fLeft .t1 span, #howItWork .fRight .t1 span{
        font-size: 2.5vw;
        line-height: 4vw;
    }
    #howItWork .t3{
        margin-top: -2vw;
    }

    .tecnologia .fRight{
        width: 100%;
    }
    .tecnologia .fRight {
        width: 80%;
        float: none;
        margin: 0 auto 30px;
    }
    .tecnologia .fRight .t1 {
        font-size: 2.4vw;
    }
    .fRight li {
        font-size: 2.25vw;
        line-height: 3vw;
    }
    #howItWork .tecnologia .t3 {
        margin: 0 auto 25px !important;
        width: 80%;
    }


    #cookies{
        height: 36vw;
        bottom: -36vw;
    }#cookies .t1{
        font-size: 1.9vw;
        line-height: 2.2vw;
        margin: 3vw auto;
    }

}

@media only screen and (max-width: 600px) {
    .cookiesButton .button {
        margin-right: 36px;
        
    }
    .cookiesButton .cookiesConfiguration, 
    .cookiesButton .button{
        width: 174px;
        height: 40px;
    }
    .cookiesButton .cookiesConfiguration {
        line-height: 40px;
    }
    .cookiesButton .button .tMask {
        margin-top: 13px;
    }
}
@media only screen and (max-width: 414px) {
    #pieFoto{
        font-size: 1.75vw;
        margin-top: 0vw;
        margin-bottom: 40px;
    }

    #meninaTabletMobile img{
        width: 260px;
    }

    #logo {
        width: 120px;
        left: 25px;
        top: 25px;
    }
    #menuBt {
        right: 30px;
        top: 30px;
    }
    #footer{
        height: 180px;
    }
    .rrss {
        width: 80px;
        margin: 25px auto;
        /* mix-blend-mode: multiply; */
        position: relative;
        right: inherit;
    }
    #brand {
        position: relative;
        left: 0;
        width: 250px;
        margin: 0 auto;
        text-align: center;
    }
    #logoPixel {
        float: none;
    }
    #footer p {
        font-family: 'SimplonMono-Light';
        font-size: 14px;
        margin-top: 5px;
        width: 100%;
    }
    #footer .logos p{
            font-size: 12px;
    margin-bottom: 9px;
    }
    #footer .logos img{
        width: 50px !important;
    }
    .logos {
        margin: -15px auto -10px;
        width: 210px;
    }
    #closeVideoCase{
        right: 30px;
        top: 30px;
    }
    #introText .t0 {
        font-size: 20px;
        line-height: 30px;
        padding: 0 15px;
    }
    #introText #tInicio_3 {
        font-size: 23px;
        letter-spacing: 13px;
    }
    #tInicio_4 {
        /*display: block;*/
        margin-top: 85px;
    }
    #tInicio_4 .t0 {
        width: 90%;
        font-size: 25px;
        line-height: 35px;
    }
    #tInicio_4 .t1 {
        font-size: 15px;
        line-height: 18px;
    }
    #tInicio_4 .copy {
        font-size: 15px;
        line-height: 24px;
        max-width: 95%;
        margin: 10px auto 50px;
    }
    #homeButtons{
        width: 100%;
        left: 0;
        margin: 0;
        top: inherit;
        bottom: 0;
        position: relative;
    }
    #homeButtons .button {
        float: none;
        margin: 0 auto;
        height: 60px;
        margin-bottom: 5px;
    }
    .noMobile{
        display: none;
    }
    
    .marco{
        /*box-shadow: inset 0 0 0 10px white;*/
    }


    .marcoSuperior{
        height: 90px;
    }


    #info {
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 45%;
        right: inherit;
        left: 0;
        margin-left: 0;
        top: inherit;
    }
    .contentInfo {
        width: 100%;
        position: relative;
        bottom: -10px;
        height: 100%;
        left: 0;
        max-width: 90%;
        margin: -30px auto;
    }
    #heart {
        height: 120px;
        margin-top: -65px;
    }

    #info .t1 {
        font-size: 13px;
        line-height: 17px;
        min-height: 17px;
    }
    .line {
        margin: 10px 0;
    }
    #info #new {
        font-size: 18px;
        /*color: white;*/
        color: #212020;
        line-height: 24px;
        min-height: 120px;
        padding-bottom: 0px;
        padding-right: 0;
        width: 100%;
    }
    #info #fuente{
        display: none;
    }
    #capture {
        position: absolute;
        bottom: -30px;
    }

    #menuContainer {
        max-height: 400px;
        top: -50px;
    }
    .menuButton {
        height: 75px;
    }
    .textBg {
        font-size: 80px;
    }
    .textFront {
        width: 100%;
        font-size: 22px;
        margin-top: -30px;
    }
    #idiomas {
        font-size: 3vw;
        top: 22vw;
    }




    .header .bloque {
        margin-left: 13%;
    }
    .header .textFront{
        font-size: 7vw;
        padding: 0 15px 0 0;
    }
    .header .textBg {
        margin-top: -45px;
        text-align: left;
        font-size: 750px;
        font-size: 36.4vw;
        letter-spacing: -15px;
    }
    .header .title {
        font-size: 4.5vw;
        padding-top: 0;
        margin-top: -50px;
    }
    .videoCase{
        margin: 20px auto;
    }
    .content .t3 {
        font-size: 22px;
        margin-bottom: 45px;
    }
    .content .t1 {
        font-size: 15px;
        line-height: 23px;
        text-transform: none;
        max-width: 100%;
        margin-top: 21px;
    }
    .img{
        float: none;
        margin: 40px auto 10px;
        /*width: 90%;*/
    }
    #closeVideoCase .menuLine{
        background: #909090;
    }

    #imagesContainer {
        width: 90%;
        margin: 10px auto;
        position: relative;
    }
    .columna {
        width: 90%;
        margin: 5%;
        float: left;
        position: relative;
        margin-top: 0;
    }
    .overImage{
        border: solid 10px white;
    }


    .fLeft li, .fRight li{
        font-size: 15px;
        line-height: 23px;
    }
    .fLeft .t1 span, .fRight .t1 span {
        font-size: 33px;
        line-height: 65px;
    }

    #infoCaptura p{
        font-size: 4vw;
    }
    .visita {
        margin-top: 8vw;
        min-height: 600px;
    }
    /*#infoCaptura{
        font-size: 11px;
        bottom: -45px;
    }*/
    .tecnologia .fRight .t1 {
        font-size: 3.5vw;
    }
    .contenidoSeccion {
        width: 100%;
        margin: 0;
    }
    .absolute {
        width: 100%;
        margin: 10vw auto;
        text-align: center;
    }
    .quote{
        font-size: 5.5vw;
        line-height: 7vw;
    }
    .imagenMitad {
        width: 100%;
    }
    .topSide {
        padding-bottom: 30%;
    }
    .fRight li {
        font-size: 3vw;
        line-height: 5vw;
    }
    #howItWork .t3{
        margin-bottom: 3vw;
    }
    #howItWork .fLeft .t1 span, #howItWork .fRight .t1 span{
        font-size: 3vw;
        line-height: 3vw;
    }
    .siMobile{
        height: 40px;
        display: block;
    }
    .mitad{
        width: 50%;
    }
    #footer{
        transform: scale(0.8);
        transform-origin: center bottom;
    }

    #cookies{
        height: 20vw;
    }#cookies .t1 {
        font-size: 1.9vw;
        line-height: 2.1vw;
        margin: 3.5% auto;
    }

    .infoImage .t3 {
        color: #000;
        line-height: 3.8vw;
        font-size: 3.5vw;
        margin-bottom: 0px;
    }
    #fechaImagen{
        font-size: 3vw;
    }
}
@media only screen and (max-width: 375px) {
    
    
    #menuItem_0{
        margin-top: 45px !important;
    }

    #menuContainer {
        max-height: 300px;
        top: -100px;
    }
    .menuButton {
        height: 60px;
    }
    .textBg {
        font-size: 60px;
    }
    .textFront {
        width: 100%;
        font-size: 17px;
        margin-top: -36px;
    }

    #info{
        min-width: 320px;
    }
    



    #introText .t0 {
        font-size: 18px;
        line-height: 28px;
        padding: 0 15px;
    }
    #introText #tInicio_3{
        font-size: 20px;
        letter-spacing: 12px;
        padding: 0;
    }
    #introText #tInicio_3 span {
        line-height: 30px;
        font-size: 15px;
    }
    #tInicio_4 {
        /*display: block;*/
        margin-top: 85px;
    }
    #tInicio_4 .t0 {
        width: 90%;
        font-size: 25px;
        line-height: 35px;
    }
    #tInicio_4 .t1 {
        font-size: 14px;
        line-height: 18px;
    }
    #tInicio_4 .copy {
        font-size: 13px;
        line-height: 20px;
        max-width: 92%;
        margin: 10px auto 10px;
    }
    #homeButtons{
        width: 100%;
        left: 0;
        margin: 0;
        top: inherit;
        bottom: 0;
        position: relative;
    }
    #homeButtons .button {
        float: none;
        margin: 0 auto;
        height: 60px;
        margin-bottom: 5px;
    }
    .noMobile{
        display: none;
    }

    /*#info {
        width: 280px;
        margin-left: -140px;
    }*/
    .button {
        width: 280px;
    } 
    #heart {
        margin-top: -95px;
    }
    .contentInfo{
        height: 110%;
    }

    .topSide {
        padding-bottom: 40%;
    }

    /*#infoCaptura{
        font-size: 11px;
        bottom: -45px;
    }*/

} 

@media only screen and (max-width: 320px) {
    #footer p{
        display: none;
    }
    #footer {
        height: 120px;
    }
    .rrss{
        margin: 4px auto 0;
    }
    #logoPixel{
        width: 25px;
    }
    .logos {
        margin: 8px auto -19px;
        width: 210px;
    }
    .rrss img{
        height: 20px;
    }
    #twitter {
        height: 18px;
    }
    #menuContainer{
        top: 0;
        max-height: 250px;
    }
    #menuItem_0 {
        margin-top: 15px !important;
    }
    .contentInfo{
        bottom: -20px;
    }
    .textFront{
        font-size: 13px;
    }
    .textBg {
        font-size: 45px;
        margin-top: -52px;
    }
    .menuButton {
        height: 40px;
    }
    #info #new{
        font-size: 16px;
        line-height: 17px;
    }
    #heart{
        /*margin-top: -40px;*/
    }

    .topSide {
        padding-bottom: 47%;
    }
    #idiomas{
        top: 30vw;
    }
}

