body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
#model_photograph {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}
.img_logo {
    width: 200px;
    height: auto;
}
#banner {
    background: linear-gradient(135deg, #000000, #0dd9b4);
}
.img_icon {
    width: 50px;
    height: auto;
}
.feature-box {
    max-width: 450px;
    margin: 10px auto;
}
#copyright{
    font-size: 10px;
}
.font-sm{
    font-size: 10px;
}
.font-form{
    font-size: 12px;
}
.btn-enviar {
    background: linear-gradient(45deg, #f7931e, #ffcc00);
    color: #000;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}

.btn-enviar:hover {
    background: linear-gradient(45deg, #ffcc00, #f7931e);
    transform: scale(1.03);
    color: #000;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
  }

  .whatsapp-float:hover {
    transform: scale(1.1);
  }

  .whatsapp-float img {
    width: 30px;
    height: 30px;
  }

/*.sp-embed, .sp-button, .sp-checkbox, .sp-popup, .sp-widget, iframe[src*="sendpulse"], div[id^="sp-widget"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    pointer-events: none !important;
}*/