.contact-section {
    padding: 60px 0;
    margin-top: 20px;
}

.contact-left {
    padding: 40px;
}

.contact-left h1 {
    font-size: 6rem;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contact-left p {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-left .phone,
.contact-left .email {
    font-size: 22px;
    font-weight: bold;
}

.contact-left .social-text {
    margin-top: 30px;
    font-size: 16px;
}

.contact-left .social-links a {
    display: inline-block;
    margin-right: 15px;
    color: black;
    text-decoration: none;
    font-size: 16px;
}

.contact-right {
    background-color: #fffc63;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.contact-form h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}

.contact-form label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
    background: none;
    border: none;
    border-bottom: 1px solid black;
    padding: 8px 4px;
    font-size: 16px;
    margin-bottom: 5px;
    outline: none;
}

.contact-form .cv-text {
    margin-top: 15px;
    font-size: 14px;
}

.file-attach {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    cursor: pointer;
}

.file-attach svg {
    margin-right: 8px;
}

.btn-submit {
    margin-top: 10px;
    background: black;
    color: white;
    border: 1px solid #fffc63;
    padding: 12px 20px;
    font-size: 19px;
    font-weight: 100;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: 150px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.btn-submit svg {
    fill: white;
}

.btn-submit:hover {
    margin-top: 10px;
    background: #fffc63;
    border: 1px solid black;
    color: black;
}

.btn-submit:hover svg {
    fill: black;
}

.formulario-contacto {
    font-weight: 100 !important;
    font-size: 18px;
    margin-bottom: 20px !important;
}

.formulario-contacto::placeholder {
    color: black;
    font-weight: 100;
    font-size: 18px;
}