@font-face {font-family: 'Sailec-Medium';src: url('../fonts/312BAD_1_0.eot');src: url('../fonts/312BAD_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/312BAD_1_0.woff2') format('woff2'),url('../fonts/312BAD_1_0.woff') format('woff'),url('../fonts/312BAD_1_0.ttf') format('truetype');}
@font-face {font-family: 'Sailec-Bold';src: url('../fonts/312BAD_0_0.eot');src: url('../fonts/312BAD_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/312BAD_0_0.woff2') format('woff2'),url('../fonts/312BAD_0_0.woff') format('woff'),url('../fonts/312BAD_0_0.ttf') format('truetype');}

body {
	margin: 0;
	font-size: 17px;
}

html {
    font-family: 'Sailec-Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  
a {
	color: #212121 !important;
}
a:hover {
	text-decoration: underline;
}
.bajas {
	text-transform: lowercase;
}
.pinned {
	z-index: 999;
}
.valign-wrapper {
    flex-wrap: wrap;
    display: flex !important;
}
.bold {
	font-family: 'Sailec-Bold';
	font-weight: normal;
}
.fullscreen {
	width: 100vw;
	height: 100vh;
}
.pad0 {
	padding: 0 !important;
}
.container {
	width: 90%;
}
.section {
	/* padding: 100px 0; */
}
#intro.section {
	padding: 0;
	height: 95vh !important;
}
#section-nav {
	position: fixed;
	bottom: 5vh;
	left: 10px;
	z-index: 9999;
	cursor: pointer;
}
#isos {
    width: 100vw;
    height: 95vh;
    position:absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 5;
}
#logo {
	bottom: 30px;
	width: 100%;
}
#logo img {
	width: auto;
	height: 100%;
}
.home #logo-container {
    display: none;
	line-height: 70px !important;
}

#logo-container img {
    margin-top: 10px;
	width: 7vw;
}
#contenido {
    position: absolute;
    width: 100%;
    height: 95vh;
    z-index: 1;
}
/* .forma {
    position: absolute;
    cursor: pointer;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
}
.forma:hover {
	-webkit-animation-play-state: paused !important;
    -moz-animation-play-state: paused !important;
    -o-animation-play-state: paused !important;
    animation-play-state: paused !important;
}
.forma img {
	-webkit-animation:spin 40s linear infinite;
    -moz-animation:spin 40s linear infinite;
    animation:spin 40s linear infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
}
.forma:hover img {
	-webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.forma img:hover {
	-webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } } */

#fotos, #fotos .sustentabilidad, #fotos .cultura, #fotos .colectividad, #fotos .inclusion {
	width: 100%;
	height: 95vh;
	position: absolute;
}
#fotos .sustentabilidad, #fotos .cultura, #fotos .colectividad, #fotos .inclusion {
	display: none;
}
#fotos .foto {
	background-position: center center;
	background-size: cover;
	position: absolute;
	/* -webkit-filter: grayscale(1);
    filter: grayscale(1); */
    width: 100%;
    height: 100%;
}
#fotos .concepto {
	position: absolute;
	z-index: 2;
	width: 40vw;
    top: 10vh;
    right: 20px;
    text-align: right;
}
.texto {
    margin: 30px auto;
}

#home-nosotros {
	/* padding: 150px 0; */
}
#home-obras {
	padding: 0;
}
.slide-text, .slide-img {
	height: 100vh;
}
home-hitos .imagen {
	padding-top: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
}
.underline {
	text-decoration: underline;
}
.beige {
	/* background: #ebe4d8; */
	background: #eae5e5;
}
.beige-txt {
	/* color: #ebe4d8; */
	color: #eae5e5;
}
.rosa {
	/* background: #fd899c; */
	background: #fdb4c1;
}
.rosa-txt, #fotos .sustentabilidad .concepto {
	/* color: #fd899c; */
	color: #fdb4c1 !important;
}
.celeste {
	background: #007bdb;
}
.celeste-txt {
	color: #007bdb !important;
}
.naranjo {
	background: #fc5f40;
}
.naranjo-txt, #fotos .inclusion .concepto {
	color: #fc5f40 !important;
}
.azulino {
	background: #1262e9;
}
.azulino-txt, #fotos .colectividad .concepto {
	color: #1262e9 !important;
}
.amarillo {
	background: #f9c032;
}
.amarillo-txt, #fotos .cultura .concepto {
	color: #f9c032 !important;
}



h1 {
	font-size: 72px;
}
h2 {
	font-size: 60px;
}
h3 {
	font-size: 48px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 24px;
}
h3 {
	line-height: 120% !important;
	margin: 0;
}
h4 {
	line-height: 140% !important;
}
img {
	max-width: 100%;
}
.miniatura img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
} 
nav {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	line-height: 18px !important;
}
nav a {
	line-height: 40px !important;
}
nav ul a {
	font-size: 15px;
	text-transform: lowercase;
	transition: all 0.2s ease-in;
}
nav ul a:hover  {
	border-top: 4px solid;
	border-right: 4px solid;
	background: inherit;
}

.nosotros nav ul a, .contacto nav ul a {
	color: white;
}
#page-nosotros p, page-contacto p {
	font-size: 18px;
	left: 50px;
    position: relative;
    width: 110%;
}
#page-contacto p {
	left: 0;
    width: 90%;
}
#page-nosotros .txt {
	z-index: 99999;
    position: relative;
}
#page-obras h5 {
	margin: 0px 0 40px 0;
}

#single-proyecto .title {
	    margin-bottom: 30px;
}
#single-proyecto .ficha {
	padding-top: 120px;
    padding-bottom: 50px;
}
#single-proyecto p {
	font-size: 18px;
}
#single-proyecto h5, #page-contacto h5 {
	line-height: 135%;
}
.arrow-nav-wrapper {
	padding: 0;
	width: 3rem;
}
.arrow-nav-wrapper .nav-arrows {
	height: 100%;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.arrow-nav-wrapper .nav-up, .arrow-nav-wrapper .nav-down {
	width: 3rem;
	height: 50%;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.slider-container .slide {
	position: absolute;
	width: calc(100% - 2.6em);
}
a.hovericon {
	margin-right: 20px;
}
.gallery-item {
	height: 270px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    background: black;
}
.gallery-item img {
	position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
}
.materialboxed.active {
	bottom: auto;
	right: auto;
}
.upper {
	text-transform: uppercase;
	letter-spacing: 2px;
}
#index-banner {
	margin-top: 36px;
    height: 480px;
    padding-top: 0;    
}
.carousel.carousel-slider {
    height: 380px !important;
}
#index-banner .container {
	width: 60%;
}
.bajada {
	font-size: 21px;
}
.carousel.carousel-slider .carousel-item, .carousel-item .container {
	height: auto;
}

.carousel.carousel-slider .carousel-item img {
	width: 100%;
	height: auto;
}

#home-news .container, #home-specialties {
	padding: 60px 0;
}
#home-news h5 {
	font-size: 20px;
}
#home-news {
	padding: 0;
}
.equipo {
	margin-bottom: 100px;
}
.equipo:nth-child(even) {
	float: right;
}
.equipo:nth-child(odd) {
	float: left;
}
.equipo img {
	/* -webkit-filter: grayscale(1);
    filter: grayscale(1); */
}
.equipo img:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.txt-area {
	min-height: 120px !important;
}
a.mail {
	text-decoration: underline !important;
}

@media only screen and (max-width: 480px) {
	#index img, #index h4 {
		margin: 0;
	}
	#page-nosotros p, #page-contacto p {
		left: auto;
		width: 100%;
	}
	#page-nosotros img {
	    margin-top: 50px;
	}
	.carousel.carousel-slider .carousel-item {
		display: inline-block;
	}
	.carousel.carousel-slider {
		height: 280px !important;
	}
	#single-proyecto .ficha {
		padding-top: 0;
	}
	iframe {
		width: 100%;
	}
}

@media only screen and (max-width: 900px) {
	#nav-mobile {
		color: white;
	}
	nav.white-text a, #nav-mobile.white-text a  {
		color: white !important;
	}
	
}
