* {
    font-family: 'rawline', 'Inter', sans-serif;
    margin: 0;
}

body {
    box-sizing: border-box;
    font-size: 1.1rem;
    width: 100%;
}


@font-face {
    font-family: "Inter";
    src: local(Inter), url(fonts/static/Inter-Medium.ttf);
}

@font-face {
     font-family: "rawline";
     src: url(fonts/rawline-cdnfonts/rawline-500.ttf);
}


.header-main {
    width: 100%;
    height: 70px;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.774);
    overflow: hidden;
}


#logo-topo {
    width: 250px;
    padding: 20px;
    align-items: center;
    justify-content: center;
}


.increase-font, .decrease-font {
    border-radius: 3px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 0;
    width: 25px;
    height: 25px;
    background: transparent;
    /* height: 25px; */
    transition-duration: 0.4s;
    cursor: pointer;
}


p {
    margin: 0;
    padding: 5px;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

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


.header-itens {
    float: right;
    display: flex;
    font-size: 1rem;
    height: 70px;
    margin: 0;
    text-decoration: none;
    align-items: center;
    padding-right: 20px;
}

#altocontraste {
    cursor: pointer;
    padding: 0 15px 0 20px;
}

.container {
    margin: 0 100px;
}

ul li {
    list-style: none;
}

.text-main {
    padding-top: 100px;
    text-transform: uppercase;
}
main {
    padding: 50px 300px 0 300px;
    display: block;
    margin: 0px auto;
}

 h2 {
 	color:#0C326F;
    font-weight: 600;
    /* font-size: 1.7rem; */
    /* text-transform: uppercase; */
}

h3 {
	color:#0C326F;
    margin-bottom: 20px;
    /* font-size: 1.4rem; */
}

.sub-class sub {
    font-size: 1rem;
}


section {
    display: flex;
}

#center-main {
    display: block;
    margin: 0px auto;
    padding: 0px 300px 100px 300px;
}

::marker{
    display: none;
}

hr {
    border: 1px inset;
    margin: 20px 0;
}

.container-main {
    display: block;
}

.flex-acessibility {
    display: flex;
}

.flex-acessibility p {
    display: block;
    margin: auto 0;
}

.fa-universal-access {
    color: #1351B4;
    padding-left: 15px;
}

h4{ 
        display: inline-block;
        height: 100%;
        font-weight: 600;
}

section .container-text {
    display: block;
}

.soluction {
    padding-right:100px ;
}


.soluction h4{
    display: inline-block;
    height: 100%;
    font-weight: 600;
}

.container-text p strong{
    /* color: #909090; */
    display: inline;
}

.back {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
}

.back button {
    color: white;
    background: #1351B4;
    font-size: 1rem;
    border-radius: 20px;
    border: none;
    height: 40px;
    padding: 0 20px; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.back button:hover {
    transform: scale(1.1);
    transition: 500ms ease-in-out;
}
/* Media queries */

@media (max-width:1280px) {
    main {
        padding: 50px 70px 0 70px;
        display: block;
        margin: 0px auto;
    }

    #center-main {
        display: block;
        margin: 0px auto;
        padding: 50px 70px 0 70px;
    }

}

@media (max-width: 700px) {
    main {
        padding: 50px 50px 0 50px;
        display: block;
        margin: 0px auto;
    }

    #center-main {
        display: block;
        margin: 0px auto;
        padding: 50px 50px 0 50px;
    }
 
}

@media only screen and (max-width: 598px) {
    .fa-universal-access {
        display: none;
    }
}

@media (max-width: 470px) {
    main {
        padding: 50px 10px 0 10px;
        display: block;
        margin: 0px auto;
    }

    #center-main {
        display: block;
        margin: 0px auto;
        padding: 50px 10px 0 10px;
    }

    .acessi-img {
        width: 112px;
        height: 112px;
    }

    #logo-topo {
        width: 170px;
        padding: 25px 10px;
    }

    .header-itens {
        padding: 0;
    }
}


/* Alto Contraste */
.contrast,
.contrast nav,
.contrast div,
.contrast li,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article {
    background: #1a1a1a !important;
    color: yellow !important;
}


.contrast .container-other-id {
    border-left: 1px solid rgba(255, 255, 255) !important;
}

.contrast .other-option {
    border-bottom: 1px solid rgba(255, 255, 255) !important;
}

.contrast .header-main {
    border-bottom: 1px solid rgba(255, 255, 255) !important;
}


.contrast .modal-content {
    border: 2px solid yellow;
}

.contrast .text-dark:hover {
    color: yellow !important;
}

.contrast .fa-circle-half-stroke {
    color: yellow !important;
}

.contrast #altocontraste span {
    color: rgb(255, 255, 255) !important;
}

.contrast .increase-font  {
    background-color: rgb(0, 0, 0);
    color: yellow;
    /* border: yellow solid 1px; */
}

.contrast .decrease-font {
    background-color: rgb(0, 0, 0);
    color: yellow;
    /* border: yellow solid 1px; */
}

.contrast .increase-font:hover  {
    background-color: yellow !important;
    color: rgb(0, 0, 0) !important;
    /* border: yellow solid 1px !important; */
}

.contrast .decrease-font:hover {
    background-color: yellow !important;
    color: rgb(0, 0, 0) !important;
    /* border: yellow solid 1px !important; */
}


.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast label,
.contrast strong,
.contrast em,
.contrast cite,
.contrast q,
.contrast i,
.contrast b,
.contrast u
/* .contrast span*/ {
    color: white !important;
}

.contrast .close span {
    color: yellow;
}
.contrast .br-sign-in{
    background: transparent;
    color: yellow;
    border: 1px solid yellow;
    font-weight: 500;
}

.contrast .btn-primary {
    color: rgb(255, 255, 0);
    background: #1f1f1f;
    font-weight: 500;
}

.contrast .btn-primary:hover {
    background: none !important;
}

.contrast ::-ms-reveal {
    filter: invert(100%)
}

.contrast:placeholder-shown {
    font-weight: 600;
}

.contrast img.on-contrast-force-gray {
    filter: invert(100%) contrast(120%);
}

.contrast img.on-contrast-force-white {
    filter: brightness(0) invert(1);
}

.contrast img.img-drive {
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(6302%) hue-rotate(180deg) brightness(98%) contrast(116%);
}

.contrast .fa-download {
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(6302%) hue-rotate(180deg) brightness(98%) contrast(116%);
}

.contrast .fa-circle-half-stroke {
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(6302%) hue-rotate(180deg) brightness(98%) contrast(116%);
}


.contrast a{
    color: yellow !important;
}

.contrast::before border {
    background: white;
}

/* .contrast button, */
.contrast input[type=button],
.contrast input[type=reset],
.contrast input[type=submit] {
    background: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 0) !important;
    border: 1px solid rgb(255, 255, 0) !important;
}

.contrast input[type=text],
.contrast input[type=password]{
    background: rgb(34, 34, 34) !important;
    color: rgb(255, 255, 255) !important;
    border: 2px solid white;
}

.contrast input:valid,
.contrast input:focus {
    transition: background-color 200ms ease;
    border: 2px solid #4c87b6;
}

.contrast input::placeholder {
    color: rgb(255, 255, 255) !important;
}

.contrast input[type=url],
.contrast input[type=search],
.contrast input[type=email],
.contrast input[type=tel],
.contrast input[type=date],
.contrast input[type=month],
.contrast input[type=week],
.contrast input[type=datetime],
.contrast input[type=datetime-local],
.contrast textarea,
.contrast input[type=number] {
    background: black !important;
    border: 1px solid white !important;
    color: white !important;
}

.contrast .back button {
    background: transparent !important;
    color: rgb(255, 255, 0) !important;
    border:  1px solid rgb(255, 255, 0) !important;
}



