/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
footer {
  background: url(../img/fondo-footer.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg_color_1 {
    background: #f9f9f9;
    padding: 80px 0;
}

.main_title_2 {
    text-align: center;
    margin-bottom: 50px;
}

.main_title_2 h2 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.main_title_2 p {
    color: #555;
    font-size: 1.1rem;
}

.adventure_feat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.card-service {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    flex: 1 1 280px;
    max-width: 320px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card-service:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.card-service img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.card-service h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #333;
}

.card-service p {
    color: #666;
    font-size: 1rem;
}

.payment-section {
    background: #f5f7fa;
    padding: 60px 20px;
    text-align: center;
}

.payment-container {
    background: #fff;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.payment-container img {
    width: 120px;
    margin-bottom: 20px;
}

.payment-container h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #333;
}

.payment-container p {
    color: #555;
    font-size: 1rem;
    margin-bottom: 25px;
}

.paypal-button {
    background-color: #ffc439;
    color: #111;
    border: none;
    padding: 12px 25px;
    font-size: 1.1rem;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.2s;
}

.paypal-button:hover {
    background-color: #ffb347;
    transform: translateY(-2px);
}
