footer{
	background-color: #002438
}

p{
	text-align: center;
}

a.propiedades{
	text-decoration:none; 
	color: #143098;
}

nav{
	background-color: #002438
}
a,h1,h2,h3,h4,h5,h6,p,li,label{
	font-family: Candara
}

h4.primero{
    color: #002438
}
h4.segundo{
    color: #FE7700
}
h4.tercero{
    color: #486CFD
}

div.color{
	color: #002438
}

hr.inicio{

	width: 320px;
	border:1px ;
	color: black;
}

/*---------------------------------------------------------------------------------*/

.back{
	text-decoration: none;
}

.back h6{
	color: #002438;
}

.back img{
	width: 1.1rem;
	margin-bottom: 0.30rem;
}

.paginacion{
	color: #FFF;
}


/*---------------------------------------------------------------------------------*/

.icon-meter-total{
	width: 0.97rem;
}

.icon-meter-terrace{
	width: 0.97rem;
	margin-bottom: 0.30rem;
}

/*BOTON CREAR PROPIEDAD*/
.create-prop a{
	text-decoration: none;
	text-transform: uppercase;
	width: 175px;
	margin-left: 7.1%;
	display: inline-block;
	padding: 7px;
	font-size: 13.5px;
	background: rgb(0, 36, 56);
	color: #ffffff;
	border-radius: 4px;
	border: 1px solid rgb(213, 213, 180);
	transition: all 400ms ease;
  }
  
  .create-prop a:hover{
	background: rgb(0, 66, 101);
	color: #ffffff;
  }

/*-----------------*/

.message-prop{
	margin-left: 1%;
  }
  
.div-welcome{
text-align: center;
}

.div-crear input{
	text-decoration: none;
	width: 164px;
	display: inline-block;
	padding: 7px;
	font-size: 14px;
	background: rgb(0, 36, 56);
	color: #ffffff;
	border-radius: 4px;
	border: 1px solid rgb(213, 213, 180);
	transition: all 400ms ease;
}
  
.div-crear input:hover{
	background: rgb(0, 66, 101);
	color: #fff;
}
  
.div-regresar a{
	text-align: center;
	text-decoration: none;
	width: 164px;
	display: inline-block;
	padding: 7px;
	font-size: 14px;
	background: rgb(0, 56, 86);
	color: #fff;
	border-radius: 4px;
	border: 1px solid rgb(213, 213, 180);
	transition: all 400ms ease;
}
.div-regresar a:hover{
	background: rgb(0, 66, 101);
	color: #ffffff;
}

/*.img-regresar{
	
}*/

/*Letra vendida*/

.card_image_prop{
	position: relative;
}

.div-vendida{
	display: flex;
	position: absolute;
	top: 94%;
	background-color: #ffffff;
	border-radius: 5%;
	padding: 0px;
	font-weight: 600;
	width: 83px;
	height: 30px;
	color: #393939;
	transform: translate(0,-50%);
	
	right: 8px;
	
}

.letra-vendida{
	font-size: 1.5rem;
}


.div-no-disponible{
	display: flex;
	position: absolute;
	top: 94%;
	background-color: #ffffff;
	border-radius: 5%;
	padding: 0px;
	font-weight: 600;
	width: 145px;
	height: 30px;
	color: #393939;
	transform: translate(0,-50%);
	
	right: 8px;
	
}

.letra-no-disponible{
	font-size: 1.5rem;
}


/*.card_image_prop{
	display: flex;
	width: 400px;
	height: 50%;
	background-color: #f3f3f3f5;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.66);
	overflow: hidden;
}*/

/*CSS IMAGENES SLIDER */
.div-slider{
	display: flex;
	justify-content: left;
	align-items: center;
}

.container-carousel{
	position: relative;
	width: 600px;
	height: 400px;
	background-color: #f3f3f3f5;
	/*box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.66);*/
	border-radius: 15px;
	overflow: hidden;
}

.carruseles{
	width: 3000%;
	height: 100%;
	display: flex;
}

/*Aqui se calcula el 100% por el numero de imagenes que se rellena arriba EX: 20000%*/
.slider-section{
	width: calc(100% / 30);
	height: 100%;
}

.slider-section img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.btn-left, .btn-right{
	display: flex;
	position: absolute;
	top: 50%;
	font-size: 2rem;
	background-color: transparent;
	border-radius: 50%;
	padding: 5px;
	font-weight: 600;
	cursor: pointer;
	color: #ffffffc2;
	transform: translate(0,-50%);
	transition: .5s ease;
	user-select: none;
}

.btn-left:hover, .btn-right:hover{
	background-color: #333333D4;
	color: #FFF;
}

.btn-left{
	left: 10px;
}

.btn-right{
	right: 10px;
}


.i-posicion{
	top: 30px;
}

.btn-lupa{
	display: flex;
	right: 43%;
	position: absolute;
	top: 50%;
	font-size: 4rem;
	background-color: transparent;
	border-radius: 50%;
	padding: 5px;
	font-weight: 600;
	cursor: pointer;
	color: #FFFFFF81;
	transform: translate(0,-50%);
	transition: .5s ease;
	user-select: none;
}

.ver-imagenes h6{
	text-align: left;
	margin-left: 28%;
	font-size: 0.85rem;
}

.btn-ampliar{
	display: flex;
	right: 27%;
	position: absolute;
	top: 50%;
	font-size: 4rem;
	background-color: transparent;
	border-radius: 50%;
	padding: 5px;
	font-weight: 600;
	cursor: pointer;
	color: #FFFFFF81;
	transform: translate(0,-50%);
	transition: .5s ease;
	user-select: none;
}

.btn-ampliar h6{
	color: #ffffffce;
	font-size: 1.25rem;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

.td_down{
	width: 25%;
	text-align: left;
	vertical-align: top;
	border: 1px solid rgb(195, 194, 194) ;
	border-collapse: collapse;
}

.th_up{
text-transform: uppercase;
}


/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/


.div-error-login{
	text-align: center;
	margin-left: 28%;
}

.div-mensaje-register{
	text-align: center;
	margin-left: 16%;
}

.imagen-login{
	margin-left: 31%;
	margin-bottom: 5%;
}

.login input{
	text-decoration: none;
	width: 87px;  
	display: inline-block;
	padding: 8px;
	font-size: 15.8px;
	background: #002438;
	color: #ffffff;
	border-radius: 4px;
	border: 1px solid #002438;
	transition: all 400ms ease;
}

.login input:hover{
	background: rgb(0, 66, 101);
	color: #ffffff;
}

.h2-register{
	margin-left: 8%;
}

.register input{
	text-decoration: none;
	width: 87px;  
	display: inline-block;
	padding: 8px;
	font-size: 15.7px;
	background: #002438;
	color: #ffffff;
	border-radius: 4px;
	border: 1px solid #002438;
	transition: all 400ms ease;
}

.register input:hover{
	background: rgb(0, 66, 101);
	color: #ffffff;
}

.div-showpass button{
	background-color: #f6f6f6;
	border-radius: 0.45rem;;
	border: 1px solid #ced4da;
}

.div-showpass button:hover{
	background-color: #ebebeb;
}

#image1{
	margin-bottom: 8.5%;
}

.texto-pass{
	font-size: 0.8rem;
	text-align: right;
}

.texto-showpass{
	font-size: 50%;
}

.div-password button{
	color: rgb(0, 0, 0);
	background: rgb(195, 194, 194);
	text-decoration: none;
	width: 340px;  
	margin-top: 0.5%;
	display: inline-block;
	padding: 6px;
	font-size: 15.7px;
	background: rgb(195, 194, 194);
	color: #000;
	border-radius: 4px;
	border: 1px solid rgb(195, 194, 194);
	transition: all 400ms ease;
}

.div-password button:hover{
	background: rgb(171, 171, 171);
	color: #000;
}

.div-password span{
	width: 340px;
	font-size: 1rem;
	text-align: center;
	margin-top: 0.5%;
}

.imagen-logout{
	margin-bottom: 1.6%;
}

.letra-cerrar-sesion{
	font-size: 1.14rem;
	
}

.dropdown-logout:hover{
	background-color: #002438;
}

.card-body h2{
	/*text-align: center;*/
	margin-left: 34.4%;
}