/* *, body {
	color: #ff3d00;
} */
html {
    font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
  }
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
h5.mono {
	font-size: 1.64rem;
	font-weight: 500;
}
h6 {
	font-size: 1.2rem;
    line-height: 140%;
}
a {
	text-decoration: none;
    font-weight: 500;
    color: #ff3d00;
}
a:hover {
	text-decoration: none;
}
.sub {
    font-size: 16px;
}
hr {
	border-color: #ff3d00;
    border-style: solid;
}
.container {
	width: 94%;
    max-width: unset;
}
header {
	position: fixed;
	z-index: 999;
}
header#soon {
	height: 100vh;
}
#menu-principal{
	display: flex;
    justify-content: space-between;
}
.underline {
	text-decoration: underline;
}
.fullwidth {
	width: 100%;
	display: inline-block;
}
.flex {
    display: flex;
    flex-wrap: nowrap;
}
.rotate {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	position: absolute;
	top: 50%;
	right: -30px;
}
.bold, strong, b {
	font-weight: 500;
}
.mono {
	font-family: 'DM Mono', monospace;
	font-size: 13px;
	font-weight: 300;
}
.chip {
	border: 1px solid #ff3d00;
}
.share {
	margin-top: 40px;
}
.btn {
	border: 2px solid #ff3d00;
    border-radius: 15px;
    box-shadow: none;
    height: 30px;
    line-height: 29px;
    background-color: white;
    color: #ff3d00;
}
.btn:hover {
	background-color: #ff3d00;
	color: white;
}
#soon #slide.cycle-slideshow  {
	height: 100vh;
	position: absolute;
}
#soon #menu {
	bottom: auto;
	top: 20px;
}
#slide.cycle-slideshow {
	height: 100vh; 
	position: relative;
	overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    background-color: black;
}
.cycle-controls {
    z-index: 9999;
    position: absolute;
    font-size: 36px;
    bottom: 20px;
    cursor: pointer;
}
.cycle-slideshow .cycle-item {
	width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.cycle-slideshow .cycle-item img {
    opacity: 0.6 !important;
}
.cycle-item .caption {
    position: absolute;
    z-index: 99;
    bottom: 20px;
}
input[type=text], input[type=email] {
	border-bottom: 1px solid #ff3d00;
	color: #ff3d00
}
textarea {
	border-color: #ff3d00;
	height: 150px;
}
#menu {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
#menu .flex {
    justify-content: space-between;
}
#menu a {
    font-size: 1.2em;
    color: white;
    align-items: stretch;
	text-transform: capitalize;
	border: 2px solid;
	border-radius: 20px;
	height: 41px;
	line-height: 2em !important;
	padding: 0 20px;
	text-decoration: none;
	border-color: transparent;
}
#menu a:hover, a.filter-button.activo, a.filter-button:hover {
	border-color: inherit !important;
	color: #ff3d00;
	
}
#menu.pin-top {
	top: auto !important;
}
a.filter-button {
	height: 45px;
}
.pinned {
	background-color: white;
	/* -webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear; */
	bottom: auto !important;
}
.tabla-on{
	display: flex;
	padding-top: 60px;
}
.tabla-off{
	display: inherit;
	padding-top: inherit;
}
.header-interior {
	height: 50px;
}
.header-interior #menu a, .pinned a, label {
    color: #ff3d00 !important;
}
.header-interior #menu a:hover {
    font-weight: bold;
    color: #ff3d00;
}
#menu a:hover {
    color: #ff3d00;
}
figure {
    margin: 1.5em 0;
}
.wp-block-image img {
	height: auto;
}
.wp-block-image figcaption {
	margin-top: 0;
    margin-bottom: 1em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'DM Mono', monospace;
}
h2.item {

}

h2.item a span.img-hover { 
	position:absolute; 
	display:none; 
	z-index:-1;
	left:50%;
	top:30%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

h2.item a:hover span.img-hover { 
  display:block;
}
#head-tabla {
	padding-bottom: 0;
}
#content-tabla ul.collapsible {
	min-height: 100vh;
}
.table-title .col {
	position: relative;
}
.table-title .col.active:before {
    opacity: 1;
}
.table-title .col:before {
	content: "↓";
    position: absolute;
    left: -0.4em;
    top: 0px;
    opacity: 0.25;
    transition: opacity 250ms ease 0s;
}
ul.collapsible:not(.browser-default) {
	padding-left: initial;
}
ul.collapsible:not(.browser-default) li {
	list-style-type: none;
}
ul:not(.browser-default) {
	padding-left: revert;
}
ul:not(.browser-default) li {
	list-style-type: disc;
}

ul.collapsible {
	border-top: 0;
    border-bottom: 2px solid #ff3d00;
    border-right: none;
    border-left: none;
    box-shadow: none;
}
ul.collapsible li.active .collapsible-header {
	border-bottom: 0;
}
ul.collapsible li {
	transition: all 0.5s ease;
}
ul.collapsible li.loading {
	opacity: 0;
}
ul.collapsible .loading-txt {
	text-align: center;
	padding-top: 100px;
	transition: all 0.5s ease;
	width: 100%;
}
.loader {
  width: 48px;
  height: 48px;
  border: 3px solid #ff3d00;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';  
  position: absolute;
  box-sizing: border-box;
  left: 20px;
  top: 31px;
  border: 10px solid transparent;
  border-right-color: #ff3d00;
  transform: rotate(-40deg);
}

@keyframes rotation {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
} 
.collapsible-header {
	line-height: normal;
	overflow: auto;
    padding: 5px 0;
    border-bottom: 1px solid #ff3d00;
}
.collapsible-body {
    border-bottom: 1px solid #ff3d00;
	overflow: auto;
	padding: 2rem 0;
}
.collapsible-body p:first-child {
	margin-top: 0 !important;
}

#index h4 {
	margin-left: 60px;
	line-height: 42px !important;
	margin-top: -60px;
	
}
img {
	max-width: 100%;
}
.nav a {
	color: black !important;
	text-transform: lowercase;
}

.nav h1, .nav h3, #index h2 {
	display: inline;
    width: auto;
    margin: 5px 20px 5px 0;
}
.nav h1 a:hover {
	color: #ff3d00 !important;
}
#index h2 a:hover, .nav h3 a:hover {
	color: black !important;
}
.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-proyectos h5 {
	margin: 0px 0 40px 0;
}

#single-proyecto .title {
	    margin-bottom: 30px;
}
#single-proyecto .ficha {
	padding-top: 20px;
    padding-bottom: 70px;
}
#single-proyecto h5, #page-contacto h5 {
	line-height: 135%;
}
.video-container {
	margin-bottom: 20px;
}
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: 600px) {
    html {
        font-size: 14px;
    }
    h1 {
        font-size: 3.6rem;
    }
	h2 {
		font-size: 2.56rem;
	}
	header {
	    background: black;
	    height: 80px;
	}
	.cycle-item .caption {
	    position: unset;
	    padding-top: 100px;
	}
	.cycle-slideshow .cycle-item {
	    overflow-y: auto;
	    scrollbar-color: white transparent;
	}
	.page-footer {
	    padding: 0;
	}
	#single-proyecto .title, .contacto .title {
		margin-top: 30px;
	}
	#menu .flex {       
		flex-wrap: wrap;
		flex-direction: column;
	}
	#menu.pinned {
		
	}
	#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;
	}
	
}
