@font-face {
    font-family: 'HDI-Gerling-Sans';
    src: url('/acessoNegado/fonts/HDI-GerlingSansLight.ttf');
    src: local('☺'), url('/acessoNegado/fonts/HDI-GerlingSansLight.ttf') format('truetype');
}

@font-face {
    font-family: 'HDI-Gerling-Sans-Bold';
    src: url('/acessoNegado/fonts/HDI-GerlingSans-Bold.ttf');
    src: local('☺'), url('/acessoNegado/fonts/HDI-GerlingSans-Bold.ttf') format('truetype');
}

body{

    background: var(--bg-interface) 0% 0% no-repeat padding-box;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    opacity: 1;
}
* {
    padding: 0;
    margin: 0;
}

.page-container {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 15px;
    box-sizing: border-box;
    max-width: 953px;
    margin: 0 auto;


}

.title-container img {
    margin: 0 auto;
    display: block;
}

.title-container h1 {
    top: 161px;
    left: 373px;
    font-family: HDI-Gerling-Sans;
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--título);
    text-align: center;
    font: Light 32px/40px HDI-Gerling-Sans;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.title-text {
    margin-top: 40px;
    font-size: 18px;
    color: #009b3e;
}

.description {
    top: 220px;
    left: 341px;
    width: 598px;
    height: 17px;
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--body-textos);
    text-align: center;
    font: Regular 14px/22px HDI-Gerling-Sans;
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
}

.title-container .description-title {
    top: 161px;
    left: 373px;
    width: 598px;
    height: 37px;
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--título);
    text-align: center;
    font: Light 32px/40px HDI-Gerling-Sans;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.logo {
    text-align: center;
    align-items: center;
    max-width: 953px;
}

.button.small {
    font-size: 11px;
}

.button {
    background: #009c49;
    border: 0;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'HDICond-Bold';
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 5px 30px;
    font-size: 1em;
}

.button::after {
    content: '';
    display: block;
    background: black;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: height 200ms ease;
    -moz-transition: height 200ms ease;
    -ms-transition: height 200ms ease;
    -o-transition: height 200ms ease;
    transition: height 200ms ease;
    opacity: .1;
}

.button:active {
    background: #017a3a;
}

ul.list-bullets {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 2em;
}

ul.list-bullets li {
    margin-bottom: .5em;
    list-style: none;
    padding-left: 1.2em;
    position: relative;
    font-size: 1em;
}

ul.list-bullets li::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #009c49;
    top: 6px;
    left: 0;
    position: absolute;
}
.quadroCenter{
    max-width: 840px;
    margin: 0 auto;
}
.quadro{
    float: left;
    margin-top: 14px;
    left: 239px;
    width: 190px;
    margin-left:14px;
    height: 141px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    border: 1px solid var(--alternative-line);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    opacity: 1;
}

.quadro-title{
    font-family: HDI-Gerling-Sans-Bold;
    margin-top: 35px;
    margin-left: 20px;
    width: 150px;
    height: 53px;
    text-align: center;
    font: 20px/28px HDI-Gerling-Sans-Bold;
    letter-spacing: 0px;
    opacity: 1;
    color: #007236;
}

.quadro-title span{

color: #E2001A;
}
.quadro .acessar{
    margin-top: 27px;
    left: 354px;
    width: 186px;
    float: left;
    height: 14px;
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--botões-e-links);
    text-align: right;
    font: 12px/18px HDI-Gerling-Sans-Bold;
    letter-spacing: 0px;
    color: #00A04C;
    opacity: 1;
}

.quadro .acessar img{
    top: 402px;
    left: 605px;
    float: right;
    width: 20px;
    height: 20px;
    opacity: 1;
}




@media (min-width: 953px) {
    .title-container {
        align-items: center;
        justify-content: center;
        max-width: 715px;
    }

    .title-container img {
        max-width: 80px;
        margin: -7px 10px 0px 150px;
    }

    .title-container h1 {
        text-align: center;
        margin-top: 30px;
        height: 95px;
        letter-spacing: var(--unnamed-character-spacing-0);
        color: var(--título);
        font-family: HDI-Gerling-Sans;
        font: Light 24px/32px HDI-Gerling-Sans;
        letter-spacing: 0px;
        color: #333333;
        opacity: 1;
        font-size: 24px
    }

    .title-text {
        font-family: arial;
        text-align: left;
        margin-top: 40px;
        font-size: 18px;
        color: #009b3e;
    }

    .title-container .description-title {
        top: 161px;
        left: 373px;
        width: 598px;
        height: 37px;
        letter-spacing: var(--unnamed-character-spacing-0);
        color: var(--título);
        text-align: center;
        font-family: HDI-Gerling-Sans;
        font: Light 32px/40px HDI-Gerling-Sans;
        letter-spacing: 0px;
        color: #333333;
        opacity: 1;
    }

    .description {
        height: 52px;
        margin-top: 22px;
        width: 900px;
        letter-spacing: var(--unnamed-character-spacing-0);
        color: var(--body-textos);
        text-align: center;
        font-family: HDI-Gerling-Sans;
        font: 14px/22px HDI-Gerling-Sans;
        letter-spacing: 0px;
        color: #666666;
        opacity: 1;
    }

    .logo {
        align-items: center;
        text-align: center;
        max-width: 953px;
    }

    .quadro .acessar a.link{

        letter-spacing: var(--unnamed-character-spacing-0);
        color: var(--botões-e-links);
        text-align: right;
        font: 12px/18px HDI-Gerling-Sans-Bold;
        letter-spacing: 0px;
        color: #00A04C;
        opacity: 1;
        text-decoration:none;
    }

    .quadro .acessar a.link:hover{
        
        text-decoration:underline;
    }

    

}
