/* Estilo automático para a página: contato */
section.contato {
    padding: 90px 0;
}

.bl-contato {
    border-radius: 20px;
    background: linear-gradient(90deg, #00AEE1 5.7%, #0080AF 100%);
    color: white;
    text-align: center;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    height: 100%;
}

.ctt-title {
    color: #FFF;
    font-family: "Unitea Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-top: 10px;
}

.ctt-text {
    color: #FFF;
    text-align: center;
    font-family: "Unitea Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.wpcf7-submit {
    border: none !important;
}

.box-form {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 4px 4px 60px 0 rgba(0, 0, 0, 0.10);
    padding: 31px 42px;

    label {
        color: #424241;
        font-family: "Unitea Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; /* 32px */
        margin-bottom: 10px;
    }

    input,
    textarea {
        border-radius: 20px;
        border: 1px solid #D9D9D9;
        padding: 10px 20px;
        

        color: #696969;
        font-family: "Unitea Sans";
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 27.2px */
        
        &::placeholder {
            color: #D9D9D9;
        }

        &:focus {
            outline: 1px solid #D9D9D9;
        }
    }

    textarea {
        height: 160px;
    }
}

.swal2-styled.swal2-confirm{
    background-color: #0080AF !important;
    color: #fff !important;
}