/* =========================================================
	General
============================================================ */
/*======== Base ===========*/
html {height: 100%;}

body {
    height: 100%;
    color: #1f1f1f;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background-color: #fff;
	top: 0 !important;
}


input, textarea, select, button {
    outline:none !important; 
    /* Quita el efecto de borde azul en chrome */
}

main {
    display: inline-block;
}

header, main, footer { 
    width: 100%;
    height: auto;
    margin: 0 auto;
    /*float: left;*/
}

section {
    width: 100%;
}


html.fancybox-lock {
    overflow: visible !important;
    /* Evita que la ventana de fancybox se vaya arriba */
}

hr {
    margin-top: 0;
    border-top: 1px solid #1a2f45;
}

.principal-text hr {
    margin-top: 0;
    border-top: 1px solid #ccc;
}

ul {
    list-style: none;
    padding-left: 0;
}

.small{
    font-size: 10px;
}

a {
    color: #ed1c24;
}

a:hover {
    color: #252122;
}



/** ====== Fancybox ====== **/
.fancybox-thumbs {
  top: auto;
  width: 100%;
  bottom: 0;
  left: 0;
  right : 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

/** ====== Go to top ====== **/
.back-to-top {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 10px 10px 10px 10px;
    border-radius: 50%;
    background-color: rgba(175, 175, 175, 0.4);
    z-index: 999999;
}


.back-to-top .glyphicon {
    color: #011432;
}

.back-to-top svg {
    color: #011432;
}

/** ====== Google translate ====== **/
#google_translate_element {
	width: 170px;
	float: left;
}

@media (max-width: 991px){
	#google_translate_element {
		float: none;
		display: block;
		margin: 0 auto;
		margin-top: 2px;
		margin-bottom: 2px;
	}
}

/** ====== Titles ====== **/
h1 {
    font-size: 30px;
    font-weight: 400;
    color: #252122;	
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;	
	margin-top: 0;
	text-transform: uppercase;
}

h3 {
    font-size: 25px;
    font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0;
    color: #782634; 
	text-transform: uppercase;
}

h4 {
    font-size: 20px;
    font-weight: 400;
	margin-top: 0px;
	text-transform: uppercase;
}

h5 {
    font-size: 16px;
    font-weight: 400;
	margin-top: 0px;
}


h6 {
    font-size: 20px;
	color: #fff;
    font-weight: 400;
	margin-top: 0px;
}

/******** Img 100 ********/
.img-responsive {
	display: inline-block;
}

/******** Checkbox ********/
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
	margin: 0;
	padding: 0;
}

.radio label, .checkbox label {
	padding: 0;
	font-weight: 700;
}

.radio label, .checkbox label span{
	font-size: 13px !important;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.text-privacy {
    color: #c2c2c2;
    font-size: 9px;
}

/** ====== Iframe ====== **/
iframe {
    max-width: 100%;
    height: auto;
}

.iframe-container {
    width: 96%;
    position:relative;
    padding-bottom:56.25%;
    padding-top:0px;
    height:0;
    overflow:hidden;
}

.iframe-container iframe, .iframe-container object, .iframe-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.iframe-res iframe{
    width: 100%;
    height: 310px;
}

@media (max-width: 1199px){
    .iframe-res iframe{
        width: 100%;
        height: 260px;
    }
}

@media (max-width: 991px){
    .iframe-container {
        width: 100%;
    }
    
    .iframe-res iframe{
        width: 470px;
        margin: 0 auto;
    }
}

@media (max-width: 647px){
    .iframe-res iframe{
        width: 100%;
        height: 310px;
    }
}

@media (max-width: 479px){
    .iframe-res iframe{
        height: 250px;
    }
}

@media (max-width: 420px){
    .iframe-res iframe{
        height: 200px;
    }
}

/** ====== Catalogue ====== **/
.catalogue-top {
	width: auto;
	float: right;
	margin-top: 30px;
}

.catalogue-top .ico-catalogue {
	float: left;
	margin-right: 10px;
}

.catalogue-top .ico-catalogue img {
	width: 50px;
	transition-duration: 0.8s;
    transition-property: transform;
}

a:hover .ico-catalogue img {
    transform: translate(0,1em);
    -webkit-transform: translate(0,1em);
}

.catalogue-top .txt-catalogue {
	margin-top: 15px;
	float: left;
}

@media (max-width: 1199px){
	.catalogue-top {
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}
	
	.catalogue-top a{
		display: inline-block;
		margin: 0 auto;
	}
}

/** ====== Primera letra mayúsculas en traducciones ====== **/
.firstletter::first-letter {
	text-transform: uppercase;
}

/*----------------------------------------------------------------------------*/
/* HEADER */
/*----------------------------------------------------------------------------*/
/* TOP SERVICES */
.top-services {
	color: #fff;
	background-color: #ed1c24;
}

.list-service-top ul{
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	list-style: none;
}

.list-service-top li{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding: 2px 0px 2px 0px;
	list-style: none;
}

.list-service-top li::after {
	content: "-"; 
	padding-left: 8px;
	padding-right: 2px;
}

.list-service-top li:last-child::after {
	content: " "; 
	padding-right: 0px;
}



@media (max-width: 1199px){
	.top-services {
		font-size: 14px;
	}
	
	.list-service-top li{
		padding: 2px 3px 2px 3px;
	}
	
}

.select-language {
	margin-top: 5px;
	float: right;
}


/* PAGE HEADER */
.header-wrapper, .header-content {
    position: relative;
    z-index: 50;
}

.header-wrapper {
    /*transition: all .5s ease-in-out 0s;*/
    padding: 0;
}

.header-fixed .header-content{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(237, 28, 36, 0.8);
	background-color: #ed1c24;
}

body:not(.header-fixed) .header-wrapper {
    transform: translateY( 100% );
}

.header-content {
    width: 100%;
	height: auto;
	float: left;
	background-color: #ed1c24;
    position: relative;
	top: 35px;
    transform: translateY( -80% );
}

body.header-fixed .header-content {
    transform: translateY( 0 );
}

body.header-fixed > .skiptranslate ~ header .header-content {
	/*transform: translateY( 39px );*/
}
body.header-fixed > .skiptranslate[style='display: none;'] ~ header .header-content {
	transform: translateY( 0 );
}


@media (max-width: 1199px){
	.header-fixed .nav > li > a {
	padding: 20px 8px;
  }
}

@media (max-width: 991px){
    .header-content {
        top: -40px;
        position: absolute;
		background-color: transparent;
    }   
}

@media (max-width: 767px){
    .header-content {
        top: -90px;
        position: absolute;
    }   
}

/* HEADER LOGO */
.header-logo {
    position: relative;
    display: block;
    height: 110px;
    width: 100%;
    margin-top: 50px;
}

@media (max-width: 647px){
	.header-logo {
		margin-top: 30px;
	}
}

.header-logo a {
	right: 0;
	left: 0;
	position: absolute;
	z-index: 999999;
}

@media (max-width: 991px){
	.header-logo a {
		z-index: 0;
	}
}

.header-logo img {
    width: 160px;
}

/* LOGO MENU */
.logo-top {
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
}

.logoup  {
	float: left;
	margin-right: 30px;
}

.logoup img {
	width: 230px;
	float: left;
}

.motto-top {
	margin-top: 10px;
	float: left;
}

.motto-top p {
	font-size: 14px;
}

@media (max-width: 991px){
	.logoup img {
		width: 200px;
		float: left;
	}

	.logo img {
		width: 145px;
	}

	.motto-top h1 {
		font-size: 25px;
	}
	
	.motto-top p {
		font-size: 12px;
	}
}

@media (max-width: 768px){
	.motto-top {
		width: 100%;
	}
	
	.motto-top h1 {
		font-size: 20px;
	}
	
	.motto-top p {
		font-size: 10px;
	}
}

.logo-menu {
    position: relative;
    display: block;
    z-index: 0;
}

.logo-menu img {
    display: none;
}

.header-fixed .logo-menu img {
    width: 100px;
    display: block;
	margin-top: 5px;
} 

@media (max-width: 1199px){
    .header-fixed .logo-menu img {
		width: 70px;
		margin-top: 7px;
	} 
}

@media (max-width: 991px){
    .header-fixed .logo-menu img {
		margin-top: 16px;
	} 
}

/* STAMP-SEARCH */
.stamp-search {
	width: auto;
	float: right;
}

.stamp-search .stamp {
	float: left;
}

.stamp-search .stamp img {
	width: 65px;
}

.stamp-search .search {
	width: 115px;
	float: left;
	padding-top: 30px;
	margin-left: 30px;
}

.stamp-search .search a {
	width: 100%;
	min-height: 30px;
	float: left;
	color: #252122;
	font-size: 10px;
	padding-left: 30px;
	text-transform: uppercase;
	background-image: url('../images/icons/ico-search.png');
    background-size: 24px;
	background-repeat: no-repeat;
	background-position:0px 45%;
}

@media (max-width: 991px){
	.stamp-search .stamp {
		margin-top: 10px;
		margin-right: 140px;
	}
	
	.stamp-search .stamp img {
		width: 45px;
	}

	.stamp-search .search {
		display: none;
	}
}

@media (max-width: 830px){
	.stamp-search .stamp {
		display: none;
	}
}

/******** Search ********/
.overlay-search {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    z-index: 999999;
}

.logo-search img{
    width: 150px;
}

.overlay-search .overlay-content {
    position: relative;
    top: 38%;
    width: 40%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay-search .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    cursor: pointer;
    color: white;
}

.overlay-search .closebtn img {
    width: 20px;
}

.overlay-search input[type=text] {
    height: 48px;
    padding: 15px;
    font-size: 17px;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    float: left;
    width: 80%;
    background: transparent;
}

.overlay-search button {
    float: left;
    width: 20%;
    height: 48px;
    padding: 15px;
    color: #fff;
    background: transparent;
    font-size: 17px;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease;
}

.overlay-search button img {
    width: 20px;
}

@media (max-width: 991px){
    .overlay-search .overlay-content {
	    width: 60%;
    }
}

@media (max-width: 647px){
    .overlay-search .overlay-content {
	    width: 80%;
    }
}


/* HEADER MENU */
.header-menu {
    width: 100%;
	text-align: center;
}

.header-fixed .header-menu {
    background-color: rgba(1, 18, 46, 00);
}

.header-menu .navbar-nav {
    font-size: 0;
    text-align: center;
    float: none;
}

.header-menu .navbar-nav > li {
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .header-menu .navbar-nav > li {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .header-menu .navbar-nav > li {
        display: inline-block;
        float: none;
        width: auto;
		background-image: url("/images/menu/raya-menu.png");
		background-repeat: no-repeat;
		background-position-y: 10px;
    }
	
	.header-menu .navbar-nav > li:first-child {
        background-image: none;
    }
}

.header-menu .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
}

.header-fixed .header-menu .navbar-nav > li > a {
    color: #fff;
	padding: 10px 10px;
	font-size: 17px;
	font-weight: 400;
    text-transform: uppercase;
}


@media (max-width: 1199px) {
	.header-fixed .header-menu .navbar-nav > li > a {
		font-size: 13px;
		padding: 6px 6px;
	}
	
}

.header-menu .navbar-nav > li > a:hover,
.header-menu .navbar-nav > li.current > a
{
    color: #000;
}

.header-fixed .header-menu .navbar-nav > li > a:hover,
.header-fixed .header-menu .navbar-nav > li.current > a {
	color: #000 !important;
}

.btn-toggle-menu {
    background-color: transparent !important;
    border: none !important;
    font-size: 24px;
    color: #000;
}

@media (max-width: 991px){
    .btn-toggle-menu {
        color: #ed1c24;
    }
    
    .header-fixed .btn-toggle-menu {
		margin-top: 10px;
		margin-bottom: 5px;
        color: #fff;
    }
}



/*----------------------------------------------------------------------------*/
/* HOME */
/*----------------------------------------------------------------------------*/
/** ====== Services ====== **/
#services {
	padding-top: 30px; 
	display: block;
}

.accordion {
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin: 0px auto;
}

@media (max-width: 1199px){
	.accordion {
		width: calc(100% - 240px);
		margin-right: 120px;
		margin-left: 120px;
	}
}

@media (max-width: 991px){
	.accordion {
		width: calc(100% - 160px);
		margin-right: 80px;
		margin-left: 80px;
	}
}

@media (max-width: 767px){
	#services {
		padding-top: 20px; 
	}

	.accordion {
		width: calc(100% - 40px);
		margin-right: 20px;
		margin-left: 20px;
	}
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  display: table-cell;
  position: relative;
  width: 25%;
  height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}
.accordion ul li .title-service {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.accordion ul li .content-service {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: rgba(0,0,0,.3);
	opacity: 0;
	z-index: -1;
}



@media (min-width: 768px )
{
	.accordion ul li:hover .content-service {
		opacity: 1;
		z-index: 1;
		transition: opacity .3s ease-in-out .1s;
	}
}

@media (max-width: 767px )
{
	.accordion ul li.hover .content-service {
		opacity: 1;
		z-index: 1;
		transition: opacity .3s ease-in-out .1s;
	}
}

.accordion ul li .title-service {
	text-overflow: clip;
	text-transform: uppercase;
	color: #fff;
	text-transform: uppercase;
	padding: 30px 20px 0px 20px;
}

.accordion ul li:nth-child(1) .title-service {
	background-color:rgba(129, 210, 90, 0.8);
}

.accordion ul li:nth-child(2) .title-service {
	background-color:rgba(224, 33, 40, 0.8);
}

.accordion ul li:nth-child(3) .title-service {
	background-color:rgba(1, 184, 244, 0.8);
}

.accordion ul li:nth-child(4) .title-service {
	background-color:rgba(243, 205, 82, 0.8);
}

.accordion ul li .title-service p {
  font-size: 13.5px;
}

@media (max-width: 1300px){
	.accordion ul li .title-service h2 {
		font-size: 24px !important;
	}
}

@media (max-width: 1199px){
	.accordion ul li .title-service h2 {
		font-size: 20px !important;
	}
}

@media (max-width: 767px){
	.accordion ul li .title-service {
		width: 50%;
		padding: 25px 20px 0px 20px;
	}

	.accordion ul li .title-service h2 {
		font-size: 15px !important;
	}
	
	.accordion ul li .title-service p {
	font-size: 10px;
  }

}

.accordion ul li:nth-child(1) {
  background-image: url("/images/home/desplegables/foto-1-1.jpg");
  background-size: cover;
  background-position: center;
}
.accordion ul li:nth-child(2) {
  background-image: url("/images/home/desplegables/foto-2-1.jpg");
  background-size: cover;
  background-position: center;
}
.accordion ul li:nth-child(3) {
  background-image: url("/images/home/desplegables/foto-3-1.jpg");
  background-size: cover;
  background-position: center center;
}
.accordion ul li:nth-child(4) {
  background-image: url("/images/home/preload-systems-tsftsh.jpg");
  background-size: cover;
  background-position: center;
}

.accordion ul li .content-service {
	width: 408px;
	padding: 30px;
}

.accordion ul li .content-service p {
	font-size: 30px;
	line-height: 32px;
	text-align: right;
}

@media (max-width: 991px){
	.accordion ul li .content-service {
		width: inherit;
		padding: 30px;
	}
}

@media (max-width: 768px){
	.accordion ul li .content-service p {
		font-size: 15px;
		line-height: 17px;
	}
}

.accordion ul li:nth-child(1) .content-service {
	background-image: url("/images/home/desplegables/foto-1-2.jpg");
	background-size: cover;
	background-position: center;
}

.accordion ul li:nth-child(2) .content-service {
	background-image: url("/images/home/desplegables/foto-2-2.jpg");
	background-size: cover;
	background-position: center;
}

.accordion ul li:nth-child(3) .content-service {
	background-image: url("/images/home/desplegables/foto-3-2.jpg");
	background-size: cover;
	background-position: center;
}

.accordion ul li:nth-child(4) .content-service {
	background-image: url("/images/home/ejemplo4.jpg");
	background-size: cover;
	background-position: center;
}

@media (min-width: 768px){
	.accordion ul li .title-service {
		height: 155px;
	}
	
	.accordion ul:hover li {
		width: 8%;
	}
	.accordion ul:hover li:hover {
		width: 60%;
	}
	.accordion ul:hover li:hover a {
		 background: rgba(0, 0, 0, 0.4);
	}
	.accordion ul:hover li:hover a * {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}	

@media (max-width: 767px){
	
	.accordion ul li .title-service {
		height: 100%;
	}
	
	.accordion ul {
		display: block;
		height: 400px;
	}
	
	.accordion ul li {
		display: block;
		width: 100%;
		height: 25%;
	 }
	 
	 .accordion ul.hover li {
		height: 13.3333%;
	}
	.accordion ul.hover li.hover {
		height: 60%;
	}
	.accordion ul.hover li.hover a * {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/** ====== Categories ====== **/
#categories {
	margin-top: 20px;
	float: left;
	padding-right: 170px;
	padding-left: 170px;
	margin-bottom: 100px;
}

@media (max-width: 1199px){
	#categories {
		padding-right: 70px;
		padding-left: 70px;
	}
}

@media (max-width: 767px){
	#categories {
		padding-right: 0px;
		padding-left: 0px;
	}
}

#categories .block-categorie {
	height: 400px;
	padding: 0;
	background-size: cover;
	background-position: center;
	border: 0.5px solid #fff;
	position: relative;
	transition: all .3s ease-in;
}

@media (max-width: 1199px){
	#categories .block-categorie {
		height: 250px;
	}
}

@media (max-width: 991px){
	#categories .block-categorie {
		height: 200px;
	}
}

#categories .block-categorie h2 {
	font-size: 15px;
}

.box-title-cat-alt {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	background-color:rgba(224, 33, 40, 0.8);
	transition: all .3s ease-in;
}


.block-categorie .box-title-cat {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	background-color:rgba(224, 33, 40, 0.8);
	position: absolute;
	top: 0;
	transition: all .3s ease-in;
}

.block-categorie .box-title-cat h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 991px){
	.block-categorie .box-title-cat {
		width: 190px;
		padding: 8PX;
	}
}

.block-categorie:hover .box-title-cat {
	opacity: 1.0;
	filter: alpha(opacity=100);
	background-color:rgba(192, 39, 45, 0.6);
}

.block-categorie .box-title-cat p {
  font-size: 12.5px;
}


/** ====== Banners ====== **/
#banners {
	margin-top: 125px;
	margin-bottom: 125px; 
	float: left;
	text-align: center;
}

#banners img{
	width: 100%;
	border: 10px solid #e9e9e9;
}

/*----------------------------------------------------------------------------*/
/* PAGE TITLE */
/*----------------------------------------------------------------------------*/
.page-title-prev {
    border-bottom: 3px solid #000;
}

.page-title {
	width: 100%;
	float: left;
	margin-top: 53px;
	margin-bottom: 53px;
	height: 300px;
	color: #fff;
	
    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

@media (max-width: 1300px){
	.page-title {
		margin-top: 41px;
	}
}

@media (max-width: 767px){
	.page-title {
		height: 300px;
	}
}


/** ====== TSF ====== **/
.page-title.tsf{
	background-image: url("/images/page-titles/tsf-tsf.jpg");
}

.page-title.humanresources{
	background-image: url("/images/page-titles/tsf-human-resources.jpg");
}

.page-title.qualityandenvironment{
	background-image: url("/images/page-titles/tsf-quality-and-environment.jpg");
}

.page-title.documentation{
	background-image: url("/images/page-titles/tsf-documentation.jpg");
}


/** ====== SERVICES ====== **/
.page-title.services{
	background-image: url("/images/page-titles/services-services.jpg");
}

.page-title.apqp{
	background-image: url("/images/page-titles/services-apqp.jpg");
}

.page-title.traceability{
	background-image: url("/images/page-titles/services-traceability.jpg");
}

.page-title.logistics{
	background-image: url("/images/page-titles/services-logistics.jpg");
}

.page-title.storage{
	background-image: url("/images/page-titles/services-storage.jpg");
}

.page-title.mexico{
	height: auto;
    padding: 0;
    margin: 0;
}

/** ====== MANUFACTURING ====== **/
.page-title.manufacturing{
	background-image: url("/images/page-titles/manufacturing-manufacturing.jpg");
}

.page-title.autoparts{
	background-image: url("/images/page-titles/cold-forming-auto-parts.jpg");
}

.page-title.specialparts{
	background-image: url("/images/page-titles/manufacturing-specialparts.jpg");
}


.page-title.aluminium{
	background-image: url("/images/page-titles/manufacturing-aluminium.jpg");
}

.page-title.foundation{
	background-image: url("/images/page-titles/manufacturing-foundation.jpg");
}

/** ====== ENGINEERING ====== **/
.page-title.engineering{
	background-image: url("/images/page-titles/engineering-engineering.jpg");
}

.page-title.securityscrew{
	background-image: url("/images/page-titles/engineering-securityscrew.jpg");
}

.page-title.expandablebolt{
	background-image: url("/images/page-titles/engineering-expandablebolt.jpg");
}

.page-title.windblades{
	background-image: url("/images/page-titles/engineering-windblades.jpg");
}

.page-title.studassembling{
	background-image: url("/images/page-titles/engineering-studassembling.jpg");
}

/** ====== PRELOAD SYSTEMS ====== **/
.page-title.preloadsystems{
	background-image: url("/images/page-titles/preloadsystems-preloadsystems.jpg");
}

.page-title.preloadsystems-th{
	background-image: url("/images/page-titles/preloadsystems-th.jpg");
}

.page-title.preloadsystems-tsh-sh{
	background-image: url("/images/page-titles/preloadsystems-tsh-sh.jpg");
}

.page-title.preloadsystems-uh{
	background-image: url("/images/page-titles/preloadsystems-uh.jpg");
}

/** ====== LEGAL NOTICE ====== **/
.page-title.legal{
	background-image: url("/images/page-titles/legal.jpg");
}

/** ====== PRIVACY POLICY ====== **/
.page-title.privacy{
	background-image: url("/images/page-titles/legal.jpg");
}

/** ====== COOKIES POLICY ====== **/
.page-title.cookies{
	background-image: url("/images/page-titles/cookies.jpg");
}

/** ====== CONTACT ====== **/
.page-title.contact{
	background-image: url("/images/page-titles/contact.jpg");
}

/** ====== ERROR 404 ====== **/
.page-title.error404{
	background-image: url("/images/page-titles/error.jpg");
}

.box-page-title {
	padding-right: 15px;
	padding-left: 15px;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 10px;
	position: relative;
}

.box-page-title .last {
	color: #828282;
}

.box-page-title h3 {
	color: #000;
	font-size: 50px;
}

@media (max-width: 767px){
	.box-page-title h3 {
		font-size: 35px;
	}
}

.box-page-title .page-breadcrumbs {
	font-size: 15px;
	text-transform: uppercase;
}

.box-page-title .page-breadcrumbs a {
	color: #000;
}

.box-page-title .page-breadcrumbs a:hover {
	color: #ed1c24;
}

/** ====== CONTACT ====== **/

.qr-code {
	width: 100px;
} 

.location iframe {
    width: 100%;
    height: 300px;
}

/*----------------------------------------------------------------------------*/
/* SECTIONS */
/*----------------------------------------------------------------------------*/
/** ====== General ====== **/
#general {
	padding: 40px 0 100px 0;
}

#general .content-general {
    float: left;
    position: relative;
}

#general .principal-photo img{
    width: 100%
}

#general .block-gray-full,
#general .block-white-full{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-bottom: 50px;
	background-color: #f0f0f0;
}

#general .block-gray-full {
	/*background-color: #f0f0f0;*/
	background-color: transparent;
}

#general .block-white-full {
	background-color: #fff;
}

#general .block-gray-full h4,
#general .block-white-full h4{
	margin-bottom: 20px;
	margin-left: 15px;
	text-transform: uppercase;
}

#general .list-documents {
    display: flex;
    flex-wrap: wrap;
}


#general .list-documents .box-document {
	height: 100%;
	border: 1px solid #d10810;
	position: relative;
}

.box-document .img-document {
	margin: 30px 30px 65px 30px;
}

.box-document .img-document img{
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.27);
}

.box-document .ico-pdf {
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
}

.box-document .ico-pdf img{
	width:50px;
	transition-duration: 0.8s;
    transition-property: transform;
}

a:hover .box-document .ico-pdf img {
    transform: translate(0,1em);
    -webkit-transform: translate(0,1em);
}

.box-document h2 {
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 8px 5px 8px 5px;
	margin-bottom: 0;
	background-color: #d10810;
	bottom: 0;
	z-index: 20;
	position: absolute;
}


#general .list-imgs {
    display: flex;
    flex-wrap: wrap;
}

#general .list-imgs .box-img {
	height: 100%;
	border: 1px solid #d10810;
	position: relative;
}

.box-img .img-img {
	margin: 20px 20px 20px 20px;
}

.box-img .img-img img{
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.27);
}

.box-img .ico-glass {
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
}

.box-img .ico-glass img{
	width:50px;
	transition-duration: 0.8s;
    transition-property: transform;
}

a:hover .box-img .ico-glass img {
    transform: translate(0,1em);
    -webkit-transform: translate(0,1em);
}

/** ====== Storage ====== **/
span.multiselect-native-select {
	position: relative
}
span.multiselect-native-select select {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px -1px -1px -3px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	left: 50%;
	top: 30px
}
.multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0
}
.multiselect-container .input-group {
	margin: 5px
}
.multiselect-container>li {
	padding: 0
}
.multiselect-container>li>a.multiselect-all label {
	font-weight: 700
}
.multiselect-container>li.multiselect-group label {
	margin: 0;
	padding: 3px 20px 3px 20px;
	height: 100%;
	font-weight: 700
}
.multiselect-container>li.multiselect-group-clickable label {
	cursor: pointer
}
.multiselect-container>li>a {
	padding: 0
}
.multiselect-container>li>a>label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	padding: 3px 0 3px 30px
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
	margin: 0
}
.multiselect-container>li>a>label>input[type=checkbox] {
	margin-bottom: 5px
}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0
}

.filter-brands  {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.filter-brands label {
	font-weight: 300;
	text-transform: uppercase;
}

.filter-brands .dropdown-menu {
	width: 400px;
}

@media (max-width: 468px){
	.filter-brands label {
		font-size: 10px;
	}

	.filter-brands .dropdown-menu {
		width: 300px;
	}
	
	.multiselect-container>li>a>label>input[type=checkbox] {
		margin-top: 0px
	}
}

.list-brands ul,
.list-brands-ref ul{
	width: 100%;
	list-style: none;
	display: inline-block;
}

.list-brands li,
.list-brands-ref li{
	margin-bottom: 4px;
	list-style: none;
	display: inline-block;
	
}

.list-brands-ref li {
	width: 6.66%;
}

.list-brands li {
	width: auto;
	float: left;
	padding: 0 10px 0 10px;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 647px){
	.list-brands-ref li{
		width: 12.50%;
	}
	
	.list-brands li {
		width: auto;
	}
}

.list-brands li a{
	list-style: none;
	display: inline-block;
	border: 4px solid #cbcbcb;
}

.list-brands li a:hover{
	border: 4px solid #ed1c24;
}

.list-brands li a img,
.list-brands-ref li img{
	width: 100%;
}

.list-brands-ref li {
	border-right: 1px solid #cbcbcb;
}

.list-brands-ref ul {
	border-bottom: 1px solid #cbcbcb;
}

.list-brands-ref li:last-child {
	border-right: 0;
}

.list-references li{
	width: auto;
	margin-bottom: 4px;
	list-style: none;
	padding: 0;
	float: none;
}

.list-references li a{
	font-size: 16px;
	padding: 1px 8px 1px 8px;
	color: #6b6b6b;
	background-color: #cbcbcb;
}

.box-storage {
	padding-bottom: 20px;
	border-bottom: 1px solid #cbcbcb;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999999; /* Sit on top */
	padding-top: 150px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	text-align: center;
}

.box-reference {
	color: #000;
	padding: 10px 20px 10px 20px;
	border: 1px solid #ed1c24;
}

.box-reference span {
	color: #ed1c24;
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	display: inline-block;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #888;
	width: 35%;
}

@media (max-width: 1199px){
	.modal-content {
		width: 55%;
	}
}

@media (max-width: 767px){
	.modal-content {
		width: 85%;
	}
}

.modal-content img {
	width: 185px;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/** ====== Manufacturing ====== **/
.photo-80-large,
.photo-60-large,
.photo-50-medium,
.photo-40-small,
.photo-20-small,
.photo-20-3-small,
.photo-40-3-medium,
.photo-33-3-medium{
	float: left;
}

.photo-80-large {
	width: 80%;
}

.photo-60-large {
	width: 60%;
}

.photo-50-medium {
	width: 50%;
}

.photo-40-small {
	width: 40%;
}

.photo-20-small {
	width: 20%;
}

.photo-20-3-small {
	width: 20%;
}

.photo-40-3-medium {
	width: 40%;
}

.photo-33-3-medium {
	width: 33.33%;
}

.photo-80-large img,
.photo-60-large img,
.photo-50-medium img,
.photo-40-small img,
.photo-20-small img,
.photo-20-3-small img,
.photo-40-3-medium img,
.photo-33-3-medium img{
	width: 99%;
	height: 250px;
	margin-bottom: 5px;
}

.photo-80-large img,
.photo-20-small img{
	width: 99%;
	height: 320px;
	margin-bottom: 5px;
}

@media (max-width: 767px){
	.photo-80-large,
	.photo-60-large,
	.photo-50-medium,
	.photo-40-small,
	.photo-20-small,
	.photo-20-3-small,
	.photo-40-3-medium,
	.photo-33-3-medium{
		width: 100%;
		margin-bottom: 5px;
	}
	
	.photo-80-large img,
	.photo-60-large img,
	.photo-50-medium img,
	.photo-40-small img,
	.photo-20-small img,
	.photo-20-3-small img,
	.photo-40-3-medium img,
	.photo-33-3-medium img{
		width: 100%;
		height: auto;
	}
}

@media (max-width: 1199px){
	.section-tables img {
		width: 100%
	}
}

.section-tables h3 {
	font-size: 35px;
	font-weight: 700;
	color: #ed1c24;
}

.section-tables .subtitle-special {
	font-weight: 400;
	color: #000;
	font-size: 20px;
}

/** ====== Preload systems ====== **/
.list-sections {
    display: flex;
    flex-wrap: wrap;
}

.list-sections .box-img {
	height: 100%;
	border: 1px solid #d10810;
	position: relative;
}

.box-img .img-section {
	margin: 30px 30px 65px 30px;
}

.box-img .img-section img{
	width: 100%;
}

.box-img h2 {
	width: 100%;
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 8px 5px 8px 5px;
	margin-bottom: 0;
	background-color: #d10810;
	bottom: 0;
	z-index: 20;
	position: absolute;
}

.list-elements {
    display: flex;
    flex-wrap: wrap;
}

.list-elements .box-element {
	height: 100%;
	text-align: center;
}

.list-elements .box-element h2 {
	color: #000;
	margin-top: 20px;
	font-size: 30px;
}

.list-elements .box-element h2 span {
	font-weight: 700;
}


/*----------------------------------------------------------------------------*/
/* CONTACT */
/*----------------------------------------------------------------------------*/
/* MAP  */
#location    {
    float: left;
}

#location .gmap {
    min-height: 530px;
}

.marker {
    position: relative;
}
.marker > .address-map {
    color: #000;
    position: absolute;
    z-index: 999999;
}

/*----------------------------------------------------------------------------*/
/* FOOTER */
/*----------------------------------------------------------------------------*/
footer {
	font-size: 14px;
	color: #fff;
	background-color: #ed1c24;
	position: relative;
}

footer a{
	color: #fff;
}

footer a:hover{
	color: #000;
}

footer .foot-top {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #d10810;
}

footer .foot-top .logo-foot {
	margin-top: 20px;
}

footer .foot-top .logo-foot a img{
	width: 225px;
}

footer .foot-top .logo-foot p {
	font-size: 17px;
	margin-top: 5px;
}

@media (max-width: 991px){
	footer .foot-top .logo-foot {
		text-align: center;
		margin-top: 190px;
		margin-bottom: 40px;
	}
	
	footer .foot-top .logo-foot a img{
		width: 180px;
	}
}

footer .contact-foot {
	text-align: right
}

.contact-foot h6 {
	font-size: 18px;
}


.contact-foot .phone-foot,
.contact-foot .mail-foot{
	color: #d95c11;
	padding: 5px 20px 5px 50px;
	font-size: 16px;
	font-weight: 300;
	float: right;
	clear: both;
	background-position: 7px 5px;
	background-repeat: no-repeat;
	background-size: 20px;
}

.contact-foot .phone-foot{
	margin-bottom: 5px;
	background-color: #ed1c24;
	background-image: url(/images/icons/ico-phone-foot.png);
}

.contact-foot .mail-foot{
	background-color: #ed1c24;
	background-image: url(/images/icons/ico-mail-foot.png);
}

.contact-foot .phone-foot a,
.contact-foot .mail-foot a{
	color: #fff;
}

@media (max-width: 991px){
	footer .contact-foot {
		text-align: center
	}
	
	.contact-foot .phone-foot,
	.contact-foot .mail-foot{
		float: none;
		display: inline-block;
	}
}


.foot-medium {
	padding-top: 40px;
	padding-bottom: 10px;
}

.foot-medium h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.foot-medium .list-map li {
	margin-bottom: 0px;
	line-height: 18px;
}

.foot-medium .list-map li a {
	color: #fff;
}

.foot-medium .list-map li a:hover {
	color: #000;
}


.foot-bottom {
	padding-top: 10px;
	padding-bottom: 10px;
} 

.foot-bottom li {
	margin: 0px 3px 0px 3px;
} 

.foot-bottom li a{
	color: #fff;
} 

.foot-bottom li a:hover{
	color: #000;
} 

.foot-bottom li img{
	width: 42px;
} 

.foot-bottom p {
	text-transform: uppercase;
}

.foot-bottom .logo {
	text-align: right
}

.foot-bottom .logo img {
	width: 300px;
}

.foot-bottom .text-subvencion {
	font-size: 10px;
	margin-top: 5px;
	text-transform: none;
}

@media (max-width: 991px){
	.foot-bottom {
		text-align: center;
	}
	
	.foot-bottom .logo447 {
		margin-top: 30px;
		text-align: center
	}
	
	.foot-bottom .logo {
		text-align: center
	}
	
	.foot-bottom .text-subvencion {
		text-align: center;
	}
}

@media (max-width: 365px){
	.foot-bottom .logo img {
		width: 200px;
	}
}

.circle-top-foot {
	width: 260px;
	right: 0;
	left: 0;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	z-index: 10;
}

.circle-top-foot img {
	width: 130px;
	margin-top: 10px;
	margin-left: 3px;
}

.circle1{
  position: relative;
  display: block;
  margin: 2em 0;
  background-color: transparent;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 75px;
}

.circle1:after{
	display: block;
	height: 0;
	border-radius: 50%;
	content: "";
	margin: 0 auto;
}

.circle1:after{
	padding-bottom: 60%;
	width: 60%;
}

.circle1 h3 {
	margin-top: 10px;
	font-size: 12px;
}

.circle1 h3 span{
	font-weight: 700;
}


.circle1:after{
  background-color: #fff;
  box-shadow: 0 0 0 15px rgba(230, 217, 221, 0.9),  0 0 0 30px rgba(126, 48, 61, 0.3);
}

.circle__inner {
	width: 100%;
	color: #fff;
	position: absolute;
	top: 20%;
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	z-index: 20;
}

/*----------------------------------------------------------------------------*/
/* TRANSLATOR*/
/*----------------------------------------------------------------------------*/
.translator select {
	color: #000;
}

.goog-te-combo {
	display: none;
}

.skiptranslate {
	display: none;
}





ul.sublist-foot {
    margin-left: 10px;
}





.legal-list ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.legal-list ul li {
    width: auto !important;
    list-style: none;
    display: inline-block;
    padding: 0 10px 0 10px;
}

.legal-list ul li a{
    font-size: 14px !important;
}

/*//////    POPUP   //////////////////////////////////////////////////////////*/
.popup {
    position: fixed;
    z-index: 999999;
    background: rgba(0,0,0,0.5);
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup.closed {
    display: none;
}

.box-img-blackfriday {
    padding: 0px 18vw;
}

.box-img-blackfriday img {
    width: 100%;
}

@media (max-width: 575px) {
    .box-img-blackfriday {
        padding: 0px 5vw;
    }
}

#close {
    background: transparent;
    width: 30px;
    height: 30px;
    font-size: 32px;
    float: right;
    border-radius: 50%;
    transform: translate(50%, 50%);
    border: 0;
}

