/* Custom styling for the form and site */
body {
    font-family: Arial, sans-serif;
}

.logo {
    max-height: 50px;
}

.cotiza-hoy {
    max-height: 150px;
}

.logo-cotiza {
    max-height: 150px;
}

#message {
    height: 285px;
}

.content-block {
    background-color: white;
            margin: 100px auto;
            position: relative;
            box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.1),
                        0px -20px 20px -10px rgba(0, 0, 0, 0.1);
}

.orange-button {
    display: inline-block;
    padding: 20px 40px;
    font-size: 24px;
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    border-radius: 50px;
    background: linear-gradient(to bottom, #c94f0b, #ea5b0c 50%, #c94f0b);
    border: 3px solid #ccc;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5), 
                inset 0px 3px 3px rgba(255, 255, 255, 0.5);
    position: relative;
    cursor: pointer;
}

.orange-button::before, whatsapp-btn::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 60px;
    background: linear-gradient(to bottom, #f2f2f2, #cccccc);
    z-index: -1;
}

.orange-button::after, whatsapp-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    box-shadow: inset 0px -3px 10px rgba(0, 0, 0, 0.3);
}


.cta-btn {
      background-color: #ff5722;
      color: white;
      padding: 10px 20px;
      border-radius: 50px;
      font-size: 18px;
      text-align: center;
      text-decoration: none;
    }
    .cta-btn:hover {
      background-color: #e64a19;
    }
    .header-img {
      width: 100%;
      height: auto;
    }
    .icon-text {
      text-align: center;
    }
    .icon-text img {
      width: 100px;
      height: auto;
    }
    .contact-form {
      background-color: #f8f9fa;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .contact-form h2 {
      font-size: 24px;
      margin-bottom: 20px;
    }
    .hero-section {
      position: relative;
    }
    .hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
    }

.whatsapp-btn {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5), 
                inset 0px 3px 3px rgba(255, 255, 255, 0.5);
}