/*footer{
	background-color: #002438
}*/

/*CARD PARA BATERIAS Y PANELES*/

.card-container{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 100px;

}

.card{
	width: 325px;
	background-color: #F0F0F0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	margin: 20px;
}

.card img{
	width: 100%;
	height: auto;
}

.card-content-b{
	padding: 16px;
}

.card-content-b h3{
	font-size: 1.15rem;
	margin-bottom: 8px;
	text-align: justify;
}

.card-content-b p{
	color: #666;
	font-size: 1rem;
	line-height: 1.3;
	text-align: justify;
}

.card-content-b .btn{
	display: inline-block;
	padding: 8px 16px;
	background-color: #333;
	text-decoration: none;
	border-radius: 4px;
	margin-top: 16px;
	color: #ffffff;
}

.card-content-b .btn:hover{
	background-color: #4d4d4d;
	color: #fffffff0;
}

/*---------------------------------------------------*/
.card-content-p{
	padding: 16px;
}

.card-content-p h3{
	font-size: 1.22rem;
	margin-bottom: 8px;
	text-align: justify;
}

.card-content-p p{
	color: #666;
	font-size: 1rem;
	line-height: 1.3;
	text-align: justify;
}

.card-content-p .btn{
	display: inline-block;
	padding: 8px 16px;
	background-color: #333;
	text-decoration: none;
	border-radius: 4px;
	margin-top: 16px;
	color: #ffffff;
}

.card-content-p .btn:hover{
	background-color: #4d4d4d;
	color: #fffffff0;
}


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


.letra-footer{
	color: rgb(79, 79, 79);
}

p{
	text-align: center;
}

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

nav{
	/*background-color: #002438*/
	background-color: rgb(245, 245, 245);
}

.titulo-inicio{
	background-color: #396f9e;
	width: 100%;
	/*height: 140px;*/
	height: 10rem;
}

.titulo-inicio h1{
	color: rgb(255, 255, 255);
	/*text-transform: uppercase;*/
	font-variant-caps: small-caps;
	font-weight: 900;
	line-height:0px;
	vertical-align:middle;
	text-align: center;
	font-size: 2.7rem;
}

.titulo-ongrid{
	background-color: #396f9e;
	width: 100%;
	/*height: 140px;*/
	height: 9.5rem;
}

.titulo-inicio h2{
	color: rgb(255, 255, 255);
	line-height:90px;
	vertical-align:middle;
	text-align: center;
	font-size: 2rem;
}
.titulo-inicio h3{
	color: rgb(255, 255, 255);
	line-height:90px;
	vertical-align:middle;
	text-align: center;
	font-size: 1.50rem;
}

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

.titulo-ongrid{
	background-color: #396f9e;
	width: 100%;
	/*height: 140px;*/
	height: 6rem;
}

.titulo-ongrid h2{
	color: rgb(255, 255, 255);
	font-variant-caps: small-caps;
	line-height:90px;
	vertical-align:middle;
	text-align: center;
	font-size: 2.5rem;
}

.titulo-offgrid{
	background-color: #396f9e;
	width: 100%;
	/*height: 140px;*/
	height: 6rem;
}

.titulo-offgrid h2{
	color: rgb(255, 255, 255);
	font-variant-caps: small-caps;
	line-height:90px;
	vertical-align:middle;
	text-align: center;
	font-size: 2.5rem;
}

.beneficios div{
	text-align: center;
}

.beneficios div div h2{
	font-size: 1.4rem;
	font-weight: bolder;
}

.beneficios div div p{
	font-size: 1rem;
	text-align: justify;
}

#dropdown-service{
	background-color: rgb(245, 245, 245);
	color: #000;
}

.topnav {
	background-color: rgb(245, 245, 245);
}


#dropdown_item_ofrecer:hover li a{
	background-color: rgb(255, 254, 254);
}

#dropdown_item_ofrecer.active li a{
	background-color: rgb(255, 254, 254);
	color: #000;
}

.microred-def label{
	text-align: justify;
	font-size: 1.8rem;
}

.microred-def p{
	text-align: justify;
	line-height: 200%; 
	font-size: 1.1rem;
}


  
/* Style the links inside the navigation bar */


.topnav a {
float: left;
display: block;
color: rgb(162, 162, 162);
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
border-bottom: 3px solid transparent;

}

.topnav a:hover {
	background-color: rgb(227, 224, 224);
	border-radius: 6px;
	/*border-bottom: 3px solid rgb(129, 129, 129);*/
}

.topnav a.active {
	background-color: rgb(245, 245, 245);
	/*border-bottom: 3px solid rgb(129, 129, 129);*/
}

  
/* Style the links inside the navigation bar */
/*.topnav a {
	float: left;
	color: rgb(154, 153, 153);
	text-align: left;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 1.10rem;
}
.topnav a:hover {
	background-color: rgb(221, 221, 221);
	color: rgb(0, 0, 0);
}

.topnav a.active{
	background-color: rgb(221, 221, 221);
	color: rgb(0, 0, 0);
}*/
/* Add a color to the active/current link */
/*.topnav a.active {
	background-color: rgb(245, 245, 245);
	color: white;
}*/

@media screen and (max-width: 600px) {
	.topnav a, .topnav-right {
	  float: none;
	  display: block;
	}
}

.margen-2-show{
	font-size: 1.20rem;
	color: rgb(126, 126, 126);
	/*background-color: #396f9e;*/
}


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

#input-formulario{
	background-color: rgb(243, 243, 243);
}

#timeInput{
	background-color: rgb(243, 243, 243);
}

a,h1,h2,h3,h4,h5,h6,p,li,label{
	font-family: Trebuchet MS;
}

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{
	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%;
}

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

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

.service-send input{
	text-decoration: none;
	width: 13.40rem;  
	display: inline-block;
	padding: 10px;
	background: #002438;
	color: #ffffff;
	border-radius: 4px;
	border: 1px solid #002438;
	transition: all 400ms ease;
	font-size: 0.90rem;
}

.service-send 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%;
}