html {
	position: relative;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
body {
	background: #d4d4d4;
	font-size: 15px;
	color: #000000;
	font-family: arial;
}
.container {
	width: 80%;
	background-color: #fff;
	padding: 0;
}
header {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
header .logo {
	padding: 20px 0 20px 30px;
}
header .logo a {
	text-decoration: none;
	outline: none;
}
header .logo a img {
	width: 200px;
}
header .menu {
	float: right;
	margin: -40px 0 0 0;
}
header .menu ul {
	list-style: none;
}
header .menu ul li {
	display: inline-block;
	margin-right: 40px;
}
header .menu ul li a {
	text-decoration: none;
	outline: none;
	font-size: 16px;
	color: #000;
	background: none;
	padding: 10px 5px 21px 5px;
}
header .menu ul li a:hover,
header .menu ul li a.active {
	background: #e63f23;
	color: #fff;
}
.divider {
	border: none;
	height: 1px;
	background: #e63f23;
}
.services {
	padding: 20px;
	margin: 0 auto;
	text-align: center;
}
.services .row {
	margin-bottom: 30px;
}
.services .row:last-child {
	margin-bottom: 0;
}
.services a {
	text-decoration: none;
	outline: none;
}
.services img {
	width: 100%;
	max-height: 125px;
}
.services p {
	position: relative;
	z-index: 2;
	display: block;
	background: #e63f23;
	width: 100%;
	margin: -5px auto;
	text-align: center;
	padding: 2px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.services a:hover p {
	background: #2952bb;
}
.services-rotate {
	margin: 10px auto;
	width: 100%;
	max-width: 210px;
	height: 150px;
	position: relative;
	perspective: 1000;
}
.services-rotate #carrusel3d {
	width: 100%;
	max-width: 200px;
	height: auto;
	position: absolute;
	transform-style: preserve-3d;
	animation: rotation 15s infinite linear;
}
.services-rotate #carrusel3d:hover {
	animation-play-state: paused;
}
.services-rotate #carrusel3d figure {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 20px;
	background: transparent;
	overflow: hidden;
	border: none; 
}
.services-rotate #carrusel3d figure:nth-child(1) {
	transform: rotateY(0deg) translateZ(288px);
}
.services-rotate #carrusel3d figure:nth-child(2) {
	transform: rotateY(40deg) translateZ(288px);
}
.services-rotate #carrusel3d figure:nth-child(3) {
	transform: rotateY(80deg) translateZ(288px);
}
.services-rotate #carrusel3d figure:nth-child(4) {
	transform: rotateY(120deg) translateZ(288px);
}
.services-rotate #carrusel3d figure:nth-child(5) {
	transform: rotateY(160deg) translateZ(288px);
}
.services-rotate #carrusel3d figure:nth-child(6) {
	transform: rotateY(200deg) translateZ(288px);
}
.services-rotate #carrusel3d figure:nth-child(7) {
	transform: rotateY(240deg) translateZ(288px);
}
.services-rotate #carrusel3d figure:nth-child(8) {
	transform: rotateY(280deg) translateZ(288px);
}
.services-rotate #carrusel3d img {
	-webkit-filter: grayscale(0);
	cursor: pointer;
	transition: all .5s ease;
}
.services-rotate #carrusel3d img:hover {
	-webkit-filter: grayscale(0);
	transform: scale(1.2,1.2);
}
@keyframes rotation {
	from  {
		transform: rotateY(0deg);
	}
	to {
		transform: rotateY(360deg);
	}
}
.description {
	padding: 20px;
}
.description p {
	padding: 5px;
	font-size: 16px;
}
.pre-contact {
	padding: 20px;
	text-align: center;
}
.pre-contact p {
	font-size: 32px;
	color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
}
.pre-contact a {
	background: #e63f23;
	color: #fff;
	border-radius: 6px;
	font-size: 22px;
	padding: 5px 25px 5px 25px;
	text-decoration: none;
	outline: none;
}
.pre-contact a:hover {
	background: #2952bb;
}
.pre-contact img {
	width: 250px;
}
.contact {
	padding: 30px;
}
.contact h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 25px;
	color: #2952bb;
	font-weight: 700;
}
.contact .map {
	width: 100%;
	min-height: 300px;
	height: auto;
	border: 5px solid rgba(230, 63, 35, 0.7);
}
.contact address {
	margin: 20px 0 30px 0;
	text-align: left;
}
.contact address p {
	font-size: 17px;
	color: #555;
}
.contact .cont-info {
	margin: 15px 0 -100px 0;
}
.contact .cont-info p {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 17px;
	color: #555;
	font-weight: bold;
}
.contact .cont-info p span {
	font-weight: normal;
	font-size: 18px;
}
.contact form {
	margin: 15px 0 0 0;
	width: 100%;
	border: none;
}
.contact form label {
	display: block;
	font-size: 16px;
	color: #666;
}
.contact form label.error {
	margin-top: -20px;
	font-size: 13px;
	color: red;
	float: right;
}
.contact form input[type=text],
.contact form input[type=email],
.contact form textarea {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 5px;
}
.contact form textarea {
	min-height: 80px;
}
.contact form input[type=submit] {
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px;
	background: #e63f23;
	color: #fff;
	border: none;
	font-size: 18px;
	cursor: pointer;
	outline: none;
}
.contact form input[type=submit]:hover {
	background: #2952bb;
}
.page_errors {
	padding: 30px;
	text-align: center;
}
.page_errors h1 {
	font-size: 80px;
	color: #e63f23;
}
.page_errors h3 {
	font-size: 30px;
	color: #e63f23;
}
.page_errors p {
	margin: 55px 0 -30px 0;
	font-size: 20px;
	color: #666;
}
.emps {
	display: block;
	text-align: center;
	margin: 150px 0 0 0;
	padding: 0;
}
.emps div {
	display: inline-block;
	width: 10%;
	margin: 50px 35px 0 0;
	padding: 0;
}
.emps div img {
	width: 120px;
}
footer {
	background-image: url("../images/imagen_faldon.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 10px;
	padding: 0;
	text-align: center;
}
footer .bg {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: auto;
	margin: 0;
}
footer a {
	text-decoration: none;
	outline: none;
	color: #fff;
	font-size: 18px;
	margin-right: 50px;
	line-height: 3;
}
footer a:hover {
	color: #e63f23;
	text-decoration: none;
	outline: none;
}
footer address {
	color: #fff;
	font-size: 18px;
	line-height: 3;
}
footer .phones {
	font-size: 25px;
	color: #fff;
}
footer .phones span {
	padding: 0 15px 0 15px;
}
footer .social {
	background: #fff;
	padding: 0;
	width: 25%;
	margin: 30px auto;
	text-align: left;
}
footer .social a {
	text-decoration: none;
	outline: none;
	color: #000;
	font-size: 22px;
	margin: 0 0 0 35px;
	padding: 0;
}
footer .social a:hover {
	color: #e63f23;
}
.copyright {
	text-align: center;
	font-size: 14px;
	color: #777;
	margin: 30px 0 25px 0;
}
.cookies {
	display: none;
	position: fixed;
	bottom: 0;
	background: #e63f23;
	padding: 10px 5px 5px 15px;
	color: #fff;
	z-index: 5;
	width: 100%;
	text-align: left;
}
.cookies a {
	color: #fff;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
.cookies a:hover {
	text-decoration: underline;
}
.cookies button {
	float: right;
	margin-right: 15px;
	margin-top: -2px;
	border: none;
	color: #fff;
	min-width: 150px;
	background: #eb654e;
}
.cookies button:hover {
	background: #2952bb;	
}

/* RESPONSIVE */
@media screen and (max-width: 678px) {
	.services {
		max-width: 200px;
	}
	.emps {
		display: block;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.emps div {
		display: inline-block;
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0;
	}
	.emps div img {
		width: 120px;
		height: auto;
	}
}
@media screen and (min-width: 200px) and (max-width: 1024px) {
	.container {
		padding: 0;
		width: 100%;
		overflow: hidden;
	}
	.navbar-toggle {
		display: block;
		position: relative;
		width: 100%;
		padding: 5px 5px 10px 5px;
		margin: 0;
		background-color: #eb654e;
		background-image: none;
		border: none;
		border-radius: 0;
		border-color: transparent;
		text-align: center;
		cursor: pointer;
	}
	.navbar-toggle:focus {
		outline: none;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		margin: 0 auto;
	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 5px;
		background-color: #fff;
	}
	.navbar-default .navbar-toggle {
		border-color: transparent;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
	  background-color: transparent !important;
	}
	.navbar-default .navbar-toggle .icon-bar {
	  background-color: #fff;
	}
	header .logo {
		padding: 20px;
		text-align: center;
	}
	header .logo a img {
		width: 100%;
		max-width: 180px;
		height: auto;
	}
	header .menu {
		display: none;
		float: inherit;
		margin-top: 38px;
	}
	header .menu ul li {
		display: block;
		padding: 10px;
		text-align: center;
	}
	header .menu ul li:last-child {
		padding-bottom: 0;
	}
	header .menu ul li a {
		text-decoration: none;
		outline: none;
		font-size: 18px;
		padding: 15px;
		color: #000;
		background: none;
	}
	header .menu ul li a:hover,
	header .menu ul li a.active {
		background: none;
		color: inherit;
	}
	.divider {
		border: none;
		height: 3px;
		background: #eb654e;
	}
	.services {
		padding: 0;
		margin: 20px auto;
		text-align: center;
	}
	.services .row {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.services a {
		text-decoration: none;
		outline: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.services img {
		width: 100%;
		max-width: 350px;
		height: auto;
	}
	.services p {
		position: relative;
		z-index: 2;
		display: block;
		background: #e63f23;
		width: 100%;
		max-width: 350px;
		height: auto;
		margin: -5px auto;
		margin-bottom: 15px;
		text-align: center;
		padding: 2px;
		font-size: 18px;
		color: #fff;
		text-transform: uppercase;
	}
	.services a:hover p {
		background: #2952bb;
	}
	.description {
		padding: 20px;
		margin-bottom: 0;
	}
	.description p {
		padding: 5px;
		font-size: 16px;
	}
	.pre-contact {
		padding: 20px;
		text-align: center;
	}
	.pre-contact p {
		font-size: 28px;
		color: #333;
		margin-top: 0;
		margin-bottom: 25px;
	}
	.pre-contact a {
		background: #e63f23;
		color: #fff;
		border-radius: 6px;
		font-size: 22px;
		padding: 5px 25px 5px 25px;
		text-decoration: none;
		outline: none;
	}
	.pre-contact a:hover {
		background: #2952bb;
	}
	.pre-contact img {
		width: 100%;
		max-width: 250px;
		height: auto;
		margin-top: 35px;
	}
	.contact {
		padding: 15px;
	}
	.contact hr {
		display: none;
	}
	.contact h1 {
		margin: 25px 0 10px 0;
		padding: 0;
		font-size: 22px;
		color: #2952bb;
		font-weight: 700;
	}
	.contact .map {
		width: 100%;
		min-height: 300px;
		height: auto;
		border: 5px solid rgba(230, 63, 35, 0.7);
	}
	.contact address {
		margin: 20px 0 20px 0;
		text-align: left;
	}
	.contact address p {
		font-size: 17px;
		color: #555;
	}
	.contact .cont-info {
		margin: 15px 0 0 0;
	}
	.contact .cont-info p {
		margin: 15px 0 0 0;
		padding: 0;
		font-size: 17px;
		color: #555;
		font-weight: bold;
	}
	.contact .cont-info p span {
		font-weight: normal;
		font-size: 18px;
	}
	.contact form {
		margin: 0;
		width: 100%;
		border: none;
	}
	.contact form label {
		display: block;
		font-size: 16px;
		color: #666;
	}
	.contact form label.error {
		margin-top: -20px;
		font-size: 13px;
		color: red;
		float: right;
	}
	.contact form input[type=text],
	.contact form input[type=email],
	.contact form textarea {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		padding: 5px;
	}
	.contact form textarea {
		min-height: 80px;
	}
	.contact form input[type=submit] {
		display: block;
		width: 100%;
		text-align: center;
		padding: 5px;
		background: #e63f23;
		color: #fff;
		border: none;
		font-size: 18px;
		cursor: pointer;
		outline: none;
	}
	.contact form input[type=submit]:hover {
		background: #2952bb;
	}
	.page_errors {
		padding: 10px;
		text-align: center;
	}
	.page_errors h1 {
		font-size: 40px;
		color: #e63f23;
	}
	.page_errors h3 {
		font-size: 20px;
		color: #e63f23;
	}
	.page_errors p {
		margin: 25px 0 0 0;
		font-size: 16px;
		color: #666;
	}
	footer {
		background-image: url("../images/imagen_faldon.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		margin-top: 10px;
		padding: 10px;
		text-align: center;
	}
	footer a {
		display: block;
		text-decoration: none;
		outline: none;
		color: #fff;
		font-size: 18px;
		margin-right: 0;
		margin-bottom: 15px;
		line-height: 2;
	}
	footer a:hover {
		color: #e63f23;
		text-decoration: none;
		outline: none;
	}
	footer address {
		color: #fff;
		font-size: 15px;
		line-height: 1.5;
	}
	footer .phones {
		font-size: 25px;
		color: #fff;
		margin-bottom: 15px;
	}
	footer .phones span {
		display: block;
		padding: 0 15px 0 15px;
	}
	footer .social {
		background: #fff;
		padding: 0;
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	footer .social a {
		text-decoration: none;
		outline: none;
		color: #000;
		font-size: 22px;
		margin: 0 20px 0 0;
		text-align: center;
		padding: 0;
		display: inline-block;
	}
	footer .social a:hover {
		color: #e63f23;
	}
	.copyright {
		text-align: center;
		font-size: 13px;
		color: #777;
		margin: 30px auto;
		width: 70%;
	}
	.cookies {
		position: fixed;
		bottom: 0;
		background: #e63f23;
		padding: 10px 5px 5px 15px;
		color: #fff;
		z-index: 5;
		font-size: 13px;
		width: 100%;
		text-align: left;
	}
	.cookies a {
		color: #fff;
		text-decoration: none;
		outline: none;
		font-weight: bold;
	}
	.cookies a:hover {
		text-decoration: underline;
	}
	.cookies button {
		float: inherit;
		display: block;
		margin-right: 0;
		margin-top: 5px;
		border: none;
		color: #fff;
		width: 100%;
		height: auto;
		line-height: 2;
		background: #eb654e;
	}
	.cookies button:hover {
		background: #2952bb;	
	}
}