.conferencias-section{
    padding-top: 300px;
}


.formulario-comic {
    max-width: 600px;
    background: #fff;
    padding: 40px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: rotate(-2deg);
    position: relative;
    font-family: 'Forma DJR', sans-serif;
}


.formulario-comic::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 3px solid #000;
    border-radius: 15px;
    transform: rotate(2deg);
    z-index: -1;
}

.formulario-comic h2 {
    font-family: 'Decorya DEMO', cursive;
    font-size: 2rem;
    color: #FF5470;
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #a7e6fb;
    border-radius: 10px;
    font-size: 1rem;
    background-color: #f9f9f9;
    transition: 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #FF5470;
    outline: none;
    box-shadow: 0 0 8px rgba(255, 84, 112, 0.4);
}

.button-56 {
    background-color: #FF5470;
    border: 2px solid #000;
    color: #fff;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 10px;
    cursor: pointer;
    transform: rotate(-2deg);
    transition: 0.3s ease;
    display: block;
    margin: 0 auto;
}

.button-56:hover {
    background-color: #ff7890;
    transform: rotate(2deg);
}
