/*
Theme Name: Masqueuntema 2 Blog y Shop
Author: Vicheaux
Author URI: www.vicheaux.com*/


/* fondo */

html {
    font-size: 62.5%
}

body {
    background: #000;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-size: 10px;
}

.separador_mob {
    display: none
}

.contenedor {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background: url(img/back2.jpg) center right no-repeat;
    background-size: cover;
    overflow: hidden;
}

.menu {
    z-index: 9999999;
    position: absolute;
    bottom: 2%;
    left: 20%;
    width: 60%;
    height: 3%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.menu .hamb {
    display: none;
}

#logo_int {
	position: absolute;
	bottom: 1%;
	left: 1%;
    height: 3%;
    width: 5%;
    display: block;
    background: url(img/logo.svg) center left no-repeat;
    background-size: contain;
}

.menu ul {
    width: 100%;
    height: 90%;
    display: block;
    position: absolute;
    top: 5%;
    left: 0;
}

.menu ul li,
a.conectar_btn {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 3rem;
    text-transform: uppercase;
    float: left;
    width: 16%;
}

.menu ul li.current-menu-item {
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.menu ul li a,
a.conectar_btn {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.menu ul li a:hover,
a.conectar_btn:hover {
    color: rgba(255, 255, 255, 0.7);
}

a.conectar_btn {
    float: none;
    position: absolute;
    right: 5%;
    top: 0;
    display: block;
}

.rrss {
    position: absolute;
    bottom: 96%;
    right: 1%;
    height: 26px;
    width: 40%;
    display: block;
    text-align: right;
}

.rrss ul {}

.rrss ul li {
    display: inline-block;
    margin: 0 3px
}

.rrss ul li a {
    text-decoration: none;
    color: white;
    height: 24px;
    width: 24px;
    overflow: hidden;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-size: cover;
}

.rrss ul li a#facebook {
    background-image: url(img/icon_facebook.png);
}

.rrss ul li a#twitter {
    background-image: url(img/icon_twitter.png);
}

.rrss ul li a#git {
    background-image: url(img/icon_git.png);
}

.rrss ul li a#slack {
    background-image: url(img/icon_slack.png);
}

.rrss.rrss_int {
    bottom: 1.3%;
}


/*Contenido index*/

.contenido {
    font-size: 1.5rem;
    text-align: left;
}

.contenido .post {
    position: absolute;
    display: block;
    width: 100%;
    left: 0%;
    bottom: 0%;
    height: 95%;
    overflow: auto;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.contenido#home {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

.contenido#home .logo {
    position: absolute;
    top: 25%;
    height: 50%;
    left: 15%;
    width: 70%;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.contenido#home .logo .line {
    position: absolute;
    top: 35%;
    left: 50%;
    height: 30%;
    width: 1%;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.contenido#home .logo .logo_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    display: block;
    background: url(img/logo.svg) center center no-repeat;
    background-size: contain
}

.contenido#home .logo h2,
.contenido#home .logo h1 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.contenido#home .logo h2 {
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 35%;
    height: 50%;
    width: 48%;
    line-height: 4rem;
    color: white;
    font-size: 4.5rem;
    text-align: left;
    font-weight: lighter;
}

.contenido#home .logo h1 {
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 44%;
    height: 50%;
    width: 48%;
    line-height: 5.5rem;
    color: white;
    font-size: 6rem;
    text-align: left;
    font-weight: bold;
}

.contenido a.back_button {
    width: 112px;
    font-size: 2.5rem;
    height: 3rem;
    display: block;
    text-align: right;
    line-height: 3rem;
    background: url(img/back_arrow.png) left center no-repeat;
    position: absolute;
    top: 1%;
    left: 2.5%;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #5c5c5c;
    text-decoration: none;
    z-index: 3019913;
}

.contenido a.back_button:hover {
    color: #5f5f5f;
}


/*content*/

.contenido#page,
.contenido#cat {
    position: absolute;
    width: 100%;
    height: 95%;
    display: block;
    background: #fcfcfc url(img/bg.jpg);
    top: 0;
    left: 0;
    color: #000;
    font-size: 2rem;
}

.contenido .vineta {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 23px;
    width: 50px;
    background: url(img/vineta.png) center top no-repeat
}

.contenido .vineta#pag1 {
    left: 24%;
}

.contenido .vineta#pag2 {
    left: 33%;
}

.contenido .vineta#cat1 {
    left: 42%;
}

.contenido .vineta#cat2 {
    left: 52%;
}

.contenido .vineta#cat3 {
    left: 62%;
}

.contenido .vineta#pag3 {
    left: 71%;
}

.content_text {
    font-family: 'Lato', sans-serif;
}


/*post*/


/*somos*/

.somos {
    position: relative;
}

.somos .image {
    display: block;
    position: absolute;
    top: 2%;
    left: 5%;
    width: 48%;
    z-index: 2;
    height: 90%;
}

.somos .image img {
    width: auto;
    height: 100%;
    z-index: 2;
}



.somos .titles {
    position: absolute;
    right: 5%;
    top: 7%;
    display: block;
    width: 70%;
    z-index: 10001;
    height: 200px;
}

.somos_title {
    font-size: 20rem;
    font-weight: 300;
    width: 100%;
    display: block;
    position: absolute;
    top: -25%;
    right: 0%;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: right;
    height: 90%;
}

.somos_title_bar {
    background-color: #e5918a;
    height: 15px;
    width: 60%;
    display: block;
    position: absolute;
    top: 50%;
    right: 0%;
}

.somos .texts {
    width: 70%;
    display: block;
    z-index: 1001;
    position: absolute;
    top: 40%;
    right: 5%;
}

.somos_big {
    font-family: 'Oswald', sans-serif;
    text-align: right;
    font-weight: 400;
    font-size: 3rem;
    line-height: 4.1rem;
    float: right;
    margin: 0 0 10px 0;
}

.somos_small {
    font-family: 'Oswald', sans-serif;
    text-align: right;
    font-weight: 300;
    font-size: 2.5rem;
    width: 65%;
    float: right;
    margin: 10px 0 0 0;
}
.somos .somos_caption {
  font-family: 'Oswald', sans-serif;
    text-align: right;
    font-weight: 300;
    font-size: 2.5rem;
    width: 65%;
    float: right;
    margin: 10px 0 0 0;
}

/*visiones*/

.separador-top {
    width: 100%;
    height: 10px;
    display: block;
}

.separador {
    width: 100%;
    height: 40px;
    display: block;
}

.vision {}

.vision .titles {
    position: absolute;
    left: 5%;
    top: 0%;
    display: block;
    width: 70%;
    z-index: 4;
    height: 300px;
}

.vision_title {
    font-size: 20rem;
    font-weight: 300;
    width: 100%;
    display: block;
    position: absolute;
    top: 0%;
    right: 0%;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    height: 90%;
}

.vision_title_bar {
    background-color: #84bf87;
    height: 2000px;
    width: 15px;
    display: block;
    position: absolute;
    top: -535px;
    left: 0%;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vision .separador-top {
    height: 100px
}

.visiones {
    width: 90%;
    height: 450px;
    display: block;
    margin: 0 auto 1%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.visiones .frase {
    position: absolute;
    top: 40%;
    width: 79%;
    display: block;
    height: 50%;
    font-size: 3.3rem;
    font-weight: normal;
    line-height: 3.3rem
}

.visiones .imagen {
    position: absolute;
    top: 0%;
    width: 46%;
    display: block;
    height: 100%;
    overflow: hidden;
}

.visiones .imagen img {
    height: auto;
    width: 100%;
    display: block;
}

.visiones:nth-child(odd) .frase {
    text-align: right;
    right: 1%;
}

.visiones:nth-child(even) .frase {
    text-align: left;
    left: 1%;
    width: 100%;
    font-size: 4rem;
    line-height: 4.2rem;
    top: 30%;
}

.visiones:nth-child(odd) .imagen {
    right: 0%;
    text-align: left;
}

.visiones:nth-child(even) .imagen {
    left: 0%;
    text-align: right;
}


/*Laboratorio*/

.post.lab {
    width: 100%;
}

.lab .titles {
    position: fixed;
    left: 5%;
    top: 40%;
    display: block;
    width: 70%;
    z-index: 3;
    height: 300px;
}

.lab_title {
    font-size: 13rem;
    font-weight: 300;
    width: 100%;
    display: block;
    position: absolute;
    top: 0%;
    right: 0%;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    height: 90%;
    z-index: 4;
}

.lab_title_bar {
    background-color: #f7ff27;
    height: 2000px;
    width: 15px;
    display: block;
    position: absolute;
    top: -830px;
    left: -5%;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}

.lab_title_bar_2 {
    background-color: #f7ff27;
    height: 1800px;
    width: 15px;
    display: block;
    position: absolute;
    top: -1280px;
    left: -61%;
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 3;
}

.lab .post-item {
    width: 65%;
    float: right;
    display: block;
    margin: 0 5% 20px 0;
    z-index: 10000;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.lab .post-item img {
    z-index: 0;
    position: absolute;
    height: auto;
    width: 50%;
    top: 5%;
    right: 0;
    display: block;
}

.lab .post-item h1 {
    z-index: 2;
    position: absolute;
    top: 20%;
    text-align: right;
    width: 48%;
    display: block;
    font-weight: 700;
    font-size: 3rem
}

.lab .post-item p {
    z-index: 2;
    position: absolute;
    top: 34%;
    text-align: right;
    width: 48%;
    display: block;
    left: 0;
    font-weight: 400;
    font-size: 2rem
}


/*Proyectos */

.post.project {
    width: 100%;
}

.project .titles {
    position: fixed;
    left: 5%;
    top: 1%;
    display: block;
    width: 70%;
    z-index: 3;
    height: 150px;
}

.project_title {
    font-size: 9rem;
    font-weight: 300;
    width: 50%;
    display: block;
    position: absolute;
    top: 130%;
    left: -23%;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    height: 90%;
    z-index: 4;
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.project_title_bar {
    background-color: #27ffc5;
    height: 1530px;
    width: 10px;
    display: block;
    position: absolute;
    top: -940px;
    left: -10%;
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 2;
}

.project_title_bar_2 {
    background-color: #27ffc5;
    height: 700px;
    width: 10px;
    display: block;
    position: absolute;
    top: -100px;
    left: 2%;
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 3;
}

.project .post-item {
    width: 65%;
    float: right;
    display: block;
    margin: 0 5% 20px 0;
    z-index: 10000;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.project .post-item img {
    z-index: 0;
    position: absolute;
    height: auto;
    width: 50%;
    top: 5%;
    right: 0;
    display: block;
}

.project .post-item h1 {
    z-index: 2;
    position: absolute;
    top: 20%;
    text-align: right;
    width: 48%;
    display: block;
    font-weight: 700;
    font-size: 3rem
}

.project .post-item p {
    z-index: 2;
    position: absolute;
    top: 34%;
    text-align: right;
    width: 43%;
    display: block;
    right: 52%;
    font-weight: 400;
    font-size: 2rem
}


/* repeaters */

.post-item a.conocemas {
    z-index: 2;
    position: absolute;
    top: 90%;
    text-align: right;
    padding-right: 45px;
    width: 15%;
    display: block;
    right: 52%;
    font-weight: 300;
    font-size: 1.5rem;
    color: #302e2e;
    text-decoration: none;
    background: url(img/next.png) right center no-repeat
}

.project .post-item a:hover {
    opacity: 0.5
}


/*LOG */

.post.log {
    width: 97%;
    left: 3%;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.log .titles {
    position: fixed;
    left: 5%;
    top: 4%;
    display: block;
    width: 70%;
    z-index: 3;
    height: 150px;
    z-index: 1000090;
}

.log_title {
    font-size: 4rem;
    font-weight: 300;
    width: 50%;
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    height: 90%;
    z-index: 1000093;
}

.log_title_bar {
    display: none;
}

.log .post-item {
    width: 100%;
    float: right;
    display: block;
    margin: 0 0 20px 0;
    z-index: 10000;
    position: relative;
    height: 300px;
    overflow: hidden;
    z-index: 1
}

.log .post-item .bar_1 {
    width: 45%;
    height: 10px;
    display: block;
    position: absolute;
    top: 5%;
    left: 0%;
    background-color: #68bde0;
    z-index: 2;
}

.log .post-item .bar_2 {
    width: 2%;
    height: 10px;
    display: block;
    position: absolute;
    bottom: 5%;
    right: 0%;
    background-color: #68bde0;
    z-index: 3;
}

.log .post-item img {
    z-index: 0;
    position: absolute;
    height: auto;
    width: 50%;
    top: 5%;
    right: 3%;
    display: block;
}

.log .post-item h1 {
    z-index: 2;
    position: absolute;
    top: 20%;
    text-align: right;
    width: 45%;
    display: block;
    font-weight: 700;
    font-size: 3rem
}

.log .post-item p {
    z-index: 2;
    position: absolute;
    top: 34%;
    text-align: right;
    width: 38%;
    display: block;
    right: 55%;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
}


/* repeaters */

.post-item a.conocemas {
    z-index: 2;
    position: absolute;
    top: 90%;
    text-align: right;
    padding-right: 45px;
    width: 15%;
    display: block;
    right: 52%;
    font-weight: 300;
    font-size: 1.5rem;
    color: #302e2e;
    text-decoration: none;
    background: url(img/next.png) right center no-repeat
}

.post-item a:hover {
    opacity: 0.5
}

.log .post-item a.conocemas {
    right: 55%
}


/*SINGLE*/

.single_content.post {
    width: 100% !important;
}

.single_content.post .titles {
    z-index: 1;
}

.single_content.post .single_content_in {
    width: 90%;
    float: right;
    margin-right: 5%;
    z-index: 200;
    padding-bottom: 40px;
}

.single_content.post .single_content_in .single_content_title {
    height: 500px;
    width: 90%;
    float: right;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.single_content.post .single_content_in .single_content_title img {
    display: block;
    height: auto;
    width: 80%;
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: 191;
}

.single_content.post .single_content_in .single_content_title .titles_in {
    position: absolute;
    bottom: 0%;
    right: 81%;
    width: 19%;
    display: block;
    z-index: 180;
}

.single_content.post .single_content_in .single_content_title h1 {
    font-weight: 700;
    text-align: right;
    font-size: 2rem;
    z-index: 99;
}

.single_content.post .single_content_in .single_content_title h2 {
    font-weight: 400;
    text-align: right;
    font-size: 1.7rem;
    z-index: 100;
}

.single_content.post .single_content_in p {
    clear: both;
    float: right;
    width: 59%;
    font-size: 1.6rem;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    line-height: 2.3rem;
    font-weight: normal;
    color: #302e2e;
    margin: 3px 0 5px 0;
    z-index: 201;
}

.single_content.post .single_content_in p img {
    margin: 10px 4px;
    z-index: 202;
}

.single_content.post .single_content_in p strong {
    font-weight: bolder;
    color: #000000;
    font-style: italic;
    z-index: 203;
}

.single_content.post .single_content_in p a {
    color: #666666;
    font-weight: bolder;
    z-index: 204;
}

.single_content.post .project_title_bar {
    display: none;
}


/*single lab*/

.single_content.post.lab .titles {
    z-index: 1;
}

.single_content.post.lab .single_content_in .single_content_title {
    bottom: none;
    top: 0;
    height: 450px;
    width: 90%;
}

.single_content.post.lab .single_content_in .single_content_title img {
    width: 70%;
}

.single_content.post.lab .single_content_in .single_content_title .titles_in {
    right: 71%;
    width: 19%;
}


/*connectar*/

.connect {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    height: 150px;
    width: 100%;
    position: absolute;
    bottom: -240px;
    left: 0;
    display: block;
    background-color: #2d2d2d
}

.connect .centered {
    width: 80%;
    margin: 15px auto;
}

.connect h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem
}

.connect p {
    font-size: 1rem;
    margin-left: 10px;
}

.connect .llamar {
    width: 29%;
    padding-left: 5px;
    border-left: 1px solid #353535;
    float: left;
    display: block;
    height: 100px
}

.connect .contactar {
    width: 69%;
    padding-left: 5px;
    border-left: 1px solid #353535;
    float: right;
    display: block;
    font-size: 1rem
}

.connect .llamar p {
    font-size: 1.7rem
}

.connect .wpcf7 {
    width: 100% !important;
    font-size: 1rem
}

.connect .wpcf7 input {
    background: none;
    color: white;
    border: none;
    border-bottom: 3px solid #535353;
    outline: none;
    font-size: 1.7rem;
    height: 2rem;
    width: 90%
}

.connect .wpcf7 textarea {
    background: none;
    color: white;
    border: none;
    border-bottom: 3px solid #535353;
    outline: none;
    font-size: 1.7rem;
    height: 2rem;
    width: 90%
}

.connect .wpcf7 #c_left {
    width: 48%;
    display: block;
    float: left;
}

.connect .wpcf7 #c_right {
    width: 48%;
    display: block;
    float: right;
}

.connect .wpcf7 .wpcf7-submit {
    height: 3rem;
    padding: 0 10px;
    color: black;
    background-color: white;
    border: none;
    font-family: 'Oswald', sans-serif;
    width: 40%;
    margin: 8px 10% 0 0;
    float: right;
}

.connect .wpcf7 .wpcf7-submit:hover {
    background-color: #cccccc
}

.connect .wpcf7 .wpcf7-response-output {
    position: absolute;
    left: 64%;
    top: 48%;
    border: none !important;
}
