.elementor-358 .elementor-element.elementor-element-9d44c3a{--display:flex;}.elementor-358 .elementor-element.elementor-element-12a9d82{--display:flex;}.elementor-358 .elementor-element.elementor-element-4ce3378{--display:flex;}.elementor-358 .elementor-element.elementor-element-5a888aa{--display:flex;}.elementor-358 .elementor-element.elementor-element-1779b9f{--display:flex;}.elementor-358 .elementor-element.elementor-element-e9c9706{--display:flex;}.elementor-358 .elementor-element.elementor-element-9b994ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-358 .elementor-element.elementor-element-8aa3975 > .elementor-widget-container{padding:0px 0px 50px 0px;}.elementor-358 .elementor-element.elementor-element-8aa3975{text-align:center;}.elementor-358 .elementor-element.elementor-element-8aa3975 .elementor-heading-title{color:#FAA819;}.elementor-358 .elementor-element.elementor-element-4b08630{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-358 .elementor-element.elementor-element-4b08630:not(.elementor-motion-effects-element-type-background), .elementor-358 .elementor-element.elementor-element-4b08630 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-358 .elementor-element.elementor-element-c05e6d9 > .elementor-widget-container{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-358 .elementor-element.elementor-element-9b994ed{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-d88dc14 *//* ===== SECCIÓN POR QUÉ AVALÚOS ===== */

.porque-avaluos {
  background-color: #111;
  padding: 70px 20px;
}

.porque-avaluos-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Título personalizado */
.porque-avaluos .porque-avaluos-heading {
  font-family: 'Oswald', sans-serif !important;
  font-size: 28px;
  color: #FAA819;
  text-align: center;
  margin-bottom: 45px;
  font-weight: 600;
  line-height: 1.2;
}

/* Lista */
.porque-avaluos-lista {
  list-style: none;
  padding: 0;
  margin: 0;
}

.porque-avaluos-lista li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}

.porque-avaluos .check {
  min-width: 36px;
  height: 36px;
  background: #FAA819;
  color: #111;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}

.porque-avaluos-lista p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {

  .porque-avaluos {
    padding: 50px 20px;
  }

  .porque-avaluos .porque-avaluos-heading {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .porque-avaluos .check {
    min-width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .porque-avaluos-lista p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e81a5e *//* ===== SECCIÓN PROCESO INMUEBLE ===== */

.proceso-inmueble {
  background-color: #f5f5f5;
  padding: 60px 20px;
}

.proceso-inmueble-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Título */
.proceso-inmueble .proceso-inmueble-heading {
  font-family: 'Oswald', sans-serif !important;
  font-size: 28px;
  color: #000;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 1.2;
}

/* Lista */
.proceso-inmueble-lista {
  list-style: none;
  padding: 0;
  margin: 0;
}

.proceso-inmueble-lista li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.proceso-inmueble .numero {
  min-width: 40px;
  height: 40px;
  background: #FAA819;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-family: 'Oswald', sans-serif;
}

.proceso-inmueble-lista p {
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {

  .proceso-inmueble {
    padding: 40px 20px;
  }

  .proceso-inmueble .proceso-inmueble-heading {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .proceso-inmueble .numero {
    min-width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .proceso-inmueble-lista p {
    font-size: 15px;
  }
}/* End custom CSS */