﻿@charset "utf-8";
/* CSS Document */

/**************Estilo general*********************/  

*{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	text-decoration:none;
	list-style:none;
	font-family: 'Tahoma';
}
img{
	max-width:100%;
	display:block;
	margin:0 auto;
	padding:0;
	overflow-x: hidden;
}
body{
	z-index: 0;
	height:100vh;
	overflow-x: hidden;
}
a{
	color: unset;
}
h1{
	text-align: center;
	color:rgba(255,255,255,0.7);	
	z-index:3;
	font-family: 'Verdana';
	position: relative;
	display: none;
}
h2{
	text-align: center;
	//color:rgba(255,255,255,0.7);	
	color: rgba(146, 43, 33, 1);
	z-index:3;
	font-family: 'Verdana';	
	position: relative;
}
h3{
	margin-left: 20px;
	color:rgba(0,0,0,0.5);	
	top:20px;
	z-index:3;
	font-family: 'Verdana';
}
h4{
	text-align: center;
	color:rgba(146,43,33,0.8);	
	top:20px;
	z-index:3;
	font-family: 'Verdana';
}
h5{
	margin-left: 20px;
	color:rgba(0,0,0,0.5);	
	top:20px;
	z-index:3;
	font-family: 'Verdana';
	display:none;
}
h6{
	margin-left: 0px;
	color: rgba(146, 43, 33, 1);
	top:20px;
	font-size: 16px;
	z-index:3;
	font-family: 'Verdana';
}
.sec_primera{
	padding-top:60px;	
}
section{
	width: 90%;	
	left:5%;
	right: 5%;	
	margin:60px 0px;
	position: relative;
}
article{
	margin-bottom: 50px;
	padding: 15px 0px;	
}
p{
	margin:20px 20px 20px 20px;	
	font-size:16px;
	position:relative;
	text-align:justify;
	z-index:3;
}
/*******************cabecera**************************/
header{
	position:fixed;
	width:100%;
	height:80px;
	top:0;
	background-color: rgba(146, 43, 33, 1);
	-webkit-box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7);
	z-index:5;
}
.logo{
	position: absolute;
	margin-top:10px;
	left: 10px;
	-webkit-box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7);
	border-radius: 5px;
}
#infocab{
	display: none;
	color:rgba(255,255,255,0.5);
}
.icon-menu{
	position:fixed;
	font-size:40px;
	color:rgba(250,250,250,0.9);
	top:20px;
	right:10px;
	cursor:pointer;
}
.icon-squared-cross{
	position:fixed;
	font-size:40px;
	color:rgba(250,250,250,0.9);
	top:20px;
	right:10px;
	cursor:pointer;
	display:none;
}
.icon-menu:hover{
	color: rgba(1,1,1,0.5);
}
.icon-squared-cross:hover{
	color: rgba(1,1,1,0.5);
}
nav{
	position:fixed;
	width:50%;
	top:80px;
	left:-100%;
	background-color: rgba(146, 43, 33, 1);
	height: 100vh;
	overflow: auto;
}
.menu{
	position:relative;
	left:0;
	top:30px;
}
.enlace_submenu{
	margin:0px;
	padding: 20px 10px;
	color:rgba(255,255,255,1);
	display:block;
	font-size:16px;	
	cursor:pointer;
	transition-delay: 0.2s;
}
.enlace_submenu:hover{
	color: rgba(146, 43, 33, 1);
	background:white;
	//border-bottom: 2px solid white;
	-webkit-box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7);
	position: relative;
	transition-delay: 0.2s;
}
.menu li a{		
	margin:0px;
	padding: 20px 10px;
	color:rgba(255,255,255,1);
	display: block;
	cursor:pointer;
	transition-delay: 0.2s;
}
.menu li a:hover{		
	color: rgba(146, 43, 33, 1);
	background:white;
	//border-bottom: 2px solid white;
	-webkit-box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7);
	transition-delay: 0.2s;
}
.submenu{
	position:fixed;
	width:50%;
	top:80px;
	padding-top: 30px;
	padding-bottom: 30px;
	right:-100%;
	background-color: rgba(255, 255, 255, 1);
	height: 100vh;
	overflow: auto;
}
.submenu li{
	margin: 0;
	font-size:16px;
}
.submenu li a{	
	color: rgba(146, 43, 33, 1);
	padding: 20px;
	display: block;
	margin:0px;
	transition-delay: 0.2s;
}
.submenu li a:hover{	
	color: rgba(255,255,255,1);
	background-color: rgba(146, 43, 33, 1);
	transition-delay: 0.2s;
}
.icon-chevron-down{
	position: relative;
	font-size:25px;	
	top: 5px;
	color: white;
}
.icon-chevron-up{
	font-size:25px;
	display:none;
	color: white;
	top:5px;
	position: relative;
}
.menu_activo{
	border-bottom: 2px solid white;
}
/***************Footer***************/
.icon-info{
	position: fixed;
	font-size: 20px;
	padding:10px 10px;
	color: rgba(255,255,255,0.5);
	background-color: rgba(146, 43, 33, 1);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	bottom: 0px;
	margin-left: 45%;
	cursor: pointer;
	z-index:6;
}
.icon-info:hover{
	color: white;
}
footer{
	position: fixed;
	bottom:-100%;
	background-color: rgba(146, 43, 33, 1);
	width: 100%;
	font-size: 14px;
	height: 53vh;
	overflow: auto;
	z-index:6;
}
.footer_lista{
	padding: 20px 0 0 0;
	margin: 10px 10px;
}
.footer_lista_sin_foto{
	padding: 20px 0 0 0;
	margin: 10px 10px;
}
.footer_lista_sin_foto ul{
	padding: 5px;
	border-radius: 3px;
}
.footer_lista_sin_foto ul li{
	color:rgba(255,255,255,0.5);
	margin:12px 0;
}

footer ul li{
	color: rgba(255, 255,255, 1);
	margin:10px;
}
footer ul li ul{
	padding: 5px;
	border-radius: 3px;
}
footer ul li ul li{
	color:rgba(255,255,255,0.5);
	margin:15px 0;
}
footer a{
	color:rgba(255,255,255,0.5);
}
footer a:hover{
	color: rgba(255, 255, 255, 1);
}
#copyright{
	text-align: center;
	color:rgba(250, 250, 250, 1);
	font-size: 10px;
	padding: 15px 0px;	
	background-color: rgb(91, 27, 21);
}
footer img{
	margin-top:20px;
	-webkit-box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7);
	border-radius: 5px;
}
#logo_footer{
	margin:10px 5px;
}
.aviso{
	background-color: rgba(1,1,1,0.90);
	z-index:8;
	position: fixed;
	bottom: 0;
	color: white;
	font-size: 14px;
	padding: 20px;
	line-height: 30px;
	width:100%;
}
.aviso a{
	color: rgba(146, 43, 33, 1);
}
.a_cookies{
	background-color: rgba(146, 43, 33, 1);
	border-radius: 5px;
	border: 2px solid rgba(146, 43, 33, 1); 
	cursor: pointer;
	padding: 5px;
}
/****************boton Whatsapp *******************/
.whatsapp{
	position: fixed;
	bottom: 0;
	right:0px;
	cursor: pointer;
	z-index:5;
	width: 50px;
	margin:5px;

}
.whatsapp:hover{
	width: 45px;
	transform: 1;
	transition-duration: 0.5s;
}
/**********************Cuerpo**********************/
.seccion_banner{
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
	top:50px;
	margin:0px;
}
.seccion_banner_resi{
	position: relative;
	background-color: rgba(57, 11, 7, 1 );
	width: 100%;
	left: 0;
	right: 0;
	//top:50px;
	margin:0px;
}
.caja_carrusel{
	width: 100%;
}
.img_banner{
	position: relative;
	width: 100%;
	height: 250px;
	object-fit: cover;
	-webkit-box-shadow: -1px 7px 5px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 5px 0px rgba(0,0,0,0.7);
}
.caja_texto{
	font-size: 18px;
	margin: 20px 0px;
	position:relative;		
	padding: 10px;	
	z-index:4;
}
.art_caja{
	background:rgb(247,245,245);
	-webkit-box-shadow: -1px 7px 5px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 5px 0px rgba(0,0,0,0.7);
	border-bottom: 1px solid rgb(231,172,30);
	border-radius: 5px;
	position:relative;		
	padding: 5px;	
	z-index:4;
}
.caja_mapa{
	margin:10px 0px;
	-webkit-box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7);
}
.caja_mapa:hover{
	opacity: 0.7;
}
.centros{
	background-color: rgb(235, 235, 235);
	border-radius: 5px;
}
.caja_resi{
	background-color: white;
	-webkit-box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7);
	width: 100%;
	border-radius: 5px;
	padding: 10px 10px;
	margin: 20px 0px;
}
.caja_resi_titulo{
	margin: 10px 5px;
}
.icon-location-pin{
	position: relative;
	top:7px;
	font-size: 25px;	
}
.caja_resi_ubi{

}
.parrafo_cursiva{
	font-style: italic;
}
.seccion_opiniones{
	background-color: rgb(91, 27, 21);
	width: 100%;
	left: 0px;
	right: 0px;
	padding: 20px;
}
.caja_opiniones{
	background-color: white;
	-webkit-box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7);
	width: 100%;
	border-radius: 5px;
	padding: 10px 10px;
	margin: 20px 0px;
}
/*.caja_titulo{
	background-color: rgba(146, 43, 33, 1);
	-webkit-box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7);
	width: 100%;
	border-radius: 5px;
	padding: 10px 10px;
}*/
.art_primero{
	overflow: hidden;
}
.art_der{
	overflow: hidden;	
}
.art_izq{
	overflow: hidden;
}
.caja_titulo{
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: -1px 15px 12px 0px rgb(91, 27, 21);; 
	box-shadow: -1px 15px 12px 0px rgb(91, 27, 21);;
	max-width: 100%;
	position: relative;	
	margin:20px 0px;
	border-radius: 5px;
	padding: 10px 10px;
}
.caja_img{
	-webkit-box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7);
	
}
.caja_img img:hover{
	opacity: 0.7;
}
.parrafo-sig-linea{
	//padding-left: 15px;
	display: inline-block;
	margin-left: 22px;
}
.iconos_texto{
	opacity: 1;
	margin:5px 0px;
}
.texto_index{
	opacity: 1;
	margin: 40px 0px 20px 0px;
}
.caja_img_covid{
	padding:40px 0px;
	-webkit-box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 9px 0px rgba(0,0,0,0.7);	
}
.covid{	
	width: 90%;	
	left:5%;
	right: 5%;
	position: relative;	
}
.iconos{
	display:flex;
	justify-content: space-around;
	width: 90%;
	margin:5px;
	position:absolute;
	bottom: 30px;
	font-size: 25px;
	opacity: 0;
}
.numeros{
	display:flex;
	justify-content: space-around;
	position:absolute;
	width: 90%;
	margin:3px;
	bottom:10px;
	opacity: 0;
}
.iconos_numero{	
	font-size: 16px;	
}
.icon-king_bed{
	font-size: 35px;
}
.fondo_seccion{
	background:rgb(247,245,245);
	-webkit-box-shadow: -1px 7px 5px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 5px 0px rgba(0,0,0,0.7);
	border-bottom: 1px solid rgb(231,172,30);
	border-radius: 5px;
	position:relative;		
	padding: 5px;	
}
.linea_articulo{
	margin-top:40px;
}
.icon-stethoscope{
	font-size: 50px;
	margin: 20px 0px;
	display:flex;
	justify-content: center;
	color:rgb(91, 27, 21);
}
.icon-healing{
	font-size: 50px;
	margin: 20px 0px;
	display:flex;
	justify-content: center;
	color:rgb(91, 27, 21);
}
.icon-aid-kit{
	font-size: 50px;
	margin: 20px 0px;	
	display:flex;
	justify-content: center;
	color:rgb(91, 27, 21);
}
.icon-casino{
	font-size: 50px;
	margin: 20px 0px;	
	display:flex;
	justify-content: center;
	color:rgb(91, 27, 21);
}
.icon-volunteer_activism{
	font-size: 50px;
	margin: 20px 0px;	
	display:flex;
	justify-content: center;
	color:rgb(91, 27, 21);
}
.icon-book1{
	font-size: 50px;
	margin: 20px 0px;	
	display:flex;
	justify-content: center;
	color:rgb(91, 27, 21);
}
.icon-location-food{
	font-size: 50px;
	margin: 20px 0px;	
	display:flex;
	justify-content: center;	
	color:rgb(91, 27, 21);
}
.icon-apparel{
	font-size: 50px;
	margin: 20px 0px;	
	display:flex;
	justify-content: center;
	color:rgb(91, 27, 21);
}
.icon-edit-cut{
	font-size: 50px;
	margin: 20px 0px;	
	display:flex;
	justify-content: center;
	color:rgb(91, 27, 21);
}
.icon-heart{
	font-size: 50px;
	margin: 20px 0px;	
	display:flex;
	justify-content: center;
	color:rgb(91, 27, 21);
}
.icon-slideshare{
	font-size: 50px;
	margin: 20px 0px;	
	display:flex;
	justify-content: center;
	color:rgb(91, 27, 21);
}
.icon-hand{
	font-size: 50px;
	margin: 20px 0px;	
	display:flex;
	justify-content: center;
	color:rgb(91, 27, 21);
}
.desplegar_mas{
	cursor: pointer;		
	display: flex;
	margin: 10px;
	font-family: 'Verdana';	
	width: 97%;
	padding: 10px;
}
.desplegar_menos{
	display: none;
	cursor: pointer;	
	margin: 10px;
	font-family: 'Verdana';	
	width: 97%;
	padding: 10px;
	color: white;
	background-color: rgba(146, 63, 53, 1);	
}
.desplegar_mas:hover{
	color:white;
	background-color: rgba(146, 63, 53, 1);
}
.desplegar_menos:hover{
	color: white;
	background-color: rgba(146, 63, 53, 1);
}
.desplegable{
	display:none;
	margin: 10px;
	width: 97%;	
	font-family: 'Verdana';	
	position:relative;
	color:black;
	background-color:rgb(235, 235, 235);
	-webkit-box-shadow: -1px 7px 5px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 5px 0px rgba(0,0,0,0.7);
	border-bottom: 1px solid;
	border-radius: 5px;		
	padding: 50px 20px;	
}
.cuadro{
	-webkit-box-shadow: -1px 7px 5px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 5px 0px rgba(0,0,0,0.7);
	border-bottom: 1px solid;
	border-radius: 5px;	
	background-color: rgba(253, 200, 200, 0.8);
	padding: 10px;
	margin:20px 10px;
}
.logo_dipu{
	position: relative;
	width: 40%;
}
/**********************Galeria***************/
#owl-demo{
	//background:rgb(247,245,245);
	-webkit-box-shadow: -1px 7px 5px 0px rgba(0,0,0,0.7); 
	box-shadow: -1px 7px 5px 0px rgba(0,0,0,0.7);
	border-bottom: 1px solid rgb(231,172,30);
	//border-radius: 5px;
	//padding: 5px;
	width: 100%;
}
#owl-demo .item img{
    display: block;
    width: 100%;	
	cursor: pointer;	
}
.zoom{
	background-color: rgba(0,0,0,0.95);
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 7;
	display: none;
}
#zoomimg{
	position: fixed;
	max-width: 1136px;
	width: 95%;
	z-index:8;		
}
.icon-cross{
	color: white;
	position: fixed;
	font-size: 25px;
	z-index:9;
	right:0;
	background-color: black;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: none; 
	cursor: pointer;	
}
.icon-chevron-left{
	color: white;
	position: fixed;
	font-size: 25px;
	z-index:9;
	left:0;
	background-color: black;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	display: none;
	cursor: pointer;
}
.icon-chevron-right{
	color: white;
	position: fixed;
	font-size: 25px;
	z-index:9;
	right:0;
	background-color: black;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	display: none;
	cursor: pointer;
}
/********************Contactanos***************/
.fondo_rojo{
	background-color: rgba(146, 63, 53, 1);
	padding: 20px;
	border-radius: 10px;
}
.ingresos{
	height: 150px;
}
.columna{
	margin: 10px;
}
.lista_ingresos{
	margin-top: 40px;
	font-size: 18px;
}
.lista_ingresos li{
	line-height: 50px;
}
.lista_contacto{
	
	margin:10px;
	font-size: 18px;
}
.lista_contacto li{
	line-height: 40px;
}
.linea{
	background-color: rgba(146, 63, 53, 1);
	width: 100%;
	height: 3px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.caja_resi_img{
	margin:10px;	
}
.img_zoom{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.img_zoom:hover{
	transform : scale(1.05);
	-moz-transform : scale(1.05); 
	-webkit-transform : scale(1.05); 
	-o-transform : scale(1.05); 
	-ms-transform : scale(1.05); 
}

/**********************Politicas****************/
.sec_cookies{
	margin-top:120px;
}
.sec_cookies p{
	margin:50px 20px 50px 20px;	
	font-size:14px;
	position:relative;
	text-align:justify;
	z-index:3;
}
/************************Error 404***************************/
.pag_404{
	width: 100%;
	height: 90vh;
	margin-top:90px;
}
.img_404{
	margin-top: 100px;
	max-height: 300px;
}
/******************************************PC*************************************/
@media screen and (min-width:750px) and (max-width:1023px){
	.centros{
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	.caja_resi{
		width: 30%;
		min-width: 380px;
		margin: 20px 10px;
	}
	.opiniones{
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}	
	.caja_opiniones{
		width: 40%;
		min-width: 320px;
		margin: 20px 10px;
	}	
	.linea_articulo{
		display:flex;
		justify-content: space-between;
		flex-flow: row wrap;
		width: 100%;
	}
	.cuadro{
		width: 30%;
		min-width: 320px;
	}
	/*************residencias************/
	.caja_carrusel{
		position: relative;
		width: 80%;
		left: 10%;
	}
}

@media screen and (min-width:1024px){
	.icon-menu{
		display:none;
	}
	.icon-squared-cross{
		display:none;
	}
	header{
		height: 80px;
	}
	#infocab{
		display: flex;
		justify-content: flex-end;
		margin-right: 20px;
		margin-top: 20px;
	}
	#icon-old-phone{
		padding-top: 15px;
		margin-left: 50px;
		margin-right: 10px;		
	}
	nav{
		top:0px;
		left: 0;
		display: flex;
		justify-content:center;
		background-color: transparent;
		overflow: hidden;
		width: 100%;
		height: 80px;
	}	
	nav ul{
		display:flex;
		justify-content:flex-end;
	}
	.menu{
		top:20px;
	}
	.menu li a{
		margin:0px 10px;
		padding: 10px 30px;
	}
	.enlace_submenu{
		padding: 5px 30px;	
		height: 40px;
	}	
	.submenu li{
		width: 48%;
	}
	.submenu li a{
		margin:0px 20px;
    	width: 100%;
    	position: relative;
		right: 10px;
	}
	.menu_activo{

	}
	.logo{
		position:absolute;
		left:20px;
		z-index: 6;
	}
	h2{
		margin:0;
	}
	
	.contacto{
		width: 100%;
	}
	.icon-info{
		display: none;
	}
	footer{
		position: relative;
		bottom: 0;
		height: 270px;
		overflow-y:hidden;
	}
	.footer_sin_foto{
		position: relative;
		bottom: 0;
	}
	#caja_info{
		display:flex;
		justify-content:space-between;
		width: 100%;
	}
	.footer_lista{
		width: 33.3%;
		position: relative;
		margin: 10px 8%;
	}
	.footer_lista_index{
		width: 20%;
		position: relative;
		margin: 10px 5%;
	}
	.footer_lista_sin_foto{
		width: 40%;
		position: relative;
		margin: 10px 15%;
	}
	#logo_footer{
		width: 33.3%;
	}
	#mapa{
		width: 50%;
		position: relative;
		margin:10px 7%;
	}
	#copyright{
		position: absolute;
		width: 100%;
	}	
/************************Pág Index *****************/

	section{	
		position: relative;
		top:20px;
		width: 80%;	
		left: 10%;
		right:10%;
	}
	article{
		width: 100%;
	}
	.icon-arrow-left{
		display:none;
	}
	.icon-arrow-right{
		display:none;
	}
	h1{
		text-align: center;
	}
	.img_banner{	
		height: 450px;
	}
	.caja_img{
		width: 50%;		
		margin: 10px 5px 10px 10px;		
	}
	.caja_mapa{
		width: 50%;	
		margin: 10px 5px 10px 10px;	
	}
	.caja_texto{	
		
		position: relative;
		margin:60px 40px;
	}
	.art_der{
		display: flex;
		justify-content: space-between;
		margin-bottom:10px;
		overflow: hidden;
	}
	.art_izq{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin-bottom:20px;
		overflow: hidden;
	}			
	.centros{
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	.caja_resi{
		width: 30%;
		min-width: 380px;
		margin: 20px 10px;
	}
	.opiniones{
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	.caja_opiniones{
		width: 23%;
		min-width: unset;
		margin: 20px 5px;
	}	
	.desplegar_mas{
		width: 98%;
	}
	.desplegar_menos{
		width: 98%;
	}
	.desplegable{
		width: 98%;
	}
/****************************Cuerpo*****************/
	#owl-demo .item img{	    
	    max-width: 100%;
	    max-height: 75vh;
	    object-fit: cover;
	}
	.icon-cross{
		font-size: 35px;
		margin-top: 15px;
	}
	.icon-chevron-right{
		font-size: 35px;
	}
	.icon-chevron-left{
		font-size: 35px;
	}
	.covid{
		position: relative;
		top: 10px;	
		width: 80%;	
		left: 10%;
		right:10%;
	}
	.linea_articulo{
		display:flex;
		justify-content: space-between;
		flex-flow: row wrap;
		width: 100%;
	}
	.cuadro{
		width: 30%;
	}
	.sec_primera{
		margin-top: 40px;
	}
	/**************contactanos**************/
	.columna{
		width: 45%;	
		margin:10px;
	}	
	.ingresos{
		height: 350px;
	}	
	.lista_ingresos{
		margin-top: 40px;
	
	}
	.lista_ingresos li{
		line-height: 50px;
	}	
	/*************residencias************/
	.caja_carrusel{
		position: relative;
		width: 80%;
		left: 10%;
	}
}


