/* Opo180 Descargable Form - CSS (v1.1.3) */

.opo180-dl {
  max-width: 640px;
  margin: 0 auto;
  padding: 6px 0;
  font-family: inherit;
}

.opo180-dl__msg{
  padding: 12px 14px;
  border-radius: 14px;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.35;
}

.opo180-dl__msg--err{
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.22);
}

.opo180-dl__form{
  display: grid;
  gap: 14px;
}

.opo180-dl__field{
  display: grid;
  gap: 8px;
}

.opo180-dl__label{
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.opo180-dl__field input[type="text"],
.opo180-dl__field input[type="email"],
.opo180-dl__field input[type="tel"]{
  width: 100%;
  box-sizing: border-box;
  padding: 10px 32px;
  border: 1px solid #2D2D2D3D;
  background-color: #F4F5F8;
  border-radius: 999px;
  outline: none;
  font-size: 14px;
  font-family: "Satoshi", Sans-serif;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 1.5px;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.opo180-dl__field input::placeholder{
  color: rgba(17, 24, 39, 0.45);
}

.opo180-dl__field input:focus{
  border-color: rgba(17, 24, 39, 0.32);
  box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.06);
}

.opo180-dl__terms, .opo180-dl__terms a{
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-family: "Satoshi", Sans-serif;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.opo180-dl__terms a{
  font-weight: bold;
}

.opo180-dl__terms input[type="checkbox"]{
  width: 18px;
  height: 18px;
  border-radius: 4px;
  position: relative;
  top: 6px;
}

.opo180-dl__terms label{
  cursor: pointer;
  user-select: none;
  color: #2D2D2D;
}

.opo180-dl__terms label span{
  font-weight: 700;
}

.opo180-dl__btn, .opo180-dl__btn:hover, .opo180-dl__btn:active, .opo180-dl__btn:focus{
  background: transparent;
  border: 0;
  text-align: left;
  padding: 0;
  margin-top: 10px;
}

.opo180-dl__btnText{
  padding: 15px 32px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: #EDB926;
  color: #2d2d2d;
  transition: transform .06s ease, filter .15s ease;
  font-family: "Satoshi", Sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 16px;
}

.opo180-dl__btn:hover{
  filter: brightness(0.98);
}

.opo180-dl__btn:active{
  transform: translateY(1px);
}

.opo180-dl__btnIcon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #EDB926;
  position: relative;
  top: 4px;
  right: 5px;
}

.opo180-dl__btnIcon svg{
  display: block;
  fill: rgba(17, 24, 39, 0.85);
}

/* Responsive: botón a ancho completo si el contenedor es estrecho */
@media (max-width: 420px){
  .opo180-dl__btn{
    width: 100%;
    justify-content: space-between;
  }
}


.opo180-dl__termsLink{
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

.opo180-dl__termsLink:hover{
  text-decoration: underline;
}
