﻿/*--------TEMPLATE y HELPERS--------*/
/*61be1a*/
/*Media querys*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media(max-width:767px){}
/* Small devices (tablets, 768px and up) */
@media(min-width:768px){}
/* Medium devices (desktops, 992px and up) */
@media(min-width:992px){}
/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px){}

/*REGLAS GENERALES PLANTILLA*/

@media(max-width:767px){

}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}

/* 300/400/600/700 */

@font-face {
    font-family: 'Human Roman';
    src: url('../fonts/humanist-777-bt-1361500798-webfont.eot');
    src: url('../fonts/humanist-777-bt-1361500798-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/humanist-777-bt-1361500798-webfont.woff2') format('woff2'),
         url('../fonts/humanist-777-bt-1361500798-webfont.woff') format('woff'),
         url('../fonts/humanist-777-bt-1361500798-webfont.ttf') format('truetype'),
         url('../fonts/humanist-777-bt-1361500798-webfont.svg#humnst777_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Human Bold';
    src: url('../fonts/humanist-777-bold-bt-1361500812-webfont.eot');
    src: url('../fonts/humanist-777-bold-bt-1361500812-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/humanist-777-bold-bt-1361500812-webfont.woff2') format('woff2'),
         url('../fonts/humanist-777-bold-bt-1361500812-webfont.woff') format('woff'),
         url('../fonts/humanist-777-bold-bt-1361500812-webfont.ttf') format('truetype'),
         url('../fonts/humanist-777-bold-bt-1361500812-webfont.svg#humnst777_btbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Human Light';
    src: url('../fonts/humanist-777-light-bt-1361500795-webfont.eot');
    src: url('../fonts/humanist-777-light-bt-1361500795-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/humanist-777-light-bt-1361500795-webfont.woff2') format('woff2'),
         url('../fonts/humanist-777-light-bt-1361500795-webfont.woff') format('woff'),
         url('../fonts/humanist-777-light-bt-1361500795-webfont.ttf') format('truetype'),
         url('../fonts/humanist-777-light-bt-1361500795-webfont.svg#humnst777_btlight') format('svg');
    font-weight: 200;
    font-style: normal;

}

body, html {
	width:100%;
	/*font:'Human Roman', sans-serif;*/
	font-size:16px;
	overflow-x:hidden;
	font-family: "Trebuchet MS", Arial;
}

@media(max-width:767px){
	body, html {
		font-size:12px;
	}	
}

@media(min-width:768px) and (max-width:991px){
	body, html {
		font-size:14px;
	}
}

@media(min-width:992px) and (max-width:1199px){
	body, html {
		font-size:16px;
	}	
}

* {
	/*-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;*/
}

/*GENERAL*/

.compartir {
	margin-bottom: 20px;
}


.compartir img{
	margin-left: 15px;
	display: inline-block;
}

.arrow-left-red {
	/*font-family:'Human Bold',"Trebuchet MS",sans-serif;*/
	font-weight:bold;
	color:#666;
	font-size:12px;
	border:none;	
	padding:12px 15px 12px 35px;
	background:url("../img/arrow-left-red.png") no-repeat left 1px top 20px;
}

.arrow-right-red a{
	/*font-family:'Human Bold',"Trebuchet MS",sans-serif;*/
	font-weight:bold;
	color:#666;
	font-size:12px;
	border:none;	
	padding:12px 30px 12px 0px;
	background:url("../img/arrow-right-red.png") no-repeat right 1px top 17px;
}

.arrow-mini-right-red p {
	/*font-family:'Human Bold',"Trebuchet MS",sans-serif;*/
	font-weight:bold;
	color:#666;
	font-size:14px;
	border:none;	
	padding:12px 15px 12px 30px;
	background:url("../img/arrow-mini-right-red.png") no-repeat left 1px top 17px;
}

.arrow-down-red a {
	/*font-family:'Human Bold',"Trebuchet MS",sans-serif;*/
	font-weight:bold;
	color:#666;
	font-size:12px;
	border:none;	
	padding:12px 15px 12px 20px;
	background:url("../img/arrow-down-red.png") no-repeat left 1px top 17px;
}


header, footer, section {
	margin: 0 auto;
	width: 100%;	
}

section ul {
	list-style:square;
	margin-left: 20px;
}
ul.product-slider {
	list-style:none;
	margin-left: 0;
}

hr {
	border-color:#bbbbbb;
	padding:0;
}

.container-full > .row {
	
}

.clearfix {
	clear:both;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

h1, h2, h3, h4 {
	color:#000;
	/*font-family: 'Human Bold';*/
	font-weight:bold;
	padding:0;
	margin:0;
}

h1 {
	font-size:36px;
}

h2 {
	/*font-family: 'Human Bold',"Trebuchet MS",sans-serif;*/
	font-weight:bold;
	font-size:18px;
}

section.tituloseccion {
	background-color:#efefef;
	padding:30px 0 30px 0;
}

section.tituloseccion .migas {
	/*font-family: 'Human Bold',"Trebuchet MS",sans-serif;*/
	font-weight:bold;
	color:#666666;
	font-size:13px;
}

section.tituloseccion .migas ul {
	margin:0;
	padding: 0;
	list-style:none;
}

section.tituloseccion .migas ul li {
	display:inline-block;
}


section.tituloseccion .migas ul li a {
	/*font-family: 'Human Light',"Trebuchet MS",sans-serif;*/
	color:#a0a0a0;
	font-weight:300;
}

section.tituloseccion .migas ul li:after {
	content:' » ';
	color:#f10101;
}

section.tituloseccion .migas ul li:last-child:after {
	content:'';
}

section.tituloseccion a.arrow-left-red {
	display:block;
	font-size:16px;
	color:#999999;
	margin:5px 0 10px 0;
}

section.tituloseccion h1 {
	font-size:36px;
	color:#000;
	margin:25px 0 20px 0;
	font-weight:bold;
	text-transform: uppercase;
}

section.tituloseccion h1 + p {
	/*font-family: 'Human Bold',"Trebuchet MS",sans-serif;*/
	font-weight:bold;
	font-size:22px;
	color:#333;
}

section.tituloseccion h1 + p + p{
	/*font-family: 'Human Bold',"Trebuchet MS",sans-serif;*/
	font-weight:bold;
	font-size:22px;
	color:#333;
}

@media(max-width:767px){

	section.tituloseccion {
		text-align: center;
	}

	section.tituloseccion .migas,
	section.tituloseccion a {
		text-align: left;
	}

	section.tituloseccion h1 {
		font-size:32px;

	}
}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}

blockquote {
	margin:0;
	border:none;
	text-align:center;
}

@media(max-width:767px){
	body, html {
		font-size:14px;
	}
	h1 {
		padding:10px 0;
		font-size:24px;
	}
	h1 + p {
		font-size:14px;
	}
}

/*GENERAL*/
header {
	background-color:#FFF;
	padding:20px 0;
}

@media(max-width:767px){
	header {
		padding:10px 0 0 0;
	}
}

header .langmenu {
	/*font-family: 'Myriad',"Trebuchet MS",sans-serif;*/
	position:relative;
	top:-10px;
	padding-bottom:20px;
}

header .langmenu ul, header .smenu ul {
	padding:6px 0;
	margin:4px 0;
}

header .langmenu ul li, header .smenu ul li {
	display:inline-block;
	text-transform: uppercase; 
}

header .langmenu ul li a {
	font-size:12px;
	color:#a0a0a0;
}

header .langmenu ul li:after {
	color:#a0a0a0;
	content:' /';
	font-size:12px;
}

header .langmenu ul li:last-child:after {
	content:'';
}

header .langmenu ul li a:hover {
	color:#f10101;
	text-decoration:none;
}


header div#service-info { display: inline-block; position: absolute; text-align: right; vertical-align: middle; bottom: 10px; left: calc(45% - 100px); }
header div#service-info p.text { color: #000000; font-weight: bold; font-size: 12px; line-height: 16px; margin: 0; }
header div#service-info p.phone { margin: 0; }
header div#service-info p.phone img { margin-top: -5px; }
header div#service-info p.phone a { color: #dc0000; font-size: 24px; line-height: 28px; margin: 0; }
header div#service-info p.email { margin-bottom: 0;}
header div#service-info p.email a { color: #999999; font-weight: bold; font-size: 12px; line-height: 16px; margin: 0; cursor: pointer; }


@media(max-width:1024px){
    header div#service-info{
        display: none;
    }
}


header .smenu {
	margin-right:15px;
}

header .smenu a {
	/*font-family: 'Human Bold',"Trebuchet MS",sans-serif;*/
	font-weight:bold;
	font-size:14px;
	color:#666666;
}

header .smenu a:hover {
	color:#f10101;
}

header .smenu ul li a  {
	padding:0 8px;
}

header .smenu ul li a:hover {
	text-decoration:none;
	color:#f10101;
}

@media(max-width:767px){
	header .smenu {
		display:block;
		float:none !important;
		clear:both;
		width:100%;
		text-align:center;
	}
	header .smenu ul {
		margin:0 auto;
	}
	header .smenu ul li a  {
		padding:0 2px;
		font-size:12px;
	}

}

header .social img {
	opacity:0.4;
}

header .social img:hover{
	opacity:1;
}

@media(max-width:767px){
	.social  {
		display:none;
		position:absolute;
		top:22px;
		right:14px;
	}	

}

.mainmenu {
	background-color:#f10101;
	/*font-family: 'Human Bold',"Trebuchet MS",sans-serif;*/
	color:#FFF;
	font-weight:bold;
}

.mainmenu .navbar-default {
	background-color:transparent;
	border:none;
	margin:0 auto;
	text-align:center;
}

.mainmenu .navbar-default .navbar-nav {
	margin:0 auto;
	text-align:center;
}

.mainmenu .navbar-default .navbar-nav > li > a{
	color:#FFF;
}

.mainmenu .navbar-default .navbar-nav > li > a:hover {
	color:#FFF;
	opacity:0.8;
}

.mainmenu .navbar-default .navbar-nav > li.active > a{
	background-color:transparent;
	background: url('../img/menu-arrow.png') no-repeat center bottom;
}

.navbar-toggle{
	background-color:#FFF;
	border:1px solid transparent;
}

.navbar-toggle .icon-bar{

}

@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

@media(max-width:767px){
	.mainmenu .navbar-default .navbar-nav > li > a{
		font-size:14px;
		padding:8px auto;
		font-weight:normal;
	}
}

@media(min-width:768px){
	.mainmenu .navbar-default .navbar-nav > li > a{
		font-size:14px;
		padding:20px 10px;
		font-weight:normal;
	}
}

@media(min-width:992px){
	.mainmenu .navbar-default .navbar-nav > li > a{
		font-size:16px;
		padding:20px 15px;
		font-weight:bold;
	}
}

@media(min-width:1200px){
	.mainmenu .navbar-default .navbar-nav > li > a{
		font-size:18px;
		padding:23px 15px;
		font-weight:bold;
	}
}

body > div.content {
	background-color:#FFF;
}

footer {
	padding:20px 0;
	background-color:#1c1c1b;
	color:#FFF;
	font-size:13px;
}

footer a{
	padding:0 10px;
	color:#616160;
	text-decoration:underline;
}

footer a:hover{
	color:#FFF;
	text-decoration:underline;
}

footer h1 {
	color:#FFF;
	font-size:16px;
	margin:20px 0 5px 0;
}

footer ul {
	list-style-image:url('../img/ico-arrow-ul.png');
	list-style-position: outside;
	padding-left:10px;
}

footer ul li {
	padding:3px 0;
}

footer ul li a{
	font-size:14px;
	color:#999999;
	text-decoration:none;
	padding:0;
}

footer .enlaceseccion a {	
	color:#FFF;
	text-decoration: none;
}

footer .enlaceseccion a:hover {
	text-decoration: underline;
}

footer .menu ul {
	padding:0;
	margin:15px 0 0 0;
}

footer .menu ul li {
	list-style:none;
}

footer .menu ul li a{
	font-size:12px;
	color:#FFF;
	/*font-family: 'Human Bold',"Trebuchet MS",sans-serif;*/
	font-weight:bold;
	text-transform:uppercase;
}

footer .menu ul li a:hover {
	text-decoration:underline;
}


footer img.opacity {
	opacity:0.3;
}

footer .container .row:first-child{
	border-bottom:1px solid #2e2e2e;
	padding-bottom:20px;
}

footer .container .row:first-child img{
	margin-top:-10px;
}

footer .container .row + .row{
	padding:20px 0 0 0;
	font-size:13px;
	color:#616160;
	/*font-family: 'Human Light',"Trebuchet MS",sans-serif;*/
	font-weight:200;
}

footer .container .row + .row + .row img{
	margin-top:-10px;
	float:right;
}

footer .row:last-child a,
footer .row:last-child p{
	font-size:14px;
}

footer .row:last-child div:last-child {
	text-align:right;
}

footer .row:last-child div:last-child p:first-child a{
	padding:0 2px;
}

@media (max-width: 992px){
    footer {
    	font-size:12px;
    }
    footer .menu ul li {	
		padding:5px 0px;		
	}
	footer .menu ul li a {
		font-weight:normal;
	}
}

.subpie {
	background-color: #f10101;
	color:#FFF;
	padding:40px 0 0 0;
	position:relative;
	height:170px;
	font-size:15px;
}

.subpie .image img {
	display:block;
	position:absolute;
	top:-70px;
	height:200px;
}

.subpie h1{
	font-size:18px;
	text-transform: uppercase;
	color:#FFF;
	padding:10px 0;
}

@media (max-width: 992px){
	.subpie .image img {
		display:block;
		position:relative;
		top:0;
		height:200px;
	}

	.subpie {
		padding:20px 0 0 0;
		height:auto;
	}
}

@media (max-width: 767px){
	.subpie {
		padding:20px 0;
		height:auto;
	}

	footer h1 {	
		margin:0;
		padding: 5px 0;
	}

	footer h1 a {	
		text-transform: uppercase;
		font-size: 12px;
		/*font-family: 'Human Bold',"Trebuchet MS",sans-serif;*/
		font-weight:bold;
	}
}




.btn-default {
	/*font-family:'Human Bold',"Trebuchet MS",sans-serif;*/
	font-weight:bold;
	color:#FFF;
	font-size:14px;
	background-color:#000;
	border:none;
	text-transform:uppercase;
	padding:15px 50px 13px 20px;
	background:url("../img/but-arrow-mini.png") no-repeat right 15px top 20px #000;
	text-align:left;
}

.btn-default:hover {
	background-color:#f10101;
	color:#FFF;
}


.btn-default.btn-red {	
	background-color:#f10101;	
}

.btn-default.btn-red:hover {
	background-color:#000;
	color:#FFF;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.slider, .slidercontent {
	background-color:#efefef;	
}

.slider, .slidercontent, .slider, .slidercontent2 { 
	position: relative; 
	overflow: auto; 
	width:100%;
}

.slidercontent ul {
	margin:0;
}

.slidercontent ul li, .slidercontent2 ul li { 
	float: left; 
	list-style: none;
	background-size:cover !important;
	background-color:#efefef !important;	
	width:100%;
}

.slidercontent .content h2{
	color:#FFF;
	/*font-family: 'Human Roman',"Trebuchet MS",sans-serif;*/
	font-weight: bold;
} 

.slidercontrols {
	position:absolute;
	width:100%;
	top:50%;
}

.slidercontrols button {
	position:absolute;
	display:inline-block;
	height:40px;
	top:-20px;
	background-image:none;
	padding:12px;
}

@media(max-width:767px){
	.slider, .slidercontent, .slider, .slidercontent2 { 
		min-height:100px;
	}

	.slidercontent ul li, .slidercontent2 ul li { 
		height:200px; 
		background-size:contain !important;
		background-position:top center !important;
        box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.4);
	}

	#seccion5 .slidercontent ul li { 
		height:200px; 
	}

	.slidercontent .content {
		margin-top:0;
		text-align:center;
		margin-left:0;
		opacity:0.8;
	}
	.slidercontent .content h2{
		font-size:18px;
		line-height:26px;
		margin-top:15px;
		margin-bottom:20px;
        color: white;
	}
	.slidercontent .btn-default {
		padding:8px 40px 8px 10px;
		background:url("../img/but-arrow.png") no-repeat right 15px top 14px #000;
	}
	.slidercontrols .next {
		right:10px;
	}
	.slidercontrols .prev {
		left:10px;
	}
}

@media(min-width:768px){
	.slidercontent ul li, .slidercontent2 ul li { 
		height:320px;
	}
	.slidercontent .content {
		margin-top:70px;
		margin-left:25px;
		padding:0;
		margin-left:0;
		opacity:1;
	}
	.slidercontent .content h2{
		font-size:24px;
		margin-bottom:20px;
		line-height:30px;
	} 
	.slidercontrols .next {
		right:10px;
	}
	.slidercontrols .prev {
		left:10px;
	}
}

@media(min-width:992px){
	.slidercontent ul li, .slidercontent2 ul li { 
		height:400px; 
	}
	.slidercontent .content {
		margin-top:100px;
		margin-left:80px;
	}
	.slidercontent .content h2{
		font-size:28px;
		margin-bottom:20px;
		line-height:35px;
	} 
	.slidercontrols .next {
		right:10px;
	}
	.slidercontrols .prev {
		left:10px;
	}
}

@media(min-width:1200px){
	.slidercontent ul li, .slidercontent2 ul li { 
		height:485px; 
	}
	.slidercontent .content {
		margin-top:120px;
		margin-left:140px;
	}
	.slidercontent .content h2{
		font-size:32px;
		margin-bottom:40px;
		line-height:40px;
	} 
	.slidercontrols .next {
		right:10px;
	}
	.slidercontrols .prev {
		left:10px;
	}
}

@media(min-width:1400px){
	.slidercontent ul li, .slidercontent2 ul li { 
		height:560px; 
	}
	.slidercontent .content {
		margin-top:150px;
		margin-left:140px;
	}
	.slidercontent .content h2{
		font-size:32px;
		margin-bottom:40px;
		line-height:40px;
	} 
	.slidercontrols .next {
		right:50px;
	}
	.slidercontrols .prev {
		left:50px;
	}
}

.descargas {
	padding:40px 0 60px 0;
}

.descargas h1{
	font-size:24px;
	color:#f10101;
	margin-bottom:20px;
}

.descargas ul {
	margin:0;
}

.descargas ul li {
	list-style:none;
	border-bottom:1px solid #CCC;
	/*font-family:'Human Bold',"Trebuchet MS",sans-serif;*/
	font-weight:bold;
	color:#666;
	font-size:14px;
	padding:12px 15px 12px 20px;
	background:url("../img/arrow-down-red.png") no-repeat left 1px top 20px;
}

.descargas ul li span {
	font-size:12px;
	color:#999999;
	font-weight:normal;
	text-decoration:underline;
}

@media(max-width:767px){

	.descargas {
	padding:10px 0;
	}
}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}

.bx-wrapper { 
	display: inline-block;
	float:right;
	width: 100%; 
	height: auto; 
}

.bx-wrapper .bx-viewport { 
	box-shadow: none; 
	-webkit-box-shadow: none; 
	border: 0px; 
	left: 0px; 
	border: 1px solid #cdcdcd; 
}

.bx-wrapper .bx-viewport ul.product-slider > li { 
	padding: 0px;  
}

.bx-wrapper .bx-viewport ul.product-slider > li a.fancybox { 
	position: absolute; 
	margin: -30px 0px 0px 10px; 
	font-size: 0px; 
	background: url(../img/ampliar.png) no-repeat left top; 
	width: 23px; 
	height: 22px; 
}

.bx-wrapper .bx-controls-direction { 
	text-align: center; 
}

.bx-wrapper .bx-controls-direction a { 
	display:inline-block;
	z-index: 2; 
	width: 35px; 
	height: 35px; 
	bottom: 0px; 
	top: -16px; 
	position: relative;
	margin-top: -18px; 
	padding: 0px; 
	background-color:#999;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover { 
	background: url(../img/arrow-left-gallery.png) no-repeat center center #999999;
	left: auto;
	margin-right: 2px;
}

.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover { 
	background: url(../img/arrow-right-gallery.png) no-repeat center center #999999; 
	right: auto; 
}

@media(max-width:767px){
	.bx-wrapper {
		width: 100%; 
		height: auto; 
	}
}

@media(min-width:768px){

}

@media(min-width:992px){

}

@media(min-width:1200px){

}

/*POR QUE UNA GRUA ERREKA*/
#portada {

}

#portada .section2 {
	padding:20px 0;
	text-align:center;
}

#portada .section2 h2{
	font-size:24px;
	color:#f10101;
}

#portada .section2 h2+p{
	/*font-family:'Human Bold', sans-serif;*/
	font-weight:bold;
	color:#000;
	font-size:32px;
	padding:20px 0;
}

#portada .section2 .ficha {
	padding:10px 0;
}

#portada .section2 .ficha img {
	display:inline-block;
	margin-bottom:40px;
}

#portada .section2 .ficha h3{
	font-size:17px;
	margin-bottom:20px;
	line-height:25px;
	text-transform: uppercase;
}

#portada .section2 .ficha h3 + p{
	font-size:14px;
	line-height:20px;
	color:#333333;
}

#portada .section2 .ficha h3 + p a{
	color:#333;
	text-decoration:underline;
}

#portada .section2 .btn {
	margin-top:20px;
}

#portada .section3 {
	padding:20px 0;
}

#portada .section3 .ficha {
	background-color:#efefef;
	padding:40px 40px 10px 40px;
}

#portada .section3 .ficha img {

}

#portada .section3 .ficha h1 {
	/*font-family:'Human Roman', sans-serif;*/
	font-weight:normal;
	font-size:24px;
	color:#f10101;
	margin:20px 0;
}

#portada .section3 .ficha p{
	font-size:16px;
	color:#424242;
	min-height:70px;
}

#portada .section3 .ficha p:after{
	content: '"';
}
#portada .section3 .ficha p:before{
	content: '"';
}

#portada .section3 .row:last-child {
	padding:20px 0;
	text-align:center;
}

#portada .section4 {
	background-color:#efefef;
	padding:30px 0;
	text-align:center;
}

#portada .section4 h1 {
	font-size:32px;
	margin:10px 0 30px 0;
}

#portada .section4 .ficha {
	text-align:left;
}

#portada .section4 .ficha img {
	height:50px;
	margin:15px 0;
}

#portada .section4 .ficha h2 {
	color:#f10101;
	font-size:18px;
	/*font-family:'Human Ronam', sans-serif;*/
	font-weight:normal;
}

#portada .section4 .ficha h2 + p{
	padding:20px 0;
	font-size:18px;
	color:#333333;
}

#portada .section5 {
	padding:40px 0;
	text-align:center;
}

#portada .section5 h1{
	font-size:24px;
	color:#f10101;
}

#portada .section5 p{
	padding:20px 0;
	font-size:28px;
	/*font-family:'Human Bold', sans-serif;*/
	font-weight:bold;
	color:#000;
}

#portada .section5 {
	
}

@media(max-width:767px){

	#portada .section4 h1 {
		font-size: 28px;
		margin:10px 0;
	}

	#portada .section5 h1 {
		font-size: 22px;
	}

	#portada .section5 p {
		font-size: 22px;
	}
}

@media(max-width:550px){
    .slidercontent ul li, .slidercontent2 ul li {
        background-size: cover !important;
    }
}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}

/*POR QUE UNA GRUA ERREKA*/
#por-que-grua {
	
}

#por-que-grua .section1 {

}

#por-que-grua .section2 {
	padding: 40px 0;
}

#por-que-grua .section2 .row:first-child {
	text-align: center;

}

#por-que-grua .section2 h1,
#por-que-grua .section4 h1 {
	color:#f10101;
	font-size: 22px;
	/*font-family:'Human Roman', sans-serif;*/
	font-weight: normal;

}

#por-que-grua .section2 h1 + p,
#por-que-grua .section4 h1 + p,
#por-que-grua .section4 h1 + p + p {
	color:#333;
	font-size: 20px;
	font-family:'Human Bold',"Trebuchet MS",sans-serif;
	font-weight: bold;
	padding: 20px 0 0 0;
}

#por-que-grua .section2 {
	padding: 40px 0;
}

#por-que-grua .section2 .ficha {
	margin:40px 0 20px 0;
	padding-right: 50px;
}

#por-que-grua .section2 .ficha span {
	display: inline-block;
	font-size: 26px;
	color: #333;
	/*font-family:'Human Roman', sans-serif;*/
	font-weight: normal;
	margin-right: 10px;
}

#por-que-grua .section2 .ficha h2 {
	display: inline-block;
	color:#333;
	font-size: 30px;
	/*font-family:'Human Bold',"Trebuchet MS",sans-serif;*/
	font-weight: bold;	
}

#por-que-grua .section2 .ficha h2 + p {
	color:#333;
	font-size: 18px;
	/*font-family:'Human Roman', sans-serif;*/
	font-weight: normal;
	padding: 10px 0;
}

#por-que-grua .section4 {
	padding: 40px 0;
	background-color:#efefef;
	text-align: center;
}

#por-que-grua .section5 {
	
	padding:30px 0;
	text-align:center;
}

#por-que-grua .section5 h1 {
	font-size:32px;
	margin:10px 0 30px 0;
}

#por-que-grua .section5 .ficha {
	text-align:left;
}

#por-que-grua .section5 .ficha img {
	height:50px;
	margin:15px 0;
}

#por-que-grua .section5 .ficha h2 {
	color:#f10101;
	font-size:18px;
	/*font-family:'Human Ronam', sans-serif;*/
	font-weight:normal;
}

#por-que-grua .section5 .ficha h2 + p {
	padding:20px 0;
	font-size:18px;
	color:#333333;
}

#por-que-grua .section6 {
	background-color:#efefef;
	padding: 40px 0;
}

#por-que-grua .section6 .row{
	padding: 20px 0;
}

#por-que-grua .section6 h1 {
	font-size: 22px;
	color: #333;
}

#por-que-grua .section6 p {
	font-size: 18px;

}

#por-que-grua .section6 a {
	text-decoration: underline;
	color:#666;

}

#por-que-grua .section7 {
	background: url(../img/rojonegro-2600.jpg) repeat-y center;
	padding: 40px 0;
}

#por-que-grua .section7 h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
}

#por-que-grua .section7 h2 {
	color: #fff;
	font-size: 24px;
	/*font-family:'Human Ronam', sans-serif;*/
	font-weight:normal;
	padding: 20px 0 30px 0;
}

#por-que-grua .section7 h3 {
	color: #fff;
	font-size: 14px;
	font-weight:normal;
	padding: 10px 0;
	text-transform: uppercase;
}

#por-que-grua .section7 p {
	color: #fff;
	font-size: 14px;
	font-weight:normal;
}

#por-que-grua .section7 .col-sm-6:last-child{
	padding-left: 40px;
}


#por-que-grua .section8 {
	padding: 60px 0 10px 0;
	text-align: center;
}

#por-que-grua .section8 h1 {
	color:#f10101;
	font-size: 18px;
	/*font-family: 'Human Ronam', sans-serif;*/
	font-weight: normal;
	margin-bottom: 30px;
}

#por-que-grua .section8 p {
	color:#000;
	font-size: 28px;
	/*font-family: 'Human Bold',"Trebuchet MS",sans-serif;*/
	font-weight: bold;
}

#por-que-grua .section8 a {
	margin: 50px 0 0 0;
}

/*MOBIL*/
@media(max-width:767px){
	#por-que-grua .section2 {
		text-align: center;
	}

	#por-que-grua .section2 .ficha {
		margin:20px 0 10px 0;
		text-align: center;
		padding-right: 10px;
	}

	#por-que-grua .section4 {		
		padding: 10px;		
	}

	#por-que-grua .section5 {
		text-align:center;
	}

	#por-que-grua .section5 .ficha {
		text-align:center;
	}

	#por-que-grua .section5 .ficha img {
		display:inline-block;
	}

	#por-que-grua .section6 {
		text-align:center;
	}

	#por-que-grua .section7 {
		padding:0;
		background:none;
	}

	#por-que-grua .section7 h1 {
		font-size:32px;
	}

	#por-que-grua .section7 h2 {
		font-size:20px;
	}

	#por-que-grua .section7 .col-xs-12:first-child {
		padding-top:20px;
		padding-bottom:20px;
		background: #FF0000;
	}

	#por-que-grua .section7 .col-xs-12:last-child {
		background: #000;
		padding-top:20px;
		padding-bottom:20px;
		padding-left: 15px;
	}

	#por-que-grua .section8 p {
		font-size: 24px;
	}
}

@media(min-width:768px) and (max-width:991px){
	#por-que-grua .section2 .ficha {
		padding-right: 10px;
	}

}

@media(min-width:992px) and (max-width:1199px){

}

/*CATALOGO*/

#catalogo {

}

#catalogo .section2 {
	padding:60px 0;
}

#catalogo .section2 h1 {
	padding-top: 15px;
}

#catalogo .section2 h1 a{
	color:#333333;
	/*font-family:'Human Roman', sans-serif;*/
	font-weight:normal;
	font-size:30px;
	text-transform:uppercase;
}

#catalogo .section2 .items {
	padding-top:15px;
}

#catalogo .section2 .items a{
	color:#000;
	/*font-family:'Human Bold', sans-serif;*/
	font-weight:bold;
	font-size:14px;
	display:block;
	text-transform:uppercase;
	border-bottom:1px solid #c9c9c9;
	padding:5px 0;
	background:url('../img/arrow-mini-right-red.png') no-repeat bottom 12px right 2px;
}

#catalogo hr {
	padding:10px 0;
}

@media(max-width:767px){

	#catalogo .section2 h1 {
	padding-top: 25px;
	}

	#catalogo .section2 h1 a {		
		font-size: 28px;
	}
}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}

/*CATALOGO - CATEGORIA*/
#catalogo-categoria {

}

#catalogo-categoria .menu-catalogo{

}

#catalogo-categoria .menu-catalogo ul li,
#catalogo-categoria-ficha .menu-catalogo ul li{
	margin:20px 0 0 0;
	padding:0 20px;
	display:inline-block;	
	border-right:1px solid #ccc;
	height:90px;
}

#catalogo-categoria .menu-catalogo ul li:last-child,
#catalogo-categoria-ficha .menu-catalogo ul li:last-child{
	border-right:none;
}

#catalogo-categoria .menu-catalogo ul li a,
#catalogo-categoria-ficha .menu-catalogo ul li a {
	display:block;
	padding:0 20px 15px 20px;
	color:#333333;
	text-decoration:none;
	font-size:11px;
	text-transform: uppercase;
	
}

#catalogo-categoria .menu-catalogo ul li a img,
#catalogo-categoria-ficha .menu-catalogo ul li a img{
	display:inline-block;
	height:75px;	
}

#catalogo-categoria .menu-catalogo ul li a span,
#catalogo-categoria-ficha .menu-catalogo ul li a span{ 
	padding-left:10px;
}

#catalogo-categoria .menu-catalogo ul li.active a,
#catalogo-categoria-ficha .menu-catalogo ul li.active a{
	border-bottom:10px solid #f10101;
}

#catalogo-categoria .menu-catalogo ul li a:hover,
#catalogo-categoria-ficha .menu-catalogo ul li a:hover{
	opacity:0.8;
}

@media(max-width:767px){
	#catalogo-categoria .menu-catalogo ul {
		padding:0;
		margin:10px 0;
	}
	#catalogo-categoria .menu-catalogo ul li,
	#catalogo-categoria-ficha .menu-catalogo ul li{
		margin:0px 0 0px 0;
		padding:0;
		display:block;	
		border-right:none;
		border-bottom:1px solid #ccc;
		height:auto;
		background-color:#EEE;
	}
	#catalogo-categoria .menu-catalogo ul li a,
	#catalogo-categoria-ficha .menu-catalogo ul li a {
		display:block;
		padding:5px 20px 5px 20px;
		color:#333333;
		text-decoration:none;
		font-size:11px;
		text-transform: uppercase;
	}
	
	#catalogo-categoria .menu-catalogo ul li a img,
	#catalogo-categoria-ficha .menu-catalogo ul li a img{
		height:40px;
	}
	#catalogo-categoria .menu-catalogo ul li.active a,
	#catalogo-categoria-ficha .menu-catalogo ul li.active a{
		border-bottom:none;
		border-left:10px solid #f10101;
	}
}

@media(min-width:768px) and (max-width:991px){
	#catalogo-categoria .menu-catalogo ul li,
	#catalogo-categoria-ficha .menu-catalogo ul li{
		margin:15px 0 16px 0;
		padding:0 5px;
		height:69px;
	}
	#catalogo-categoria .menu-catalogo ul li a,
	#catalogo-categoria-ficha .menu-catalogo ul li a {
		padding:15px 10px 20px 5px;
	}
	#catalogo-categoria .menu-catalogo ul li a img,
	#catalogo-categoria-ficha .menu-catalogo ul li a img{
		height:50px;	
	}
}

@media(min-width:992px) and (max-width:1199px){
	#catalogo-categoria .menu-catalogo ul li,
	#catalogo-categoria-ficha .menu-catalogo ul li{
		margin:20px 0 16px 0;
		padding:0 10px;
		height:94px;
	}
	#catalogo-categoria .menu-catalogo ul li a,
	#catalogo-categoria-ficha .menu-catalogo ul li a {
		padding:15px 15px 20px 10px;
	}

}

#catalogo-categoria .section2 {
	padding:40px 0;
}

#catalogo-categoria .section2 h1{
	padding-bottom:20px;
	/*font-family:'Human Roman', sans-serif;*/
	font-weight:normal;
	font-size:18px;
	color:#f10101;
	text-transform: uppercase;
}

#catalogo-categoria .section2 p {
	color:#333;
	font-size:18px;
}

#catalogo-categoria .section3 {
	padding:10px 0 40px;
}

#catalogo-categoria .section3 .ficha {
	padding:50px 0 20px 0;
	border-bottom:1px solid #cccccc;
}

#catalogo-categoria .section3 .ficha h1 {
	font-size:30px;
	color:#333;
	text-transform: uppercase;
	margin-bottom:40px;
}

#catalogo-categoria .section3 .ficha h1+p {
	font-size:14px;
	color:#333;
}

#catalogo-categoria .section3 .ficha ul {
	list-style:none;
}

#catalogo-categoria .section3 .ficha ul li {
	display:inline-block;
	padding:5px 10px;
}

#catalogo-categoria .section3 .ficha .btn {
	margin-top:100px;
}

@media(max-width:767px){

	#catalogo-categoria .section3 .ficha h1 {
		margin-bottom:10px;	}

	#catalogo-categoria .section3 .ficha .btn {
	margin-top:0;
}
	
}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}


/*CATALOGO CATEGORIA FICHA*/
#catalogo-categoria-ficha {

}

#catalogo-categoria-ficha .section2 {
	background-color:#efefef;
	padding:0 0 40px 0;
}

#catalogo-categoria-ficha .section2 h1 {
	font-size:36px;
	text-transform: uppercase;
	color:#f10101;
	margin-bottom:20px;
}

#catalogo-categoria-ficha .section2 h1 + p {
	font-size:20px;
	color:#333333;
	/*font-family:'Human Bold', sans-serif;*/
	font-weight:bold;
}

#catalogo-categoria-ficha .section3 {
	padding:40px 0;
}

#catalogo-categoria-ficha .section3 h1 {
	font-size:18px;
	color:#f10101;
	text-transform:uppercase;
	padding-bottom:20px;
}

#catalogo-categoria-ficha .section3 p {
	font-size:18px;
	color:#333333;
	padding-bottom: 20px;
}


#catalogo-categoria-ficha .section4 {
	padding:40px 0;
	background-color: #efefef;
}


#catalogo-categoria-ficha .section4 h1 {
	font-size:30px;
	margin-bottom:20px;
}

#catalogo-categoria-ficha .section4 ul {
	margin:0;
}

#catalogo-categoria-ficha .section4 ul li {
	list-style:none;
	color:#333333;
	font-size:16px;
	padding:3px 0 3px 20px;
	background:url('../img/arrow-mini-right-red.png') no-repeat top 11px left 2px;
}
#catalogo-categoria-ficha .section6 {
	position:relative;
	bottom: 0;
	background-color:#efefef;
	padding:40px 0;
	text-align:center;
}

#catalogo-categoria-ficha .section6 h1 { 
	font-size:32px;
	text-transform: uppercase;
	padding-bottom:15px;
	color:#f10101;
}

#catalogo-categoria-ficha .section6 p {
	font-weight:bold;
	font-size:24px;
	color:#333;
	padding:20px 0;
}

@media(max-width:767px){
	#catalogo-categoria-ficha .section2 h1 {
	font-size:32px;
	}

	#catalogo-categoria-ficha .section2 p {
		padding-bottom: 20px;
	}

	#catalogo-categoria-ficha .section6 h1 { 
		font-size:28px;		
	}

	#catalogo-categoria-ficha .section6 p {	
		font-size:20px;	
	}
}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}


/*SECTORES REFERENCIAS*/

#sectores-referencias .section2 {
	padding:20px 0;
}

#sectores-referencias .section2 .ficha {
	margin:40px 0 20px 0;
}

#sectores-referencias .section2 .ficha:nth-child(2n+1) {
    clear: left;
}

#sectores-referencias .section2 .ficha h1 { 
	font-size:22px;
	padding-bottom:15px;
}

#sectores-referencias .section2 .ficha p {
	font-size:14px;
	color:#333;
}

#sectores-referencias .section2 .ficha a {
	display:inline-block;
	margin-top:10px;
	padding-right:30px;
	background:url('../img/arrow-right-red.png') no-repeat bottom 7px right 2px;
	color:#666;
	font-size:14px;
} 

@media(max-width:767px){

	#sectores-referencias .section2 .ficha a {	
		margin:0 0 35px 0;
	} 
}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}

/*SECTORES REFERENCIAS FICHA*/

#sectores-ficha .section2 {
	background-color:#efefef;
	padding:0 0 40px 0;
}

#sectores-ficha .section2 h1 {
	font-size:36px;
	text-transform: uppercase;
	color:#f10101;
	margin-bottom:20px;
}

#sectores-ficha .section2 h1 + p {
	font-size:20px;
	color:#333333;
	font-family:'Human Bold', sans-serif;
	font-weight:bold;
}

#sectores-ficha .section3 {
	padding:50px 0 0 0;
}

#sectores-ficha .section3 h1 { 
	font-size:22px;
	padding-bottom:15px;
	color:#f10101;
}

#sectores-ficha .section3 p {
	font-size:18px;
	color:#333;
}

#sectores-ficha .section4 {
	padding:10px 0 10px 0;
}

#sectores-ficha .section5 {
	position:relative;
	bottom:-40px;
	background-color:#efefef;
	padding:40px 0;
	text-align:center;
}

#sectores-ficha .section5 h1 { 
	font-size:32px;
	text-transform: uppercase;
	padding-bottom:15px;
	color:#f10101;
}

#sectores-ficha .section5 p {
	font-weight:bold;
	font-size:24px;
	color:#333;
	padding:20px 0;
}

#sectores-ficha .section5 .container { padding-bottom: 30px; }

@media(max-width:767px){
	
	#sectores-ficha .section2 h1 {
		font-size:32px;
	}

	#sectores-ficha .section2 p {
		padding-bottom: 20px;
	}


	#sectores-ficha .section5 h1 { 
		font-size:28px;		
	}

	#sectores-ficha .section5 p {	
		font-size:20px;	
	}

}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}

/*SOMOS ERREKA*/

#somos-erreka .section2 {
	padding: 50px 0 40px 0;
	text-align: center;
}

#somos-erreka .section2 h1 {
	padding-bottom: 50px;
	font-size: 25px;
	color: #f10101;
	/*font-family:'Human Ronam', sans-serif;*/
	font-weight: normal;
	line-height: 1.5;
}

#somos-erreka .section2 h2 {
	padding:10px 0;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;	
}

#somos-erreka .section2 p {
	padding:10px 0;
	font-size: 16px;
	color: #666;
}

#somos-erreka .section2 p:before {
	content:'“';
}

#somos-erreka .section2 p:after {
	content:'”';
}

#somos-erreka .section3 img {
	margin: 0 auto;
}

#somos-erreka .section4 {
	padding: 40px 0;
}

#somos-erreka .section4 h1 {
	color: #000;
	/*font-family:'Human Light', sans-serif;*/
	font-weight: 200;
}

#somos-erreka .section4 p {
	padding-top: 5px;
	font-size: 16px;
	color: #666;
	/*font-family:'Human Light', sans-serif;*/
	font-weight: 200;
}

/*MOBIL*/
@media(max-width:767px){
	
}

/*TABLET VERTICAL */
@media(min-width:768px){
	#somos-erreka .section4 h1 {
		padding-top:0;
		font-size: 20px;
	}
}

/*TABLET HORIZONTAL */
@media(min-width:992px){
	#somos-erreka .section4 h1 {
		padding-top:0;
		font-size: 28px;
	}

}

/*ESCRITORIO*/
@media(min-width:1200px){
	#somos-erreka .section4 h1 {
		padding-top:20px;
		font-size: 30px;
	}
}

/*SOPORTE-FAQ*/
#soporte-faq {

}

#soporte-faq .section2 {
	padding: 40px 0 120px 0;
}

#soporte-faq .section2 h1 {
	padding: 40px 0;
	font-size: 16px;
	color: #666;
	font-family:'Human Ronam', sans-serif;
	font-weight: normal;
	text-transform: uppercase;

}

#soporte-faq .section2 a.faq {
	font-size: 30px;
	color: #f10101;
}

@media(max-width:767px){

	#soporte-faq .section2 {
		padding: 20px 0 40px 0;
	}

	#soporte-faq .section2 a.faq {
		font-size: 24px;
	}

}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}

.faq-title{
    margin-top:100px;

    color: #66666a;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;

    padding-bottom: 20px;
}

@media(max-width:550px){
    .faq-title{
        margin-top: 50px;
    }
}

.faq-text{
    color: #000000;
    font-size: 18px;

    margin-bottom: 25px;
}


/*SOPORTE-FAQ-FICHA*/
#soporte-faq-ficha {

}

#soporte-faq-ficha .section1 {
	padding-bottom: 10px;
	
}

#soporte-faq-ficha .section2 {
	padding: 30px 0;		
}

#soporte-faq-ficha .section2 h1 {
	padding-bottom: 35px;
	font-size: 30px;
	color: #f10101;
	/*font-family:'Human Ronam', sans-serif;*/
	font-weight: normal;
}

#soporte-faq-ficha .section2 p {
	padding:10px 0;
	font-size: 16px;
	color: #666;	
}

#soporte-faq-ficha .section3 {
	padding: 0;
}


#soporte-faq-ficha .section4 {
	padding: 40px 0;
}

#soporte-faq-ficha .section4 ul {
}

#soporte-faq-ficha .section4 ul li {
	display: inline-block;
	text-decoration: none;
	list-style: none;
	margin-right: 20px;
}

#soporte-faq-ficha .section4 ul li:last-child {
	margin-right: 0;
}

@media(max-width:767px){

	#soporte-faq-ficha .section2 h1 {
		font-size: 26px;
	}

	#soporte-faq-ficha .section4 ul li{
		text-align: center;
		display:block;
		margin: 0 auto;
		padding: 15px 0;
	}

}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}

/*CONTACTO*/
#contacto {

}

#contacto .section2{
	margin:40px 0;
}

#contacto .section2 .container {
	padding-top:30px;
	padding-bottom:30px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

#contacto .section2 h1 {
	text-align:right;
	color:#f10101;
	font-size:32px;
}

#contacto .section2 a {
	color:#f10101;
	font-size:32px;
}

#contacto .section2 a:hover {
	color:#000;
}

#contacto .section2 a img {
	display:inline-block;
	padding:5px 20px 10px 0;
}

#contacto .section3 {
	padding:40px 0;
	text-align:left;
}

#contacto .section3 h1 {
	color:#f10101;
	font-size:32px;
}

#contacto .section3 h1 + p {
	color:#999;
	font-size:14px;
	font-weight:bold;
}


#contacto .section3 form {
	padding:30px 0;
}

#contacto .section3 label {
	color:#000;
	padding-top:10px;
}

#contacto .section3 input, #contacto .section3 select {
	height:45px;
}

#contacto .section3 input[type=checkbox] {
	height:auto;
}

#contacto .section3 span{
	color:#f10101;
	font-size:24px;
	position:relative;
	top:4px;
}

#contacto .section3 label span {
	position:absolute;
	top:-5px;
}

#contacto .section3 .alert{
	margin-top: 20px;
}
#contacto .section3 .alert h2{
	margin-bottom: 20px;
}

#contacto .section4 {
	margin-bottom:50px;
}

#contacto .section4 h1 {
	color:#f10101;
	font-size:32px;

	text-transform: uppercase;
}

#contacto .section4 h2 {
	text-transform: uppercase;
	color:#666;
	font-size:18px;
	padding:40px 0 15px 0;
}

#contacto .section4 p {
	font-weight:bold;
	color:#000;
}

#contacto .section4 p + p {
	padding:10px 0;
}

#contacto .section4 p abbr {
	color:#f10101;
	padding-right:5px;
	border-bottom:none;
}

@media(max-width:767px){

	#contacto .section2 h1 {
		text-align:left;
		font-size:28px;
	}

	#contacto .section2 a {
		font-size:24px;
	}

	#contacto .section2 a img {
		display:inline-block;
		padding:5px 20px 10px 0;
	}

	#contacto .section3 {
		padding:40px 0 10px 0;
	}
}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}

/*ACTUALIDAD*/

#actualidad .section2 {
	padding:20px 0;
}

#actualidad .section2 .row {
	padding:30px 0;
	border-bottom: #666 solid 1px;
}

#actualidad .section2 .row:last-child {
	border-bottom:none;
}

#actualidad .section2 img {
	margin: 0 auto;
}

#actualidad .section2 span {
	color:#f10101;
	font-size: 18px;
	font-weight: bold;
}

#actualidad .section2 h1{
	font-size: 28px;
	padding: 20px 0;	
}

#actualidad .section2 p {
	color:#666;
}

#actualidad .section2 a {
	padding-right:30px;
	background:url('../img/arrow-right-red.png') no-repeat bottom 7px right 2px;
	color:#666;
	font-size:14px;
}
@media(max-width:767px){
	#actualidad .section2 img {
		margin-bottom: 15px;
	}
}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}


/*ACTUALIDAD-FICHA*/

#actualidad-ficha .section1 {
	padding-bottom: 20px;
}

#actualidad-ficha .section2 {
	padding:20px 0;
}

#actualidad-ficha .section2 .row {
	padding:30px 0;
}

#actualidad-ficha .section2 img {

}

#actualidad-ficha .section2 span {
	color:#f10101;
	font-size: 18px;
	font-weight: bold;
}

#actualidad-ficha .section2 h1{
	font-size: 38px;
	padding: 20px 0;	
}

#actualidad-ficha .section2 p {
	color:#666;
}

#actualidad-ficha .descargas h1 {
	font-size:22px;
	padding-bottom:0;
}

#actualidad-ficha .descargas ul li span {
	font-size:12px;
	color:#999999;
}

@media(max-width:767px){
	#actualidad-ficha .section2 h1{
		font-size: 32px;
	}

}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}

/*EJEMPLOS*/

#ejemplos .section2 {
	padding:20px 0;
}

#ejemplos .section2 .ficha {
	margin:40px 0 20px 0;
}

#ejemplos .section2 .ficha:nth-child(2n+1) {
    clear: left;
}

#ejemplos .section2 .ficha h1 { 
	font-size:22px;
	padding-bottom:15px;
}

#ejemplos .section2 .ficha p {
	font-size:14px;
	color:#333;
}

#ejemplos .section2 .ficha a {
	display:inline-block;
	margin-top:10px;
	padding-right:30px;
	background:url('../img/arrow-right-red.png') no-repeat bottom 7px right 2px;
	color:#666;
	font-size:14px;
} 

@media(max-width:767px){

	#ejemplos .section2 .ficha a {
		margin:0 0 35px 0;
	} 
}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}

/*EJEMPLOS FICHA*/

#ejemplos-ficha .section2 {
	background-color:#efefef;
	padding:0 0 40px 0;
}

#ejemplos-ficha .section2 h1 {
	font-size:36px;
	text-transform: uppercase;
	color:#f10101;
	margin-bottom:20px;
}

#ejemplos-ficha .section2 h1 + p {
	font-size:20px;
	color:#333333;
	/*font-family:'Human Bold', sans-serif;*/
	font-weight:bold;
}

#ejemplos-ficha .section3 {
	padding:50px 0 0 0;
}

#ejemplos-ficha .section3 h1 { 
	font-size:22px;
	padding-bottom:15px;
	color:#f10101;
}

#ejemplos-ficha .section3 p {
	font-size:18px;
	color:#333;
}



#ejemplos-ficha .section3 ul li {	
}

#ejemplos-ficha .section3 ul li p {

}

#ejemplos-ficha .section3 ul li span {
	text-transform: uppercase;
	color:#f10101;
	font-size: 15px;
	/*font-family:'Human Bold', sans-serif;*/
	font-weight:bold;
}

#ejemplos-ficha .section4 {
	padding-bottom: 40px;
}

@media(max-width:767px){

	#ejemplos-ficha .section2 h1 {
	font-size:32px;
	}

	#ejemplos-ficha .section2 p {
		padding-bottom: 20px;
	}
}

}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}



/*SERVICOS*/

#servicios .section1 {
	padding-bottom: 20px;
}

#servicios .section2 {
	padding:20px 0;
}

#servicios .section2 .ficha {
	margin:40px 0 20px 0;
}

#servicios .section2 .ficha:nth-child(2n+1) {
    clear: left;
}

#servicios .section2 .ficha h1 { 
	font-size:22px;
	padding-bottom:15px;
}

#servicios .section2 .ficha p {
	font-size:14px;
	color:#333;
}

#servicios .section2 .ficha a {
	display:inline-block;
	margin-top:10px;
	padding-right:30px;
	background:url('../img/arrow-right-red.png') no-repeat bottom 7px right 2px;
	color:#666;
	font-size:14px;
} 

@media(max-width:767px){

	#servicios .section2 .ficha a {
		margin:0 0 35px 0;
	} 
}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}

/*SERVICIOS FICHA*/

#servicios-ficha .section2 {
	background-color:#efefef;
	padding:0 0 40px 0;
}

#servicios-ficha .section2 h1 {
	font-size:36px;
	text-transform: uppercase;
	color:#f10101;
	margin-bottom:20px;
}

#servicios-ficha .section2 h1 + p {
	font-size:20px;
	color:#333333;
	/*font-family:'Human Bold', sans-serif;*/
	font-weight:bold;
}

#servicios-ficha .section3 {
	padding:50px 0 0 0;
}

#servicios-ficha .section3 h1 { 
	font-size:22px;
	padding-bottom:15px;
	color:#f10101;
}

#servicios-ficha .section3 p {
	/*font-size:18px;
	color:#333;*/
}


#servicios-ficha .section3 ul li {	
}

#servicios-ficha .section3 ul li p {

}

#servicios-ficha .section3 ul li span {
	text-transform: uppercase;
	color:#f10101;
	font-size: 15px;
	/*font-family:'Human Bold', sans-serif;*/
	font-weight:bold;
}

#servicios-ficha .section5 {
	text-align: center;
	padding-bottom: 40px;
}

@media(max-width:767px){


	#servicios-ficha .section2 h1 {
	font-size:32px;
	}

	#servicios-ficha .section2 p {
		padding-bottom: 20px;
	}
}

}

@media(min-width:768px) and (max-width:991px){

}

@media(min-width:992px) and (max-width:1199px){

}

/*AVISO-LEGAL*/

#aviso-legal .section1{
	padding-bottom: 15px;
}

#aviso-legal .section2 {
	padding: 50px 0;
}

#aviso-legal .section2 h2 {	
	padding: 30px 0;
	font-size: 26px;
	color:#f10101;
	/*font-family: 'Human Roman';*/
	font-weight:normal;
}

#aviso-legal .section2 h2:first-child {
	padding: 0 0 30px 0;
}

#aviso-legal .section2 a {
	font-size: 15px;
	padding-bottom: 20px;
	color:#f10101;
}

/*COOKIES*/

/*AVISO-LEGAL*/

#cookies .section1{
	padding-bottom: 15px;
}

#cookies .section2 {
	padding: 50px 0;
}

#cookies .section2 h2 {	
	padding: 30px 0;
	font-size: 26px;
	color:#f10101;
	/*font-family: 'Human Roman';*/
	font-weight:normal;
}

#cookies .section2 h2:first-child {
	padding: 0 0 30px 0;
}

#cookies .section2 a {
	font-size: 15px;
	padding-bottom: 20px;
	color:#f10101;
}












/*ERRORPAGE*/
#errorpage .section2 {
	padding:40px 0 50px 0;
	text-align:center;
	font-size:14px;
}

#errorpage .section2 a{
	font-weight:bold;
	color:#666;
	/*font-family:'Human Bold',"Trebuchet MS",sans-serif;*/
}

#errorpage .section2 h2{
	color:#f10101;
	text-align:center;
	font-size:16px;
	/*font-family:'Human Bold',"Trebuchet MS",sans-serif;*/
	font-weight:bold;
	margin:30px 0 15px 0;
}

@media(min-width:768px){
	.texto2cols{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.texto2cols div div{
		display:inline-block;
	}
	.texto2cols h1{
		display:inline-block;
		break-after: avoid;
		-webkit-column-break-after: avoid;
		-moz-column-break-after: avoid;
		-ms-column-break-after: avoid;
		-o-column-break-after: avoid;
	}
	.texto2cols p{
		display:inline-block;
	}
}

/*COOKIEBAR*/
div#cookie-bar { background-color: #f10101; height: auto; padding-top:20px; }
div#cookie-bar p { font-size: 14px;text-align: center !important; padding: 0 20px; }
div#cookie-bar .cb-enable { background: url(../img/cookies-close.png) no-repeat left top; position:absolute; top:8px; right:8px ;}
div#cookie-bar .cb-enable:hover { opacity: .7; background: url(../img/cookies-close.png) no-repeat left top; }



/*HOME*/

.contacto-whatsapp{ color: #fb0021; font-size: 24px; font-weight: 700; float:right; line-height: 24px; letter-spacing: 0.9px;  margin: 0; margin-top: 5px; text-align: center; }

.contacto-whatsapp img { margin-top: -2px; }
.contacto-whatsapp span a { color: #f10101; }
.contacto-whatsapp a { text-transform: uppercase; }
.contacto-whatsapp .enlace-contacto { font-size: 14px; }
a.email-whatsapp { display: none;}
.enlace-contacto{display: none; }

@media(min-width:1024px){
    .contacto-whatsapp{ display: none; }
}

@media(max-width:768px){
    .logo{
        text-align: center;
    }

    .languages{
        float: left !important;
        text-align: center;
    }

    .languages ul {
        float: none !important;
        top:0;
        padding: 0;
    }
    .contacto-whatsapp{
        width: 100%;
        margin-botoom: 20px;
    }
    .enlace-contacto{
        clear: both;
        display: none;
    }

    a.email-whatsapp {
        display: block;
        color: #999999 !important;
        text-align: center;

        font-weight: bold;
        font-size: 12px;
        line-height: 16px;

        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: none;
    }

    header .langmenu{
        padding-bottom: 0;
        padding-top: 20px;
    }

    header .langmenu ul{
        margin: 0;
        padding: 0;
    }
}

@media(max-width:550px){
    .contacto-whatsapp{
        float:none;
    }
}


.categorias-home{
    padding: 0px 0 30px 0;
}
.categorias-title {
    color: #fb0021;
    font-family: "Trebuchet MS";
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.categorias-text {
    font-size: 32px;
    text-align: center;
    font-weight: 700;

    margin: 100px 0;
}

.categoria-familia{
    text-align: center;

    margin-bottom: 50px;
}

.categoria-familia p {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;

    text-align: center;

    padding-top: 15px;
}


/*CATALOGO*/

.consultanos{
    background-color: #222221;

    padding: 100px 0;
    text-align: center;
}

.consultanos h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    line-height: 55px;

    text-align: center;

    margin-bottom: 50px;
}


@media(max-width:768px){

    .categorias-home{
        padding: 50px 0 15px 0;
    }

    .categorias-text {
        margin: 50px 0;
    }

    .categorias-title {
        font-size: 30px;
    }

    .categorias-text {
        font-size: 24px;
    }

    .contacto-whatsapp{
        padding-bottom: 10px;
    }

    .consultanos{
        padding: 50px 0;
    }
}

