/*------- GENERAL -------*/
.container{
	margin-top: 30px;
}

.container section{
	position: relative;
}

.container section div{
	padding: 0;
	margin:0;
}

/* ------- BACKGROUND ------- */

.container-portada{
	width: 100%;
	height: 680px;
	position: relative;
	background-image: url(../imagenes/fondos/fondo_header.jpg);
	background-size: 140%;
	background-repeat: no-repeat;
	top: 0;
	margin-top: -18px;
	animation: movimiento 15s infinite linear alternate;
}

@keyframes movimiento{
	from{
			background-position: bottom left;
		}to{
			background-position: top right;
		}
}

.gradient{
	width: 100%;
	height: 100%;
	position: absolute;
	background: -webkit-linear-gradient(left,black,#000);
	opacity: 0.5;
}

.container-details{
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: auto;
	top: 0;
}

.details{
	width: 100%;
	max-width: 500px;
	position: relative;
	top: 180px;
	padding: 0 20px;
	color: #fff;
}

.details h5{
	font-size: 1.3em;
}

.details p{
	font-size: 1.2em;
}

.details .btn-mas{
	padding: 10px 20px;
	font-size: 16px;
	background: none;
	border-style: none;
	border:1px solid #fff;
	color: #fff;
	transition:background 300ms;
	cursor: pointer;
	text-decoration: none;
}

.details .btn-mas:hover{
	background: #fff;
	color: #000;
	text-decoration:none;
}


/*.bg_header{
	width: 100%;
	height: 100%;
	position: relative;
}

.bg_header img{
	width: 100%;
	height: auto;
	margin-top: 110px;
}

.bg_header .overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	background-color: rgba(20,20,20,.4);
}

.bg_header .overlay .text-overlay{
	color: #fff;
	position: absolute;
	font-family:sans-serif;
	font-weight:bold;
	font-size: 1.1em;
	width: 100%;
	top: 98.5%;
	left: 50%;
	transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	background: rgba(255,255,255,.5);
}*/

/* GENERAL */

.divisiones{
}

hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}



/* FUEGO Y GAS */

.divisiones .fuego-gas{
	background: #f3f3f3;
	overflow: hidden;
}

.divisiones section .fuego-gas .img-hr{
	display: none;
}

.divisiones .fuego-gas .title-division{
	margin: 10px;
}

.divisiones .fuego-gas .title-division h3{
	color: #e0b624;
	text-align: center;
}

.divisiones .fuego-gas .title-division p,
.divisiones .fuego-gas .title-division a{
	color: #8c8c8c;
}

.divisiones .fuego-gas .title-division a{
	font-weight: bold;
	text-decoration: none;
}

.divisiones .fuego-gas:hover{
	transition: all .5s ease;
	-webkit-box-shadow: -10px 14px 23px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -10px 14px 23px -6px rgba(0,0,0,0.75);
	box-shadow: -10px 14px 23px -6px rgba(0,0,0,0.75);
}


/* HUMO E INCENDIO */

.divisiones .humo-incendio{
	background: #f3f3f3;
}

.divisiones section .humo-incendio .img-hr{
	display: none;
}

.divisiones .humo-incendio .title-division{
	margin:10px;
}

.divisiones .humo-incendio .title-division h3{
	color: #c32127;
	text-align: center;
}

.divisiones .humo-incendio .title-division p,
.divisiones .humo-incendio .title-division a{
	color: #8c8c8c;
}

.divisiones .humo-incendio .title-division a{
	font-weight: bold;
	text-decoration: none;
}

.divisiones .humo-incendio:hover{
	transition: all .5s ease;
	-webkit-box-shadow: -10px 14px 23px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -10px 14px 23px -6px rgba(0,0,0,0.75);
	box-shadow: -10px 14px 23px -6px rgba(0,0,0,0.75);
}

/* SEGURIDAD */


.divisiones .seguridad{
	background: #f3f3f3;
}

.divisiones section .seguridad .img-hr{
	display: none;
}

.divisiones .seguridad .title-division{
	margin:10px;
}

.divisiones .seguridad .title-division h3{
	color: #192954;
	text-align: center;
}

.divisiones .seguridad .title-division p,
.divisiones .seguridad .title-division a{
	color: #8c8c8c;
}

.divisiones .seguridad .title-division a{
	font-weight: bold;
	text-decoration: none;
}

.divisiones .seguridad:hover{
	transition: all .5s ease;
	-webkit-box-shadow: -10px 14px 23px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -10px 14px 23px -6px rgba(0,0,0,0.75);
	box-shadow: -10px 14px 23px -6px rgba(0,0,0,0.75);
}

/* INSPECCION */


.divisiones .inspeccion{
	background: #f3f3f3;
	overflow: hidden;
}

.divisiones section .inspeccion .img-hr{
	display: none;
}

.divisiones .inspeccion .title-division{
	margin:10px;
}

.divisiones .inspeccion .title-division h3{
	color: #56a1d3;
	text-align: center;
}

.divisiones .inspeccion .title-division p,
.divisiones .inspeccion .title-division a{
	color: #8c8c8c;
}

.divisiones .inspeccion .title-division a{
	font-weight: bold;
	text-decoration: none;
}

.divisiones .inspeccion:hover{
	transition: all .5s ease;
	-webkit-box-shadow: -10px 14px 23px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -10px 14px 23px -6px rgba(0,0,0,0.75);
	box-shadow: -10px 14px 23px -6px rgba(0,0,0,0.75);
}


/*-- BANNER FAMEX --*/

.banner_famex .fondo-banner{
	display: block;
	margin: auto;
}


/*-- RESPONSIVE --*/

@media screen and (max-width: 1100px){
	.container-portada{
	background-size: 250%;
	animation: movimiento 25s infinite linear alternate;
	}


@media screen and (max-width: 991px){
	.divisiones section .fuego-gas,
	.divisiones section .humo-incendio,
	.divisiones section .seguridad,
	.divisiones section .inspeccion{
		height: 750px;
		margin-bottom: 15px;
	}

	.divisiones section .fuego-gas img,
	.divisiones section .humo-incendio img,
	.divisiones section .seguridad img,
	.divisiones section .inspeccion img{
		display: block;
		margin: auto;
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px){
	.divisiones section .fuego-gas,
	.divisiones section .humo-incendio,
	.divisiones section .seguridad,
	.divisiones section .inspeccion{
		height: auto;
		margin-bottom: 15px;
	}

	.divisiones section .fuego-gas .img-vr,
	.divisiones section .humo-incendio .img-vr,
	.divisiones section .seguridad .img-vr,
	.divisiones section .inspeccion .img-vr{
		display: none;
	}

	.divisiones section .fuego-gas .img-hr,
	.divisiones section .humo-incendio .img-hr,
	.divisiones section .seguridad .img-hr,
	.divisiones section .inspeccion .img-hr{
	display: block;
	margin: auto;
	}
}

@media screen and (max-width: 660px){
	.container-portada{
		background-size: 400%;
	}
}

@media screen and (max-width: 450px){
	.container-portada{
		background-size: 480%;
	}
}

@media screen and (max-width: 499px){
	.divisiones section .fuego-gas .img-vr,
	.divisiones section .humo-incendio .img-vr,
	.divisiones section .seguridad .img-vr,
	.divisiones section .inspeccion .img-vr{
		display: block;
	}

	.divisiones section .fuego-gas .img-hr,
	.divisiones section .humo-incendio .img-hr,
	.divisiones section .seguridad .img-hr,
	.divisiones section .inspeccion .img-hr{
	display: none;
	}
}