body, html{
	background-color:#fff !important;
}

.idioma{
	position:absolute;
	right:20px;
	top:20px;
	font-family: Compagnon;
	font-size:14px;
}

.idioma a{
	font-family: Compagnon;
	font-size:14px;
	color: #3a3a3a !important;
	text-decoration: none;
}

.logo{
	width: 150px;
}

.header{
	margin-top:30px;
	margin-bottom:30px;
}

.container{
	position:relative;
}

.navegacion{
	position:absolute;
	right:0;
	top:50px;
	 font-family: 'FuturaStencilICG';
	 color:#000000;
	 font-size:14px;
}

.navegacion a{
	 font-family: 'FuturaStencilICG';
	 color:#000000 !important;
	 font-size:16px;
	 padding-left:20px;
	 text-decoration: none !important;
}

.navegacion a:hover{
	 font-family: 'FuturaStencilICG';
	 color:#ff0000 !important;
	 font-size:16px;
	 padding-left:20px;
	 text-decoration: none !important;
}

.imagen{
	width:100%;
}

.texto-1, .texto-2{
	margin-left:auto;
	margin-right: auto;
	margin-top: 60px;
	width:90%;
	font-family: 'Compagnon';
	font-size:22px;
	text-align: center;
	color:#000000;
	max-width: 900px;
	margin-bottom:60px;
}

.ilustracion{
	width:150px;
	margin-bottom:30px;
}

.img-2{
	margin-left:auto;
	margin-right: auto;
	width:80%;
}

.imgCarrusel{
	width:100%;
}

.ilustracion-1{
	width:100px;
	margin-bottom:30px;
}




.menu{
	max-width:700px;
	background-color:#e6e6e6;
	text-align: center;
	margin-left:auto;
	margin-right: auto;
	padding:40px;
	margin-top:30px;
	margin-bottom:30px;
	width:90%;
}

.pleca-1{
	width:160px;
}

.tituloMenu{
	margin-top:20px;
	margin-bottom:30px;
	font-weight: 600;
	font-size:28px;
	font-family: 'FuturaStencilICG';
}

.btnMenu{
	background:#000000;
	border-radius: 50px;
	border:#000 1px solid;
	font-family: 'Compagnon';
	 color:#FFF;
	 font-size:22px;
	 padding:10px;
	 text-align: center;
	 margin-left:auto;
	 margin-right: auto;
	 width:250px;
}

.btnMenu a{
	color:#FFF !important;
	 font-size:22px;
	 text-decoration: none !important;
}

.ubicacion{
	margin-top:90px;
	margin-bottom:90px;
	background-color: #e6e6e6;
	 font-family: 'FuturaStencilICG';
	 color:#000;
	 font-size:26px;
	 padding-top:20px;
	 font-weight: 600;
}

.contMapa{
	background:#000000;
	text-align: center;
	width:100%;
	margin-top:10px;
}

#direccion{
	text-align: right;
	font-family: 'Compagnon';
	font-size:18px;
}

.pleca-2{
	width:170px;
}

.texto-3{
	margin-left:auto;
	margin-right: auto;
	margin-top: 60px;
	width:90%;
	font-family: 'Compagnon';
	font-size:28px;
	text-align: center;
	color:#000000;
	max-width: 433px;
	margin-bottom:60px;
	font-weight: 600;
}

.imgMosaico{
	width:100%;
}

.tablamosaico{
	width:100%;
}

.footer{
	background: #000000 !important;
	padding-top: 20px;
	width: 100%;
	color: #ffffff;
	font-family: 'Compagnon';
	font-size: 16px;
	position: relative;
	padding-bottom: 30px !important;
	margin-top:90px;
}

.datos{
	border-right: solid 1px #f4f1ec;
	width: 250px;
	padding-bottom: 30px;
	padding-top: 20px;
}

.social{
	border-right: solid 1px #f4f1ec;
	width: 250px;
	position: absolute;
	left: 300px;
	top: 0;
	padding-bottom: 140px;
	padding-top: 20px;
}

.container{
	position: relative;
}


.lineaBlanca{
  color: #f4f1ec !important;
  height: 0px !important;
  border:1px solid !important;
  width: 98%;
  margin-left: auto;
  margin-right: auto; 
  margin-top: -1px !important;
  padding: 0 !important;
}

hr{
	display: block;
	margin: 1.5rem 0;
}


.facebook-bco{
	height: 20px;
}

.instagram-bco{
	height: 20px;
	margin-left: 10px;
}

.nombre{
	color: #f4f1ec;
	font-family: 'Compagnon';
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 15px;
	width:300px;
	text-align: right;
}

.ilustracionAbajo{
	max-width: 90px;
	margin-top:20px;
}

.aviso{
		font-family: 'Compagnon';
		font-size: 14px;
		color: #f4f1ec;
		text-align: right;
}

.btnHamurguesa, .mapa-small, .navegacion-small{
	display:none;
}




@media (max-width: 768px){

.idioma{
		right:10px;
		top:20px;
		z-index:11;
	}

	body, html{
		height:100%;
	}

	.centra{
		width:100%;
		height:100%;
		display:table;
	}

	.centrado{
		width:100%;
		height:100%;
		display:table-cell;
		vertical-align: middle;
	}

	.mapa-small{
		display:block;
	}

	.mapa, .navegaicon{
		display:none;
	}

	.btnHamurguesa{
		position:absolute;
		width:34px;
		top:30px;
		right:5px;
		display: block;
	}

	.navegacion-small{
		background-color:#FFF;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		text-align: center;
		z-index:100;
		display: none;
	}

	.navegacion-small a{
	 font-family: 'FuturaStencilICG';
	 color:#000 !important;
	 font-size:24px;
	 text-decoration: none !important;
	}

	.cerrar{
		position:absolute;
		top:20px;
		right:20px;
		 font-family: 'FuturaStencilICG';
		 color:#000 !important;
		 font-size:22px;
	}

	.logo{
		width:120px;
	}

	#direccion{
		text-align: left;
		margin-bottom:20px;
		margin-top:5px;
	}

	.ubicacion{
		font-size:20px;
	}

	.navegacion, .mapa{
		display: none;
	}

	.pleca-2{
		width:120px;

	}

	.pleca-1{
		width:150px;
	}

	.datos{
	border-right: solid 0px #f4f1ec;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
}

.social{
	width: 100%;
	position: relative;
	left: auto;
	top: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	border-right: solid 0px #f4f1ec;
}

.nombre{
	position: relative;
	margin-bottom: 10px;
		top: auto;
		right: auto;
		text-align: left;
}

.aviso{
	text-align: center;
	font-size:10px;
}

}







@font-face {
    font-family: 'FuturaStencilICG';
    src: url('../fonts/FuturaStencilICG.eot');
    src: url('../fonts/FuturaStencilICG.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaStencilICG.woff2') format('woff2'),
        url('../fonts/FuturaStencilICG.woff') format('woff'),
        url('../fonts/FuturaStencilICG.svg#FuturaStencilICG') format('svg');
   font-display:swap;
}


@font-face {
    font-family: 'Compagnon';
    src: url('../fonts/Compagnon-Medium.eot');
    src: url('../fonts/Compagnon-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Compagnon-Medium.woff2') format('woff2'),
        url('../fonts/Compagnon-Medium.woff') format('woff'),
        url('../fonts/Compagnon-Medium.svg#Compagnon-Medium') format('svg');
    font-display:swap;
}


