.pb-0 {
  padding-bottom: 0;
}

.wpcf7-list-item {
  margin: 0;
}

input[type="checkbox"] {
  width: 16px;
  height: 20px;
  top: 4px;
  position: relative;
  border: none;
}

input.wpcf7-form-control {
  width: 100%;
}

/* IF WP ADMIN BAR */

.customize-support nav#menu {
  top: 120px;
}


@media (min-width: 768px) { 

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

 .md\:w-1\/2 {
    width: 50%;
  }

}

/*HAS CONTENT*/
.has-content h1 {
  font-family: "Lineca";
  font-size: 2.25rem;
  line-height: 1.25;
}

.has-content h2 {
  font-family: "Lineca";
  font-size: 1.5rem;
  line-height: 1.5;
}

.has-content h3 {
  font-family: "Lineca";
  font-size: 1.5rem;
  line-height: 2rem;
}

.has-content-white a {
  background-color: #0000c8;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-weight: 500;
}

.has-content-white h2 {
  font-family: "Lineca";
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.has-content-white ul {
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  list-style-type: disc;
  display: grid;
  margin-left: 1.5rem;
  color: #333333;
}

@media (min-width: 640px) {
  .has-content h1 {
    font-size: 3rem;
    line-height: 1.25;
  }
  .has-content h2 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .has-content-white a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .has-content-white ul {
    font-size: 1.125rem;
    line-height: 1.625;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .has-content-white h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .has-content h1 {
    font-size: 3.75rem;
    line-height: 1.25;
  }
  .has-content h2 {
    font-size: 2.25rem;
    line-height: 1.5;
  }
  .has-content h3 {
    font-family: "Lineca";
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .has-content-white h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}


.has-content-white a {
  color: black;
}

.has-content-footer a:hover {
  color: black;
  text-decoration-line: underline;
}

.menu-item[aria-expanded="true"]:after {
  content: '';
  background-image: url('../images/icon-arrow-down.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  rotate: 180deg;
  position: absolute;
  background-size: cover;
  right: 27px;
}

.menu-item:after,
.menu-item.collapsed:after {
  content: '';
  background-image: url('../images/icon-arrow-down.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  rotate: 0deg;
  position: absolute;
  background-size: cover;
  right: 27px;
}

/* MODAL */
body.modal-active {
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
}

#modal,
#modal-urbanizacion,
#modal-obra,
#modal-mobiliario {
  overflow-y: auto;
  overflow-x: hidden;
}

#modal > div > div,
#modal  > div > div,
#modal-urbanizacion  > div > div,
#modal-obra  > div > div,
#modal-mobiliario  > div > div {
  position: absolute;
  top: 0;
  margin: 3rem auto;
}

