/* =========================================================
  ESTILOS GENERALES
  ========================================================= */
#contacto-marcas{
  padding: 5%;
}
#contacto-marcas h2{
  margin: 0;
  color: var(--ink);
  font-size: 200%;
}
#contacto-marcas .container{
  display: flex;
  padding-top: 2em;
}
.inline-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  list-style: none;
}
.inline-steps button{margin-left: auto;}
.inline-step {
  background: #fff;
  border: 1px solid rgba(15, 43, 58, .10);
  border-radius: 12px;
  padding: 1em;
}
.inline-step .num, .benefit .num {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #0C6E8F;
  color: #fff;
  font-weight: 700;
  display: inline-grid;
  place-items: center;
  margin-right: 8px;
  font-size: 12px;
}
.inline-step h4{
    margin: 0;
    font-size: 20px;
}
.benefit h4 {
  display: inline;
  margin: 0;
  font-size: 15px;
}
.inline-step-top{
  display: flex;
  align-items: center;
}
.inline-step p, .benefit p {
  margin: 1em 0 0;
  color: var(--muted);
  font-size: 14px;
}

.panel {
  background: var(--paper);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.panel .cols .container{
  display: flex;
}
.offer {
  background: #fdfbf7;
  border-radius: 16px;
  position: relative;
  box-shadow: var(--shadow);
}
.offer .bottle img {
  width: 100%;
  display: block;
  border-radius: 14px;
}
.offer .bottle .referencial {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.price-tag {
  position: absolute;
  background: #0F2B3A;
  color: #fff;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 6px 18px rgba(15, 43, 58, .18);
  white-space: nowrap;
}
/* =========================================================
  RESPONSIVE: MÓVILES / TABLET (≤ 959px)
  ========================================================= */
@media (max-width:959px){
section{padding: 2% 5%;}
.panel .cols .container{flex-direction: column-reverse;}
.inline-step{width: 100%;}
#contacto-marcas{padding: 7%;}
#contacto-marcas .container{flex-direction: column;}
#seccion-marcas{padding: 0 10% 5%;}
.offer{margin-bottom: 1em;}
}

/* =========================================================
  RESPONSIVE: ESCRITORIO (≥ 960px)
  ========================================================= */
@media (min-width:960px){
section{padding: 2% 15%;}
.offer {width: 40%;}
.inline-steps {width: 60%;margin: 0 14px;}
.inline-step{width: 100%;}
}
