@font-face {
	font-family: 'nexa bold';
	src:url('../fonts/Nexa Bold.otf');
}
@font-face {
	font-family: 'nexa light';
	src:url('../fonts/Nexa Light.otf');
}
@font-face {
	font-family: 'iconos';
	src:url('../fonts/iconos.eot');
	src:url('../fonts/iconos.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iconoso.woff') format('woff'),
		url('../fonts/iconos.ttf') format('truetype'),
		url('../fonts/iconos.svg#iconos') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html { 
	font-size: 100%; 	
	padding: 0; 
	margin: 0;
	background:#FFF url('../imagenes/Back.png') top left;
}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

body {
    font-family: 'nexa light','Calibri', Arial, sans-serif;
    overflow:inherit;
}

a {
	color: #F77F00;
	text-decoration: none;
}

a:hover {
	color: #656567;
}

#LogoPri {
	position: absolute;
	width: 90px;
	top: 8px;
	left: 10px;
	z-index: 61;
}

#BotonRegresar{
	position: fixed;
	align-content: center;
	text-align: center;

	width: 120px;
	height: 60px;  
	top: 30px;
	left: 50%;   
	margin-left: -60px;

	font-size: 120%;	
	font-family: Nexa Bold;
	color: #ffffff;
	background: #05050577;
	border-radius: 22px;
	border: 0px solid #ffffff;
	z-index:69;
}
#BotonRegresar:hover { color: #ffffff; box-shadow: 0px 0px 60px -17px rgba(51,51,51,1);}

#TituloPrincipal {
	position: relative;
	text-align: center; 
	font-family: 'nexa bold';
	font-size: 280%;
	-webkit-background-clip: text; 
	-moz-background-clip: text; 
	background-clip: text; 
	color: #636363;
	margin-top: 110px;
}
#TextPrinc {
	position: relative;
	text-align: left;
	font-family: 'nexa light';
	font-size: 100%;
	max-width: 800px;
	margin: -30px 20px 20px 30px;
}


/* Contenedor de las fichas */
.servicios-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    width: 100%;
	padding: 0px 20px 30px 20px;
}

/* Estilo de la ficha individual */
.card {
	position: relative;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0px;
    text-align: center;
    max-width: 350px;
    flex: 1 1 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.card-foto {
    width: 100%;
	border-radius: 12px 12px 0px 0px;
}
.card-logotipo {
    width: 120px;
	border-radius: 50%;
	margin-top: -65px;
	border: 0px solid #e2e2e2;
}
.card-nombre {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
	margin: -0.5rem 2rem 1.0rem 2rem;
}
.card-description {
	position: relative;
    font-size: 0.9rem;
	text-align: justify;
    color: #555;
    line-height: 1;
	margin: 0rem 2rem 1rem 2rem;
}
.IcoInformacion {
	position: absolute;
	left: 2rem;
	font-family:'iconos'; 
	font-size: 1.5rem; 
}
.card-informacion {
	position: relative;
    font-size: 0.8rem;
	text-align: justify;
    color: #555;
    line-height: 1;
	margin: 1rem 2rem 0.7rem 4.3rem;
}
#IcoUbicacion:after { content:"\E827"; }
#IcoTelefono:after { content:"\E828"; }
#IcoHorario:after { content:"\E894"; }
#IcoPrecios:after { content:"\F0D6"; }
.card-button {
    display: inline-block;
	width: 50px;
	height: 40px;
    padding: 8px;
    background-color: #dddbdb;
    color: #b6b5b5;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
	margin-bottom: 20px;
}
.card-button:hover {
	background-color: #dddbdbc9;
	color: #979797;
}
#IcoFacebook:after { font-family:'iconos'; font-size: 1.5rem;  content:"\F30C"; }
#IcoSitioWeb:after { font-family:'iconos'; font-size: 1.5rem;  content:"\E8AD"; font-weight: 100;}
#IcoMaps:after { font-family:'iconos'; font-size: 1.5rem;  content:"\E8A8"; font-weight: 100;}






#BotonAbrirPie{
	position: fixed;
	text-align: center;
	top: 100%;
	left: 50%;    
	height: 20px;  
	width: 100px;
	margin-top: -20px;
	margin-left: -50px;
	font-size: 100%;	
	padding: 3px;
	color: #FFF;
	background: #8AB30F;
	cursor: pointer;
	border-radius: 7px 7px 0px 0px;
	border: 0px solid #FFF;

	z-index:69;
}
#BotonAbrirPie:after { font-family:'iconos'; content: "\E889"; }
#Pie{
	position: fixed;
	display: none;
	align-content: center;
	text-align: center;
	font-size: 80%;
	top:100%;
	left:0px;
	height: 100px;  
	width: 100%;
	margin: -101px 0px 0px 0px;	
	padding: 10px;
	color: #FFF;
	background: #8AB30F;
	border: 0px solid #F00;

	z-index:69;
}
#LogoBco{
	position: relative;
	display: block;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	margin-bottom: 7px;
}






/* width: 1024px */
@media screen and (max-width: 7000px) { 
	#Cont_1erBloque P { font-size: 100%;}
	.AccesoPrincipal { width: 29%; }
}

/* width: 768px */
@media screen and (max-width: 1000px) { 
	#Cont_1erBloque P { font-size: 90%;}
	.AccesoPrincipal { width: 48%; }
}

/* width: 600px */
@media only screen and (max-width: 744px) { 
	#Cont_1erBloque P { font-size: 80%;}
	.AccesoPrincipal { width: 80%; }
}

/* � width: 375px */
@media only screen and (max-width: 576px) {
	#Cont_1erBloque H1 { font-size: 240%;}
	#Cont_1erBloque P { font-size: 75%;}
	.AccesoPrincipal { width: 80%; }
}

/* � width: 300px */
@media only screen and (max-width: 374px) {
	#Cont_1erBloque H1 { font-size: 220%;} 
	#Cont_1erBloque P { font-size: 75%;}
	.AccesoPrincipal { width: 80%; }
}