	/*header*/
	.header{
		background-image: url(../images/header/franja-header.png);
		float: left; 
		width: 100%;
	}
	.waymark{
		cursor: pointer;
		width: 70px;
	}
	
.list-group li{
    float: left;
    padding: 0;
    text-align: center;
    list-style: none;
}

.list-group-fix li{
    float: left;
    padding: 0;
    text-align: center;
    line-height: 50px;
    list-style: none;
	cursor: pointer;
}
	.logoContacto{
		padding: 30px;
		max-width: 400px;
	}
	
	.logoContacto img{
		max-width: 250px; 
		display: block; 
		margin: 0 auto;
	}

	.logo img{
		max-height: 80px;
		/* margin: 0 0; */
		/* line-height: 53px; */
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
	}

	.formHeader{
		background: url(../images/contacto/fondo-formulario_01.png);
		padding: 30px;
		border-radius: 5% 5% 0 0;
		max-width: 400px;
		margin: 0 auto;
		background-size: 100% 100%;
	}

.formBody{
	
	background: #e6e7e8;
    padding: 30px;
    max-width: 400px;
    margin: 0 auto;
}
.
	.contMenu{
		min-height: 120px;
	}
	.menu{
		height: 100%;
		min-height: 120px;
	}

	.menu > ul{
		bottom: -4px;
		position: absolute;
		padding: 0;
		margin: 0;
	}
	
	#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background: rgba(255, 255, 255, 0.6); 
    color: white; 
    cursor: pointer; 
    padding: 5px; 
    border-radius: 10px;
	width: 105px;

	}

	#myBtn img{
		
		width: 60%;
	}

	#mapaMatriz
	{
	/*width: 87%;
    height: 85%;
    margin: 7%;*/
    border-radius: 100%;
	}
	
	#mapaMatrizSmall
	{
	/*width: 87%;
    height: 85%;
    margin: 7%;*/
    border-radius: 100%;
	}
	
	.row{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.titulos{
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.titulos img{
		width: 100%; 
		margin-bottom: 15px;
	}

	section{
		float: left;
	}

	.nosotros div{
		padding: 0; 
		margin-bottom: 10px;
	}

	.input-group-addon{
		background: #084f76;
		color: #fff;
	}
	
  .squareLg { 
    position: relative;
    text-align: center;
    width: 100%;
	margin: 0 auto;
	display: block;
  }
	
	

  .squareLg:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
	
	.square { 
    position: relative;
    text-align: center;
    width: 70%;
	margin: 0 auto;
	display: block;
  }

	.empresaNombreXs::before{
	content: " ";
    background-image: url(../images/contacto/empresa.png);
    position: relative;
    padding: 6px 14px;
    left: -7px;
    background-size: 100% 100%;
	}
	
	.empresaNombre::before{
	content: " ";
    background-image: url(../images/contacto/empresa.png);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 100px;
    background-size: 100% 100%;
	}
	/*direccion footer*/
	.direccionXs::before{
	content: " ";
    background-image: url(../images/contacto/empresa.png);
    position: relative;
    padding: 6px 14px;
    left: -7px;
    background-size: 100% 100%;
	}
	
	.direccion::before{
	content: " ";
    background-image: url(../images/contacto/empresa.png);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 100px;
    background-size: 100% 100%;
	}
	/*telefono footer*/
	.telefonoXs::before{
	content: " ";
    background-image: url(../images/contacto/empresa.png);
    position: relative;
    padding: 6px 14px;
    left: -7px;
    background-size: 100% 100%;
	}
	
	.telefono::before{
	content: " ";
    background-image: url(../images/contacto/empresa.png);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 100px;
    background-size: 100% 100%;
	}
	/*correo footer*/
	.correoXs::before{
	content: " ";
    background-image: url(../images/contacto/empresa.png);
    position: relative;
    padding: 6px 14px;
    left: -5px;
    background-size: 100% 100%;
	}
	
	.correo::before{
	content: " ";
    background-image: url(../images/contacto/empresa.png);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 100px;
    background-size: 100% 100%;
	}
	
	
	.infoEmpresaXs li{
	text-align: center;
    margin: 5px;
    line-height: 30px;
    height: 30px;
	}
	
	.infoEmpresa li{
    margin: 15px;
    line-height: 30px;
    height: 30px;
	}

  .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

  .content {
    position: absolute;
    width: 100%;
    height: 100%;
    
    font-size: 2em;
    padding-top: 20%;
  }

	#menuXhidden{
		width: 100%;
	}

	#menuXhidden div{
		width: 100%;
		position: fixed;
		background: #fff; 
		text-align: center; 
		z-index: 10;
	}
	
	#menuXhidden div ul{
    position: fixed;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: rgba(97, 94, 94, 0.6);
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
	width: 90%;
	margin-left: 5%;
	}

	.servicio figure{
		padding-bottom: 15px;
	}

	.separador{
		margin-bottom: 15px; 
		margin-top: 15px;
	}
	
	.seccionactive{
		background: #002059; 
		color: #fff; 
		font-weight: bold; 
		border-radius: 10px;
	}
	
	#BtnsRedes{
    position: fixed; 
    bottom: 20px; 
    left: 30px; 
    z-index: 99;
    border: none; 
    outline: none; 
    background: rgba(255, 255, 255, 0.6); 
    color: white; 
    cursor: pointer; 
    padding: 5px; 
    border-radius: 10px; 	
	}
	
	

	.redesH{
		min-height: 120px;
	}

	.redes{
		position: absolute; 
		bottom: 0;
	}


	
#myBtn:hover {
    background-color: #555; 
}

.btnEnviar{
	padding: 20px;
    background-color: #084d89;
    max-width: 400px;
	border-radius: 0 0 10px 10px;
	margin: 0 auto;
	display: block;
}

.btnEnviar input{
	background: url(../images/contacto/boton-enviar.png);
	width: 100px;
	height: 30px; 
	background-size: 100% 100%; 
	border: 0; 
	padding: 0;
	display: block;
	margin: 0 auto;
}

.btnEnviar input:hover{
	background: url(../images/contacto/boton-enviar-hover.png);
	width: 100px;
	height: 30px; 
	background-size: 100% 100%; 
	border: 0; 
	padding: 0;
	display: block;
	margin: 0 auto;
}

.margen-mapa{
	background: url(../images/contacto/circulo-mapa.png);
	background-size: 100% 100%
}

.mapaMatriz{
	left: 0;
	right: 0;
	width: 84%;
	height: 105%;
	bottom: 0%;
	border-radius: 100%;
	top: -15%;
	margin: 0 auto;
}

.infoEmpresaXs{
	display: block; 
	margin: 0 auto; 
	list-style: none;
	font-weight: bold; 
	color:blue;
}

.infoEmpresa{
	font-size: 16px;
	font-weight: bold; 
	color:#084d89;
	list-style: none;
}

.mapaMatrizXs{
	background: url(../images/contacto/circulo-mapa.png); 
	background-size: 100% 100%
}

footer{
	float: left; 
	width: 100%; 
	background: url(../images/footer/fondo-footer.png); 
	background-size: 100% 100%; 
	height: 200px;
}

@media (min-width:576px){.hidden-sm-up{display:none!important}}