body {
    font-family: 'Roboto', sans-serif;
}
.hero-section {
    background-image: url('https://images.unsplash.com/photo-1506784365847-bbad939e9335?ixlib=rb-1.2.1&auto=format&fit=crop&w=1948&q=80'); /* Imagen de fondo motivadora */
    background-size: cover;
    background-position: center;
    padding: 5% 0;
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}
.hero-section .container {
    position: relative;
    z-index: 2;
}
.hero-section h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffd700; 
}
.hero-section p {
    font-size: 1.25rem;
    margin-bottom: 30px;
    color: #f8f9fa; 
}
.hero-section .btn-primary {
    background-color: #f82916;
    border: none;
    padding: 15px 30px;
    font-size: 1.8rem;
    font-weight: 700;
    transition: all 0.3s ease;
    border-radius: 50px;
}
.hero-section .btn-primary:hover {
    background-color: #ff0d00; 
    transform: translateY(-5px); 
}


.heart-section {
    background: linear-gradient(135deg, rgb(155, 117, 196), rgb(147, 184, 248));
    color: #fff;
}

.icon-success {
    width: 80px;
    height: 80px;
}

.cta-button {
    background-color: rgb(255, 29, 9);
    border: none;
    color: #fff;
    font-weight: bold;
}


#seccionTemp .btn-primary {
    background-color: #f82916;
    border: none;
    padding: 15px 30px;
    font-size: 1.8rem;
    font-weight: 700;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.hotmart-fb {
    text-decoration: none;
    font-weight: bold;
}