body,html{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #404040;
	position: relative;
}
html{
	height: 100%;
	width: 100%;
}
/* Top */
.top{
	width: 100%;
	height: auto;
	background: #FFF;
	display: inline-block;
	border-bottom-style: solid;
	border-bottom-color: #8b8a8a;
	border-bottom-width: 1px;
	font-weight: 600;
	font-size: 0.9rem;
	position: relative;
}
.top .logo{
	margin-top: 35px;
	display: inline-block;
}
.slide{
	padding-right: 0px;
	padding-left: 0px;
	background: #FFF;
	position: relative;
	z-index: 1000;
}
.slide .item{
	width:100%;
	background-size: 100% 100%;
	position: relative;
}
.slide .item h1{
	line-height: 0.2;

}
.slide-titulo-white{
	color: #FFF;
	font-weight: 600;
	text-align: center;
	font-size: 1.2rem;
}
.caption {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -28px;
}
/* MENU */

.menu{
	text-align: right;
}
.menu ul{
	margin-top: 15px;
	float: left !important;
	list-style: none;
	padding-left: 0px;
}
.menu ul li{
	float: left;
}
.menu li a {
    position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	color: #bf1d2d;
	text-decoration: none;
	line-height: 20px;
	display: block;
	margin-right: 0px;
	-webkit-transition: background 0.5s, color 0.5s; /* Safari */
    transition: background 0.5s, color 0.5s;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.menu li a:hover {
    color: #4295d1;
    background: #bf1d2d;
    color: #FFF;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.menu .active{
	color: #4295d1;
    border-bottom-style: solid;
    border-bottom-color: #4295d1;
    border-bottom-width: 3px;
}
.menu .active a{
	color: #4295d1;

}
.menu .active a:hover{
	border-bottom-style: none;
    border-bottom-color: #4295d1;
    border-bottom-width: 3px;

}
/* Conozcanos */
.conozcanos{
	background: #efeeee;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #404040;
	font-weight: 500;
	font-size: 1.1rem;
	position: relative;
	display: inline-block;
}
.conozcanos p {
    margin: 0 0 20px;
}
.conozcanos h2{
	font-weight: 600;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-image: url("../img/decoracion-titulo.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
}
.conozcanos h4{
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.bloque-mvv {
	background: #FFF;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 0;
}
.bloque-mvv h4{
	background: #bf1d2d;
	width: 100%;
	color: #FFF;
	padding: 15;
	margin-bottom: 0;

}
.bloque-mvv p{
	padding: 15;
}
/* Publicidad */
.publicidad{
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
	background: transparent;
	overflow: hidden;
	display: inline-block;
	width: 100%;

}
.publicidad .texto{
	position: absolute;
	left: 0;
	text-align: center;
	color: #FFF;
    margin-left: 0;
    width: 100%;
    top:50%;
}
.publicidad .texto{
		margin-top: -28;
	}
.publicidad .texto h1{
	font-size: 1.2rem;
	line-height: 0.2;
}
.imagen-fondo{
		position: fixed;
    left: 0;
		top: 0;
    width: 100%;
    height: 100%;
		background-image: url("../img/imagen-paralax01.jpg");
		background-repeat: no-repeat;
		background-position: center;
}
.imagen-red{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
    background-image: url("../img/red-parallx.png");
    background-repeat: no-repeat;
		background-position: center;
}

/* Servicios */
.servicios{
	background: #FFF;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #404040;
	font-weight: 500;
	position: relative;
	display: inline-block;
}
.servicios h2{
	font-weight: 600;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-image: url("../img/decoracion-titulo.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
}
.servicios ul{
	list-style: none;
	padding-left: 0;
}
.servicios ul h3{
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 18px;
}
/*Titulo 1*/
.servicios ul .titulo{
	color: #404040;
	border: 1px solid #bebfc1;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FFF;
}
.servicios ul .titulo i{
	color: #0065b1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bebfc1;
	padding-right: 18px;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-right: 18px;
}
.icono{
	display: none;
}
.servicios ul .titulo .chevron{
	color: #0065b1;
	padding-right: 0px;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-left: 0px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #bebfc1;
	float: right;
	margin-right: 0px;
}
/*Titulo 2*/
.servicios ul .titulo2{
	color: #FFF;
	border: 1px none #bebfc1;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #0065b1;
}
.servicios ul .titulo2 i{
	color: #FFF;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #bebfc1;
	padding-right: 18px;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-right: 18px;
}
.servicios ul .titulo2 .chevron{
	color: #FFF;
	padding-right: 0px;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-left: 0px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #bebfc1;
	float: right;
	margin-right: 0px;
}
.servicios .texto{
	background: #f5f5f5;
	padding: 30px;
	display: none;
}
.chd{
	display: none
}
/* Contacto */
.contacto{
	background: #efeeee;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #404040;
	font-weight: 500;
	font-size: 1.1rem;
	position: relative;
	display: inline-block;
	background-image: url("../img/image-footer.jpg");
	background-repeat: no-repeat;
	background-position: center 380;

}
.contacto h2{
	font-weight: 600;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-image: url("../img/decoracion-titulo.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
}
.contacto-g{
	width: 100%;
	position: relative;
}
.mapa-g{
	width: 100%;
	height: 225px;
	background: #CCC;
	margin-bottom: 30px;
}
.image-footer{
	background-image: url("../img/image-footer.jpg");
	width: 100%;
	height: 500px;
}
.contacto-form{
	background: #FFF;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 60px;
	padding-left: 60px;
	min-height: 525px;
}
.contacto-form h2{
	font-weight: 600;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-image: url("../img/decoracion-titulo.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.form-horizontal .control-label {
    padding-top: 0px;
    margin-bottom: 3;
    margin-top: 10px;
    text-align: left;
}

.form-horizontal input, .form-horizontal textarea {
	background: #f5f5f5;
	border-style: none;
}

.form-horizontal .bt-enviar {
	background: #0065b1;
	border-style: none;
	color: #FFF;
	margin-top: 10px;
}
.returnTop{
	background-image: url("../img/azul24.png");
	background-repeat: repeat;
    background-position: top;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: #FFF;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    font-size: 2.5rem;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    display: none;
}
.datos-footer{
	color: #FFF;
	width: 100%;

	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	margin-top: 60px;
}
.datos-footer a{
	color: #FFF;
	text-decoration: underline;
}
.datos-footer a:hover{
	text-decoration: none;
}
.alerta{
	color:#f00;
	font-size: 0.8rem;
	font-weight: 400;
}
.mfinal{
	margin-top: 10px;
	display: none;
}
.captcha{
	margin-top: 30px;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	/* Top */
	.top{
		height: 130px;
		font-size: 1.25rem;
	}
	/* Menu */
	.menu ul{
		margin-top: 40px;
		margin-bottom: 0px;
		float: right !important;
		padding-left: auto;
	}
	.menu li a {
	    position: relative;
		padding-right: 15px;
		padding-left: 15px;
	}
	/* Slide */
	.slide .item h1{
		line-height: 0.5;
	}
	.slide-titulo-white{
		font-size: 2.5rem;
	}
	.caption {
		margin-top: -42px;
	}
	/* Conozcanos */
	.conozcanos{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	/* Servicios */

	.servicios{
		/*padding-top: 80px;*/
		padding-bottom: 80px;
	}
	.servicios ul .titulo{
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	/*Titulo 2*/
	.servicios ul .titulo2{
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	/* Publicidad */
	.publicidad .texto{
		margin-top: -53;
	}
	.publicidad .texto h1{
		font-size: 3.3rem;
		line-height: 0.8;
	}
	/* Servicios */
	.servicios ul h3{

		font-size: 24px;
	}
	.icono{
		display: inline-block;;
	}
	/* Contacto */

	.contacto-form{


	}
	.datos-footer{
/*
		width: 760px;
		left:50%;
		margin-left:-380;
		bottom: 25px;
		*/
		font-size: 1.8rem;

	}
}

@media (min-width: 992px) {
	/* Slide */
	.slide .item h1{
		line-height: 0.8;
	}
	.slide-titulo-white{
		font-size: 3rem;
	}
	.caption {
		margin-top: -58px;
	}
	/* Conozcanos */
	.conozcanos{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.bloque-mvv {
		min-height: 190px;
		margin-bottom: 0px;
		margin-top: 30;
	}
	/* Servicios */

	.servicios{
		/*padding-top: 100px;*/
		padding-bottom: 100px;
	}

	/* Publicidad */
	.publicidad .texto{
		margin-top: -71;
	}
	.publicidad .texto h1{
		font-size: 3.3rem;
		line-height: 1;
	}
	.mapa-g{
		height: 606px;
		margin-bottom: 0px;
	}
}

@media (min-width: 1200px) {
	/* Slide */
	.slide-titulo-white{
		font-size: 4rem;
	}
	.caption {
		margin-top: -70px;
	}
	/* Conozcanos */
	.conozcanos{
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.bloque-mvv {
		min-height: 170px;
	}

	/* Publicidad */

	.publicidad .texto{
		margin-top: -90;
	}
	.publicidad .texto h1{
		font-size: 4.3rem;
		line-height: 1.1;
	}
}
