/*
Theme Name: Nom Projecte - Kadence Child
Template: kadence
Version: 1.0
*/

/* Monument estable per títols */
h1, h2, h3, h4, h5, h6, .tipo-titol {
    font-family: 'Monument', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-synthesis: none !important;
    font-variation-settings: normal !important;
    text-shadow: none !important;
    -webkit-text-stroke: 0 !important;
    letter-spacing: 0 !important;
}

.negreta {
    font-weight: 800 !important;
}

/* Estat immoble */
.sobreposada, .sobreposada-petit  {
  box-sizing: border-box;
  position: relative;
}

.sobreposada figcaption,
.sobreposada-petit figcaption {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  margin: 0;
  font-family: 'Monument', sans-serif !important;
  background-color: rgba(255, 255, 255, 0.5);
}

.sobreposada figcaption {
  width: 25% !important;
  padding: 0.75rem 0.5rem !important;
  font-size: 1rem;
}

.sobreposada-petit figcaption {
  width: 50%;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.estado-alquilado figcaption {
	color: #fff;
	background-color: #1c2632;
}

.estado-disponible figcaption {
	color: #fff;
	background-color: #1c2632;
}

.estado-en-venta  figcaption {
	display: none;
}

.estado-no-disponible figcaption {
	color: #fff;
	background-color: #1c2632;
}

.estado-reservado figcaption {
    color: #fff;
	background-color: #1c2632;
}

.estado-vendido figcaption {
	color: #fff;
	background-color: #1c2632;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

/* Google Maps */
.mapa-google {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.mapa-google iframe {
    width: 100% !important;
    max-width: 100%;
    height: 450px;
    display: block;
    border: 0;
}

@media (max-width: 768px) {
    .mapa-google iframe {
        height: 320px;
    }
}