/*
	UNIVERSAL BOX-SIZING
	*/

	html {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	*, *:before, *:after {
		-webkit-box-sizing: inherit;
		box-sizing: inherit;
	}



/*
	UNIVERSAL
	*/

	html {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		overflow-x: hidden;
	}

	body {
		height: auto;
		overflow-x: hidden;
	}

	::-moz-selection      { background: #101820; color: #fff;}

	::selection      { background: #101820; color: #fff;}
	::-moz-selection { background: #101820; color: #fff;}

	iframe {
		border-image-source: initial;
		border-image-slice: initial;
		border-image-width: initial;
		border-image-outset: initial;
		border-image-repeat: initial;
		border: 0px inset;
	}



/*
	VARIOS
	*/

	.submenu { padding-left: 0 }
	.submenu li a { padding-left: 40px }
	.site-header { border-right: none; }
	.social-icons li:hover { font-size: 1em; }

	.scroll-line {
		height: 8px;
		margin-bottom: -2px;
		background: #f18a00;
		width: 0%;
		position: fixed;
		bottom: 0;
		z-index: 100;
	}

	.mostrar767 {
		visibility: hidden;
		display: none;
	}
	@media screen and (max-width: 767px) {
		.mostrar767 {
			visibility: visible;
			display: initial;
		}
	}

	.ocultar767 {
		visibility: visible;
		display: initial;
	}
	@media screen and (max-width: 767px) {
		.ocultar767 {
			visibility: hidden;
			display: none;
		}
	}

	.mostrar1200 {
		visibility: hidden;
		display: none;
	}
	@media screen and (max-width: 1200px) {
		.mostrar1200 {
			visibility: visible;
			display: initial;
		}
	}

	.ocultar1200 {
		visibility: visible;
		display: initial;
	}
	@media screen and (max-width: 1200px) {
		.ocultar1200 {
			visibility: hidden;
			display: none;
		}
	}



/*
	HACKS
	*/

	.row.no-gutter [class*='col-'] {
		padding-right: 0;
		padding-left: 0;
	}

	.padding-bottom {
		padding-bottom: 140px !important;
	}

	.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
		-ms-touch-action: auto;
		touch-action: auto;
	}

	/* prev next */
	.owl-carousel .owl-nav {
		margin: 0;
		display: inline-block;
		position: absolute;
		bottom: 0;
		right: 0;
	}

/*@media screen and (max-width: 1340px) {
	.owl-carousel .owl-nav {
		right: -10px;
	}
}
@media screen and (max-width: 1265px) {
	.owl-carousel .owl-nav {
	    right: 40px;
    	bottom: 101px;
	}
}
@media screen and (max-width: 990px) {
	.owl-carousel .owl-nav {
		bottom: -25px;
	}
	}*/

	.family-wrapper .owl-carousel .owl-nav {
		right: 0;
		bottom: 0;
	}


	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		padding: 0;
		margin: 0;
		
		width: 50px;
		height: 50px;
		
		background: #101820;
		
		border-radius: 0;
	}

	.owl-carousel .owl-nav button {
		outline: none;
		-webkit-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
	}
	.owl-theme .owl-nav [class*=owl-]:hover {
		background: #444;
	}

	.owl-carousel .owl-nav button img {
		width: 8px;
		position: relative;
		bottom: 1px;
	}



/*
	SAHECO WRAPPER
	*/

	.saheco-wrapper {
		padding-left: 100px;
	}

	.saheco-wrapper--home {
		margin-top: 100vh;
		background-color: #fff;
		position: relative;
		z-index: 30
	}

	@media screen and (max-width: 991px) {
		.saheco-wrapper {
			padding-left: 0;
		}

		.saheco-wrapper--home {
			margin-top: 0;
		}
	}

/*
	SECTIONS
	*/

	[class*="bg--"] {
		padding: 70px 0;
	}

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

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

	.bg--lines {
		background-color: rgb(255,255,255);
		background-image: -o-linear-gradient( left, rgba(0,0,0,.06) 0, rgba(0,0,0,.06) 1px, transparent 1px, transparent 100% );
		background-image: linear-gradient( to right, rgba(0,0,0,.06) 0, rgba(0,0,0,.06) 1px, transparent 1px, transparent 100% );
		background-size: 8.33333%;
		-webkit-transition: all 600ms;
		-o-transition: all 600ms;
		transition: all 600ms;
	}

	@media screen and (max-width: 970px) {
		.bg--lines { background-size: 16.66667% }
	}
	@media screen and (max-width: 420px) {
		.bg--lines { background-size: 25% }
	}


	.bg--pattern {
		background-image: url('../images/pattern_line.png');
		background-repeat: repeat;
	}

	.bg--cta {
		padding-top: 100px;
		padding-bottom: 100px;
		background-image: url('../images/bg-render.jpg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-attachment: fixed;
	}



/*
	TEXT
*/

h1 {
	margin: 0;
	font: 200 75px/.9 "Assistant", sans-serif;
	color: #101820;
}

h2 {
	margin: 0;
	font: 200 58px/.9 "Assistant", sans-serif;
	color: #101820;
}

h2::after {
	content: '—';
	display: block;
	margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
	h2 { font-size: 45px }
}

h3 {
	margin: 0 0 40px;
	padding: 0;
	
	font: 200 40px/.9 "Assistant", sans-serif;
	color: #101820;

	position: relative;
	z-index: 90;
}

@media screen and (max-width: 1200px) {
	h3 {
		font-size: 40px;
	}
}

@media screen and (max-width: 750px) {
	h3 {
		margin-bottom: 50px;
		font-size: 30px;
	}
}


h4 {
	margin: 0 0 10px;
	padding: 0;

	font: 700 20px/1.1 "Assistant", sans-serif;
	color: #101820;
}

h3 + h4 {
	margin-top: -40px;
	margin-bottom: 100px;
	font-weight: 400;
}

h5 {
	font: 700 17px/1.1 "Assistant", sans-serif;
	color: #fff;
	opacity: .4;

	margin: 0 0 10px;
}

h5 span {
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
}

.title-wrapper {
	min-width: 370px;

	position: absolute;
	top: 40px;
	left: 40px;
	
	z-index: 40;
}

@media screen and (max-width: 1200px) {
	.title-wrapper {
		width: 100%;

		position: relative;
		top: 0;
		left: 0;
	}
}


p {
	font: 400 18px/1.4 "Assistant", sans-serif;
	color: #101820;
}

a.square {
	font: 400 15px/1 "Assistant", sans-serif;
	color: rgba(255,255,255,1);
	display: inline-block;
	padding: 18px 30px;
	background-color: #101820;
	text-decoration: none;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
	a.square:hover {
		color: rgba(255,255,255,.7);
	}

button.boton {
	background-color: #101820;
	
	min-width: 150px;
	padding: 18px 30px;
	
	font: 400 15px/1.1 "Assistant", sans-serif;
	text-align: center;
	color: rgba(255,255,255,1);
	text-decoration: none;
	
	border: none;
	outline: 0;
	border-radius: 0;
	
	-webkit-transition: all 300ms;
	
	-o-transition: all 300ms;
	
	transition: all 300ms;	
}
	button.boton:hover {
		background-color: #101820;
		color: rgba(255,255,255,.7);
	}



/*
	EFECTOS
	*/

	.scale-img-wrap {
		overflow: hidden;
	}
	.scale-img-wrap img {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	}
	.scale-img-wrap img:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	}



/*
	IDIDOMA
	*/

	#language {
		width: 100%;
		padding: 30px;
		text-align: center;
		position: static;
		/*bottom: 0;*/
	}

	#language > a {
		display: inline-block;
		
		width: 30px;
		height: 30px;

		-webkit-transition: all 300ms ease-out;

		-o-transition: all 300ms ease-out;

		transition: all 300ms ease-out;
		-webkit-animation: fadeInAndUpBig 1.5s forwards;
		        animation: fadeInAndUpBig 1.5s forwards;
		
		background-image: url("../images/language.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 30px 30px;
	}

	#language ul.language__idiomas {
		margin: 0;
		padding: 0;

		opacity: 0;
	}

	#language ul.language__idiomas li { 
		list-style-type: none;
		padding: 3px 6px;
	}
	.site-header:not(.closed) #language ul.language__idiomas li {
		display: inline-block;
	}

	#language ul.language__idiomas li a {
		font: 100 13px/1 "Assistant", sans-serif;
		color: #101820;
		text-decoration: none;
	}
	#language ul.language__idiomas li a:hover {
		font-weight: 400;
	}
	/*@media screen and (max-height: 700px) {
		.site-header:not(.closed) #language {
			position: static;
		}
	}*/

/*
	BREADCRUMBS
	*/

	.breadcrumb {
		width: 100%;
		margin: 0;
		padding: 10px;
		padding-left: 240px;

		font: 400 14px/1 "Assistant", sans-serif;
		color: #101820;
		background-color: rgba(0,0,0,.07);
	}

	.breadcrumb a {
		color: #101820;
		text-decoration: none;
		-webkit-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
	}

	.breadcrumb a:hover {
		opacity: .6;
	}

	@media screen and (max-width: 991px) {
		.breadcrumb {
			display: none;
		}
	}


/*
	TOOL BAR
	*/

	#toolbar {
		width: 50px;
		height: 150px;
		
		position: fixed;
		right: 0;
		top: 50%;
		margin-top: -75px;

		z-index: 200;
	}

	#toolbar ul {
		padding: 0;
		margin: 0;
		-webkit-animation: fadeInAndUpBig 1.5s forwards;
		        animation: fadeInAndUpBig 1.5s forwards;
	}

	#toolbar ul li {
		list-style-type: none;
		text-align: center;
	}

	#toolbar ul:hover li a i {
		opacity: .2;
	}

	#toolbar ul li a {
		/*margin-bottom: 1px;*/

		background: #101820;

		font: 400 18px/50px "Assistant", sans-serif;
		color: #fff;
		text-decoration: none;

		display: inline-block;
		width: 50px;
		height: 50px;

		position: relative;
		-webkit-transition: all 350ms ease-out;
		-o-transition: all 350ms ease-out;
		transition: all 350ms ease-out;
	}

	#toolbar ul li a:hover {
		-webkit-transform: translateX(-150px);
		    -ms-transform: translateX(-150px);
		        transform: translateX(-150px);
	}

	#toolbar ul li a i {
		line-height: 50px;

		display: inline-block;
		width: 18px;
		height: 18px;

		position: relative;
		top: 4px;
		
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#toolbar ul li a i.toolbar--donde    { background-image: url(../images/svg/toolbar--donde.svg); }
	#toolbar ul li a i.toolbar--producto { background-image: url(../images/svg/toolbar--producto.svg); }
	#toolbar ul li a i.toolbar--contacto { background-image: url(../images/svg/toolbar--contacto.svg); }

	#toolbar ul li a i {
		-webkit-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
	}
	#toolbar ul li a:hover i {
		opacity: 1;
	}

	#toolbar ul li a span {
		font-size: 13px;
		line-height: 50px;
		color: #101820;

		width: 150px;
		height: 50px;

		background: #fff;

		position: absolute;
		top: 0;
		right: -150px;

		-webkit-box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.1);

		        box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.1);
	}

	@media screen and (max-width: 991px) {
		#toolbar { display: none; }
	}



/*
	MMENU
	*/

	/* oculta el mmenu hasta la carga del js */
	#menu-sm:not( .mm-menu ) {
		display: none;
	}

	.header-sm {
		background: #101820;
		text-align: center;

		width: 100%;
		height: 50px;
		padding: 0 50px;

		/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/

		position: fixed;
		top: 0;
		left: 0;
		z-index: 900
	}

	.header-sm img.logo {
		padding: 12px;
		width: 122px;
	}

	.header-sm a {
		display: block;
		width: 40px;
		height: 40px;
		padding: 19px 10px;
		position: absolute;
		top: 0;
		left: 6px;
	}

	.header-sm a:before,
	.header-sm a:after {
		content: '';
		display: block;
		background: #fff;
		height: 1px;
	}

	.header-sm a span {
		background: #fff;
		display: block;
		height: 1px;
		margin: 5px 0;
	}

	@media screen and (min-width: 991px) {
		.header-sm { display: none; }
	}

	/* custom mmenu styles */
	.mm-menu_theme-white .mm-iconbar, .mm-menu_theme-white .mm-iconbar a {
		color: #101820;
		font-size: 16px;
	}

	.mm-btn_next:after, .mm-btn_prev:before {
		width: 5px;
		height: 5px;
	}

	.mm-menu_iconbar-40 .mm-iconbar { width: 50px }
	.mm-menu_iconbar-40 .mm-navbars_bottom, .mm-menu_iconbar-40 .mm-navbars_top, .mm-menu_iconbar-40 .mm-panels { left: 50px }

	#menu-sm {
		font-family: "Assistant", sans-serif;
	}

	#menu-sm ul li:last-child img {
		width: 13px;
		margin-right: 6px;
	}

	.mm-navbar {
		line-height: 30px;
		height: 50px;
	}

	.mm-btn {
		width: 50px;
		height: 50px;
	}

	.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
		margin-top: -10px;
	}

	.mm-listview { line-height: 30px }

	.mm-iconbar__bottom { bottom: 3px }
	.mm-iconbar__top { top: 3px }

	.mm-iconbar__bottom a {
		display: inline-block;
		width: 100%;
	}

	.mm-iconbar__bottom i {
		display: inline-block;
		width: 18px;
		height: 18px;

		position: relative;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.mm-iconbar__bottom i.toolbar--donde    { background-image: url(../images/svg/toolbar--donde--bk.svg); }
	.mm-iconbar__bottom i.toolbar--producto { background-image: url(../images/svg/toolbar--producto--bk.svg); }
	.mm-iconbar__bottom i.toolbar--contacto { background-image: url(../images/svg/toolbar--contacto--bk.svg); }


/*
	HOMEPAGE SLIDER
	*/

	.homepage-slider {
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0; left: 0;
	}

	@media screen and (max-width: 991px) {
		.homepage-slider {
			position: static;
		}
	}

	.homepage-slider__content {
		/*padding-left: 100px;*/
		width: 100vw;
		height: 100vh;
		position: relative;
	}

	.homepage-slider__img {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;

		width: 100%;
		height: 100%;
	}

	.homepage-slider__img--1 { /*background-image: url('../images/fotoSlider-1.jpg');*/ }
	.homepage-slider__img--2 { /*background-image: url('../images/fotoSlider-2.jpg');*/ }
	.homepage-slider__img--3 { /*background-image: url('../images/fotoSlider-3.jpg');*/ }

	.homepage-slider__txt {
		background-color: #fff;
		padding: 50px 70px;

		max-width: 580px;
		
		position: absolute;
		bottom: 80px;
		left: 320px;
	}

	.homepage-slider__txt a {
		position: absolute;
		right: -20px;
		bottom: 25px;
	}

	@media screen and (max-width: 991px) {
		.homepage-slider__txt {
			left: 0;
			padding: 30px 40px;
		}
	}

	@media screen and (max-width: 580px) {
		.homepage-slider__txt a {
			bottom: -25px;
			right: 20px;
		}
	}



/*
	NOVEDADES
	*/

	.novedad {
		display: inline-block;
		position: relative;
		margin-bottom: 20px;
	}

	.novedad__overlay {
		width: 100%;
		height: 100%;

		opacity: 0;
		
		position: absolute;
		bottom: 0;
		left: 0;

		-webkit-transition: all 350ms;

		-o-transition: all 350ms;

		transition: all 350ms;
	}

	.novedad__overlay--glass  { background-color: #337cbb; }
	.novedad__overlay--timber { background-color: #9e1a32; }
	.novedad__overlay--inox   { background-color: #757575; }

	.novedad:hover .novedad__overlay {
		opacity: .6
	}



/*
	NOTICIAS
	*/

	.noticia {
		background: #fff;
		border-bottom: 2px solid #F18A00;

		margin-bottom: 30px;
	}

	.noticia__txt {
		padding: 20px;
		position: relative;
		overflow: hidden;
		background-color: #f7f7f7;
	}

	.noticia__txt__date {
		font: 13px/1.2 "Assistant", sans-serif;
		color: #939393;
		margin-bottom: 10px;
		display: block;
		text-transform: uppercase;
	}

	.noticia__txt__main h4 {
		margin-bottom: 15px;
	}

	.noticia__txt__main a {
		font-size: 25px;
		line-height: 1.05;
		text-decoration: none;
		color: inherit;
		-webkit-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
	}
	.noticia__txt__main a:hover { opacity: .7; }

	.noticia__txt__main p {
		font: 16px/1.3 "Assistant", sans-serif;
		color: #101820;
	}

	a.noticia__txt__btn {
		display: block;
		width: 100%;
		height: 50px;

		position: absolute;
		bottom: 0;
		left: 0; right: 0;

		background-color: #F18A00;

		text-align: center;
		color: #fff;
		font: 400 15px/50px "Assistant", sans-serif;
		text-decoration: none;

		-webkit-transition: all 350ms;

		-o-transition: all 350ms;

		transition: all 350ms;
		-webkit-transform: translateY(50px);
		    -ms-transform: translateY(50px);
		        transform: translateY(50px);
	}

	a.noticia__txt__btn:hover {
		color: rgba(255,255,255,.7);
	}

	.noticia__txt:hover a.noticia__txt__btn {
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}

	.col-xs-12 h1#news_title {
		text-transform: none;
		font-size: 70px; 
	}

	@media screen and (max-width: 1200px) {
		.col-xs-12 h1#news_title {
			font-size: 60px;
		}
	}

/*
	CTA SUBSCRIBE
	*/

	.cta-subscribe h3 {
		margin-bottom: 0;
	}



/*
	FORMULARIO
	*/

	#formulario {
		max-width: 80rem;
		margin: .8em auto 0;
		position: relative;
	}

	input {
		width: 100%;
		background-color: #FFFFFF;
		margin: 0;
		padding: 20px;
		font: 23px/1 'Assistant', sans-serif;
		color: #101820;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
	}

	input#aceptoterminos, input#aceptocomercial {
		width: auto;
	}

	input:focus {
		-webkit-box-shadow: inset 5px 0 0 0 #101820;
		        box-shadow: inset 5px 0 0 0 #101820;
	}

	::-webkit-input-placeholder { opacity: .3; }
	:-ms-input-placeholder { opacity: .3; }
	::-moz-placeholder { opacity: .3; }
	::-ms-input-placeholder { opacity: .3; }
	::placeholder { opacity: .3; }

	input[type=submit] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;

		cursor: pointer;

		text-align: center;
		text-decoration: none;
		font: 400 15px/1 "Assistant", sans-serif;
		color: rgba(255,255,255,1);
		
		padding: 28px 30px;
		
		background-color: #101820;
		
		display: inline-block;
		width: 160px;

		/*position: absolute;*/
		right: 20px;
		bottom: -25px;

		-webkit-transition: all 300ms;

		-o-transition: all 300ms;

		transition: all 300ms;
	}

	@media screen and (max-width: 990px) {
		input[type=submit] {
			width: 100%;
		}
	}

	input[type=submit]:hover {
		color: rgba(255,255,255,.7);
	}

	@media screen and (max-width: 991px) {
		#formulario {
			margin-top: 40px;
		}
	}



/*
	FOOTER
	*/

	.footer {
		padding: 30px;
		color: white;
	}

	@media screen and (max-width: 750px) {
		.footer { text-align: center }
	}

	.footer__logo-y-social-icons {
		margin-bottom: 50px;
	}

	.footer__logo a {
		display: block;
		height: 85px;
		max-width: 200px;
		
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url(../images/logo-saheco--w.svg);
	}

	.footer .social-icons {
		text-align: right;
	}

	@media screen and (max-width: 750px) {
		.footer__logo a {
			margin: 0 auto;
			max-width: 160px;
		}
		.footer .social-icons { text-align: center }
	}

/*.footer .social-icons a:before {
	background: #fff;
}

.footer .social-icons i {
	color: #101820;
}

.footer .social-icons a:hover i {
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }*/

    .footer__address {
    	margin: 10px 0;
    }

    .footer p {
    	color: #fff;
    	font: 400 13px/1.4 "Assistant", sans-serif;
    }

    .footer__address p a {
    	color: #fff;
    	-webkit-transition: all 300ms;
    	-o-transition: all 300ms;
    	transition: all 300ms;
    }

    .footer__address p a:hover {
    	text-decoration: none;
    	opacity: .6;
    }

    .footer__description {
    	margin: 10px 0 20px;
    }

    .footer__iso {
    	text-align: center;
    	margin-top: 10px;
    }

    .footer__mas-buscado {
    	margin: 10px 0;
    }

    .footer__mas-buscado ul {
    	margin: 0;
    	padding: 0;
    	font: 400 13px/1.4 "Assistant", sans-serif;
    }

    .footer__mas-buscado ul li {
    	list-style-type: none;
    }
    .footer__mas-buscado ul li:before {
    	content: '·';
    	margin-right: 5px;
    	opacity: .4;
    }

    .footer__mas-buscado ul li a {
    	color: #fff;
    	text-decoration: none;
    	-webkit-transition: all 300ms;
    	-o-transition: all 300ms;
    	transition: all 300ms;
    }

    .footer__mas-buscado ul li a:hover {
    	text-decoration: none;
    	opacity: .6;
    }

    .footer__copyright-y-legal {
    	margin-top: 50px;
    	font: 400 13px/1.4 "Assistant", sans-serif;
    }

    .footer__copyright-y-legal ul {
    	margin: 0;
    	padding: 0;
    }

    .footer__copyright-y-legal ul li {
    	list-style-type: none;
    	display: inline-block;
    }

    .footer__copyright-y-legal ul li a {
    	color: #fff;
    	text-decoration: none;
    	-webkit-transition: all 300ms;
    	-o-transition: all 300ms;
    	transition: all 300ms;
    }

    .footer__copyright-y-legal ul li a:hover {
    	text-decoration: none;
    	opacity: .6;
    }

    .footer__copyright-y-legal ul li a::after {
    	content: '|';
    	margin: 0 10px;
    	opacity: .4;
    }
    
    .footer__copyright-y-legal ul li:last-child a::after {
    	content: ''
    }

    .footer__legal {
    	text-align: right;
    }

    @media screen and (max-width: 750px) {
    	.footer__copyright-y-legal ul li {
    		display: block;
    		margin-top: 10px;
    	}
    	.footer__copyright-y-legal ul li a::after {
    		content: '';
    	}
    	.footer__legal { text-align: center }
    }



/*
	SLIDER PRODUCT
*/

#main h1 {
	/*margin-left: 120px;*/
	/*margin-bottom: -.45em;*/

	max-width: 70%;
	
	font-size: 45px;
	line-height: .9;
	text-transform: uppercase;

	position: relative;
	z-index: 100;

	mix-blend-mode: multiply;

	pointer-events: none;
}

#main h1.gama-name {
	/*margin-top: 70px;*/
	margin-bottom: 1em;
	max-width: 100%;
}


#main h2 {
	/*margin-left: 120px;*/
	margin-bottom: 20px;
	
	font-size: 15px;
	font-weight: 400;
}
	#main h2:after {
		content: none;
	}

#main h2.gama-description {
	/*margin-left: 125px;*/
	margin-top: -1.8em;
	margin-bottom: 70px;
	max-width: 70%;

	font-size: 23px;
	line-height: 1.2;

	color: #cccccc;
}

#main h3 {
	margin-top: 1em;
}

#main h3.gama-details {
	/*margin-left: 125px;*/
	/*margin-bottom: 70px;*/
	margin-top: -2em;
	max-width: 80%;

	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;

	color: #101820;
}

/*@media screen and (max-width: 1400px) {
	#main h1,
	#main h2,
	#main h2.gama-description,
	#main h3.gama-details {
		margin-left: 200px;
	}
}
@media screen and (max-width: 1300px) {
	#main h1,
	#main h2,
	#main h2.gama-description,
	#main h3.gama-details {
		margin-left: 250px;
	}
}
@media screen and (max-width: 1200px) {
	#main h1,
	#main h2,
	#main h2.gama-description,
	#main h3.gama-details {
		margin-left: 200px;
	}
}
@media screen and (max-width: 1100px) {
	#main h1,
	#main h2,
	#main h2.gama-description,
	#main h3.gama-details {
		margin-left: 230px;
	}

	#main h1 {
		font-size: 100px;
		margin-bottom: -.5em;
	}
}*/

@media screen and (max-width: 992px) {
	#main h1,
	#main h2,
	#main h2.gama-description,
	#main h3.gama-details {
		/*margin-left: 15px;*/
	}

	#main h2.gama-description {
		max-width: 95%;
		font-size: 22px;
	}

	/*#main h3.gama-details {
		max-width: 95%;
	}*/
}

/*@media screen and (max-width: 700px) {
	#main h1 { font-size: 80px;	}
}*/

@media screen and (max-width: 500px) {
	#main h1 {
		max-width: 100%;
		margin-bottom: .2em;

		/*font-size: 60px;*/
	}
	/*#main h1,
	#main h2,
	#main h2.gama-description,
	#main h3.gama-details {
		margin-left: 0;
	}*/
}


#main h3.product-material {
	margin: -1em 0 40px;
	font-size: 15px;
	font-weight: 400;
	text-align: right;
}

.miniatura-video {
	width: 100%;
	background-position: center;
	background-size: 130%;
	background-repeat: no-repeat;
	position: relative;
	/* height & imagen por js */
}

.miniatura-video__overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	background-image: url('../images/fotoVideo.jpg');
	background-position: center;
	background-size: 105%;
	background-repeat: no-repeat;
	opacity: .8;
	/*transition: all 300ms ease-out;*/
}
/*.miniatura-video__overlay:hover {
	background-size: 110%;
}*/

	.iframe-container {
		overflow: hidden;
		padding-top: 68.75%;
		position: relative;
	}
	
	.iframe-container iframe {
		border: 0;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.owl-item.active.current {
		opacity: .8;
		-webkit-transform: scale(0.9);
		    -ms-transform: scale(0.9);
		        transform: scale(0.9);
		-webkit-transition: all 400ms;
		-o-transition: all 400ms;
		transition: all 400ms;
		border: 3px solid #f18a00;
	}



/*
	FICHA TÉCNICA
	*/

	.product-wrapper,
	.family-wrapper,
	.gama-wrapper {
		position: relative;
	}

	.product-card {
		width: 100%;
		height: 130px;
		margin-top: 1px;

	/*position: absolute;
	bottom: 50px;
	right: -35px; */
	z-index: 100;
}

.product-card > ul {
	padding: 0;
	margin: 0;

	list-style-type: none;
}

.product-card > ul > li {
	width: 33.333%;
	float: left;
	position: relative;
}

.product-card > ul > li > a {
	margin: 0;
	padding: 20px;

	width: 100%;
	height: 100%;

	text-decoration: none;
	text-align: center;

	display: inline-block;

	-webkit-transition: all 300ms;

	-o-transition: all 300ms;

	transition: all 300ms;

	border-right-width: 1px;
	border-right-style: solid;

	background-color: #101820;
	border-color: #fff;
}

@media screen and (max-width: 420px) {
	.product-card ul li {
		width: 100%;
	}

	.product-card > ul > li > a {
		border-right: none;
		border-bottom: 1px solid;
	}
}


.product-card > ul > li > a > h4 {
	font: 400 15px/1 "Assistant", sans-serif;
	color: #fff;
}
.product-card > ul > li > a > h4:before {
	content: '';
	text-align: center;

	display: block;
	margin: 10px auto 10px;

	width: 40px;
	height: 40px;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.product-card > ul > li.product-card__componentes > a > h4:before { background-image: url('../images/svg/component.svg'); }
.product-card > ul > li.product-card__imprimir > a > h4:before { background-image: url('../images/svg/printer.svg'); }
.product-card > ul > li.product-card__descargas > a > h4:before { background-image: url('../images/svg/download.svg'); }


/* descargas */

ul.product-card__descargas__listado {
	padding: 0;
	margin: 0;
	min-width: 100%;

	list-style-type: none;

	position: absolute;
	right: 0;
	/* bottom por js */

	visibility: hidden;
	opacity: 0;

	z-index: 100;

	-webkit-transition: all 300ms ease-out;

	-o-transition: all 300ms ease-out;

	transition: all 300ms ease-out;
}
.product-card__descargas:hover > ul.product-card__descargas__listado {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 420px) {
	ul.product-card__descargas__listado {
		left: 0;
		right: initial;
	}
}


ul.product-card__descargas__listado li {
	display: block;
	width: 100%;
	
	border-top: 1px solid #fff;
	background-color: #101820;
	
	white-space: nowrap;	
}

ul.product-card__descargas__listado li a {
	display: inline-block;
	width: 100%;
	
	padding: 12px 15px;
	
	font: 400 13px/1 "Assistant", sans-serif;
	color: #fff;
	text-decoration: none;
	
	-webkit-transition: 300ms all;
	
	-o-transition: 300ms all;
	
	transition: 300ms all;
}
ul.product-card__descargas__listado li a:hover {
	background-color: #444;
}
ul.product-card__descargas__listado li a:before {
	content: '';

	display: inline-block;
	margin-right: 10px;

	width: 1em;
	height: 1em;

	background-image: url('../images/svg/download--ico.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}





/*
	CARACTERÍSTICAS	
	*/

	ul.caracteristicas__iconos {
		margin: 0;
		padding: 0;

		list-style-type: none;
		text-align: center;
	}

	ul.caracteristicas__iconos li {
		display: inline-block;
	}

	ul.caracteristicas__iconos li label {
		visibility: hidden;
	}

	#main .iframes h4 {
		margin: 10px auto 50px;
		padding: 0 30px;

		font: 400 14px/1.3 "Assistant", sans-serif;
		color: #101820;
		text-align: center;
	}


	/* fullscreen */

	.iframe-wrapper {
		position: relative;
	}

	#main .iframes iframe {
		width: 100%;
		height: 250px;
		position: relative;
	}

	a.iframes__fullscreen {
		display: inline-block;
		margin: 0;
		padding: 0;

		width: 40px;
		height: 40px;

		background-color: #101820;
		background-image: url('../images/svg/fullscreen.svg');
		background-repeat: no-repeat;
		background-size: 25px;
		background-position: center;

		position: absolute;
		top: 30px;
		right: 10px;

		opacity: 0;

		-webkit-transition: 300ms all;

		-o-transition: 300ms all;

		transition: 300ms all;
	}
	a.iframes__fullscreen:hover{
		background-color: #444;	
	}
	.iframe-wrapper:hover a.iframes__fullscreen {
		opacity: 1;
	}

	@media screen and (max-width: 767px) {
		a.iframes__fullscreen {
			display: none;
		}
	}


	/* modal */

	.modal {
		background-color: rgba(0,0,0,.9);
	}

	.modal-backdrop {
		display: none;
	}

	.modal-content {
		border-radius: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
		border: none;
	}

	#main .modal-header h4 {
		margin: 0;
		padding: 20px;

		font: 400 20px/1 "Assistant", sans-serif;
		color: #fff;
	}
	
	.modal-header {
		border: none;
		background-color: #101820;
	}

	.close {
		text-shadow: none;
	}

	.modal-body {
		padding: 30px;
	}

	#main .modal-body iframe {
		height: 500px;
	}

	.modal-footer {
		padding: 20px;
	}



/*
	FAMILIAS
	*/

	.card-wrapper {
		margin-bottom: 30px;
	}

	.card {
		width: 100%;
		height: 300px;
		
		overflow: hidden;

		position: relative;

		background-color: #F18A00;
	}

	.card--gama { height: 450px }

	.card a {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;

		text-align: center;
		white-space: nowrap;
		font: 400 14px/250px "Assistant", sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		letter-spacing: 3px;

		opacity: 0;
		-webkit-transition: all 400ms ease-out;
		-o-transition: all 400ms ease-out;
		transition: all 400ms ease-out;
	}
	.card:hover a {
		opacity: 1;
		letter-spacing: 1.2px;
	}

	.card--gama a { line-height: 310px }

	.card img {
		width: 100%;
		height: 90%;
		-o-object-fit: cover;
		   object-fit: cover;

		-webkit-transition: all 300ms;

		-o-transition: all 300ms;

		transition: all 300ms;

		cursor: pointer;
	}
	.card:hover img {
		opacity: .4;
	}

	.card__data {
		width: 100%;	
		position: absolute;
		bottom: 0;
		left: 0; right: 0;
	}

	@media screen and (min-width: 767px) {
		.gamaProductos .card__data { min-height: 165px }
	}

	.card--family .card__data {
		background-color: #101820;
	}

	.card--gama .card__data {
		background-color: #f7f7f7;
		border-bottom: 2px solid #f18a00;
		padding: 5px 10px;
	}

	.card--product .card__data {
		background-color: #eee;
	}

	.card__data h5 {
		margin: 0;
		padding: 25px 20px;
		color: #fff;
		font: 400 18px/1.2 "Assistant", sans-serif;
		opacity: 1;
		text-align: left;
	}

	.card--gama .card__data h5 {
		font: 400 30px/1.05 "Assistant", sans-serif;
		color: #101820;
		padding: 20px 10px;
	}

	.card--gama .card__data h6 {
		margin: 0;
		margin-top: -5px; 
		padding: 0 10px 25px 10px;
		color: #101820;
		font: 400 16px/1.2 "Assistant", sans-serif;
		text-align: left;	
	}

	ul.card__products {
		margin: 0;
		padding: 0;

		list-style-type: none;
	}

	ul.card__products li {
		padding: 0;
		margin: 0;

		border-bottom: 1px solid #fff;
	}

	ul.card__products li a {
		padding: 20px;
		margin-bottom: -4px;

		display: inline-block;

		width: 100%;
		background: #eee;

		overflow: hidden;

		-webkit-transition: 300ms all;

		-o-transition: 300ms all;

		transition: 300ms all;
	}
	ul.card__products li a:hover {
		background: #ddd;
	}

	.card--product .card__data {
		padding: 25px 20px;

		width: 100%;
		
		overflow: hidden;
	}

	ul.card__products li a h6,
	.card--product .card__data h6 {
		margin: 0;
		padding: 0 10px 0 0;

		width: 75%;
		float: left;

		font: 400 15px/1.2 "Assistant", sans-serif;
		color: #101820;

		-webkit-transition: 300ms all;

		-o-transition: 300ms all;

		transition: 300ms all;
	}
	ul.card__products li a:hover h6 {
		padding-left: 5px;
	}

	ul.card__products li a span,
	.card--product .card__data span {
		margin: 0;
		padding: 0;
		/*padding-right: 5px;*/

		width: 20%;
		float: left;

		font: 400 15px/1.2 "Assistant", sans-serif;
		color: #afafaf;
		text-align: right;

		position: absolute;
	}



/*
	FAMILIA
	*/

	.descripcion {
		margin-top: 0px
	}



/*
	COMPONENTES
	*/

	.componentes__tabla {
		width: 100%;

		background-color: #fff;

		border: none;
		border-collapse: collapse;
		border-spacing: 0;

		font: 400 15px/1.4 "Assistant", sans-serif;
		color: #101820;
	}

	.componentes__tabla thead th {
		border: none;
		padding: 15px;

		font: 400 23px/1.2 "Assistant", sans-serif;
		color: #101820;
	}

	.componentes__tabla thead th div.componentes__tabla__piezas {
		width: 1em;
		height: 1em;
		background-image: url('../images/svg/cube.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}

/*.material--timber .componentes__tabla thead th div.componentes__tabla__piezas { background-image: url('../images/svg/cube--timber.svg') }
.material--glass .componentes__tabla thead th div.componentes__tabla__piezas { background-image: url('../images/svg/cube--glass.svg') }
.material--inox .componentes__tabla thead th div.componentes__tabla__piezas { background-image: url('../images/svg/cube--inox.svg') }*/

@media screen and (max-width: 991px) {
	.componentes__tabla thead th { font-size: 19px; }	
}


.componentes__tabla__categoria th {
	border: none;
	padding: 15px;
	
	background-color: #101820;
	font: 400 18px/1.2 "Assistant", sans-serif;
	color: #fff;
}

.componentes__tabla tbody td {
	padding: 10px;
	border-bottom: 1px solid #eee;
}

/*.componentes__tabla__componentes:nth-child(odd) {
	background-image: url('../images/pattern_line.png');
	background-repeat: repeat;
	}*/

	/* widths */
	@media screen and (min-width: 761px) {
		td.componentes__tabla__componentes--image        { width: 30%; }
		td.componentes__tabla__componentes--componente   { width: 25%; }
		td.componentes__tabla__componentes--codigo       { width: 18.3333%; }
		td.componentes__tabla__componentes--medidas      { width: 18.3333%; }
		td.componentes__tabla__componentes--piezas       { width: 18.3333%; }
	}

	td.componentes__tabla__componentes--image {
		text-align: center;
	}

	td.componentes__tabla__componentes--image a {
		display: inline-block;
		width: 100%;
		padding: 10px;
		background-color: #fff;
	}

	td.componentes__tabla__componentes--image img {
		max-height: 120px;
	}

	@media screen and (max-width: 760px) {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr { 
			display: block; 
			border-bottom: 1px solid #ccc;
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.componentes__tabla thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.componentes__tabla > thead > tr > td,  .componentes__tabla > tbody > tr > td { 
			/* Behave  like a "row" */
			border: none;
			position: relative;
			padding-left: 50%; 
		}
		
		.componentes__tabla > tbody > tr > td:before { 
			content: attr(data-th);
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 10px;
			left: 10px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
			font: 400 18px/1.2 "Assistant", sans-serif;
		}

		.componentes__tabla > tbody > tr > td:last-child:before {
			content: url('../images/svg/cube.svg');
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 10px;
			left: 10px;
			width: 1.7em; 
			padding-right: 10px;
		}

		.material--timber .componentes__tabla > tbody > tr > td:last-child:before { content: url('../images/svg/cube.svg'); }
		.material--glass .componentes__tabla > tbody > tr > td:last-child:before { content: url('../images/svg/cube.svg'); }
		.material--inox .componentes__tabla > tbody > tr > td:last-child:before { content: url('../images/svg/cube.svg'); }

		/* extra */
		td.componentes__tabla__componentes--image {
			margin-left: calc(-50% + 10px);
		}
	}


/*
***************************************
***   NOTICIAS NUEVAS 27-06-19  *******
***************************************
*/

.fondogris {
	background-color: #f7f7f7;
}
.unanoticia * {
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
}
.grid-item .unanoticia img {
	max-width: 100%;
	height: auto;
}
.grid-item .unanoticia * {transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .3s; -moz-transition-duration: .3s; -ms-transition-duration: .3s; -webkit-transition-duration: .3s; -o-transition-duration: .3s;}
.grid-item .unanoticia .author img {width: 25px;}
.grid-item .unanoticia .blog-post-images a {display: block; position: relative !important; overflow: hidden !important;}
.grid-item .unanoticia .blog-post-images .blog-hover-icon {position: absolute; height: 100%; width: 100%; background: rgba(0,0,0,0.5); top: 0; left: 0; text-align: center; opacity: 0;}
.grid-item .unanoticia:hover .blog-post-images .blog-hover-icon {opacity: 1}
.grid-item .unanoticia .blog-post-images .blog-hover-icon span {top: 35%; position: relative; font-size: 48px; color: #fff; opacity: 0}
.grid-item .unanoticia:hover .blog-post-images .blog-hover-icon span {top: 40%; opacity: 1;}

.unanoticia .padding-40px {
	padding: 25px;
}
.unanoticia {
	margin-bottom: 30px;
}
.unanoticia .titulo {
	font: 200 38px/1.05 "Assistant", sans-serif;
	color: #101820;
}
.unanoticia h3 {
	/* margin: 0px!important; */
	margin-bottom: 20px;
	line-height: 0.6em;
}
.unanoticia .separa {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 1px;
	background-color: #F18A00;
}
.unanoticia .fecha {
	color: #939393;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase!important;
}

/* LANDINGS
------------------------------ */
/*
	VARIOS
	*/

	/* Select */
	.saheco-wrapper.landing h2::-moz-selection  { color: #fff; background: #f18a00; }
	.saheco-wrapper.landing h2::selection  { color: #fff; background: #f18a00; }
	.saheco-wrapper.landing h1::-moz-selection,
	.saheco-wrapper.landing h3::-moz-selection,
	.saheco-wrapper.landing h4::-moz-selection,
	.saheco-wrapper.landing h5::-moz-selection,
	.saheco-wrapper.landing li::-moz-selection,
	.saheco-wrapper.landing p::-moz-selection { 
		color: #f18a00;
		background: #fff;
	}
	.saheco-wrapper.landing h1::selection,
	.saheco-wrapper.landing h3::selection,
	.saheco-wrapper.landing h4::selection,
	.saheco-wrapper.landing h5::selection,
	.saheco-wrapper.landing li::selection,
	.saheco-wrapper.landing p::selection { 
		color: #f18a00;
		background: #fff;
	}

	.saheco-wrapper.landing.engineering h2::-moz-selection { color: #fff; background: #f18a00; }

	.saheco-wrapper.landing.engineering h2::selection { color: #fff; background: #f18a00; }

	.saheco-wrapper.landing.engineering h1::-moz-selection,
	.saheco-wrapper.landing.engineering h3::-moz-selection,
	.saheco-wrapper.landing.engineering h4::-moz-selection,
	.saheco-wrapper.landing.engineering h5::-moz-selection,
	.saheco-wrapper.landing.engineering li::-moz-selection,
	.saheco-wrapper.landing.engineering p::-moz-selection { 
		color: #f18a00;
		background: #fff;
	}

	.saheco-wrapper.landing.engineering h1::selection,
	.saheco-wrapper.landing.engineering h3::selection,
	.saheco-wrapper.landing.engineering h4::selection,
	.saheco-wrapper.landing.engineering h5::selection,
	.saheco-wrapper.landing.engineering li::selection,
	.saheco-wrapper.landing.engineering p::selection { 
		color: #f18a00;
		background: #fff;
	}

	/* Background */
	.bg--black-lines {
		background-color: #000;
		background-image: -o-linear-gradient( left, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 1px, transparent 1px, transparent 100% );
		background-image: linear-gradient( to right, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 1px, transparent 1px, transparent 100% );
		background-size: 8.33333%;
		-webkit-transition: all 600ms;
		-o-transition: all 600ms;
		transition: all 600ms;
	}
	@media screen and (max-width: 970px) {
		.bg--black-lines { background-size: 16.66667% }
	}
	@media screen and (max-width: 420px) {
		.bg--black-lines { background-size: 25% }
	}

	.bg--black-footer {
		background-image: url('../images/arquitectos/footer.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

/*
	HEADER
	*/

	.header-landing {
		background-color: #000;
	}

	.header-landing__title {
		padding: 40px 40px 40px 250px;	
	}

	.header-landing h1 {
		font: 400 25px/.9 "Assistant", sans-serif;
		color: #f18a00;
		position: relative;
	}
	.header-landing h1::after {
		content: '';
		width: 30px;
		height: 30px;

		background: url('../images/arquitectos/header__ico.svg') center / 30px 30px;
		background-repeat: no-repeat;

		position: absolute;
		top: -5px;
		right: 0;
	}

	.header-landing.engineering h1 { color: #f18a00 }
	.header-landing.engineering h1::after {
		background: url('../images/engineering/header__ico.svg') center / 30px 30px;
	}

	@media screen and (max-width: 991px) {
		.header-landing__title {
			margin-top: 50px;
			padding-left: 40px;
		}
	}
	@media screen and (max-width: 440px) {
		.header-landing__title {
			padding: 20px;
		}
		.header-landing h1 {
			font-size: 20px;
		}
		.header-landing h1::after {
			width: 20px;
			height: 20px;
			background-size: 20px 20px;
		}
	}

	.header-landing__foto {
		width: 100%;
		height: 75vh;

		background-size: cover; 
		background-position: center bottom;
		background-repeat: no-repeat;

		position: relative;
	}
	.header-landing__foto--arquitectos { background-image: url('../images/arquitectos/main.jpg'); }
	.header-landing__foto--engineering { background-image: url('../images/engineering/main.jpg'); }

	.header-landing__foto__h2-wrapper {
		background-color: #fff;
		padding: 50px 70px;
		max-width: 580px;
		position: absolute;
		bottom: -50px;
		left: 220px;
	}

	.header-landing__foto__h2-wrapper h2 {
		font-size: 85px;
	}
	.header-landing__foto__h2-wrapper h2::after {
		content: '';
	}

	@media screen and (max-width: 991px) {
		.header-landing__foto__h2-wrapper {
			left: 0;
			bottom: -80px;
		}
		.header-landing__foto__h2-wrapper h2 {
			font-size: 70px;
		}
		.header-landing__foto__h2-wrapper {
			max-width: 505px;
		}
		.header-landing__foto__h2-wrapper h2, .header-landing__foto__h2-wrapper span {
			font-size: 55px!important;
		}
	}
	@media screen and (max-width: 950px) {
		.header-landing__foto {
			background-position: 80% bottom;
		}
	}
	@media screen and (max-width: 480px) {
		.header-landing__foto {
			height: 50vh;
		}
		.header-landing__foto__h2-wrapper {
			padding: 15px 35px;
			max-width: none;
			width: 100%;
		}
	}
	@media screen and (max-width: 420px) {
		.header-landing__foto__h2-wrapper h2 {
			font-size: 50px;
		}
	}

/*
	SECTION LANDING
	*/

	.section-landing {
		padding-top: 180px;
	}

	.section-landing.engineering:last-child {
		padding-top: 0;
		padding-bottom: 150px;
	}

	.section-landing img { max-width: 100% }

	.section-landing h3 {
		margin: 0 0 30px;
		padding: 0;
		
		font: 200 50px/.9 "Assistant", sans-serif;
		color: #f18a00;
		
		pointer-events: all;
		mix-blend-mode: normal;
	}

	.section-landing.engineering h3 { 
		color: #f18a00;
		margin-top: 70px;
	}

	.section-landing__h3-wrapper {
		margin-bottom: 30px;
		max-width: 600px;
	}

	.section-landing p {
		color: #fff;
	}

	.section-landing .text-intro {
		padding: 40px 100px 40px 40px;
	}

	@media screen and (max-width: 1200px) {
		.section-landing .text-intro {
			padding: 0 70px 0 40px;
		}
	}
	@media screen and (max-width: 1200px) {
		.section-landing h3 { 
			font-size: 40px
		}
	}
	@media screen and (max-width: 990px) {
		.section-landing {
			padding-top: 80px;
		}	
		.section-landing .text-intro {
			padding: 70px 15px 0;
		}
	}

/*
	GALLERY
	*/

	.landing-gallery__img {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	
	.landing-gallery__img > a > img {
		-webkit-transition: all 800ms ease-out;
		-o-transition: all 800ms ease-out;
		transition: all 800ms ease-out;

	}
	.landing-gallery__img:hover > a > img {
		-webkit-transform: scale(1.1);
		    -ms-transform: scale(1.1);
		        transform: scale(1.1);
	}

	.landing-gallery__img__overlay-wrapper {
		height: 100%;
		width: 100%;
		opacity: 0;

		padding: 20px;
		
		position: absolute;
		top: 0; left: 0;
		
		pointer-events: none;

		-webkit-transition: all 700ms ease-out;

		-o-transition: all 700ms ease-out;

		transition: all 700ms ease-out;
	}
	.landing-gallery__img:hover .landing-gallery__img__overlay-wrapper {
		opacity: 1;
	}

	.landing-gallery__img__overlay {
		padding: 20% 10%;
		height: 100%;
		width: 100%;
		opacity: .9;
		
		background: #f18a00;

		text-align: center;

		-webkit-transition: all 500ms ease-out;

		-o-transition: all 500ms ease-out;

		transition: all 500ms ease-out;
		padding-top: 22%;
	}
	.landing-gallery__img:hover .landing-gallery__img__overlay {
		opacity: .85;
		padding-top: 20%;
	}

	.landing-gallery__img__overlay h4 {
		font: 700 23px/1.1 "Assistant", sans-serif;
		color: #000;
	}

	.landing-gallery__img__overlay h5 {
		font: 400 14px/1.2 "Assistant", sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		color: #000;
		letter-spacing: 2px;
		opacity: 1;
	}

	.landing-gallery__img__overlay img[title="zoom"] {
		margin-bottom: 10%;
	}

/*
	CONTRACT DEPT.
	*/

	.section-landing__h3-wrapper h2 {
		font: 400 18px/.9 "Assistant", sans-serif;
		color: #fff;
		margin-bottom: 15px;
		text-transform: uppercase;
		letter-spacing: .03em;
	}

	.section-landing__h3-wrapper h2::after { content: '' }

	.contract-dept__copy ul {
		color: #fff;
		font-size: 16px;
		list-style-type: none;
		margin: 20px auto 30px;
		padding-left: 20px;
	}

	.contract-dept__copy ul li {
		position: relative;
		margin-left: 20px;
	}
	.contract-dept__copy ul li::before {
		content: '—';
		position: absolute;
		top: 0;
		left: -20px;
		color: #f18a00;
	}

	.contract-dept__copy h4 {
		margin: 40px auto 20px;
		font: 400 28px/.9 "Assistant", sans-serif;
		color: #5f5f5f;
		display: inline-block;
		max-width: 300px;
	}


	.contract-dept__copy__images {
		margin-top: 50px;
	}

	@media screen and (min-width: 991px) {
		.contract-dept__copy__images { padding-left: 50px }
	}

	.contract-dept__copy__images .row {
		margin-bottom: 15px;
	}

	.contract-dept__copy__images .row [class*="col-"] {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}

/*
	CONTACT ENGINEERING
	*/

	a.square.engineering {
		background-color: #f18a00;
		display: inline-block;
		margin-top: 30px;
	}

/*
	FORMULARIO
	*/

	.form-catalogo-arquitectos {
		margin-bottom: 200px;
	}

	.form-catalogo-arquitectos .input_wrapper {
		max-width: 600px;
		margin: 15px auto;
		position: relative;
	}

	.form-catalogo-arquitectos .input_wrapper input:focus {
		-webkit-box-shadow: inset 5px 0 0 0 #f18a00;
		        box-shadow: inset 5px 0 0 0 #f18a00;
	}


	.form-catalogo-arquitectos .input_wrapper input[type=submit] {
		background-color: #f18a00;
		color: #000;
	}

/***********************
LANDING
LAS PUERTAS CORREDERAS
***********************/

.full-width {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}

.header-landing__foto--puertascorrederas {
	background-image: url(../images/puertascorrederas/01.jpg);
}
.pt30 {
	padding-top: 30px!important;
}
.saheco-xxx .header-landing__foto__h2-wrapper h2  {
	/* margin-left: 120px; */
	margin-bottom: 20px;
	font-size: 85px!important;
	font-weight: 200!important;
}
.saheco-xxx .header-landing h1 {
	font: 400 25px/.9 "Assistant", sans-serif!important;
	color: #f18a00;
	position: relative;
	mix-blend-mode: normal!important;
}

/***********************
LANDING
LA EMPRESA
***********************/
.header-landing__foto--empresa {
    background-image: url("../images/puertascorrederas/09.jpg");
}
.mb15 {
	margin-bottom: 15px;
}
.mb40 {
	margin-bottom: 40px;
}
.separa {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d97b03;
}
.contract-dept__copy p a {
    color: #f08800;
    text-decoration: none;
}
.titulosecundario {
    margin: 0 0 30px;
    padding: 0;
    /* font: 200 50px/.9 "Assistant", sans-serif; */
    color: #f18a00!important;
    pointer-events: all;
    mix-blend-mode: normal;
    font-size: 30px!important;
    font-weight: 200;
    padding: 0;
    margin: 0px;
} 
.titulosecundario small {
    color: #868686;
    pointer-events: all;
    mix-blend-mode: normal;
    font-size: 20px!important;
    font-weight: 200;
    padding: 0;
    margin: 0px;
}

/***********************
LANDING
ORGANIZACIÓN
***********************/
.header-landing__foto--organiza {
    background-image: url("../images/puertascorrederas/028.jpg");
}

/*
	DESCARGABLES â€” INSTRUCCIONES Y CATÃLOGOS
	------------------------------------------------ */

	.descargables h3 {
		color: #aaa;
		margin-top: 1.4em;
	}
	
	.descargables .row:nth-child(2) h3 {
		margin-top: 0;
	}

	@media screen and (max-width: 767px) {
		.descargables h3 {
			font-size: 40px;
		}
	}

	.descargables h4 {
		font-size: 35px;
		font-weight: 400;
		margin-top: 1.6em;
		margin-bottom: .8em;
	}

	.descargables h4:first-child {
		margin-top: -.3em;
	}

	.descargables h5 {
		margin: 1.2em 0 .6em;
		font-size: 18px;
		font-weight: 400;
		color: #101820;
		opacity: 1;
	}

	.descargables__img img {
		width: 100%;
		margin-bottom: 15px;
	}

	@media screen and (max-width: 767px) {
		.descargables__img img { display: none }
		.descargables__img img:first-child {
			display: initial;
			margin-bottom: 30px;
		}
	}

	@media screen and (min-width: 767px) {
		.descargables__txt {
			padding-left: 50px;
		}
	}

	ul.descargables__txt__ul {
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
	}

	ul.descargables__txt__ul > li {
		position: relative;
	}

	ul.descargables__txt__ul > li > a {
		min-width: 100%;
		margin-bottom: 4px;
		margin-right: 4px;
		padding: 20px;
		display: inline-block;
		background: #eee;
		-webkit-transition: 300ms all;
		-o-transition: 300ms all;
		transition: 300ms all;
		color: #101820;
		text-decoration: none;
		position: relative;
	}
	ul.descargables__txt__ul > li:hover > a {
		background: #ddd;
		padding-left: 30px;
	}
	ul.descargables__txt__ul > li::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		width: 1.4em;
		height: 1.4em;
		background-image: url('../images/svg/mas.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
		pointer-events: none;
	}
	ul.descargables__txt__ul > li:hover::after {
		-webkit-transform: rotate(-.25turn);
		    -ms-transform: rotate(-.25turn);
		        transform: rotate(-.25turn);
	}

	.descargables__txt__ul__files-wrap {
		margin: -4px 0 4px 0;
	}

	ul.descargables__txt__ul__files {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	ul.descargables__txt__ul__files li a {
		display: block;
		padding: .8em 1.5em .8em 43px;
		background: #101820;
		color: #fff;
		font-size: 13px;
		text-decoration: none;
		line-height: 1.6;
		-webkit-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
		position: relative;
	}
	ul.descargables__txt__ul__files li a::before {
		content: '';
		display: inline-block;
		position: absolute;
		top: .95em;
		left: 1.5em;
		margin-right: 10px;
		width: 1.2em;
		height: 1.2em;
		background-image: url('../images/svg/download--ico.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	ul.descargables__txt__ul__files li a:hover {
		background: #444;
	}


	/* SEARCH */

	#buscador-header {
		overflow: hidden; 
		padding: 2em;
	}

	#buscador-header h3 {
		margin-bottom: 40px;
	}

	#buscador-header .input-wrapper {
		overflow: hidden;
		float: left;
		width: 80%;
	}

	#buscador-header .input-wrapper input {
		background-color: white;
		width: 100%;
	} 

	#buscador-header input#submit {
		float: left;
		width: 20%;
	} 


	@media screen and (max-width: 575px) {
		#buscador-header .input-wrapper,
		#buscador-header input#submit {
			width: 100%;
		}
		#buscador-header input#submit {
			padding: 16px 30px;
		}
	}


	.resultados-busqueda {
		list-style: none;
		overflow: hidden;
		display: inline-block;
		height: 250px;
		margin-bottom: 30px;
	}

	.resultados-busqueda a {
		text-align: center;
		display: inline-block;
		position: relative;
		height: 100%;
	}

	.resultados-busqueda a img {
    	max-width: 100%;
    	vertical-align: baseline;
    	margin: 0 auto;
	} 

	.resultados__info {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		background:#E5E5E5;
	}  

	#donde-comprar .form-group input {
		width: 90%; 
		border-width: 0.5px;
		border-style: solid; 
		border-color: initial; 
		padding: 2px;
	}

	.checkbox input {
		pointer-events: none;
	}