/* CSS Document */


.timelesBold {
	font-family: 'Timeless-Bold';
}

.black {
	font-weight: 900;
	color: inherit;
}

.textoblack {
	font-weight: 900;
	color: inherit;
}

.bold {
	font-weight: 700;
}

.normal {
	font-weight: 400;
}

.light {
	font-weight: 300;
}

.corrector {
	clear: both;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;

	height: 100%;
	/* background: #ffffff; */
	font-size: 12px;

}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;

	/*	background-image:url(img/fondo.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;*/
	font-family: 'Jaldi', sans-serif;
	font-weight: 400;
	/* o 700 */
	font-size: 12px;
}

.logout {
	cursor: pointer;
}

.logout:Hover {
	border-bottom: 1px solid #ffffff;
}


a {
	color: inherit;
	text-decoration: inherit;
}

.link {
	display: inline-block;
}

img {
	border: none;
}

.ancla {
	font-size: 0px;
	height: 0px;
}

.texto08 {
	font-size: .8em;
}


.corrector {
	clear: both;
}

.imagenPerfil {
	position: absolute;
	left: -500px;
}

.todo {
	width: 100%;
	/*max-width:1920px!important;*/
	overflow: hidden;
	margin: 0 auto;
}



/* ENCABEZADO Y SLIDE */



.menu {

	width: 90vw;

	height: 40px;


	z-index: 994;



	bottom: 5vh;
	left: 5%;
	position: absolute;
}


.botonesMenu {


	width: 90%;
	max-width: 1800px;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-around;
	position: relative;

	-webkit-justify-content: space-around;
	/* Safari */
	justify-content: space-around;

	-webkit-align-items: center;
	/* Safari */
	align-items: center;

	margin: 0 auto;
}




.botonMenu {
	/*max-width:300px;*/
	/*width:16%;*/
	/* margin:1%;*/
	/*margin-right:1%;
	margin-left:1%;*/
	padding: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4a4a4a;
	font-size: 22px;
	line-height: 22px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: relative;

	display: table-cell;
	vertical-align: bottom;
	font-family: 'Lancelot', serif;

	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;

}

.botonMenu:Hover {
	/*color:#b81867;*/
	color: #FFFFFF;
	background-color: #77a368;
	border-top: 1px solid #77a368;
	border-bottom: 1px solid #77a368;
	/*-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
*/
}

.separadorMenu {
	width: 10px;
	height: 10px;
	background-image: url(img/circuloGris.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}



.iconoSubir {
	width: 30px;
	height: 30px;
	background: url(img/subir.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: fixed;
	right: -80px;
	bottom: 2%;
	z-index: 999;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-filter: drop-shadow(-0px -0px 3px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(-0px -0px 3px rgba(0, 0, 0, 0.2));

}

.iconoSubirVisible {
	right: 2%;
}




.iconoMenuMovil {
	width: 30px;
	height: 30px;
	/*background-color:#FFFFFF;*/
	background-image: url(img/menu_blanco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: fixed;
	right: 20px;
	top: 15px;
	z-index: 999;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;


	-webkit-filter: drop-shadow(-0px -0px 3px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(-0px -0px 3px rgba(0, 0, 0, 0.2));

}

.iconoUsuario {
	width: 30px;
	height: 30px;
	background: url(img/menuUsuario_magenta.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: fixed;
	left: 20px;
	top: 10px;
	z-index: 999;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.iconoMenuMovilVisible {
	right: 20px;
}

.menuMovil {
	/*background:#4D5A21;*/
	background: rgba(0, 0, 0, 0.60);
	position: fixed;
	height: 100%;
	width: 100%;
	max-width: 400px;
	right: -400px;
	z-index: 998;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	overflow-y: scroll;
	overflow-x: hidden;

}

.botonesMenuMovil {
	margin-top: 10px;
	position: relative;
}

.menuMovilVisible {
	right: 0;
}

.botonMenuMovil {
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 2%;
	padding-bottom: 2%;
	color: #ffffff;
	font-size: 20px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: relative;
	display: block;

	font-family: "Lancelot", serif;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.botonMenuMovil:Hover {
	/*color:#b81867;*/
	background-color: #77a368;
	border-top: 1px solid #77a368;
	border-bottom: 1px solid #77a368;
}




/* FIN MENU */

.header {
	position: relative;
	z-index: 990;
	width: 100%;
	/*max-width: 1920px;*/
	overflow: hidden;
	height: 100%;
}



.logo {
	/*width:160px;*/
	width: 14vw;
	max-width: 270px;
	height: 14vw;
	max-height: 270px;
	bottom: 28vh;
	/*background-color:#cccccc;*/
	background-image: url(img/logoAldeas_circulo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 47.2%;
	z-index: 991;
	overflow: hidden;
}


.logoIn {
	/*width:160px;*/
	width: 14vw;
	max-width: 270px;
	height: 14vw;
	max-height: 270px;
	/*background-color:#cccccc;*/
	background-image: url(img/logoAldeas_circulo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	bottom: 20vh;
	left: 47.2%;
	z-index: 991;
	overflow: hidden;
}

/*
.logo:after{
	content: '';
    display: block;
	margin-top: 131.7%;
}*/

.curva {
	width: 100%;
	height: 45vh;
	/*background:rgba(160,51,53,1.00);*/
	background-image: url(img/onda_amarilla-nueva.svg);
	position: absolute;

	bottom: -1px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 990;
	border: 0;



	-webkit-filter: drop-shadow(-3px -3px 3px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(-3px -3px 3px rgba(0, 0, 0, 0.2));
}

.curva2 {
	width: 100%;

	/*background:rgba(160,51,53,1.00);*/
	background-image: url(img/onda_blanca-01.svg);
	position: absolute;

	bottom: -1px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 990;
	border: 0;



	-webkit-filter: drop-shadow(-3px -3px 3px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(-3px -3px 3px rgba(0, 0, 0, 0.2));
	display: block;
	overflow: hidden;
}


.curva2:after {
	content: '';
	display: block;
	margin-top: 10.70%;
}


.fotoIn {
	width: 100%;
	height: 60vh;
	overflow: hidden;
	position: relative;
}




#slider1,
#rev_slider_20_2 {
	/*max-width:1920px;*/
	margin: 0 auto;
	position: relative;
}


.logoMovil {
	width: 250px;
	height: 60px;
	background-image: url(img/logo_PPC_horizontal.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 10px;
	z-index: 999;
}

.logoMenuMovil {
	width: 40%;
	max-width: 200px;
	/*background-color:#FFFFFF;*/
	background-image: url(img/logoAldeas_circulo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	margin-top: 10px;
	display: block;
	overflow: hidden;
}

.logoMenuMovil:after {
	content: '';
	display: block;
	margin-top: 131.7%;
}





.carrouselRenders {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

.render {
	/*width:20%;*/
	overflow: hidden;
	display: inline-block;
	position: relative;
	margin: 20px;
	opacity: .45;

}

.render:after {
	content: '';
	display: block;
	margin-top: 52.54%;
}

.slick-slide,
.slick-slide * {
	outline: none !important;
}

.infoFlex {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	/* Safari */
	justify-content: space-around;

	-webkit-align-items: flex-start;
	/* Safari */
	align-items: flex-start;

	margin-top: 100px;
	margin-bottom: 100px;

}

.infoFlexIn {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	/* Safari */
	justify-content: space-around;

	-webkit-align-items: flex-start;
	/* Safari */
	align-items: flex-start;

	margin-top: 40px;
	margin-bottom: 20px;

}


.titulo {
	font-family: "Lancelot", serif;
	color: #f8af3b;
	font-size: 40px;
	line-height: 40px;
	display: block;
	margin-bottom: 40px;
	text-align: left;
}

.tituloSeccion {
	width: 100%;
	margin: 0 auto;
	font-family: "Lancelot", serif;
	color: #77a368;
	font-size: 40px;
	line-height: 40px;
	display: block;
	margin-bottom: 40px;
	text-align: left;
}

.subtituloSeccion {
	width: 100%;
	margin: 0 auto;
	font-family: "comfortaa", serif;
	color: #f8af3b;
	font-size: 20px;
	line-height: 20px;
	display: block;
	margin-bottom: 15px;
	text-align: left;
}

.subtitulo {

	font-size: 30px;
	line-height: 30px;
}

.subsubtitulo {

	font-size: 16px;
}

.columnaTexto {
	width: 40%;
	max-width: 500px;

	padding: 5%;
	padding-top: 0;
	font-size: 20px;
	line-height: 22px;
	text-align: justify;
	font-family: "Lancelot", serif;
	color: #666666;
}

.comfortaa {
	font-family: "comfortaa", sans-serif;
	font-size: 15px;
	line-height: 19px;
}




.imagenesHomeFlex {
	width: calc(100% - 20px);
	margin: 0 auto;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	/* Safari */
	justify-content: space-around;

	-webkit-align-items: flex-start;
	/* Safari */
	align-items: flex-start;

	margin-top: 100px;
	margin-bottom: 100px;
}

.imagenHome {
	width: 48%;
	margin: 1%;

	overflow: hidden;
	display: inline-block;
	position: relative;

}

.imagenHome:after {
	content: '';
	display: block;
	margin-top: 50.8%;
}


.fotoSeccionIn {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 50px;

	overflow: hidden;
	display: block;
	position: relative;

}

.fotoSeccionIn:after {
	content: '';
	display: block;
	margin-top: 25%;
}


.datos {
	width: 90%;
	margin: 0 auto;
}

.dato {
	color: #f8af3b;
	font-family: "comfortaa", sans-serif;
	margin: 20px;
	margin-bottom: 0px;
	margin-top: 0px;

}

.textoDato {
	width: 70%;
}

.textoDatoL {
	font-size: 25px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 5px;
}


.textoDatoS {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
}


#map {
	height: 70vh;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 100px;
	margin-top: 100px;
	border: 0;
	display: block;
}


.plano {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	background-image: url(img/plano_aldeasDelAntu.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 60px;

}

.plano:after {
	content: '';
	display: block;
	margin-top: 75.88%;
}



.textosSeccion {
	width: 90%;
	max-width: 770px;




	margin: 0 auto;

	margin-top: 80px;
	margin-bottom: 80px;

}

.dosColumnasSeccion {
	width: 100%;


	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 250px;
	-moz-column-width: 250px;
	column-width: 250px;
	text-align: center;
	/*  -webkit-column-rule: 1px solid #afcb08;
     -moz-column-rule: 1px solid #afcb08;
          column-rule: 1px solid #afcb08;*/

	margin: 0 auto;

	margin-top: 10px;
	margin-bottom: 10px;

	-webkit-column-gap: 5%;
	-moz-column-gap: 5%;
	column-gap: 5%;

	text-align: left;
}




.footer {
	background: #006057;
	display: block;

	color: #ffffff;
	text-align: left;
	font-size: 10px;
	padding: 20px;

	background-image: url(img/fondoFooter.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}



.textosFooter {
	width: 90%;
	max-width: 1480px;
	margin: 0 auto;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;

	-webkit-align-items: center;
	/* Safari */
	align-items: center;
	padding-bottom: 80px;



}

.moduloTextoFooter {

	text-align: left;
	margin: 20px;
}

#logoFooter {
	border-right: 1px solid rgba(255, 255, 255, 1.00);
	padding-right: 40px;
}

#consultenos {}

.tituloFooter {
	font-size: 30px;
	color: #ffffff;
	font-family: 'Lancelot', Serif;
	margin-bottom: 10px;
}

.contenidoTextoFooter {
	font-size: 11px;
	font-weight: 400;
	color: #ffffff;

	font-family: 'comfortaa', Serif;
}



.botonesSocialPie {
	margin-bottom: 20px;

}

.botonesSocialMovil {
	display: block;
	margin-left: 30px;
}

.botonSocialPie {
	width: 58px;
	display: block;
	overflow: hidden;
	display: inline-block;
	margin-right: 15px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.botonSocialPie:after {
	content: '';
	display: block;
	margin-top: 72.72%;
}

.botonSocialPie:hover {
	opacity: .7;
}


.creditos {
	text-align: center;
	padding: 15px;
	color: #003D36;
	font-weight: 400;
}



.formContacto {
	width: 100%;
	max-width: 400px;
	font-family: 'comfortaa', sans-serif;
	font-weight: 400;
	/* o 700 */
	line-height: 14px;
}

.campo {
	padding: 4px;
	padding-left: 4px;
	padding-right: 4px;
	width: calc(100% - 8px);

	border: 1px solid #ffffff;
	font-size: 12px;
	color: #ffffff;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-bottom: 5px;
	margin-top: 5px;
	position: relative;
	font-family: 'comfortaa', sans-serif;
	font-weight: 400;
	/* o 700 */
	resize: none;
	background: rgba(255, 255, 255, 0.19);
}

.campo:focus {
	background: #ffffff;
	border: 1px solid #77a368;
	color: #77a368;
}

.campo::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #E3F3EF;
}

.campo::-moz-placeholder {
	/* Firefox 19+ */
	color: #E3F3EF;
}

.campo:-ms-input-placeholder {
	/* IE 10+ */
	color: #E3F3EF;
}

.campo:-moz-placeholder {
	/* Firefox 18- */
	color: #E3F3EF;
}

.botonForm {
	width: calc(100% - 12px);
	max-width: 120px;

	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	border: 1px solid #ffffff;
	background: rgba(255, 255, 255, 0.19);

	font-size: 12px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display: block;
	position: relative;
	cursor: pointer;

	margin-bottom: 1%;
	margin-top: 1%;
}

.botonForm:Hover {
	background: #ffffff;
	border: 1px solid #77a368;
	color: #77a368;
}


.textoError {
	font-size: 13px;
}



/* NOVEDADES */

.paginador {
	width: 120px;
	margin: 0 auto;
	height: 25px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.paginadorAnteriores {
	width: 21px;
	height: 21px;
	background: url(img/paginador_izq.png);
	float: left;
	margin: 2px;
	opacity: .7;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.paginadorAnteriores:Hover {
	opacity: 1;
}

.paginadorSiguientes {
	width: 21px;
	height: 21px;
	background: url(img/paginador_der.png);
	float: right;
	margin: 2px;
	opacity: .7;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.paginadorSiguientes:Hover {
	opacity: 1;
}

.paginadorAnterioresMax {
	width: 21px;
	height: 21px;
	background: url(img/paginador_izq_max.png);
	float: left;
	margin: 2px;
	opacity: .7;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.paginadorAnterioresMax:Hover {
	opacity: 1;
}

.paginadorSiguientesMax {
	width: 21px;
	height: 21px;
	background: url(img/paginador_der_max.png);
	float: right;
	margin: 2px;
	opacity: .7;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.paginadorSiguientesMax:Hover {
	opacity: 1;
}

.opaco {
	opacity: .2;
}

.opaco:Hover {
	opacity: .2;
}

.novedad {
	margin-bottom: 50px;
}

.tituloNovedad {
	font-size: 26px;
	font-weight: 900;

}

.infoNovedad {
	font-size: 16px;
	font-weight: 300;
}




.fotoNovedad {
	width: 100%;
	width: calc(100% - 2px);
	overflow: hidden;
	clear: both;
	margin-top: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

.fotoNovedad:after {
	content: '';
	display: block;
	margin-top: 40%;
}

.leerMas {

	color: #afcb08;
	font-size: 14px;
	font-weight: 900;
}

.bienvenido {
	position: fixed;
	bottom: 0;
	z-index: 990;
	background: rgba(0, 0, 0, 0.35);
	color: #ffffff;
	padding: 10px;
	left: 10px;
}

.imgNovedad {
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.botonVolver {
	color: #afcb08;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.botonVolver:Hover {
	color: #4D5A21;
}

.cuerpoNovedad {
	font-size: 17px !important;
	font-weight: 300;
	color: #666666 !important;
}


.error404 {
	padding-top: 150px;
	height: 400px;
	width: 40%;
	min-width: 300px;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	display: block;
	color: #666666;
	font-size: 16px;
}

.tituloError {
	width: 100%;
	/*background:#494949;
	border:1px solid #494949;*/
	color: #afcb08;

	font-size: 45px;
	font-weight: 700;
}


.preloaderContacto {
	background: url(img/preloader.gif);
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	clear: both;
	width: 8%;
	max-width: 20px;
	position: absolute;
	right: 5%;
	bottom: 25%;
	display: none;
}

.preloaderContacto:after {
	content: '';
	display: block;
	margin-top: 100%;
}

/* FIN NOVEDADES */




/* AJUSTE RESOLUCION */
@media (max-width: 649px) {

	.logoMovil {
		display: block;
	}


	.iconoMenuMovil {
		right: 20px;
	}

	.iconoMenuMovilVisible {
		right: 20px;
	}

	.menu {
		display: none;
	}


	.footer {
		font-size: 44px;
		padding: 0px;
	}

	.tituloFooter {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.contenidoTextoFooter {
		font-size: 13px;
	}




	.textoDatoL {
		font-size: 30px;
		line-height: 30px;
	}

	.textoDatoS {
		font-size: 16px;
		line-height: 16px;
	}


	#logoFooter {
		border-right: 0;
		padding-right: 0px;
	}

	.infoFlex {
		width: 90%;
		margin: 0 auto;

		display: block;

		margin-top: 100px;
		margin-bottom: 30px;

	}

	.infoFlexIn {
		width: 90%;
		margin: 0 auto;

		display: block;

		margin-top: 40px;
		margin-bottom: 20px;

	}


	.columnaTexto {
		width: 90%;
		margin-top: 20px;
	}

	.imagenesHomeFlex {
		width: 90%;
		margin: 0 auto;

		display: inline-block;

		margin-top: 0px;
		margin-bottom: 30px;
	}

	.imagenHome {
		width: 100%;
		margin: 5%;
		margin-top: 0;
	}


	#map {
		height: 70vh;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 40px;
		margin-top: 40px;
		border: 0;
		display: block;
	}


}

@media (min-width: 650px) {

	.logoMovil {
		display: block;
	}


	.iconoMenuMovil {
		right: 20px;
	}

	.iconoMenuMovilVisible {
		right: 20px;
	}

	.menu {
		display: none;
	}


	.footer {
		font-size: 44px;
		padding: 0px;
	}

	.tituloFooter {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.contenidoTextoFooter {
		font-size: 13px;
	}


	.textoDatoL {
		font-size: 30px;
		line-height: 30px;
	}


	.textoDatoS {
		font-size: 16px;
		line-height: 16px;
	}


	#logoFooter {
		border-right: 1px solid rgba(255, 255, 255, 1.00);
		padding-right: 40px;
	}

	.infoFlex {
		width: 90%;
		max-width: 1400px;
		margin: 0 auto;

		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		/* Safari */
		justify-content: space-around;

		-webkit-align-items: flex-start;
		/* Safari */
		align-items: flex-start;

		margin-top: 100px;
		margin-bottom: 50px;

	}

	.infoFlexIn {
		width: 90%;
		max-width: 1400px;
		margin: 0 auto;

		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		/* Safari */
		justify-content: space-around;

		-webkit-align-items: flex-start;
		/* Safari */
		align-items: flex-start;

		margin-top: 40px;
		margin-bottom: 20px;

	}


	.columnaTexto {
		width: 40%;
		max-width: 500px;
	}

	.imagenesHomeFlex {
		width: 90%;
		margin: 0 auto;

		display: inline-block;

		margin-top: 0px;
		margin-bottom: 0px;
	}

	.imagenHome {
		width: 100%;
		margin: 5%;
		margin-top: 0;
	}


	#map {
		height: 70vh;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 50px;
		margin-top: 50px;
		border: 0;
		display: block;
	}

}



@media (min-width: 1100px) {


	.logoMovil {
		display: block;
	}

	.iconoMenuMovil {
		right: 20px;
	}

	.iconoMenuMovilVisible {
		right: 20px;
	}

	.menu {
		display: -webkit-flex;
		/* Safari */
		display: flex;
	}



	.footer {
		font-size: 62px;
		padding: 0px;
	}

	.tituloFooter {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.contenidoTextoFooter {
		font-size: 14px;
	}






	.textoDatoL {
		font-size: 35px;
		line-height: 35px;
	}



	.textoDatoS {
		font-size: 16px;
		line-height: 16px;
	}


	#logoFooter {
		border-right: 1px solid rgba(255, 255, 255, 1.00);
		padding-right: 40px;
	}


	.infoFlex {
		width: 90%;
		max-width: 1400px;
		margin: 0 auto;

		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		/* Safari */
		justify-content: space-around;

		-webkit-align-items: flex-start;
		/* Safari */
		align-items: flex-start;

		margin-top: 100px;
		margin-bottom: 100px;

	}

	.infoFlexIn {
		width: 90%;
		max-width: 1400px;
		margin: 0 auto;

		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		/* Safari */
		justify-content: space-around;

		-webkit-align-items: flex-start;
		/* Safari */
		align-items: flex-start;

		margin-top: 40px;
		margin-bottom: 20px;

	}


	.columnaTexto {
		width: 40%;
		max-width: 500px;
	}

	.imagenesHomeFlex {
		width: calc(100% - 20px);
		margin: 0 auto;

		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		/* Safari */
		justify-content: space-around;

		-webkit-align-items: flex-start;
		/* Safari */
		align-items: flex-start;

		margin-top: 100px;
		margin-bottom: 100px;
	}

	.imagenHome {
		width: 48%;
		margin: 1%;
	}


	#map {
		height: 70vh;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 100px;
		margin-top: 100px;
		border: 0;
		display: block;
	}


}

@media (min-width: 1500px) {


	.logoMovil {
		display: block;
	}

	.iconoMenuMovil {
		right: 20px;
	}

	.iconoMenuMovilVisible {
		right: 20px;
	}


	.menu {
		display: -webkit-flex;
		/* Safari */
		display: flex;
	}




	.footer {
		font-size: 62px;
		padding: 0px;
	}

	.tituloFooter {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.contenidoTextoFooter {
		font-size: 14px;
	}



	.textoDatoL {
		font-size: 30px;
		line-height: 36px;
	}

	.textoDatoS {
		font-size: 14px;
		line-height: 16px;
	}


	#logoFooter {
		border-right: 1px solid rgba(255, 255, 255, 1.00);
		padding-right: 40px;
	}


	.infoFlex {
		width: 90%;
		max-width: 1400px;
		margin: 0 auto;

		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		/* Safari */
		justify-content: space-around;

		-webkit-align-items: flex-start;
		/* Safari */
		align-items: flex-start;

		margin-top: 100px;
		margin-bottom: 100px;

	}

	.infoFlexIn {
		width: 90%;
		max-width: 1400px;
		margin: 0 auto;

		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		/* Safari */
		justify-content: space-around;

		-webkit-align-items: flex-start;
		/* Safari */
		align-items: flex-start;

		margin-top: 40px;
		margin-bottom: 20px;

	}


	.columnaTexto {
		width: 40%;
		max-width: 500px;
	}

	.imagenesHomeFlex {
		width: calc(100% - 20px);
		margin: 0 auto;

		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		/* Safari */
		justify-content: space-around;

		-webkit-align-items: flex-start;
		/* Safari */
		align-items: flex-start;

		margin-top: 100px;
		margin-bottom: 100px;
	}

	.imagenHome {
		width: 48%;
		margin: 1%;
	}


	#map {
		height: 70vh;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 100px;
		margin-top: 100px;
		border: 0;
		display: block;
	}


}


@media (max-aspect-ratio: 12/10) {

	.curva {
		height: 30vh;
	}

	.logo {
		width: 36vw;
		max-width: 270px;
		height: 36vw;
		max-height: 270px;
		bottom: 28vh;
		left: 36vw;

	}

	.logoIn {
		width: 36vw;
		max-width: 270px;
		height: 36vw;
		max-height: 270px;
		bottom: 16vh;
		left: 36%;
	}


}





@media (min-aspect-ratio: 12/10) {

	.curva {
		height: 45vh;
	}

	.logo {
		width: 18vw;
		max-width: 270px;
		height: 18vw;
		max-height: 270px;
		bottom: 34vh;
		left: 45.4%;
	}

	.logoIn {
		width: 18vw;
		max-width: 270px;
		height: 18vw;
		max-height: 270px;
		bottom: 18vh;
		left: 45.4%;
	}

}


@media (min-aspect-ratio: 17/10) {

	.curva {
		height: 45vh;
	}

	.logo {
		width: 18vw;
		max-width: 270px;
		height: 18vw;
		max-height: 270px;
		bottom: 26vh;
		left: 45.4%;
	}

	.logoIn {
		width: 18vw;
		max-width: 270px;
		height: 18vw;
		max-height: 270px;
		bottom: 16vh;
		left: 45.4%;
	}

}

@media (min-aspect-ratio: 24/10) {

	.curva {
		height: 60vh;
	}

	.logo {
		width: 14vw;
		max-width: 270px;
		height: 14vw;
		max-height: 270px;
		bottom: 36vh;
		left: 47.2%;
	}

	.logoIn {
		width: 14vw;
		max-width: 270px;
		height: 14vw;
		max-height: 270px;
		bottom: 16vh;
		left: 47.2%;
	}

}


@media (min-aspect-ratio: 36/10) {

	.curva {
		height: 80vh;
	}

	.logo {
		width: 14vw;
		max-width: 270px;
		height: 14vw;
		max-height: 270px;
		bottom: 40vh;
		left: 47.2%;
	}

}

@media (min-aspect-ratio: 50/10) {

	.curva {
		height: 90vh;
	}

	.logo {
		width: 14vw;
		max-width: 270px;
		height: 14vw;
		max-height: 270px;
		bottom: 24vh;
		left: 47.2%;
	}

	.logoIn {
		width: 14vw;
		max-width: 270px;
		height: 14vw;
		max-height: 270px;
		bottom: 20vh;
		left: 47.2%;
	}

	.menu {
		display: none;
	}


}