body{
	background: #f7f7f7;
}

/*-- BANNERS --*/

.screen-md{
	display: none;
}

.screen-sm{
	display: none;
}

.screen-xs{
	display: none;
}


/*-- DESCRIPCIÓN MARCA --*/

#bg-header{
	width: 100%;
	height: auto;
	margin-top: 68px;
}

div section{
	padding: 30px;
	margin-bottom: 20px;
}

#img-bg section .marca img{
	margin: auto;
}

#img-bg section .marca{
	margin-top: 20px;
	text-align: center;
}

#img-bg #titular .texto p{
	font-weight: bold;
}

/*-- FUEGO --*/

#img-bg section div .titular-f{
	font-size: 2em;
	color: #e0b624;
	margin-left: 10px;
	text-transform: uppercase;
}

	/*-- SEGURIDAD --*/
#img-bg section div .titular-s{
	font-size: 2em;
	color: #042455;
	margin-left: 10px;
	text-transform: uppercase;
}

	/*-- INSPECCION --*/
#img-bg section div .titular-i{
	font-size: 2em;
	color: #56a1d3;
	margin-left: 10px;
	text-transform: uppercase;
}


/*-- FICHAS --*/

div section .productos{
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}

div section .productos .ficha{
	width: 85%;
	height: 500px;
	background: #f7f7f7;
	padding: 15px;

	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;

	-webkit-box-shadow: 1px 1px 15px -2px rgba(0,0,0,0.68);
	-moz-box-shadow: 1px 1px 15px -2px rgba(0,0,0,0.68);
	box-shadow: 1px 1px 15px -2px rgba(0,0,0,0.68);

	transition: all ease .5s;
}

div section .productos .ficha:hover{
	transition: all ease .5s;
	transform: scale(1.04);

	/*-webkit-box-shadow: 1px 1px 15px -2px rgba(15,44,120,1);
	-moz-box-shadow: 1px 1px 15px -2px rgba(15,44,120,1);
	box-shadow: 1px 1px 15px -2px rgba(15,44,120,1);*/
}

div section .productos .ficha a{
	text-decoration: none;
}

div section .productos .ficha img{
	margin: auto;
}

/*-- TITULOS FUEGO --*/

div section .productos .ficha .title-f{
	font-size: 1.6em;
	color: #e0b624;
	text-align: center;
}

div section .productos .ficha .subtitle-f{
	color: #042455;
	font-size: 1.4em;
	text-align: center;
}

/*-- TITULOS SEGURIDAD --*/


div section .productos .ficha .title-s{
	font-size: 1.6em;
	color: #042455;
	text-align: center;
}

/*-- TITULOS INSPECCION --*/


div section .productos .ficha .title-i{
	font-size: 1.6em;
	color: #56a1d3;
	text-align: center;
}

/*-- TEXTO FICHAS --*/

div section .productos .ficha p{
	color: #042455;
	font-weight: bold;
	text-align: center;
}

/*-- BOTON CES --*/

.botones{
	width: 100%;
	margin-top: 30px;
	text-align: center;
	display: inline-block;
}

.botones .btn-ces{
	background: #042455;
	/*background: #fff;*/
	color: #fff;
	font-weight: bold;
	text-align: center;

	display: inline-block;
	padding: 8px 10px;

	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;

	/*border-radius: 34px 34px 34px 34px;
	-moz-border-radius: 34px 34px 34px 34px;
	-webkit-border-radius: 34px 34px 34px 34px;
	border: 0px solid #000000;*/
}

.botones .btn-ces:hover{
	color: #e6e6e6;
	transition: .5s all ease;
}

.botones .btn-ces .icon-triangle-right{
	margin-left: 5px;
}


/*-- RESPONSIVE --*/

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

	/*-- BANNERS--*/

	.screen-lg{
		display: none;
	}

	.screen-md{
		display: initial;
	}
}

@media screen and (max-width:767px){
	div section .productos .ficha{
	width: 50%;
	display: block;
	margin: auto;
	}
}

@media screen and (max-width: 717px){
	div section .productos .ficha{
	width: 70%;
	display: block;
	margin: auto;
	}
}

@media screen and (max-width: 677px){
	/*-- BANNERS--*/
	.screen-md{
		display: none;
	}

	.screen-sm{
		display: initial;
	}
}

@media screen and (max-width: 500px){
	div section .productos .ficha{
	width: 100%;
	display: block;
	margin: auto;
	}

	div section{
	padding: 0;
	margin-bottom: 20px;
	}

	div section .productos{
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 490px){
	/*-- BANNERS--*/
	.screen-sm{
		display: none;
	}

	.screen-xs{
		display: initial;
	}
}