/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* EMBED FONTS */

* { box-sizing: border-box; }

* {
    -webkit-overflow-scrolling: touch;
}

/* PRESETS CLASSES /////////////////////////////////////////// */

.left {
    float: left;
}

.right {
    float: right;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.clearfix {
    clear: both;
}

.margin-0 {
    margin: 0;
}

.padding-0 {
    padding: 0;
}

.padding-20 {
    padding: 20px;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.row {
    margin: 0;
}

.full-w {
    width: 100%;
}

.underline {
    text-decoration: underline;
}

.img-responsive-projects img {
    width: 100%;
    height: auto;
}

a, a:hover,
button, button:hover {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    outline: none;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}


a[title] {
    	
}

ul {
    margin: 0;
    list-style: none;
}

input, textarea {
    padding: 13px;
    border: 0;
    float: left;
    font-family: inherit;
    font-size: 16px;
}

    input.campo {
        padding: 11px;
    }

input[type="submit"] {
    background: #747269;
    color: #FFF;
    padding: 13px 16px;
}

input[type="submit"]:hover {
    background: #C9C4A6;
}

::-webkit-input-placeholder {
   color: #747269;
   font-family: inherit;
}

:-moz-placeholder { /* Firefox 18- */
   color: #747269;
   font-family: inherit;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #747269;
   font-family: inherit;  
}

:-ms-input-placeholder {  
   color: #747269; 
   font-family: inherit; 
}

.table>tbody>tr>td, .table>tbody>tr>th, 
.table>tfoot>tr>td, .table>tfoot>tr>th, 
.table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #000;
}

.table tr:last-child, .table tr:last-child {
    border-bottom: 1px solid #000;
}

.table>tbody>tr>td {
    padding: 5px 0;
    width: 50%;
}

/* FONTS */

.calibre.light {
	font-weight:300;
}

.calibre.regular {
	font-weight:400;
}

.calibre.medium {
	font-weight:600;
}

.calibre.bold, b {
	font-weight:700;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

h1 {
    font-size: 26px; 
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
    line-height: 1.3;    
}

h4 {
    font-size: 16px;
    line-height: 1.5;
}

h5 {
    font-size: 14px;
    line-height: 1.6;
}

button {
    background: transparent;
    border: none;
}

/* COLOR - CLASSES */

.black {
    color: #000;
}

.bg-black {
    background-color: #000;
}

.white {
    color: #FFF;
}

.bg-white {
    background-color: #FFF;
}

.gray {
    color: #f8f8f8; 
}

.bg-gray {
    background: #f8f8f8; 
}

.gray-2 {
    color: #6a6a6a; 
}

.bg-gray-2 {
    background: #6a6a6a; 
}

/* STRUCTRE //////////////////////////////////////////////////////////// */

.container {
    padding: 0;
}

.navbar {
    background: transparent;	
    -webkit-transition: 0.5s padding ease;
    -moz-transition: 0.5s padding ease;
    transition: 0.5s padding ease;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding: 0;
}

.navbar-brand {
    width: 130px;
    height: auto;
    padding: 15px 0;
    display: inline-block;
}

.navbar-nav {
    float: right;
    margin: 0 auto;
    max-width: 600px;
}

.navbar-nav li {
    float: none;
    display: inline-block;
}

.navbar-nav li a {
    padding: 30px 0 0 0;
    margin: 0 21px;
    color: #000;
    text-align: center;
    font-size: 1.6rem;
	font-weight: 700;
    border-bottom: 0px solid #FFF;
}

.navbar-nav li a:hover {
    border-bottom: 0px solid #000;
}

.active-nav-button {
    border-bottom: 0px solid #000;
}


.top-nav-collapse .navbar-nav li a {
    padding: 32px 0 0 0; 
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin: 28px 0 0 0;
    padding: 0;
    background: none;
    background-image: none;
    font-size: 1.2rem;
    font-weight: 600;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background: none;
}   

.navbar-default .navbar-toggle,
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-default {
    border: none;
    background: white;
    padding: 15px 0;
}

.container-970 {
    max-width: 940px;
    padding: 0 25px;
}

.container-800 {
    max-width: 770px;
    padding: 15px 25px;
}

.fluid-container {
    padding: 0 25px;
    /*-max-width: 1400px;-*/
}

.fluid-container.projects {
	padding: 0 25px;
    /*-max-width: 1400px;-*/
}

.sections {
    padding-top: 70px;
}

.sections#index {
    padding-top: 0;
	position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
	width: 100vw;
}

.sections#projects {
    padding-top: 10px;
}

.bar-cont {
	margin: 50px auto;
}

.filters a {
    font-size: 12px;
    margin: 0 8px 0 0;
    padding: 4px 10px 4px 10px;
}

.views-right a {
    margin-left: 10px;
}

.views-right a .inside {
    width: 30px;
    padding: 7px;
}

.views-right img {
    width: 100%;
}

.views-right a:hover {
    background: none;
}

.views-left a:hover,
.views-right a:hover {
    border: 1px solid #AAA;
}

.views-right a.active {
    border: 1px solid #222;
}

.tooltip-inner {
	background-color: #e6e6e6;
	border-radius: 0; 
	color: #000;
	text-align: left;
	max-width: 300px;
	padding: 5px;
}

.tooltip-inner img {
	display: inline-block;
}

.tooltip-inner .text {
	display: inline-block;
	padding: 8px 5px 5px 5px;
	font-size: 15px;
	line-height: 0.9;
	vertical-align: middle;
}

.tooltip.right {
	margin-left: -20px;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #e6e6e6; 
}

.tooltip.in {
	opacity: 1;
}

.sections h5.titles {
    margin-bottom: 30px;
}

.sections h5.titles:after {
    content: "";
    width: 22px;
    display: block;
    border-top: 1px solid #000;
    margin-top: 5px; 
}

/* INDEX */

/* SLIDESHOW HOME */

#slideshow-home.owl-theme .owl-controls {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 100px;
    text-align: right; 
    margin: 0; 
}

#slideshow-home.owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
    opacity: 1!important;
}

#slideshow-home.owl-theme .owl-controls .owl-page:hover span,
#slideshow-home.owl-theme .owl-controls .owl-page.active span {
    background: #FFF;
}

#slideshow-home.owl-theme .owl-controls .owl-pagination {
    bottom: 30px;
    position: fixed;
    right: 30px;
}

.bg-caption {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100px;
    text-align: right; 
    margin: 0; 
    background: url(../images/bg-caption.png);     
}

#slideshow-home .caption-wrap {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 220px;
    /*background: url(../images/bg-caption.png);*/
    z-index: 9999;
}

#slideshow-home .caption-wrap a {
    bottom: 30px;
    position: absolute;
}

#slideshow-home .caption-wrap h3 {
    font-size: 22px;
    margin-top: 25px;
}

#slideshow-home .caption-wrap h5 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 100px;
	font-weight: 300;
}

#slideshow-home .caption-wrap a:hover {
    text-decoration: none;
    color: #FFF;
}

/* VIEWS OF PROJECTS */


/* PROJECTS COLUMNS */
/* ----------------------------------------------------------------------- */


.projects-cols .project-thumb, .cols-sizer {
    width: 20%;
    padding: 0 14px 24px 14px;
}

.projects-cols a.project-thumb, a.project-thumb:hover {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

.projects-cols .project-thumb .title-wrap {
    padding: 4px 0 2px 0;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    margin-top: 8px;
}

.projects-cols .project-thumb .title {
    display: inline-block;
    padding-top: 2px;
    line-height: 1;
    font-size: 15px; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
}

.projects-cols .project-thumb .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: #f7f6f6;
}

.icon img {
    width: 35px;
}

/* PROJECTS LIST */
/* ----------------------------------------------------------------------- */

.projects-list {
    padding: 0;
    width: 100%;
    vertical-align: middle;    
}

.projects-list a > div {
    padding-top: 10px;
}

/* clear fix */
.projects-list:after {
  content: '';
  display: block;
  clear: both;
}

.projects-list .item {
    margin: 5px 0 0 0;
    border: 0;
    vertical-align: middle;
    width: 100%;
    clear: both;    
}

.projects-list .item > * {
    display: inline-block;
    padding: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    vertical-align: text-bottom; 
}

.projects-list .data.year {
    padding-right: 15px;
    width: 50px;
}

.projects-list .data.name h3,
.projects-list .data.city h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}

.projects-list h3 {
    font-size: 18px;
}
 
.projects-list .icon {
    padding: 0!important;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    background-color: #f7f6f6;
}

/* PROJECTS GRID */
/* ----------------------------------------------------------------------- */

.projects-grid .row {
    margin: 0 0 30px 0;
} 
.projects-grid .projects-cont {
    margin: 0;
    padding: 0;
}   

.projects-grid .icon {
    padding: 0 10px 10px 0;
    max-width: 70px;
}

.projects-grid .icon img {
    max-width: 100%;
    height: auto;
}

.projects-grid h3 {
    padding-top: 5px;
    font-size: 18px;
    margin-bottom: 15px;    
}

.projects-grid h3:after {
    content: "";
    width: 22px;
    display: block;
    border-top: 1px solid #000;
    margin-top: 5px; 
}

/* ONE PROJECT */
/* ----------------------------------------------------------------------- */


#projects.one-project .portada-cont {
    width: 100%;
    height: auto;
	margin-top: 100px;
    overflow: hidden;
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center center; 
    position: relative;   
}

#projects.one-project .content-down {
    display: block;
    width: 100%;
    position: relative;
}

#projects.one-project .portada-cont .caption-wrap {
    top: calc(50% - 50px);
    left: 0;
    width: auto;
    height: auto;
    /*background: url('../images/black25.png');*/
    z-index: 9;
    padding-top: 0px;
	padding-bottom: 10px;
}

#projects.one-project .content-down .main {
    padding-top: 50px;
}

#projects.one-project .data-cont {
    margin-bottom: 70px;
}

#projects.one-project .data-cont .col-right-cont {
    padding-left: 30px;
}

#projects.one-project .data-cont-no-margin {
    margin-bottom: 0px;
}


#projects.one-project .data-cont .titles {
    margin-bottom: 20px;
}

#projects.one-project .data-cont .titles:after {
    content: "";
    width: 22px;
    display: block;
    border-top: 1px solid #000;
    margin-top: 5px; 
}

#projects.one-project .data-cont .table td h5 {
    line-height: 1.5;
}

#projects.one-project .data-cont h3 {
    font-size: 18px;
    line-height: 1.3;
}

#projects.one-project #project_map {
    margin-bottom: 70px;
}

#projects.one-project .photos-cont {
    margin: 0 0 25px 0;
    display: block;
}

#projects.one-project .photo-txt-container {
    margin: 0 0 80px 0;
}


.intitle-title{
	float: left;
    width: 100%;
	padding-top: 10px;
    padding-bottom: 1px;
	font-family: 'Infra SemiBold';
	font-size: 3rem;
}

.intitle-year{
	background-color: black;
    display: inline;
    padding: 2px 10px;
    color: white;
    float: left;
}

.intitle-city{
	background-color: transparent;
    padding: 2px 10px;
    color: white;
    float: left;
}

.intitle-category{
	display: block;
    /* width: 100%; */
    float: left;
	color: white;
}

/* Landing */
.landing-title{
	float: left;
    width: 100%;
	padding-top: 10px;
    padding-bottom: 1px;
	font-family: 'Infra SemiBold';
	font-size: 3rem;
}
.landing-city{
	background-color: transparent;
    padding: 2px 10px;
    color: white;
    float: left;
}




/* Lightbox */

#lightgallery a img {
    max-width: 100%;
}

.imagelightbox {
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none;
}

/* STUDIO PAGE */
/* ----------------------------------------------------------------------- */   

#estudio.sections {
    padding: 130px 0 65px 0;
    display: -webkit-box;
}

#estudio.sections .intro-cont .col,
#estudio.sections .premios-cont .col {
    padding-left: 25px;
}

#estudio .institucional {
    margin: 30px 0;
    display: block;
}

#estudio .staff-cont {
    margin: 50px 0;
}

#estudio .staff-cont .pict-cont {
    margin: 0 0 25px 0;
	height: 120px;
}

#estudio .staff-cont .pict-cont img {
    border-radius: 50%;
    overflow: hidden;
	margin: 0 auto;
}

#estudio .staff-cont .pict-cont .names {
    display: block;
    margin-top: 12px;
    font-size: 11px;    
}

#estudio .staff-cont .partners,
#estudio .staff-cont .production {
    margin-bottom: 20px;
}

.blocks{
	float: left;
	width: 100%;
}

.clientes-cont .line{
    margin-bottom: 20px;
}

.clientes-cont .fig{
	width: 33.3333%;
}

/* CONTACT PAGE */
/* ----------------------------------------------------------------------- */   

#contact.sections {
    padding: 130px 0;
}


#contact.sections h4.titles {
    padding-top: 7px;
    margin-bottom: 30px;
}

#contact.sections h4:after {
    content: "";
    width: 22px;
    display: block;
    border-top: 1px solid #000;
    margin-top: 5px; 
}

#contact.sections .trabaja {
    margin-bottom: 25px;
}

#contact.sections .maps {
    margin: 50px 0;
}

#contact.sections .intro .col,
#contact.sections .trabaja .col,
#contact.sections .redes .col {
    padding-left: 25px;
}

#contact.sections .row:last-child {
    margin-bottom: 0;
}

#contact.sections .maps .data {
    margin: 25px 0 50px 0;
}

#contact.sections .maps .data h5 {
    line-height: 1.4;
}

#contact.sections h3 {
    font-size: 18px;
    line-height: 1.4;    
}

/* NEWS PAGE */
/* ----------------------------------------------------------------------- */   

#news.sections {
    padding: 120px 0 100px 0;
}

#news.sections .news-box {
	margin-bottom: 100px;
}

.news-box .content {
	padding: 0 0px;
	margin-top: 25px;
}

.news-box .pict ,
.news-box .date,
.news-box .title,
.news-box .text {
    margin-bottom: 10px;
}

.news-box .text p {
    font-size: 14px;
}


/* MEDIA QUERIES ///////////////////////////////////////////////////////// */


/* Desktop */

@media(max-width: 1199px) {
    .container {
        padding: 0 25px;
        width: auto;
    }
}

@media(min-width: 1200px) {
    .navbar-nav li a {
        margin: 0 25px;
    }
}

/* Tablet (iPad) */

@media(min-width:767px) {
    .top-nav-collapse {
        padding: 0;
    }
}

/* iPhones */

@media(min-width: 320px) and (max-width: 767px) {
    #contact.sections .intro .col, 
    #contact.sections .trabaja .col, 
    #contact.sections .redes .col,
    #estudio.sections .intro-cont .col, 
    #estudio.sections .premios-cont .col,
    .staff-cont .col-picts,
    #projects.one-project .data-cont .col-right-cont {
        padding-left: 0;
    } 
    #projects.one-project .portada-cont .caption-wrap {
        padding-top: 0px;        
    }      
    .navbar-nav li a {
        font-size: 16px;
        margin: 0 15px;
    }
    #slideshow-home .caption-wrap a {
        max-width: 80%;
        line-height: 1;
    }  
    .fluid-container {
        padding: 0 25px;
    }
    .fluid-container.projects {
        padding: 0;
    }  
    #contact.sections .row {
        margin-bottom: 40px;
    } 
    #contact.sections h3 {
        font-size: 14px;
        line-height: 1.3;
    }    
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 15px;
    }  
    .navbar-nav {
    	text-align: right;
        padding-bottom: 5px;
    }
    .navbar-nav li a {
	    font-size: 11px;
	    margin: 0 0 0 20px;
	    padding: 15px 0 0 0;
	}  
    .projects-cols .project-thumb, .cols-sizer {
        width: 50%;
        padding: 0 14px;
        margin-bottom: 20px;
    }
    .maps .col-left {
    	padding-right: 0;
    }
    .maps .col-right {
    	padding-left: 0;
    }  
    .navbar-brand {
	    width: 100px;
	    height: auto;
	    padding: 5px 0 0;
	} 
	h1 {
        font-size: 17px;
        line-height: 1.2;
	}
	h3 {
		font-size: 13px;
    	line-height: 1.5;
	}
	h5 {
		font-size: 11px;
	}
	
	#projects.one-project .portada-cont {
		margin-top: 80px;
	}

	#projects.one-project .data-cont .table h3 {
		font-size: 14px;
	} 
	#projects.one-project .data-cont h3 {
		font-size: 15px;		
    	line-height: 1.2;
	} 
	#projects.one-project .data-cont {
		margin-bottom: 25px;
	} 
	#projects.one-project #project_map {
		margin-bottom: 20px;
	} 
	#projects.one-project .photo-txt-container {
		margin-bottom: 40px;
	}
	#projects.one-project .photos-cont {
		margin: 0 0 15px 0;
	}
    #slideshow-home .caption-wrap h3 {
        font-size: 19px;
    } 
    #slideshow-home .caption-wrap h5 {
        font-size: 15px;
    } 
    .filters a {
    	font-size: 11px;
	    margin: 8px 8px 0 0;
	    padding: 0 7px 0 0;
	    border: none!important;
	    color: #8e8e8e;
    }  
    .views-left a:hover, .views-left a.active, .views-right a:hover, .views-right a.active {
    	color: #000;
    }
    .views-right a .inside {
	    width: 26px;
	    padding: 7px;
	} 
	.projects-cols .project-thumb .title {
		font-size: 13px;
		line-height: 1.2;
	}
	.bar-cont {
		margin-top: 0;
	}	
    .news-box .text p {
        font-size: 11px;
    }
}


@media(min-width: 768px) and (max-width: 1199px) {
    .projects-cols .project-thumb, .cols-sizer {
        width: 25%;
        padding: 0 14px;
        margin-bottom: 20px;
    }
    .projects-cols .project-thumb .title {
        width: 73%;
    } 
    #contact.sections .intro .col, 
    #contact.sections .trabaja .col, 
    #contact.sections .redes .col,
    #estudio.sections .intro-cont .col, 
    #estudio.sections .premios-cont .col {
        padding-left: 30px;
    }        
}

@media(max-width: 991px) {
    #projects.one-project .data-cont .col-left {
        padding-right: 0;
    }
    #projects.one-project .data-cont .col-right {
        margin-top: -21px;
    }
}

@media(max-width: 1199px) {
    .tooltip {
        display: none!important;
    }    
}


/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.about-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}

.services-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}