.contacto {
    width: 100% !important;
}

.status-message {
    background: transparent;
    color: #FFFFFF;
    font-size: 17px;
    height: 100%;
    left: 50%;
    line-height: 25px;
    max-width: 100%;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
}

.status-message strong {
    color: #96E7FF;
    display: block;
    font-size: 20px;
    line-height: 35px;
}

.status-message .sending, .status-message .success, .status-message .error {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.status-message .message {
    max-width: 379px;
    width: 100%;
}

.hidden {
    display: none;
}

.contact-form {
    position: relative;
}

.wrapper-content-form {
    opacity: 1;
}

.wrapper-content-form.partial-hide {
    opacity: 0;
    pointer-events: none;
}

.input-flex {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.input-flex .input-container {
    max-width: 48%;
    width: 100%;
}

.input-container {
    padding-top: 34px;
}

.input-container label {
    color: #ffffff;
}

.input-container.invalid label {
    color: #DC545C;
}

label {
    display: block;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal !important;
    margin: 0 !important;
    margin-top: 10px !important;
}

input[type=text], input[type=email], textarea, select {
    background: transparent;
    border: none;
    border-left: 1px solid #96E7FF;
    border-bottom: 1px solid #96E7FF;
    color: #ffffff;
    display: block;
    font-size: 17px;
    line-height: 15px;
    max-width: 100%;
    outline: none;
    padding: 13px 11px 17px;
    width: 100%;
}

select {
    border-right: 1px solid #96E7FF;
    border-top: 1px solid #96E7FF;
}

textarea {
    height: 100px;
    resize: none;
}

input[type=submit] {
    align-items: center;
    background: #DC545C;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    line-height: 22px;
    margin-left: auto;
    margin-top: 14px;
    width: 150px;
}