.wpf-btns-top {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.wpf-btn {
    padding: 12px 20px;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
  transition: transform 0.2s ease;
}

.wpf-btn:hover {
	transform: scale(1.05);
}

.wpf-whatsapp {
    background: #01313d;
    color: white !important;
    margin-bottom: 0 !important;
}

.wpf-pdf {
    background: transparent;
    border: 2px solid #01313d;
    color: #01313d;
    margin-bottom: 0 !important;
}

.wpf-btn img.icono-btn {
    width: 20px;     
    height: auto;
    margin-right: 4px; 
    vertical-align: middle;
  	margin-bottom: 0 !important;
}


.wpf-acc {
    margin-bottom: 2px;
    padding-bottom: 2px;
}

.wpf-acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    margin-top: 0;
    text-align: center;
}


.wpf-features-content {
  display: flex;
  text-align:center;
  align-items: center; 
  justify-content:center;
  gap: 12px; 
}

.wpf-features-content p {
  margin-bottom:0px !important;
}

.wpf-features-content img {
  height: auto; 
  width: auto;
}

.wpf-acc.open .wpf-acc-content {
    margin-top: 15px;
}

.ast-article-single img{
box-shadow: none !important;
}

.wpf-acc-header{
    display: flex;
  	font-size: clamp(1rem, 2vw, 2.5rem) !important;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 5px 0;
    border-bottom: 1px solid #D9D9D9; 
}

.wpf-acc-header h3{
display: flex;
  	font-size: clamp(1rem, 1.8vw, 2.5rem) !important;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 5px 0;
}

.wpf-arrow img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}


.wpf-acc.open .wpf-arrow img { transform: rotate(180deg); }

.wpf-acc-content img {
    width: auto;
    max-height: 80px;
}


.wpf-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 15px;
    text-align: center;
}

.wpf-feature-box img {
    max-width: 60px;
    margin-bottom: 5px;
  	box-shadow: none !important;
}


.wpf-calculadora {
    background: #ffffff;
    padding: 0 0 25px 0;
    margin: 40px 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    text-align: center;
    border: 3px solid #003F47;
}


.wpf-calculadora-header {
    background: #003F47;
    color: white;
    padding: 15px;
    border-radius: 6px 6px 0 0; 
    margin-bottom: 20px;
}

.wpf-calculadora h2 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0px !important;
   color: white;
}

.wpf-calc-sub {
    font-size: 18px;
    margin-bottom: 10px;
}

.wpf-calc-desc {
    font-size: 14px;
    margin-bottom: 20px;
}

.wpf-calc-inputs {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 20px;
}

.wpf-calc-inputs input {
    width: 120px;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #dcdcdc;
}

.wpf-calc-btn {
    margin-bottom: 20px;
    background: #003F47;
    color: #fff;
    border-radius: 25px;
    padding: 12px 35px;
    font-weight: bold;
}


.wpf-calc-btn:hover,
.wpf-calc-btn:focus{
    background: #003F47 !important;
    color: #fff;
}

.wpf-calc-result {
    margin-bottom: 20px;
}

#wpf-cajas {
    width: 80px;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #dcdcdc;
    text-align: center;
}

@media (max-width: 768px) { 
  .wpf-calculadora{
    padding: 15px;
    }
  
  .wpf-btns-top{
      flex-direction: column;
  }
  
  .wpf-whatsapp{
    text-align:center
  }
  
  .wpf-pdf{
    text-align:center
  }
}

