@font-face {
  font-family: "Ephesis";
  src: url("fonts/Ephesis-Regular.woff2") format("woff2"),
    url("fonts/Ephesis-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fbp {
  font-family: "Ephesis";
  font-size: 2.8rem;
}

@font-face {
  font-family: "GolosText";
  src: url("fonts/GolosText-Medium.woff") format("woff")
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fbpmsg {
  font-family: "GolosText";
  font-size: 2.8rem;
}
.fbpsubmsg {
  font-family: "GolosText";
  font-size: 1.4rem;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("fonts/RobotoSlab-VariableFont_wght.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.dancing-script-txt {
  font-family: "Dancing Script", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size:40px;
}

.mulish-txt {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size:40px;
}

.ftxthome {
  /*font-family: "DancingScript";
  font-size: 2.8rem;*/
  font-family: "Dancing Script";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size:40px;
}
/* PUBLIC SANS */
@font-face {
  font-family: "PublicSans";
  src: url("/newsite/css/fonts/PublicSans-VariableFont_wght.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.publicSans{
	font-family: "PublicSans";
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:36px;
}
/* / PUBLIC SANS */

/* HIND */
.hind {
  font-family: "Hind", sans-serif;
}
/* / HIND */

/* STYLES */

:root{
	--tertiaryColor: #3D3D3D;
	--azulCorp: #006699;
	--grisText: #4B4B4B;
	--grislightText:#A39CA5;
	--verdeCorp: #15803D;
	--rojoCorp: red;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
}

.header {
  background-color: #333;
  color: white;
  padding: 0px;
  /*position: fixed;
  top: 0px;*/
  height:205px;
  width: 100%;
  z-index: 1000;
}

.contenido-head {
  display: flex;
  max-width: 100%;
  margin: 0px;
  height: 150px;
}

.separaTop{
	margin-top:30px;
}

.c1 {
  flex: 5;
  background-color: red;
  padding-left: 100px;
  padding-top: 15px;
}

.logo-cucicba {
  float: right;
  width: 3em;
  background-color: white;
  border-radius: 5%;
}

@media (max-width: 768px) {
.logo-cucicba {
	margin-top: 40px;
}
}

.c1 img {
  position: relative;
  top: -45px;
  right: 25px;
}

.c2 {
  flex: 0.3;
  background-color: var(--verdeCorp);
}
.c3 {
  flex: 0.08;
  background-color: white;
}

.responsive {
  width: 100%;
  height: auto;
}

/* ------------------- NAV ------------------- */
nav {
  background-color: var(--azulCorp);
  transition: all 0.3s ease;
  z-index:3000;
  position:relative;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  background-color: #006699;
}

nav ul li {
  flex: 1;
  text-align: center;
}

nav ul li a {
  display: block;
  padding: 15px 10px;
  color: white;
  text-decoration: none;
}

nav ul li a:hover {
  background-color: #008fd5;
}

.menu-toggle {
  display: none;
  background-color: #006699;
  color: white;
  font-size: 20px;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

.active{
	background-color: #008fd5;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  nav ul {
    display: none;
    flex-direction: column;
	background-color: #006699;
  }
  
  nav ul.active {
    display: flex;
  }
  
  nav li{
	  border-bottom:1px dashed grey;
	  border-top: 1px dashed grey;
  }
  
  nav ul li a {
    padding: 15px 20px;
    text-align: left;
  }
  
  .c1 {
    padding-left: 20px;
    font-size: 35px;
  }
}
/* ------------------- / NAV ------------------- */

/* ------------------- LOADER ------------------- */
.loader {
	border: 8px solid #f3f3f3; /* Fondo de la rueda */
	border-top: 8px solid #3498db; /* Color de la parte superior de la rueda */
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite; /* Animación de giro */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px; /* Ajuste para centrar */
	margin-left: -25px; /* Ajuste para centrar */
}

/* Animación de giro */
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Fondo del loader (opcional) */
.loader-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7); /* Fondo translúcido */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999; /* Asegura que se muestre encima de todo */
}
/* ------------------- / LOADER ------------------- */

/* ------------------- HOME ------------------- */
.bg-home {
  width: 100%;
  height: 100%;
}

.img-bg-home {
  width: 100%;
  height: 700px;
  background-image: url("../assets/img/living-home.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cont-tit-home {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 250px;
  width: 100%;
  height: 30%;
  padding: 20px;
  color: white;
}

.tit-home {
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.5em;
	color: white;
	text-align:center;
}

.subtit-home {
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5em;
	color: white;
	text-align:center;
}

.botones{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top:60px;
}

.sepBot{
	margin-right:30px;
}

.boton-home{
	/*font-family: "Shippori Antique", sans-serif;*/
	font-family: "fbp";
	font-weight: 400;
	font-style: normal;
	width:200px;
	height:50px;
	border-radius:8px;
	border:2px solid var(--verdeCorp);
	background-color:rgba(255,255,255,0.7);
	color:rgba(21,128,61);
	font-weight:bold;
	font-size:1.3em;
	text-decoration:none;
	text-align:center;
	line-height:45px;
}

.boton-home:hover{
	background-color:var(--verdeCorp);
	color:white;
	cursor:pointer;
	
}

@media (max-width: 1140px) {
	.tit-home{
		font-size:3rem;
	}
	.subtit-home{
		font-size:1.8rem;
	}
}

@media (max-width: 768px) {
	.tit-home{
		font-size:2.5rem;
	}
	.subtit-home{
		font-size:1.5rem;
	}
	.cont-tit-home{
		height: 38%;
	}
	.botones{
		margin-right:20px;
	}
}

/* ------------------- HOME ------------------- */

/* ------------------- ANOTHER STYLES ------------------- */

.first-cont{
	padding-top:250px;

}

.centrar-texto {
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
}

.responsive-img {
  max-width: 100%; /* Ajusta el ancho máximo al 100% del contenedor */
  height: auto;    /* Mantiene la proporción de la imagen */
  display: block;  /* Evita el espacio extra en imágenes inline */
}

.sepTop {
  padding-top: 20px;
}
.sepTop10 {
  padding-top: 10px;
}

.text-center {
  text-align: center !important;
}

/* ------------------- / ANOTHER STYLES ------------------- */

/* ------------------- SECTIONS ------------------- */
.section {
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 80px 100px 140px 100px;
}

.secSep{
	border-top: 3px #666 solid;
}

/* SECTION 1 */

.box {
	display:flex;
    margin: 10px;
    padding: 20px;
	justify-content: center;
	align-items:stretch;
}

.img-sec-1{
	border:10px #d4cfcd solid;
	border-radius:180px;
	min-width:300px;
}

.section-1 {
	background-image:url(../assets/img/secOne.png);
	background-repeat:no-repeat;
	background-size:cover;
	max-width:100%;
	height:auto;
}

.quote-pos{
	position:relative;
	
	margin:20px;
}

.bg-txt-sec-1{
	background-color: rgba(255, 255, 255, 0.8);
	color:#4a4a4a;
	border-radius:5px 40px 5px 40px;
	width:70%;
}

@media (max-width: 768px) {
	.section{
		padding: 80px 0px 140px 0px;
	}
	.section-1{
		flex-direction: column;
	}
	.bg-txt-sec-1{
		font-size:2rem;
	}
}

@media (max-width: 1100px) {
	.fbpmsg{
		font-size:2rem;
	}
}

/* / SECTION 1 */

/* SECTION 2 */
.section-2 {
	display:flex;
	background-color:#F0F0F0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.tit-sec-2 {
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	/*color: var(--tertiaryColor);*/
	color: var(--azulCorp);
	margin-bottom:60px;
}

.icon-circ{
	/*border: 1px solid var(--tertiaryColor);*/
	border: 1px solid var(--azulCorp);
    border-radius: 50%;
    /*color: var(--tertiaryColor);*/
	color: var(--azulCorp);
    font-size: 3.5rem;
    opacity: .5;
    padding: 1.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.serv-prof{
    display: flex;
	flex-basis:0;
	justify-content: center;
	align-items: stretch;
	grid-gap: 2rem;
    grid-auto-rows: minmax(100px, auto);
    grid-template-columns: repeat(4, 1fr);

}

.item-sec-2{
	flex:1;
	margin-top:40px;
	padding-top:40px;
	border:1px solid var(--azulCorp);
	border-radius:15px;
}

.item-sec-2:hover *{
	/*border-color:var(--azulCorp);
	color:var(--azulCorp);*/
	font-weight:bold;
	color: var(--azulCorp);
	font-weight:bold;
}

.item-sec-2:hover{
	/*border-color:var(--azulCorp);
	color:var(--azulCorp);*/
	border:3px solid var(--azulCorp);
	color: var(--azulCorp);
}

.item-sec-2:hover .icon-circ {
	/*border-color:var(--azulCorp);
	color:var(--azulCorp);*/
	border:3px solid var(--azulCorp);
	color: var(--azulCorp);
}


.cont-icon-circ{
	margin-bottom:80px;	
}

.desc-items {
	font-family: "Shippori Antique", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 1.2rem;
	/*color: #3D3D3D;*/
	color: var(--azulCorp);
	margin-bottom:2rem;
	margin:2rem;
}


@media (max-width: 768px) {
	.serv-prof {
		flex-direction: column;
		align-items: center;
	}
	.item-sec-2{
		max-width:70%;
	}
	.tit-sec-2{
		margin-bottom:20px;
	}
}

/* / SECTION 2 */

.section-3 {
	background-color: #ccccff;
  
}

/* SERVICIOS */
.content-gral{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
	gap: 20px;
	width:100%;
}

.content-text{
	font-family: "RobotoSlab";
	font-size: 1.4rem;
	color:#444;
	width:80%;
	flex: 2;
	text-align: justify;
}
.content-text p{
	margin-bottom:20px;
    padding-right: 20px;
}

.image-container {
    flex: 1;
	display: flex;
    justify-content: flex-start;
}

.image-container img {
    width: 100%;
    height: auto;
	border-radius:10px;
}

@media (max-width: 768px) {
	.content-gral{
		flex-direction: column;
        align-items: center;
        gap: 10px;
	}
	.image-container img {
        width: 100%;
        max-width: 100%;
    }
	.content-text{
		text-align:start;
		width:100%;
	}
}

/* / SERVICIOS */

/* PROPIEDADES TEMP */

.section-prop{
	display:flex;
	justify-content: center;
	padding: 50px 50px 50px 50px;
	flex-direction: column;
}

.content-prop{
	display:flex;
	justify-content: start;
	flex-direction: column;
	gap: 10px;
}

.content-prop-box{
	display:flex;
	justify-content: start;
	flex-direction: row;
	border:1px solid #E0E0E0;
	border-radius:10px;
	padding:10px;
	gap: 20px;
}

.content-prop-box:hover{
	cursor:pointer;
	background-color: rgba(0, 123, 255, 0.2);
	border:1px solid rgba(0, 123, 255);
}

.img-prop{
	width:250px;
	min-height:200px;
	max-height:250px;
	overflow:hidden;
	border-radius: 6px;
}

.leyenda{
	position:absolute;
	width:130px;
	text-align:center;
	background-color:#F00;
	color:#FFF;
	display:inline-block;
	padding:5px 10px;
	border-radius:5px;
	height:35px;
	z-index:1000;
}

.importe{
	font-size:22px;
	font-weight:600;
	letter-spacing:normal;
	word-spacing:0px;
}

.localiza{
	font-size:16px;
	font-weight:400;
	letter-spacing:normal;
	word-spacing:0px;
}

.dimensiones{
	margin-top:30px;
	font-size:16px;
	font-weight:400;
	letter-spacing:normal;
	word-spacing:0px;
}

.dimensiones span{
	margin:0px 30px 0px 0px;
}

.resumen{
	margin-top:20px;
	font-size:14px;
	font-weight:400;
	letter-spacing:normal;
	word-spacing:0px;
}

.tipoProp{
	margin-top:15px;
	background-color:var(--azulCorp);
	color:#FFF;
	display:inline-block;
	padding:5px 10px;
	border-radius:5px;
	height:35px;
}

.filtros{
	color:var(--grisText);
	font-size:20px;
	font-weight:400;
	letter-spacing:normal;
	word-spacing:0px;
	margin: 0px 20px 40px 30px;
}

.filtros select{
	color:var(--grisText);
	font-weight:400;
	padding:10px;
	margin:10px;
	font-size:16px;
}

.filtros select:hover{
	background-color: rgba(0, 123, 255, 0.1);
	border:1px solid rgba(0, 123, 255);
	border-radius:5px;
	
}

.txtFiltro{
	background-color:var(--grislightText);
	color:#FFF;
	display:inline-block;
	padding:5px 10px;
	border-radius:5px;
	height:40px;
}

.busquedaNula{
	font-weight:600;
	padding:10px;
	font-size:20px;
}

.del{
	color:#F42F2F;
	cursor:pointer;
}

.del:hover{
	background-color:var(--grislightText);
	border-radius:5px;
	color:#FFF;
	padding:5px 10px 5px 10px;
}

.resultados{
	color:var(--azulCorp);
	text-align:right;
	padding-right:30px;
}

.imgProp{
	position:relative;
	display:flex;
	flex-wrap: wrap; 
	justify-content: space-between;
	gap: 5px;
}

.flex-item {
  flex: 1 1 auto; /* Ocupa un tercio del ancho del contenedor menos el espacio del gap */
  /*max-width: calc(33.333% - 10px); /* Limita el ancho máximo al mismo cálculo */
  padding: 5px;
  text-align: center;
  box-sizing: border-box; /* Incluye padding y border en el tamaño del elemento */
  width:230px;
  height:200px;
  border-radius:10px;
}

.cantPic{
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	color:#FFF;
	z-index:1000;
	right: calc(100% - 300px);
	width:50px;
	height:20px;
	text-align: center;
}

.cantPic info{
	margin:5px;
	padding:5px;
}

.busquedaPropError{
	display:flex;
	flex-direction: column;
	font-weight:600;
	padding:10px;
	font-size:40px;
	color:var(--rojoCorp);
	text-align: center;
}

.content-error-box{
	display:flex;
	justify-content: start;
	flex-direction: row;
	border-radius:10px;
	padding:10px;
	gap: 20px;
}

.img-prop-more{
	width:400px;
	min-height:400px;
	max-height:400px;
	overflow:hidden;
	border-radius: 6px;
}

.cantPic-more{
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	color:#FFF;
	z-index:1000;
	right: calc(100% - 450px);
	width:50px;
	height:20px;
	text-align: center;
}

.cantPic info-more{
	margin:5px;
	padding:5px;
}

.pic-more{
	border:none;
	border:1px solid var(--verdeCorp);
	margin:20px;
	padding:5px 20px 5px 20px;
	background-color: var(--verdeCorp);
	color:white;
	border-radius:5px;
	cursor:pointer;
}

.pic-more:hover{
	font-weight:bold;
}

.contenedor-prop-box-more{
	border:1px solid #E0E0E0;
	border-radius:10px;
	padding:10px;
}

.content-prop-box-more{
	display:flex;
	justify-content: start;
	flex-direction: row;
	gap: 20px;
	text-decoration:none;
}

.content-prop-box-more a {
	text-decoration:none;
}

.galery{
	cursor:pointer;
}

.light-text{
	color:#3F3F3F;	
}

.content-prop-box-more-descrip{
	display:flex;
	justify-content: start;
	flex-direction: column;
	gap: 20px;
}

.item-contenido-more{
	width:70%;
}

.item-contenido-more-caract{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

.item-contenido-more-caract-list{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.subtitMore{
	width:50%;
}

.item-caract-list{
	flex: 1 1 calc(35% - 10px); /* Ocupa el 50% del ancho menos el espacio entre columnas */
}

.item-caract-dir{
	display:flex;
	gap:20px;
}

/* CONTACTO */
#map-container {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 400px;
	border:1px solid #CCC;
}
#map {
	width: 100%;
	height: 100%;
}

.datos{
	min-width:360px;
	font-size:18px;
}

.formContacto{
	display:flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	width:50%;
}

.formContacto label{
	margin:20px 20px -15px 0px;
	font-size:15px;
}

.formContacto input{
	font-size:15px;
	text-height:auto;
	padding:10px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px dashed #666666;
	border-radius:5px;
	color:var(--grisText);
}

.formContacto input:focus{
	outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 15px #719ECE;
}

.formContacto textarea{
	font-size:15px;
	padding:10px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px dashed #666666;
	resize:none;
	height:140px;
	border-radius:5px;
	color:var(--grisText);
	font-family: "Arial";
}

.formContacto textarea:focus{
	outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 15px #719ECE;
}

.formContacto button{
	width:40%;
	border:none;
	background-color:var(--azulCorp);
	color:white;
	border-radius: 5px;
	height:50px;
}

.formContacto button:hover{
	font-weight:bold;
	cursor:pointer;
	background-color:#007DFB;
}

.enviando{
	margin-bottom:100px;
	height:30px;
	font-size: x-large;
}

.error{
	color:red;
}

.ajs-success{
	color:white !important;
}

.ajs-error{
	color:white !important;
}

@media (max-width: 768px) {
	.section-prop{
		padding: 25px 25px 25px 25px;
	}
	.img-prop{
		width:100%;
	}
	.content-prop-box{
		flex-direction: column;
	}
	.dimensiones{
		margin-top:10px;
	}
	.dimensiones span{
		margin:0px 15px 0px 0px;
	}
	.resumen{
		margin-top:10px;
	}
	.datos{
		margin-bottom:20px;
	}
	.formContacto{
		width:100%;
	}
	.cantPic{
		right: calc(100% - 370px);
	}
	.cantPic-more{
		right: calc(100% - 370px);
	}
	.content-prop-box-more{
		flex-direction: column;
	}
	.flex-item {
		max-width:160px;
  	}
	.item-contenido-more{
		width:90%;
	}
	.item-contenido-more-caract-list{
		flex-direction: column;
	}
	.item-caract-dir{
		flex-direction: column;
		gap:0px;
	}
	.del{
		font-size:14px;
	}
}

/* / PROPIEDADES TEMP */

/* ------------------- / SECTIONS ------------------- */

/* ------------------- FOOTER ------------------- */
footer {
  background-color: var(--verdeCorp); /* Fondo oscuro */
  color: black;
  margin: 0 auto; /* Centra el footer horizontalmente */
  width: 100%;
  border-top: 5px solid #1e1e1e;
  padding-left:150px;
}

.cont-footer{
  display: flex; /* Flexbox para distribuir las columnas */
  justify-content: space-between; /* Espaciado uniforme entre columnas */
  align-items: stretch; /* Columnas del mismo alto */
  padding: 20px;
  flex-wrap: wrap; /* Permite que las columnas se ajusten en pantallas pequeñas */
  width:70%;
}

/* Estilos de las columnas */
.footer-column {
  flex: 1; /* Las columnas ocupan el mismo ancho */
  margin: 10px; /* Espaciado entre columnas */
}

.footer-column h3 {
  margin-top: 0; /* Elimina margen superior de los títulos */
}

.footer-cr{
  width: 100%;
  margin: 20px 0; /* Espaciado superior e inferior */
  font-size:12px;
  font-variant:inherit;
}

.footer-column p {
	font-size:12px;
}

/* Ajustes para pantallas pequeñas */
@media (max-width: 600px) {
  .footer-column {
    flex: 100%; /* Las columnas se apilan una debajo de otra */
  }
  footer{
    padding-left:0px;
  }
}
/* ------------------- / FOOTER ------------------- */
