.top-info{
	background-color: #f2f2f2;
	padding: 7px 0;
	font-size: 13px;
}
.top-info ul{
	margin-bottom: 0 !important;
}
.top-info ul li{
	vertical-align: middle;
}
.top-info ul li a{
	color: inherit;
}
.languages-links a{
	color: #FFF !important;
	padding: 3px 10px;
	display: inline-block;
	font-size: 13px;
}
.languages-links a:first-child{
	background-color: #99051e;
}
.languages-links a:last-child{
	background-color: #c50a27;
}
header .navbar-default{
	/* padding: 15px 0; */
	border-bottom: 5px solid #e1e1e1;
}
header .navbar-right, header .navbar-toggle{
	/*margin-top: 17px;*/
}
.navbar-nav > li > a{
	text-transform: uppercase;
	padding: 35px 15px !important
}
.navbar-nav > li.active a{
	box-shadow: 0 6px 0 #9a0419;
}
header .dropdown-menu{
	box-shadow: none;
	border: 1px solid #fff;
}
header .dropdown-menu a{
	padding: 8px 20px;
}
header .dropdown-menu a:hover{
	color: #9D0516;
}
.center{
	margin:0 auto;
}
.carousel-control{
	width: 65px;
	height: 65px;
	background-color: transparent;
	border: 1px solid #fff;
	opacity: 1;
	top: 50%;
	margin-top: -33px;
	text-shadow:none;
	font-size: 40px;
	-webkit-transition: ease all .2s; /* Safari */
    transition: ease all .2s;
    z-index: 999;
}
.carousel-control.right,
.carousel-control.left{
	background-image: none;
}
.carousel-control:hover{
	background-color: #9D0516;
	color: #fff;
	-webkit-transition: ease all .2s; /* Safari */
    transition: ease all .2s;
}
.carousel .item img{
	min-width: 100%;
}
.carousel .item{
	overflow: hidden;
}
.carousel .carousel-caption
{
	bottom: 25%;
	width: 100%;
	left: 0;
	right: 0;
	font-family: 'Montserrat', sans-serif !important;
}
.monserrat{
	font-family: 'Montserrat', sans-serif !important;
	padding: 15px 0;
}
section{
	position: relative;
}
.triangle-divider{
	position: absolute;
	width: 100%;
	bottom:-1px;
	z-index: 99;
	margin-top: -130px;
}
.cirlcles-imgs{
	padding: 45px 0;
}
.item-circle .text-info{
	font-size: 27px;
	color: #454545;
	font-family: 'Montserrat', sans-serif;
}
.item-circle .text-info strong{
	display: block;
	font-size: 35px;
	margin-top: -2px;
}
.bg-hover-img{
	position: relative;
}
.bg-hover-img a .hover{
	position: absolute;
	z-index: 10;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: ease all .2s; /* Safari */
    transition: ease all .2s;
}
.bg-hover-img a:hover .hover{
	opacity: 1;
	-webkit-transition: ease all .2s; /* Safari */
    transition: ease all .2s;
}
.section-bg-empresa{
	background-image: url('../img/banner-2.jpg');
	background-size: cover;
	color: #fff;
	position: relative;
}
.overlay-div{
	background-color: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position: absolute;

	-ms-transform: skew(-15deg); /* IE 9 */
    -webkit-transform: skew(-15deg); /* Chrome, Safari, Opera */
    transform: skew(-15deg);
}
.section-bg-empresa p{
	font-size: 19px;
	font-weight: 300;
	text-align: center;
}
.section-services{
	padding: 35px 0 55px 0;
}
.nopadding{
	padding: 0;
}
.item-service a{
	display: block;
}
.item-service a .text-info{
	position: absolute;
	top: 0%;
	text-align: center;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	width: 100%;
	padding: 10px;
	font-size: 19px;
	-webkit-transition: ease all .2s; /* Safari */
    transition: ease all .2s;
}
.item-service a:hover .text-info{
	height: 100%;
	top: 0;
	padding-top: 38%;
	vertical-align: middle;
	-webkit-transition: ease all .2s; /* Safari */
    transition: ease all .2s;
}
.item-service a .text-info .btn{
	margin-top: 5px;
	display: none;
	-webkit-transition: ease all .2s; /* Safari */
    transition: ease all .2s;
}
.item-service a:hover .text-info .btn{
	display: inline-block;
	-webkit-transition: ease all .2s; /* Safari */
    transition: ease all .2s;
}
.item-service{
	padding: 1px;
}
.item-service img{
	min-width: 100%;
}
.banner-bg{
	padding: 35px 0;
	background-image: url('../img/banner.jpg');
	background-size: cover;
	color: #fff;
}
.section-blog-index{
	padding: 45px 0;
}
.section-galeria{
	background-image: url('../img/diagonal-noise_@2x.png'); 
	background-repeat: repeat;
}
.gallery-item{
	padding: 20px;
}
.bottom-info-contact{
	background-image: url('../img/acero.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.tab-link{
	color: #fff;
	display: block;
	font-size: 35px;
	text-align: center;
	padding: 15px 0;
}
.tab-link:hover{
	color: #fff;
	background-color: rgba(255,255,255,.1);
}
.tab-link.active, .content-tabs{
	background-color: rgba(255,255,255,.4);
}
.content-tabs{
	padding: 5% 0;
	font-size: 25px;
	text-align: center;
}
.tab-content{
	display: none;
}
.tab-content:first-child{
	display: block;
}
footer{
	background-color: #000;
	padding: 35px 0;
	text-align: center;
	color: #fff;
	position: relative;
}
.scrollTop{
	position: absolute;
	top: 0;
	right: 10%;
}
.btn-default{
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.btn-default:hover{
	background-color: rgba(255,255,255,.2);
	border: 1px solid #fff;
	color: #fff;
}
.content-toggle-info{
	background-color: #f2f2f2;
	padding: 30px;
	color: #3F3F3F;
	font-size: 16px;
	margin:5%;
}
.content-toggle-info p{
	font-size: 17px;
	margin: 20px;
}
.content-toggle-info div{
	display: none;
	border:1px solid #808080;
}
.content-toggle-info div:first-child{
	display: block;
}
.list-clean{
	list-style: none;
}
.list-clean li{
	margin: 8px ;
	font-size: 18px;
}
.list-clean i{
	color: #a8011b;
}
.pattern-nosotros-bg{
	background-image: url('../img/gearspattern.jpg');
	padding: 2% 0;
}
.ribbon{
	background-image: url('../img/iconos-09.png');
	width: 120px;
	height: 152px;
	position: absolute;
	top: -1px;
	left: 5%;
}
.politicas-list{
	width: 50%;
	margin: 0 auto;
}
.certificates{
	padding-bottom: 25px;
}
.title-row{
	color:#fff;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 15px;
	background: #250001; /* Old browsers */
	background: -moz-linear-gradient(left, #250001 0%, #93050c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#250001), color-stop(100%,#93050c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #250001 0%,#93050c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #250001 0%,#93050c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #250001 0%,#93050c 100%); /* IE10+ */
	background: linear-gradient(to right, #250001 0%,#93050c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#250001', endColorstr='#93050c',GradientType=1 ); /* IE6-9 */
}
.title-row.black{
	background: #1E1E1E;
}
.cert-item{
	padding: 5px;
}
.team-section{
	background-image: url('../img/footer_lodyas.png');
	padding: 15px;
	color: #fff;
}
#mapa2{
	height: 400px;
}
.entrada-item{
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 15px 0;
}
.title-row.red{
	background: #c30636;
}
.category-list{
	position: relative;
	top: -28px;
}
.category-list li a{
	padding: 15px 20px;
	background-color: #fff;
	color: 424242;
	border: 1px solid #fff;
	display: block;
}
.category-list li a.active{
	border: 1px solid #a6051f;
	color: #a6051f;
}
.item-gallery{
	margin: 5px 0;
}
#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}