/*Formulario de Contacto */

footer {
    margin-top: 50px;
}

.section-form {
    background-color: gray;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em 0;
}

.section-form .section-form-inner {
    width: 1280px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1em;
}

.form-styles {
    width: 100%; 
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-styles form {
    width: 100%;
}

.title-form {
    font-size: 30px;
    font-family: 'Arial Black', Arial, Helvetica, sans-serif;
    border: none;
    max-width: 800px;
    width: 100%;
}

.form-group {
    margin-bottom: 1em;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.input-group {
    flex: 1;
}

.input-group label {
    width: 30%;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

.button-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.button-form {
    background-color: #9bc203 !important;
    color: white;
    padding: 12px 20px;
    border: 1px solid #9bc203;
    border-radius: 8px;
    width: auto;
}

textarea {
    height: 235px;
}

/*Footer */

.sec-footer {
    background-color: dimgrey;
    display: flex;
    flex-direction: row;
}

.sec-logo {
    margin: 30px;
}

.sec-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    justify-content: center;
    flex-grow: 1;
}

.info-item {
    display: flex;
    align-items: center; 
    margin-bottom: 5px; 
    color: #fff;
}

.info-item i {
    width: 25px;
    text-align: center;
    margin-right: 5px; 
}

.sub-sec-social {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}

.sec-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: end;
    margin-right: 20px;
    flex-grow: 1;
}

.icon-social {
    margin: 5px;
    padding-top: 20px;
}

.text-social {
    margin-top: 25px;
}

.text-social, .icon-social, .comun-color {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.comun-color {
    margin: 0 20px;
}
