
/* ---------------- Contatos---------------*/
.titles {
    margin-top: 2rem;
    text-align: center;
}

.title-page {
    color: #f2f2f2 !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

.contact-container {
    color: #f2f2f2 !important;
    padding-bottom: 2rem;
}

.icons a{
    text-decoration: none;

}

.yellow {
    background-color: #F2D541 !important;
    color: #252525 !important;
}

.text-bunner {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.button-custom-bunner {
    background-color: #232323;
    color: #F2F2F2;
    padding: 1rem;
    border-radius: .30rem;
    text-decoration: none;
}

/* FORMULARIO*/
.form-container {
    
    align-self: center;
    padding: 20px 30px;
    width: 100%;
    max-width: 60%px;
}

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

label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #f2f2f2;
}

input, textarea {
    border: none;
    padding: 10px;
    font-size: 14px;
    color: #252525;
    margin-bottom: 15px;
    outline: none;
    background-color: #f2f2f2;
    transition: border-color 0.3s ease;
}

input, textarea {
    border-bottom: 1px solid #252525;
    
}

input:focus, textarea:focus {
    border-color: #F2D541;
}


.alert, .alert-success {
    background-color: #0D2E32;
    color: #f2f2f2;
    border-radius: 8px;
    padding: 10px;
    font-size: 1rem;
    text-align: center;
}

.btn-custom {
    margin-top: .5rem;
    background-color: #F2D541;
    color: #252525;
    padding: .5rem;
    border-radius: 8px;
    border: 0;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}