/* Minification failed. Returning unminified contents.
(2,23): run-time error CSS1039: Token not allowed after unary operator: '-spacing-10'
(5,22): run-time error CSS1039: Token not allowed after unary operator: '-spacing-2'
(41,22): run-time error CSS1039: Token not allowed after unary operator: '-spacing-1'
(44,22): run-time error CSS1039: Token not allowed after unary operator: '-spacing-1'
(51,23): run-time error CSS1039: Token not allowed after unary operator: '-spacing-2'
(55,22): run-time error CSS1039: Token not allowed after unary operator: '-spacing-3'
(66,19): run-time error CSS1039: Token not allowed after unary operator: '-spacing-1'
(88,17): run-time error CSS1039: Token not allowed after unary operator: '-success-color'
(89,18): run-time error CSS1039: Token not allowed after unary operator: '-spacing-3'
(112,22): run-time error CSS1039: Token not allowed after unary operator: '-spacing-4'
(112,39): run-time error CSS1039: Token not allowed after unary operator: '-spacing-2'
(116,23): run-time error CSS1039: Token not allowed after unary operator: '-spacing-1'
(140,23): run-time error CSS1039: Token not allowed after unary operator: '-spacing-2'
(145,23): run-time error CSS1039: Token not allowed after unary operator: '-spacing-2'
(167,27): run-time error CSS1039: Token not allowed after unary operator: '-spacing-2'
 */
.denunciadefraude section {
    margin: 40px var(--spacing-10);
}
section p {
    margin-top: var(--spacing-2);
}

.section-hero {
    text-align: center;
}
.section-hero p {
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
}
.section-hero h1.title{
    font-weight: bold;
    font-size: 42px;
    line-height: 50px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
}

.contactWidget2 textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px;
}
.contactErrorResponse {
    display: none
}

.form-input label {
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.65);
    width: 100%;
    margin-top: var(--spacing-1);
}
.form-checkbox {
    margin-top: var(--spacing-1);
}
.form-checkbox label {
    font-size: 12px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.65);
    vertical-align: super;
    margin-left: var(--spacing-2);
}

section .right button {
    margin-top: var(--spacing-3);
}
.denunciadefraude .material-icons {
    font-size: 18px !important;
    vertical-align: sub;
}

input,
textarea {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: var(--spacing-1) 0;
    font-weight: bold;
    font-size: 18px !important;
    line-height: 22px !important;
    width: 100%;
}
input[type="checkbox"] {
    width: 22px;
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    border-radius: 4px;
}

h3.form {
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.6);
}

.contactResponse {
    color: var(--success-color) !important;
    margin: var(--spacing-3) 0 0 0 !important;
    padding: 0 !important;
}

::-webkit-input-placeholder,
:-ms-input-placeholder {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    color: rgba(0, 0, 0, 0.2);
}
  
::placeholder {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1054px) {
    .denunciadefraude section {
        margin: var(--spacing-4) var(--spacing-2) !important;
    }
    .denunciadefraude button {
        font-size: 14px !important;
        padding: var(--spacing-1) !important;
    }
    .section-multibanco .lusopay-link {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    
    .section-multibanco .lusopay-link .link {
        text-align: center;
    }
}
@media only screen and (max-width: 992px) {
    .force-half-to-last {
        order: 1;
    }
    .longer-on-left-side,
    .longer-on-right-side,
    .divide-in-half {
        flex-direction: column;
    }
    .longer-on-left-side .left,
    .longer-on-right-side .left,
    .divide-in-half .left {
        padding: var(--spacing-2) 0 !important;
    }
    .longer-on-left-side .right,
    .longer-on-right-side .right,
    .divide-in-half .right {
        padding: var(--spacing-2) 0 !important;
    }
    .longer-on-left-side img, .longer-on-left-side .browser,
    .longer-on-right-side img, .longer-on-right-side .browser,
    .divide-in-half img, .divide-in-half .browser {
        max-width: 600px;
        margin: auto;
    }
    .longer-on-left-side .link,
    .longer-on-right-side .link,
    .divide-in-half .link {
        max-width: 600px;
        margin: 16px auto;
    }
    .longer-on-right-side .button-wrapper,
    .longer-on-left-side .button-wrapper,
    .divide-in-half .button-wrapper {
        text-align: center !important;
    }
}
@media only screen and (max-width: 767px) {
    .denunciadefraude section {
        margin: 50px var(--spacing-2) !important;
    }
}
