/*
 Theme Name:   Divi Child
 Theme URI:    https://tusitio.com
 Description:  Child theme para personalizaciones de Divi
 Author:       Tu Nombre
 Author URI:   https://tusitio.com
 Template:     Divi
 Version:      1.0.0
*/
.divi-projects-shortcode {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8vw;
  position: relative;
}
.divi-projects-shortcode .comercio {
  border: 1px solid #111f49;
  border-radius: 5px;
  background-color: #f8f8f8;
  padding: 2vw;
}
.divi-projects-shortcode .comercio .comercio-title {
  font-family: "BR Firma Bold", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.2vw;
}
.divi-projects-shortcode .comercio .comercio-subtitle {
  font-family: "BR Firma SemiBold", Helvetica, Arial, Lucida, sans-serif;
  font-size: 0.9vw;
  color: rgba(17, 31, 73, 0.5);
}
.divi-projects-shortcode .comercio .comercio-content {
  font-family: "BR Firma Light", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1vw;
}
.divi-projects-shortcode .comercio .waze {
  font-family: "BR Firma SemiBold", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1vw;
  color: #111f49;
}
.divi-projects-shortcode .comercio .waze img {
  width: 1.3vw;
  margin-right: 0.4vw;
}
.divi-projects-shortcode .comercio .waze span {
  text-decoration: underline;
}
.divi-projects-shortcode.more {
  margin-top: 1.8vw;
}
.divi-projects-shortcode.loading {
  opacity: 0.5;
}

button.more {
  background-color: #111f49;
  color: white;
  font-family: "BR Firma Bold", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1vw;
  cursor: pointer;
  display: block;
  margin: 81px auto 0px auto;
  border-radius: 1000px;
  border: 1px solid #111f49;
  padding: 1vw 2vw;
}

.filtros {
  display: flex;
  gap: 2vw;
}
.filtros .filtro {
  border: 1px solid #111f49;
  border-radius: 7px;
  background-color: #f2f2f2;
  font-family: "BR Firma Medium", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 1.2vw;
  padding: 1vw 1vw 1vw 3.5vw;
  background-repeat: no-repeat;
  background-position: 1vw center;
  background-size: 1.5vw;
}
.filtros .filtro::-moz-placeholder {
  color: rgba(17, 31, 73, 0.3);
}
.filtros .filtro, .filtros .filtro::placeholder {
  color: rgba(17, 31, 73, 0.3);
}
.filtros input {
  flex: 1;
  min-width: 0;
}
.filtros select {
  width: auto;
  max-width: 20vw;
}

@media (max-width: 980px) {
  .divi-projects-shortcode {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .divi-projects-shortcode .comercio {
    padding: 30px;
  }
  .divi-projects-shortcode .comercio .comercio-title {
    font-size: 17px;
  }
  .divi-projects-shortcode .comercio .comercio-subtitle {
    font-size: 13px;
  }
  .divi-projects-shortcode .comercio .comercio-content {
    font-size: 14px;
  }
  .divi-projects-shortcode .comercio .waze {
    font-size: 14px;
  }
  .divi-projects-shortcode .comercio .waze img {
    width: 19px;
    margin-right: 6px;
  }
  .divi-projects-shortcode.more {
    margin-top: 25px;
  }
  button.more {
    font-size: 14px;
    padding: 14px 30px;
    margin-top: 45px;
  }
  .filtros {
    gap: 20px;
  }
  .filtros .filtro {
    font-size: 17px;
    padding: 15px 15px 15px 45px;
    background-position: 15px center;
    background-size: 22px;
  }
  .filtros select {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .divi-projects-shortcode {
    grid-template-columns: 1fr;
  }
  .filtros {
    display: flex;
    flex-direction: column;
  }
  .filtros select {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */