/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/


/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/
nav.nav {
    display: block;
    font-size: 12px;
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 2;
    width: 100%;    
}
nav.nav.open {
    background: #3c3c3b;
    height: 100%;
    z-index: 1;
}
nav.nav .nav-list{
	display: none;
}
.nav-list {
	text-align:left;
	display:none;
	margin: 0;
	z-index: 1;
position: relative;
	padding: 0;
}
/* Mobile navigation */
.nav-mobile {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 60px;
    right: 6%;
    height: 15px;
    width: 30px;
    z-index: 1;
}
.nav-mobile:before {
content: '';
    width: 30px;
    height: 3px;
    background-color: #e62a32;
    display: block;
    position: absolute;
    top: 0;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.nav-mobile:after {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #e62a32;
    display: block;
    position: absolute;
    bottom: 0;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
header.open .nav-mobile:before, header.open .nav-mobile:after{
    background-color: #e62a32;
}
header.open .nav-mobile:before{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
header.open .nav-mobile:after{
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
}/**/
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:calc(5% - 12px);
	display:none;
	height:49px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(img/drop.svg) no-repeat center center;
	background-size:20px;
}
.nav-click:hover {
	/*background-color:#e0dd28;*/
}
.activo .nav-arrow {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.desk {
    display: block;
}
.mobile {
    display: none !important;
}
nav.nav{
	display: none;
}
.nav-responsive {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 25px;
}
.nav-responsive nav.nav {
    margin-top: 115px;
	display: none;
}
.nav-responsive nav.nav.open{
	display: block;
}
.nav-responsive .nav-list {
    width: 100%;
    margin: 0 0 2em;
    position: relative;
}
.nav-responsive .nav-list .menu-item {
    margin: 0 0 10px;
    display: block;
    text-align: center;
position: relative;
}
.ancho-header .nav-responsive nav ul li a {
    line-height: 3;
	padding: 10px 0;
}
.nav-responsive nav.nav .menu-item > a {
color: #1d3176;
	font-size: 16px;
    letter-spacing: 2px;
}
.nav-responsive nav.nav .menu-item > a:hover, .nav-responsive nav.nav li.current-menu-item a, .nav-responsive .nav-list .sub-menu li.menu-item.current-menu-item a {
	color: #e62a32;
}
.nav-responsive .nav-list li.menu-item a:after{
	display: none;
}
.nav-responsive ul.wpm-language-switcher.switcher-list {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.nav-responsive .nav-list .sub-menu {
    position: relative;
    width: 100%;
	margin: 0px;
	display: none;
	opacity: 1;
}
.nav-list .activo .sub-menu {
    display: block;
}
.nav-responsive .nav-list .sub-menu li.menu-item a {
    text-transform: none;
    text-align: center;
    font-size: 12px;
    padding: 0;
    line-height: 3;
    color: #3c3c3b;
}
.page-template-page-home .nav-responsive .nav-list .sub-menu li.menu-item a{
	color: #fff;
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (min-width: 1211px)  {
}
@media only screen and (min-width: 1025px) and (max-width: 1210px) {
}
@media only screen and (min-width: 960px) {
	.slider-for {
    width: 90%;
    float: right;
}
}
@media only screen and (min-width: 0px) and (max-width: 960px) {
.menu-proyectos {
    width: 100%;
    padding: 0 0 15px;
}
div#cajaluz {
	display: none;
}
.logo, .interiores .logo {
    float: none;
    margin: 0 auto;
    height: auto;
    width: 30%;
}
header, header.interiores {
    /*position: fixed;*/
}
.logo-footer {
    width: 100%;
    padding: 0;
    display: block;
    height: auto;
}
.logo-footer a {
    display: block;
}
.logo-footer a img {
    width: 80%;
    max-width: 100px;
    margin: 0 auto;
    display: block;
}
footer .contacto, footer .redes {
    width: 48%;
    margin: 0 1%;
    padding: 50px 0px 20px 3%;
}
.container .nosotros .titulo {
    padding: 50px 0;
}
.container .nosotros .titulo {
	font-size: 2.4vw;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
}
.nav-responsive nav {
    width: 100%;
    padding: 0px;
}
nav.nav{
	display: block;
}
.nav-list{
	position: absolute;
    top: 40%;
	display:none;
}
.nav.open .nav-list{
	display: block;
}
#loader-logo-hover{
	min-height: 130px;
}
#loader-logo-hover span{
	min-width: 300px;
    min-height: 130px;
}
.page-template-page-home header.open {
    height: 100%;
    position: fixed;
    background: #3c3c3b;
}
header.open {
    height: 100%;
    position: fixed;
    background: #E6E6E6;
        z-index: 10000;
}
nav.nav{
	display: inline-block;
}
.nav-mobile {
	display:block;
}
nav.normal  {
	display:none;
}
header.open .nav-responsive .nav-list {
    display: block;
}
nav.nav .menu-item {
	width:100%;
	float:none;
	margin: 0;
}
.nav-click {
	display:block;
}
.nav-mobile-open {
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
}
nav.nav .menu-item:hover .nav-submenu {
	display:none;
}
.nav-submenu {
	position:static;
	width:100%;
}
.desk{
    display: none !important;
}
.mobile {
    display: block !important;
}
#menu-menu-principal {
	display:none;
}
.container .nosotros .titulo {
	width: 100%;
}
.container .nosotros .col_nosotros {
	width: 100%;
}
.container .content-quehacemos .titulo {
	width: 100%;
	padding: 50px 10% 50px;
}
.container .content-quehacemos .imagen-quehacemos {
	width: 100%;
}
.container .content-quehacemos .info-quehacemos {
	width: 100%;
}
.container .content-proyectos .titulo-cont .titulo {
	width: 100%;
	padding: 50px 0px 60px 0px;
    float: left;
}
.container .content-proyectos-int .titulo {
	width: 100%;
	padding: 0px 0px 50px 0px;
}
.content-proyectos-int .titulo h1 {
    font-size: 24px;
    padding: 50px 0px 0px;
}
.content-quehacemos .titulo h1 {
	font-size: 24px;
    padding: 0px;
}
.content-proyectos .titulo h1 {
	font-size: 24px;
    padding: 0px;
}
.container .content-proyectos-int .titulo .caracteristicas .especificaciones .labels {
	width: 100%;
	font-size: 14px;
}
.container .content-proyectos-int .titulo .caracteristicas .especificaciones .results {
	width: 100%;
	font-size: 14px;
}
.labels h3{
	font-size: 14px;
}
.results h3{
	font-size: 14px;
        line-height: 1.3;
}
.galeria-interior .slick-slide img {
    height: 100%;
    width: 80%;
    margin: auto;
}
body {
    font-size: 14px;
    font-weight: 300;
}
.container .nosotros .titulo-cont .titulo h1 {
	font-size: 24px;
}
.container .nosotros .columns .titulo h1 {
	font-size: 24px;
}
.container .nosotros .columns .titulo {
	font-size: 14px;
	font-weight: 100;
}
.container .nosotros .columns h3 {
	font-size: 14px;
}
.container .nosotros .titulo-cont .titulo h4 {
	font-size: 14px;
}
.container .nosotros .col_nosotros .bio .cabecera_bio h4 {
	font-size: 14px;
}
.container .nosotros .col_nosotros .bio .cabecera_bio h3 {
	font-size: 18px;
}	
h2 {
    font-size: 6vw;
}
	.slider-home .content h2 {
    padding: 0;
    text-align: center;
    width: 80%;
}
	.texto-proyecto {
    opacity: 1;
}
	.texto-proyecto.flex {
    display: block;
	margin-top: 12px;
}
	h3 {
    font-size: 15px;
    letter-spacing: inherit;
}
	h4 {
    font-size: 2.5vw;
    line-height: 1.5;
    letter-spacing: normal;
}
	.texto-proyecto h3 {
    margin-bottom: 10px;
	font-size: 20px;
}
	.post-type-archive-proyectos main a img {
    opacity: 0.7;
}
	.mapa-proyectos {
    width: 126%;
    margin: 0 0 4vw -13%;
}
	.item-mapa-proyectos:before {
    left: -2.8vw;
	}
	.navegacion-proyectos a {
    font-size: 3.5vw;
	}
	.formulario {
    padding-top: 20px;
}
	.cifras {
    margin-top: 0;
	width: 100%;
	margin-left: -2%;
        padding: 0;
}
	.content-quehacemos {
    width: 100%;
	}
	.cifra .numero {
        font-size: 38px;
        margin-right: 0px;
	}
	.cifra .texto {
    font-size: 13px;
}
	.mapa-proyectos {
        overflow: hidden;
        width: 100%;
        margin-left: 0%;
}
	.content-proyectos-int p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
}
	.ancho-header {
    height: auto;
}
	h3.titulo_mapa {
    font-size: 20px;
}
	.slick-prev, .slick-next {
    z-index: 1;
}
	footer .contacto,footer .redes {
    font-size: 12px;
}
	a.volver.mobile {
    margin: 20px;
    width: calc(100% - 40px);
}
	.item-mapa-proyectos h4 {
    font-size: 10px;
}
	.item-mapa-proyectos h3 {
    font-size: 12px;
}
	.btn-volver {
    margin-bottom: 20px;
}
	.especificaciones {
    display: flex;
}
	.content-proyectos {
    width: 90%;
}
	.icono.depto:before, .icono.pisos:before {
    content: '';
    width: 30px;
    height: 30px;
    background-size: 20px;
		background-position: left center;
}
	.texto-proyecto h4 {
    font-size: 12px;
}
}