@charset "utf-8";
/* CSS Document */

*, html{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

body{
	font-family: 'Krub', sans-serif;
	font-size: 11pt;
	overflow-x: hidden;
}

body::-webkit-scrollbar {
	width: 10px ;
	height:10px;
}

body::-webkit-scrollbar-track {
	background: #8C8C8C;
	box-shadow: 3px 3px 10px #444444 inset;
}

body::-webkit-scrollbar-thumb {
	background: black;
	border-radius: 10px;
	border:1px solid rgba(0,0,0,0.3);
	box-shadow: -3px -3px 6px #aa0000 inset,3px 3px 3px white inset;
}

#logo_central_inicio{
	position: absolute;
	width: 600px;
	height: auto;
	z-index: 100;
	opacity: 1;
}

#seccion_intro{
	width: 100%;
	overflow: hidden;
}

#intro{
	margin: 0 auto;
	padding: 70px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1000px;
}

#intro a{
	display: inline-block;
	text-indent: 0;
}

#contenido_intro{
	margin-right: 30px;
}

#contenido_intro p{
	margin-top: 1em;
	text-indent: 1em;
}

#intro img{
	width: 400px;
	height: auto;
	min-width: 400px;
}

#contenedor_servicios {
	background: #e9e9e9;
}

#servicios {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.caja_servicio{
	text-decoration: none;
	width: 50%;
	opacity: 0;
	transform: scale(1.5);
	transition: all .5s ease-in-out;
}

#servicio1{
	background: #6e7f80;
}

#servicio2{
	background: #536872;
}

#servicio3{
	background: #708090;
}

#servicio4{
	background: #6e7f80;
}

#servicio5{
	background: #36454f;
}

#servicio6{
	background: #536878;
}

.servicios_todos {
	position: relative;
	display: flex;
	align-items: center;
	padding: 70px 5%;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.servicios_todos:hover .boton_leermas{
	right: 5%;
	opacity: 1;
}

.texto_servicio{
	padding-left: 30px;
	color: white;
}

.titulos_servicios {
	font-family: 'BenchNine', sans-serif;
	font-size: 2em;
	letter-spacing: .07em;
}
.descripcion_servicio {
	margin-top: 7px;
}

.boton_leermas {
	position: absolute;
	bottom: 20px;
	right: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	width:150px;
	height:35px;
	color: white;
	opacity: 0;
	transition: all .2s ease-in-out;
}

#contenedor_recientes {
	width: 100%;
	height:100%;
	background: #191919;
	color: white;
	padding: 70px 5%;
}

#titulo_recientes {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 .5%;
}

h3{
	font-family: 'BenchNine', sans-serif;
	font-size: 2em;
	letter-spacing: .07em;
}

#titulo_recientes_der {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: white;
}

#titulo_recientes_der p, #titulo_contacto_der p{
	font-style: italic;
	text-decoration: underline;
	margin-right:10px;
}
#titulo_contacto_der img{
	cursor: pointer;
}

#contenido_recientes {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
}

.reciente {
	position: relative;
	width: 32.3%;
	height: auto;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	cursor: pointer;
	margin: .5%;
	transform: scale(1.5);
	opacity: 0;
	transition: all .2s ease-in-out;	
}

.reciente:hover img{
	background: rgba(0, 0, 0, 0.7);
}

.reciente:hover div{
	opacity: 1;
	top: 5%;
}

#imagen_formato{
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-in-out;
}

.info_reciente{
	position: absolute;
	top: 50%;
	left: 4%;
	opacity: 0;
	width: 92%;
	transition: all .3s ease-in-out;
}

.info_servicio{
	font-family: 'BenchNine', sans-serif;
	font-size: 1.5em;
	border-bottom: 1px solid white;
}

/*----------INICIO DE ESTILOS LIGHTBOX-----------*/
#loader_lightbox{
	position: absolute;
	width: 150px;
	height: 150px;
}
#lightbox{
	position: fixed;
	z-index: 2100;
	background: rgba(0,0,0,.8);
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .3s ease-in-out;
}
#borde_lightbox{
	position: relative;
	display: none;
	width: 10%;
	height: 10%;
	border: 2px solid grey;
	border-radius: 20px;
	padding: 20px;
	background: white;
	opacity: 0;
}
#imagen_lightbox{
	width: 100%;
}
#boton_cerrar_lightbox{
	position: absolute;
	top: -15px;
	right: -15px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	height: 30px;
	width: 30px;
	transform: rotate(45deg);
	cursor: pointer;
}
/*----------FIN DE ESTILOS LIGHTBOX-------------*/

#descanso {
	background-image: url(../img/fondos/descanso.jpg);
	background-size: cover;
	background-position: 0 0px;
	width: 100%;
	height: 640px;
	display: flex;
	align-items: center;
}

#franja_estadisticas {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
	color: white;
	padding: 35px 0;
}

.estadisticas{
	margin: 15px 0;
}

.circulo {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	border: 8px solid white;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

.numero{
	font-family: 'BenchNine', sans-serif;
	font-size: 4em;
}

.texto_estadistica {
	margin: 0 auto;
	text-align: center;
	font-size: 1.2em;
}

#contacto{
	position:absolute;
	margin-top:-70px;
}

#contenedor_contacto {
	position: relative;
	background: #6e7f80;
	width: 100%;
	height: 100%;
	padding: 70px 5%;
	color: white;
}

#titulo_contacto {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#titulo_contacto_der {
	display: flex;
	align-items: center;
	color: white;
}

#contenido_contacto {
	display: flex;
	margin-top: 30px;
}

#formulario_contacto {
	width: 50%;
	box-sizing: border-box;
	padding-right: 3%;
	border-right: 2px solid #36454f;
}

#formulario_contacto form{
	display: flex;
	flex-direction: column;
}

#datos_formulario {
	width: 100%;
	margin-top: 35px;
	border-spacing: 8px;
}

#datos_formulario input,textarea{
	font-family: 'Krub', sans-serif;
	font-size: 12pt;
	width: 100%;
	height: 31px;
	border: 2px solid #36454f;
	border-radius: 5px;
	resize: none;
}

#datos_formulario td:first-child{
	width: 65px;
	text-align: right;
}

#contenedor_boton_enviar{
	display: flex;
	justify-content: flex-end;
}

#boton_enviar{
	width: 50%;
	padding: 15px 0;
	text-align: center;
	border: 2px solid #36454f;
	border-radius: 5px;
	background: #536872;
	font-weight: bold;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

#boton_enviar:hover{
	background: #725d53;
}

#espacio_direccion {
	display: flex;
	width: 50%;
	flex-direction: column;
	align-items: flex-end;
	padding-left: 3%;
}

#espacio_direccion a{
	display: inline-block;
}

#mapa {
	border: 2px solid #36454f;
	border-radius: 5px;
	margin-top: 1.7em;
	width: 100%;
	height: 100%;
}
