@font-face {
    font-family: "CooperHewitt-Book";
    src: url('../font/cooper-hewitt/CooperHewitt-Book.woff') format("woff"),
    url('../font/cooper-hewitt/CooperHewitt-Book.woff2') format("woff2");
}

@font-face {
    font-family: "CooperHewitt-Medium";
    src: url('../font/cooper-hewitt/CooperHewitt-Medium.woff') format("woff"),
    url('../font/cooper-hewitt/CooperHewitt-Medium.woff2') format("woff2");
}

@font-face {
    font-family: "CooperHewitt-Bold";
    src: url('../font/cooper-hewitt/CooperHewitt-Bold.woff') format("woff"),
    url('../font/cooper-hewitt/CooperHewitt-Bold.woff2') format("woff2");
}

@font-face {
    font-family: "CooperHewitt-Heavy";
    src: url('../font/cooper-hewitt/CooperHewitt-Heavy.woff') format("woff"),
    url('../font/cooper-hewitt/CooperHewitt-Heavy.woff2') format("woff2");
}

@font-face {
    font-family: "CooperHewitt-SemiboldItalic";
    src: url('../font/cooper-hewitt/CooperHewitt-SemiboldItalic.woff') format("woff"),
    url('../font/cooper-hewitt/CooperHewitt-SemiboldItalic.woff2') format("woff2");
}

@font-face {
    font-family: "CooperHewitt-Semibold";
    src: url('../font/cooper-hewitt/CooperHewitt-Semibold.woff') format("woff")
}

@font-face {
    font-family: "CooperHewitt-MediumItalic";
    src: url('../font/cooper-hewitt/CooperHewitt-MediumItalic.woff') format("woff"),
    url('../font/cooper-hewitt/CooperHewitt-MediumItalic.woff2') format("woff2");
}

@font-face {
    font-family: "Manuale-Medium";
    src: url('../font/Manuale/Manuale-Medium.woff') format("woff"),
    url('../font/Manuale/Manuale-Medium.woff2') format("woff2");
}

@font-face {
    font-family: "Manuale-Bold";
    src: url('../font/Manuale/Manuale-Bold.woff') format("woff"),
    url('../font/Manuale/Manuale-Bold.woff2') format("woff2");
}

@font-face {
    font-family: "Manuale-Regular";
    src: url('../font/Manuale/Manuale-Regular.woff') format("woff"),
    url('../font/Manuale/Manuale-Regular.woff2') format("woff2");
}

@font-face {
    font-family: "Manuale-Italic";
    src: url('../font/Manuale/Manuale-MediumItalic.woff') format("woff"),
    url('../font/Manuale/Manuale-MediumItalic.woff2') format("woff2");
}

html {
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    height: 100%;
    font-size: 16px;
}

body {
    color: #4c4c4c;
    display: table;
    width: 100%;
    min-height: 100%;
    margin: 0;
}

hr {
    margin: 0.5em 0;
}

em, i {
    font-family: 'Manuale-Italic', sans-serif;
    font-style: normal;
}

b, strong {
    font-family: 'Manuale-Bold', sans-serif;
    font-weight: normal;
}

ul, ol {
    margin: 4px 0;
    padding-inline-start: 22px;
  /*  font-size: 21px;*/
    font-weight: normal;
}

#news ol, #news ul {
    font-size: 16px;
}

ul li::marker, ol li::marker {
    font-weight: bold;
}

ul b, ul strong, ol b, ol strong {
    font-family: 'Manuale-Bold', sans-serif;
    font-style: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover h2 {
    color: #d71921;
}

h2 a:hover {
    color: #d71921;
}

h2 {
    margin: 0;
    padding: 0;
    line-height: 100%;
}

p {
    margin: 0;
}

h2 a {
    line-height: 140%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/img/downArrow.png) no-repeat calc(100% - 10px) 15px #ccc;
    /*  width: 230px;*/
    width: 100%;
    height: 36px;
    border-radius: 0;
    padding: 0 12px;
    border: 0;
    line-height: 110%;
}

.tabelaContacto {
    margin-bottom: 40px;
    font-family: 'Manuale-Medium', sans-serif;
    font-size: 21px;
    width: 737px;
    /*margin-left: 254px;*/
}

.tituloFormulario {
    border-top: 1px solid #4c4c4c;
    font-family: 'CooperHewitt-Bold', sans-serif;
    font-size: 21px;
    padding-top: 10px;
    clear: both;
}

#msg {
    font-family: 'Manuale-Medium', serif;
    font-size: 21px
}

.tabelaContacto td:first-child {
    width: 162px;
}

.tabelaContacto td {
    vertical-align: sub;
    padding: 10px 0;
    position: relative;
}

.contacto {
    margin-bottom: 24px;
}

.formRow {
    padding: 6px 0;
    display: inline-block;
    width: 100%;
}


.formField {
    font-family: 'CooperHewitt-Book', sans-serif;
    font-size: 18px;
    width: 180px;
    float: left;
}

.fieldInpt {
    float: left;
    width: calc(100% - 180px);
}

.fieldInpt textarea {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

#captchaReload {
    background: url(/img/refresha.svg) no-repeat;
    background-size: 36px 36px;
    width: 36px;
    height: 35px;
    border: 0;
    vertical-align: bottom;
}

.pdfIcon {
    background: url('/img/Untitled-7.svg') no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    border: 0;
    vertical-align: middle;
}

#sbtBtn {
    background-color: #26983B;
    color: #fff;
    width: 70px;
    height: 34px;
    border: 0;
}

#fileBtn {
    background-color: #26983B;
    color: #fff;
    width: 116px;
    height: 39px;
    border: 0;
}

#delFileBtn {
    background-color: #d71921;
    color: #fff;
    width: 98px;
    height: 39px;
    border: 0;
    margin-left: 12px;
}

#fileHolder {
    font-size: 14px;
}

#captcha_image {
    vertical-align: bottom;
    width: 100px !important;
}

.tabelaContacto input[type=text] {
    width: 552px;
}

.tabelaContacto textarea {
    width: 552px;
    font-size: 16px;
    padding: 6px 12px;
    display: block;
    resize: vertical;
    min-height: 50px;
}

.tabelaContacto select {
    font-size: 16px;
}

.selectForm {
    background: url(/img/downArrow.png) no-repeat calc(100% - 14px) 15px #ccc;
}

.formReq {
    width: 288px;
    background: url(/img/downArrow.png) no-repeat 267px 15px #ccc;
}

#logo {
    padding-top: 16px;
    width: 375px;
    float: left;
}

#logo img {
    width: 100%;
}

.grey {
    color: #4c4c4c;
}

.inContainer {
    max-width: 992px;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 0 16px;
}

.inContainer p {
    word-break: break-word;
}

.rightText p a {
    color: #d71921;
}

.rightText a:hover h2 {
    color: #d71921;
}

.rightText img {
    /*width: 100%;*/
    height: 100%;
}

#news a {
    color: #d71921;
}

.erroF {
    color: #d71921;
    font-size: 14px;
    display: block;
    margin-top: 4px;
}

#erro {
    color: #d71921;
    font-size: 18px;
    display: table-cell;
}

.erroField {
    outline: 2px solid #d71921;
}

#captcha {
    width: 75px;
    padding: 0 8px;
}

#topBar {
    z-index: 10;
    position: sticky;
    top: 0;
    height: 85px;
    background-color: #4c4c4c;
    color: #cccccc
}

#topBar div {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'CooperHewitt-Medium', sans-serif;
}

#topBar a {
    color: #cccccc;
    display: inline-block;
}

#topBar a:hover {
    color: white;
}

#topBar .docs, #topBar .anqep, #topBar .prr {
    float: right;
    position: relative;
    top: 36px;
    margin-left: 24px;
}

#topBar .lang {
    float: right;
}

#topBar .langs {
    float: right;
    font-size: 14px;
    padding-top: 12px;
    top: 0;
    display: inline-block;
    position: absolute;
    right: 0px;
    width: 60px;
}

#home1 > div {
    width: calc(33.33% - 16px);
    float: left;
    margin-top: 58px;
    margin-right: 24px;
    cursor: pointer;
    font-family: 'Manuale-Medium', serif;
    font-size: 21px;
}

#home1 {
    margin-bottom: 50px;
}

#home1 div:nth-child(3) {
    margin-right: 0;
}

#home2 > div {
    float: left;
    margin-right: 22px;
    width: 316px;
}

#home1 > div:hover h1 {
    color: #d71921;
    border-bottom-color: #d71921;
}

#home1 h1, #home2 h1 {
    border-bottom: 6px solid #4c4c4c;
    font-size: 1.71em;
    font-family: 'CooperHewitt-Heavy', sans-serif;
    margin-bottom: 11px;
    font-weight: normal;
    margin-block-end: 0;
    margin-block-start: 0;
}

#home2 > div.clearfix {
    float: left;
    cursor: pointer;
    font-family: 'Manuale-Medium', serif;
    font-size: 21px;
}

#home2 div:nth-child(3n) {
    margin-right: 0;
}

#home2 .n3 {
    padding: 35px;
    display: inline-block;
    width: 50%;
    line-height: 120%;
}

.summary, .text, h2 {
    color: #4c4c4c;
}

a .brick:hover {
    color: #d71921;
    cursor: pointer;
}

.inContainer:not(.en) div.home_numbers:nth-child(5), .inContainer.en div.home_numbers:nth-child(5) {
    margin-right: 0;
}

#home_2 {
    background-color: #ccc;
    padding: 35px 16px;
    font-family: 'CooperHewitt-Medium', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

#home_2In {
    font-family: 'CooperHewitt-Medium', sans-serif;
    font-size: 14px;
    line-height: 140%;
    margin: 0 auto;
    max-width: 992px;
}

#home_2In h2 {
    font-family: 'CooperHewitt-Heavy', sans-serif;
    font-size: 18px;
    line-height: 120%;
}

#home_2In > div {
    display: block;
    float: left;
    margin-right: 24px;
    width: calc(33% - 14px);
}

#home_2In > div:last-child {
    margin-right: 0;
}

.logosEntidades {
    border: 1px solid #4c4c4c;
    background-color: #dddddd;
    margin-bottom: 12px;
    position: relative;
    width: 100%;
    aspect-ratio: 313 / 178;
}

.entidades {
    width: 35%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.entidades1 {
    width: 60%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#home_2In > div h2 {
    margin: 0;
    font-size: 18px;
    padding: 4px 0;
}

#homeIn {
    overflow: hidden;
    display: block;
    position: relative;
    height: 1%;
}

#foot {
    background-color: #4c4c4c;
    padding: 30px 0;
    max-width: 992px;
    margin: 0 auto;
    height: 200px;
    position: relative;
    display: table-row;
}

#foot a {
    color: inherit;
}

#foot td {
    color: white;
    padding: 12px 0;
    font-family: 'CooperHewitt-Medium', sans-serif;
    line-height: 100%;
}


#foot .sal ul {
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    bottom: 7px;
}

#foot .sal ul li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#foot .sal img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

#foot .sal img.en {
    margin-right: 4px;
}

#foot_in {
    font-size: 14px;
}

#news {
    margin: 20px 0;
    font-family: 'Manuale-Regular', serif;
    font-size: 16px;
    clear: both;
    overflow: hidden;
    padding-inline-start: 0;
}

#news .summary {
    font-family: 'CooperHewitt-Medium', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 8px;
    color: #4c4c4c;
    background-color: white;
    break-inside: avoid;
}

#news h2 {
    font-family: 'Manuale-Bold', serif;
    font-size: 30px;
    margin: 0;
    font-weight: normal;
    padding-bottom: 18px;
}

#news .text {
    line-height: 20px;
    word-break: break-word;
}

#news .L1 h2, #news .L2 h2 {
    -ms-word-break: break-all;
    -ms-word-wrap: break-all;
    -webkit-word-break: break-word;
    -webkit-word-wrap: break-word;
    word-break: keep-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
    font-size: 28px;
}

.nbox {
    border-top: 2px solid #4c4c4c;
    padding: 20px 0 0;
}

#news .nbox:nth-child(0) {
    margin-left: 0;
}

#news .nbox a {
    color: #d71921;
}

#news .nbox:hover a {
    color: #d71921;
}

.newsInList {
    border-bottom: 1px solid #ccc;
    padding: 6px 0 12px;
}

#page {
    min-height: calc(100vh - 251px);
    overflow: hidden;
    display: block;
    position: relative;
}

#page .barra {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    padding: 12px 0;
    font-family: 'CooperHewitt-Book', sans-serif;
    height: 26px;
}

#page h1 {
    font-family: 'CooperHewitt-Heavy', sans-serif;
    font-size: 36px;
    padding: 0 0 8px 0;
    margin: 55px 0 0;
    border-bottom: 6px solid #4c4c4c;
    line-height: 36px;
    font-weight: normal;
}

#page ul.pageAreas, #page div.pageAreas {
    list-style: none;
    padding: 0;
    font-family: 'CooperHewitt-Bold', sans-serif;
    font-size: 18px;
    line-height: 1;
    width: 230px;
    position: relative;
    float: left;
    margin-bottom: 20px;
}

#page ul.pageAreas li {
    padding: 16px 0 12px 0;
    margin: 0;
    border-top: 1px solid #4c4c4c;
    line-height: 120%;
}

#page ul.pageAreas li:first-child {
    border-top: 0;
}

#page ul.pageAreas li.on {
    font-family: 'CooperHewitt-Book', sans-serif;
}

#page .rightText {
    font-family: 'Manuale-Medium', serif;
    /*font-size: 21px;*/
    font-size: 18px;
    position: relative;
    padding-bottom: 24px;
    float: left;
    width: 100%;
}

#page .rightText p {
    margin: 0 0 10px 0;
}

#page .rightText p strong {
    margin: 15px 0 0;
    display: inline-block;
    border-top: 1px solid #4c4c4c;
    width: 100%;
    padding-top: 15px;
}

.rightText_h2 {
    font-family: 'CooperHewitt-Book', sans-serif;
    font-size: 30px;
    padding: 0;
    margin: 25px 0 15px;
    font-weight: normal;
}

#page .rightText h3 {
    font-family: 'CooperHewitt-Book', sans-serif;
    font-size: 24px;
    padding: 0;
    margin: 36px 0 0;
    font-weight: normal;
}

#page .rightText label {
    font-family: 'CooperHewitt-Bold', sans-serif;
    font-size: 14px;
}

input {
    width: calc(100% - 18px);
    height: 34px;
    border: 1px solid #333;
    line-height: 150%;
    font-size: 16px;
    padding: 0 8px;
}

input[type=text]:focus {
    outline: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#page .pageAreas .option {
    font-family: 'CooperHewitt-Book', sans-serif;
    font-size: 12px;
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0 2px 1px;
}

#page .pageAreas .arrowRight {
    background: url(/img/rightArrow.png) no-repeat 0 0;
    width: 5px;
    height: 10px;
    position: absolute;
    left: 190px;
    bottom: 14px;
    border: 0;
}

.buttons {
    padding: 20px 0;
}

.data {
    padding: 10px 0;
}

.dataNumeros {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 14px;
    font-family: 'CooperHewitt-Book', sans-serif;
    overflow: hidden;
}

.fonte {
    font-size: 14px;
    font-family: 'CooperHewitt-Book', sans-serif;
}

#fileType {
    font-size: 16px;
    font-family: 'Manuale-Medium', sans-serif;
    margin-left: 10px;
}

.buttons label {
    padding-right: 17px;
}

.buttons label input {
    margin-right: 4px;
}

.leftArrow {
    background: url('/img/Seta_ANQEP.svg') no-repeat;
    width: 20px;
    height: 20px;
    opacity: 0.5;
}

#topBar .white {
    color: white;
}

.leftArrow:not(.noHover):hover {
    opacity: 1;
}

.rightArrow {
    background: url('/img/Seta_ANQEP.svg') no-repeat;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    opacity: 0.5;
    float: right;
}

.rightArrow:not(.noHover):hover {
    opacity: 1;
}

.files {
    font-size: 14px;
    font-family: 'CooperHewitt-Book', sans-serif;
    padding: 10px 0 0;
    border-top: 1px solid #4c4c4c;
    margin-top: 6px;
}

#page .pageAreas #downloadLink {
    font-size: 16px;
    font-family: 'CooperHewitt-Book', sans-serif;
    padding-top: 2px;
}

#page .pageAreas .downloadLinkRed {
    font-size: 16px;
    font-family: 'CooperHewitt-Book', sans-serif;
    padding: 10px 0;
    word-break: break-word;
}

#page .pageAreas .downloadLinkRed a {
    color: #d71921;
}

#page .pageAreas .downloadLinkRed a:hover {
    color: #4c4c4c;
}

.downloadLinkRed.data a {
    font-size: 16px;
    color: #d71921;
}

#page .pageAreas .titulo {
    font-size: 18px;
    padding: 20px 0 14px;
    font-family: 'CooperHewitt-Book', sans-serif;
   /* border-bottom: 1px solid #4c4c4c;*/
}

#page .rightText .titulo {
    font-size: 16px;
    border: 0;
    margin: 0;
    font-weight: normal;
    padding: 16px 0 10px;
    border-bottom: 1px solid #000;
    font-family: 'CooperHewitt-Book', sans-serif;
}

#page .pageAreas .summary, #page .rightText .summary {
    line-height: 120%;
    margin: 6px 0;
}

#page .pageAreas .text, #page .rightText .text {
    font-size: 18px;
    line-height: 120%;
}

#page .pageAreas .text p {
    line-height: 130%;
}

#page .pageAreas ul.tag_list {
    list-style: none;
    padding: 0;
    font-family: 'CooperHewitt-Bold', sans-serif;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 12px;
}

#page .pageAreas ul.tag_list li {
    padding: 6px 0;
    font-size: 14px;
}

.taglist .tag, .taglist .tagCruz {
    font-size: 14px;
    width: auto;
    margin: 4px 0;
    font-family: 'CooperHewitt-SemiboldItalic', sans-serif;
}

.taglist .tag {
    display: block;
}

.taglist .tagCruz {
    cursor: pointer;
    margin-right: 4px;
    float: none;
}

.taglist .tagCruz::before, .tagCruz {
    background: url(/img/cruz.svg) no-repeat 0 0;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    content: ' ';
    display: block;
    float: left;
}

.taglist .tag a:hover {
    color: #d71921;
}

.taglist .tagCruz span {
    display: block;
    line-height: 120%;
    padding-left: 18px;
}

.taglist a {
    line-height: 120%;
}

#page .rightText .newsInList .titulo {
    font-size: 18px;
    padding: 4px 0 0 0;
    font-family: 'CooperHewitt-Bold', sans-serif;
    border: 0;
    margin: 0;
    font-weight: normal;
    line-height: 130%;
}

#page .pageAreas {
    float: left;
}

#page .rightText .sumario, #page .pageAreas .sumario, #page .pageAreas .texto {
    font-size: 18px;
    font-family: 'Manuale-Regular', sans-serif;
    line-height: 120%;
    font-weight: normal;
    padding: 8px 0;
}

#page .pageAreas .sumario {
    border-top: 1px solid #ccc;
}

#page .pageAreas .texto {
    padding: 0 0 8px 0;
    word-break: break-all;
}

.pageAreas .tags {
    font-size: 14px;
    padding: 10px 0 4px;
}

.pageAreas .tags a, .rightText .tags a {
    font-size: 14px;
}

#page .rightText .tags {
    line-height: 100%;
}

#page .rightText .data, #page .pageAreas .data {
    font-size: 14px;
    font-family: 'CooperHewitt-Book', sans-serif;
    padding: 18px 0 12px;
}

#page .rightText .newsInList .tags {
    font-size: 14px;
    font-family: 'CooperHewitt-SemiboldItalic', sans-serif;
    padding-top: 6px;
}

#page .rightText .newsInList .sumario {
    padding: 0;
}

.tags .tag {
    display: inline-block;
    font-family: 'CooperHewitt-SemiboldItalic', sans-serif;
    padding: 3px 0;
}

.tags .tag:after {
    content: "•";
    font-size: 14px;
    font-family: sans-serif;
}

.tags .tag:last-child:after {
    content: "";
}

.taglist .tag .matches {
    font-family: 'CooperHewitt-Book', sans-serif;
    font-size: 12px;
}

.tags .tag a:hover {
    color: #d71921;
}

#page .refBib {
    font-size: 12px;
    padding: 4px 0 10px;
    border-bottom: 1px solid #ccc;
}

#navigator {
    text-align: center;
    font-size: 14px;
    padding: 16px 0 15px;
    font-family: 'CooperHewitt-Book', sans-serif;
    border-bottom: 0;
    height: 21px;
}

#navigator a {
    color: #d71921;
    text-decoration: none;
}

#navigator #navigator1 {
    display: inline-block;
    vertical-align: bottom;
    float: right;
}

#pdf {
    width: 738px;
    position: relative;
}

#pdf img {
    width: 99%;
    border: 1px solid #ccc;
}

#noPdf {
  /*  width: 738px;*/
    height: 738px;
    position: relative;
}

#noPdf a {
    color: #d71921;
}

#noPdf .texto {
    font-size: 18px;
    font-family: 'Manuale-Regular', sans-serif;
    line-height: 120%;
    font-weight: normal;
    padding: 0;
}

#page .rightText #noPdf .sumario {
    padding-top: 16px;
}

#page .rightText #noPdf .texto p {
    margin: 0;
}

#noPdf img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

#noPdf .msg {
    margin: 0 auto;
    width: 215px;
    padding-top: 40px;
    font-family: 'CooperHewitt-Bold', sans-serif;
    font-size: 14px;
}

#pdf_over {
    position: absolute;
    background-color: #eee;
    left: 15px;
    top: 0;
    width: 738px;
    filter: alpha(opacity=40);
    opacity: 0.4;
    display: none;
    z-index: 2;
}

#pdf_over_header {
    width: 738px;
    position: absolute;
    top: 8px;
    z-index: 3;
}

#pdf_over_header table {
    width: 738px;
}

#innerNav {
    float: left;
    padding-top: 2px;
}

#innerNav a:hover {
    color: #4c4c4c;
}

.paginacao {
    display: block;
   /* width: 26px;*/
    float: left;
    cursor: pointer;
}

.paginacao:first-child {
    width: 12px;
}

.bold {
    font-family: 'CooperHewitt-Bold', sans-serif;
}

.lds-ellipsis {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 30%;
    left: 45%;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #999;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

.rightText .chartArea {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    border-top: 1px solid #4c4c4c;
}

.rightText .chartArea:first-child {
    border-top: 0;
    padding-top: 0;
}

.mChart {
    padding: 24px 0 0;
    /*width: 738px !important;*/
}

.mChart:first-child {
    border-top: 0;
}

/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    padding-top: 4px;
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #4c4c4c;

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4c4c4c;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

#chart-legends {
    height: 60px;
}

.myLegend {
    display: list-item;
    font-size: 35px;
    margin-left: 46px;
}

.myLegend div {
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    font-family: 'CooperHewitt-Bold', sans-serif;
    position: relative;
    bottom: 7px;
    right: 13px;
}

.myLegend.even {
    float: left;
}

.myLegend.odd {
    float: right;
}

/* Masonry grid */

.masonry {
    column-gap: 24px;
}

.masonry.ML2 {
    column-count: 2;
}

.masonry.ML2A {
    column-count: 2;
}

.masonry.ML1 {
    column-count: 4;
}

.masonry .brick {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid; /* Firefox is dumb */
    break-inside: avoid;
    padding: 24px 0;
    border-top: 2px solid #4c4c4c;
}

.L4P {
    column-count: 2;
}

.L4 {
    column-count: 4;
}

.L4T {
    column-count: 1;
}

.L4, .L4P, .L4T {
    padding: 24px 0;
    border-top: 2px solid #4c4c4c;
}

#news .L4 h2, #news .L4T h2, #news .L4P h2 {
    column-span: all;
    font-size: 36px;
}

#news .L2 {
    column-count: 2;
}

#news .L2A {
    column-count: 2;
}

#news .L2A h2 {
    column-span: all;
}

.masonry .brick:first-child {
    margin-top: 0;
}

.image {
    width: 230px;
    float: left;
    filter: grayscale(100%);
}

.L4P .image {
    margin-right: 24px;
}

.brick:not(.first) .image {
    padding-bottom: 10px;
}

.brick:hover .image {
    filter: none;
}

.image img {
    width: 100%;
}


.right {
    float: right !important;
}

.subTitulo {
    font-family: 'CooperHewitt-Semibold', sans-serif;
    font-weight: normal;
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    font-size: 21px;
}

.subTexto {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 20px;
}

.tituloArtigo {
    font-family: 'CooperHewitt-Bold', sans-serif;
    font-weight: normal;
    margin: 20px 0 0 !important;
    display: inline-block;
    border-top: 1px solid #4c4c4c;
    width: 100%;
    padding-top: 10px;
}

.tituloArtigo2 {
    font-family: 'CooperHewitt-Bold', sans-serif;
    font-weight: normal;
    display: inline-block;
    border-top: 1px solid #4c4c4c;
    width: 100%;
    padding-top: 10px;
}

.entradaTabelar {
    font-family: 'CooperHewitt-Bold', sans-serif;
    font-weight: normal;
    margin: 20px 0 0 !important;
    padding-top: 10px;
}

#page .rightText #list p {
    margin: 5px 0 0;
    border-top: 1px solid #ccc;
}

#list p a {
    color: #4c4c4c;
    width: 100%;
    display: inline-block;

}

#list p a:hover {
    color: #d71921;
}

#page .rightText #list p.subTexto {
    margin: 0;
    padding: 0;
}

#projectos p {
    font-size: 18px;
}

#projectos p.tituloArtigo {
    font-size: 21px;
}

.hide {
    display: none;
}

.toggleNext {
    cursor: pointer;
}

.toggleNext:hover .tituloArtigo {
    color: #d71921;
}

.link:hover {
    cursor: pointer;
}

.link:hover h2 {
    color: #d71921;
    cursor: pointer;
}

#home1 .areas {
    position: relative;
    height: 150px;
    overflow: hidden;
    line-height: 25px;
    padding-right: 30px;
    padding-top: 14px;
    color: #4c4c4c;
    background-color: white;

}

#home1 .areas:after {
    bottom: 0;
    position: absolute;
    right: 5px;
    float: right;
    content: '•••';
    width: 24px;
}

.home_numbers .badge {
    background-color: #ccc;
    text-align: center;
    font-family: 'CooperHewitt-Book', sans-serif;
    font-size: 24px;
    color: #333;
    border-bottom: 4px solid #d71921;
    opacity: 1;
    height: 100%;
}

.home_numbers .badge .innerBadge {
    padding-top: 12px;
}

#home2 .home_numbers:nth-child(4), #home2 .home_numbers:nth-child(5), #home2 .home_numbers:nth-child(6) {
    margin-top: 0;
}

.badge p {
    text-align: center;
    line-height: 110%;
   /* vertical-align: middle;*/
}

.home_numbers, .home_labels {
    margin-right: 24px;
    margin-bottom: 24px;
    float: left;
    cursor: pointer;
    width: calc(25% - 18px);
    aspect-ratio: 230 / 149;
}

.enBadges .home_labels {
    width: calc(33.33% - 16px);
    aspect-ratio: 314 / 115;
}

.enBadges .home_labels:nth-child(3) {
    margin-right: 0;
}

.enBadges .innerBadge {
    padding-top: 28px;
}

#row2 .home_numbers:nth-child(2) {
    margin-right: 0;
}

.home_numbers .badge:hover, .home_labels .badge:hover a {
    color: #d71921;
}

_:-ms-fullscreen, :root .home_numbers .badge:hover {
    opacity: 0.6;
}

.home_numbers .n1 {
    line-height: 100%;
    display: inline-block;
}

.home_numbers .n2 {
    font-size: 36px;
    line-height: 90%;
    font-family: 'CooperHewitt-Heavy', sans-serif;
    vertical-align: bottom;
}

.home_numbers .n3 {
    font-size: 24px;
    font-family: 'CooperHewitt-Heavy', sans-serif;
    line-height: 100%;
}

.en .home_numbers .n3{
    font-size: 20px;
}

.home_labels .badge {
    /*    width: 314.5px;
        min-height: 115px;
        height: 115px;
        background-color: #ccc;
        text-align: center;
        font-family: 'CooperHewitt-Book', sans-serif;
        font-size: 24px;
        color: #333;
        border-bottom: 4px solid #d71921;
        opacity: 1;
        display: table;*/
    background-color: #ccc;
    text-align: center;
    font-family: 'CooperHewitt-Book', sans-serif;
    font-size: 24px;
    color: #333;
    border-bottom: 4px solid #d71921;
    opacity: 1;
    height: 100%;
}

.home_labels .badge a {
    width: 75%;
    display: inline-block;
}

.home_labels:last-child {
    margin-right: 0;
}

.en .home_labels .n3 {
    /* font-size: 28px;
     font-family: 'CooperHewitt-Heavy', sans-serif;
     line-height: 100%;
     vertical-align: middle;
     display: table-cell;*/
    font-size: 24px;
    font-family: 'CooperHewitt-Heavy', sans-serif;
    line-height: 100%;
}

.home_numbers:after {
    clear: both;
}

.cruzGrey {
    background: url(/img/cruzGrey.svg) no-repeat 0 0;
    background-size: 14px 14px;
    width: 14px !important;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 12px;
    border: none;
}

.screenreader-text {
    color: #fff;
    height: 30px;
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.screenreader-text:focus {
    transform: translateY(0%);
}

.erro {
    width: 300px;
    text-align: center;
    margin: 20% auto;
    font-family: 'CooperHewitt-Medium';
    font-size: 18px;
}

#logoApcer {
    max-width: 51px;
    max-height: 51px;
    position: relative;
    width: 5vw;
    height: 5vw;
    margin-left: 19px;
    float: left;
    top: 10px;
}

#logoRepublica {
    position: relative;
    width: 19vw;
    max-width: 144px;
    height: 40px;
    top: 16px;
}

/*h2 dos charts*/

.sectiontext {
    font-family: 'CooperHewitt-Book', sans-serif;
    font-size: 30px;
    padding: 0;
    margin: 25px 0 15px;
    font-weight: normal;
}

.subPageAreas {
    list-style-type: none;
    padding: 0;
    font-size: 15px;
    margin: 0;
}

#page ul.subPageAreas li {
    font-size: 15px;
    font-family: 'CooperHewitt-Bold', sans-serif;
/*    font-size: 18px;*/
}


.topBttn {
    position: fixed;
    display: none;
    bottom: 0;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: rgba(204, 204, 204, .7) url(/img/IconsOEm-07.svg) no-repeat 40% center;
    transform: rotate(270deg);
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 18px;
    background-size: 32px 32px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

#page ul.subPageAreas li {
    border: 0;
    padding: 6px 0;
    line-height: 120%;
}

#page ul.subPageAreas li:first-child {
    padding: 8px 0;
}

#page ul.subPageAreas li:last-child {
    padding: 8px 0 13px 0;
}

.data_news {
    font-family: 'CooperHewitt-Bold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
    color: #4c4c4c;
}

.woot-widget-bubble.woot-elements--right {
    right: 22px;
    bottom: 80px;
}

.contain {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: none;
    background-color: #4F4C4C;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #C2C1C1;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

#footer {
    /* column-count: 4;*/
    font-size: 14px;
    font-family: 'CooperHewitt-Medium', sans-serif;
    color: #fff;
    padding: 36px 0;
    overflow: hidden;
}

#footer .col {
    width: calc(25% - 18px);
    margin-right: 24px;
    float: left;
}

#footer .col:last-child {
    margin-right: 0;
}

#footer .col .cell {
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}

#foot .col .sal.cell{
    padding-top: 0;
    padding-bottom: 12px;
}


#footer .row {
    border-bottom: 1px solid #ccc;
    clear: both;
    height: 51px;
    padding-bottom: 21px;
}

#footer #homeLogos {
    margin-right: 0;
    position: relative;
    float: left;
}

#footer #homeLogos div {
    margin-right: 0;
}

#footer .col .cell:last-child {
    border-bottom: 0;
}

#footer .col:nth-child(3), #footer .col:nth-child(4) {
    border-top: 1px solid #ccc;
}

.mobile {
    display: none;
    position: relative;
}

#data {
    margin-top: 24px;
}


.aduJovEnt {
    display: block;
}

.aduJovEnt1 {
    display: none;
}


.leftSingleArea {
    width: 230px;
    float: left;
    margin-right: 24px;
}

.mainSingleArea {
    float: left;
    width: calc(100% - 254px);
}


.txtInpt {
/*    margin-top: 14px;*/
    position: relative;
}

.excelLogo {
    background: url(/img/IconsOEm-05.svg) no-repeat 0 4px;
    width: 24px;
    height: 24px;
    float: left;
    /* padding-left: 30px; */
    line-height: 170%;
    font-size: 12px;
}

@media screen and (max-width: 1024px) {

    #home1 h1, #home2 h1 {
        font-size: calc(36 / 1024 * 100 * 1vw);
    }

    #home1 .areas {
        font-size: calc(21 / 1024 * 100 * 1vw);
        height: calc(22 / 1024 * 100 * 7vw);
        line-height: calc(25 / 1024 * 100 * 1vw);;
    }

    .home_numbers p {
        font-size: calc(24 / 1024 * 100 * 1vw);
    }

    .home_numbers .n2 {
        font-size: calc(36 / 1024 * 100 * 1vw);
    }

    .home_numbers .n3 {
        font-size: calc(24 / 1024 * 100 * 1vw);
    }

    .en .home_numbers .n3 {
        font-size: calc(20 / 1024 * 100 * 1vw);
    }

    .mobile input {
        width: calc(33% - 26px);
        margin-right: 12px;
        float: left;
    }

    .mobile select {
        width: calc(33% - 10px);
        margin-right: 12px;
    }

    .mobile select:last-child {
        margin-right: 0;
    }

    #news .L4P h2, #news .L4 h2, #news .L4T h2 {
        font-size: calc(36 / 1024 * 100 * 1vw);
    }

    #topBar .docs, #topBar .anqep, #topBar .prr {
        margin-left: 12px;
    }

    #homeLogos #logoRepublica {
        width: calc(150 / 1024 * 100 * 1vw);
    }

    #homeLogos #logoApcer {
        width: calc(51 / 1024 * 100 * 1vw);
        margin-left: 12px;
    }

    #pdf {
        width: 100%;
    }

}

@media screen and (max-width: 760px) {

    input, select {
        font-size: calc(26 / 1024 * 100 * 1vw);
    }

    #logo {
        width: 350px;
        margin: 0 auto;
        padding-top: 18px;
        float: none;
    }

    #home1 h1, #home2 h1 {
        font-size: 1.2em;
    }

    #menu {
        display: none;
        position: fixed;
        width: 100%;
        right: 0;
        top: 75px;
        background-color: #4c4c4c;
        border-top: 1px solid #ccc;
    }

    #menu.show {
        display: block;
    }

    #menu div {
        width: 100%;
        padding: 16px;
        color: #cccccc;
    }

    #menu .docs, #menu .prr, #menu .anqep {
        clear: both;
        position: relative;
        top: 0;
        margin-left: 0;
        float: left;
        z-index: 10;
        border-bottom: 1px solid #ccc;
    }

    .desk {
        display: inline-block;
        width: 100%;
    }

    .mobile {
        display: block;
    }

    #data {
        margin-top: 0;
    }

    .contain .change {
        bottom: 26px;
    }

    #topBar .langs {
        left: 16px;
        padding-top: 34px;
    }

    .contain {
        display: block;
    }

    .areas {
        display: none;
    }

    .home_numbers {
        width: calc(50% - 18px);
        max-width: 230px;
        margin-right: 24px;
    }

    #row1, #row2 {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
        justify-content: center;
    }

    #row1 .home_numbers:nth-child(2) {
        margin-right: 0;
    }

    .home_numbers p {
        font-size: 24px;
    }

    .home_numbers .n2 {
        font-size: 36px;
    }

    .home_numbers .n3 {
        font-size: 24px;
    }

    .L4, .L4P, .L4T {
        column-count: 1;
    }

    #news .L4P h2, #news .L4 h2, #news .L4T h2 {
        font-size: 28px;
    }

    #home_2In div {
        width: 100%;
    }

    #home_2In div .txtEntidades {
        width: calc(70% - 24px);
        float: left;
        margin-left: 12px;
        font-size: calc(20 / 1024 * 100 * 1vw);
        line-height: 135%
    }

    #home_2In div .txtEntidades h2 {
        font-size: calc(24 / 1024 * 100 * 1vw);
    }

    #home_2In div .logosEntidades {
        width: 30%;
        float: left;
    }

    #footer .col {
        width: calc(50% - 12px);
        margin-right: 0;
        float: left;
        padding-bottom: 0;
    }

    #footer .col .cell.sal {
        padding-bottom: 0;
        padding-top: 0;
    }

    #footer .col:nth-child(1), #footer .col:nth-child(3) {
        margin-right: 24px;
        padding-top: 0;
    }

    #footer .col:nth-child(2) {
        padding-top: 6px;
    }

    #homeLogos #logoRepublica {
        width: calc(300 / 1024 * 100 * 1vw);
    }

    #homeLogos #logoApcer {
        width: calc(90 / 1024 * 100 * 1vw);
        height: 100%;
        margin-top: -3px;
    }

    #homeLogos #logoSigo {
        width: 165px;
        height: 100%;
    }

    #homeLogos .row {
        padding-bottom: 14px;
    }

    .leftSingleArea {
        width: 100%;
        float: left;
        display: block;
    }

    .mainSingleArea {
        width: 100%;
        float: left;
        clear: both;
    }

    .mainSingleArea .rightText {
        margin-left: 0;
    }

    .mainSingleArea .entry {
        display: none;
    }

    .mainSingleArea .entry .rightText p {
        padding-top: 10px;
    }

    .mainSingleArea .entryTitle {
        padding: 14px 0;
        border-top: 1px solid #999;
    }

    .mainSingleArea .entry.on {
        display: inline-block;
    }

    .mainSingleArea .entry.on p {
        line-height: 120%;
    }

    .mainSingleArea .entry:first-child {
        display: inline-block;
        border-bottom: 0;
    }

    #page ul.pageAreas, #page div.pageAreas {
        width: 100%;
    }

    #page .pageAreas select, #page .pageAreas input {
        font-size: calc(22 / 1024 * 100 * 1vw);
    }

    #page .rightText {
        margin-left: 0;
        clear: left;
    }

    .mobile .cruzGrey {
        left: 27%;
        top: 9px;
        z-index: 100;
    }

    .rightText_h2 {
        margin-left: 0;
    }

    .mChart {
        width: 100% !important;
    }

    .aduJovEnt {
        display: none;
    }

    .aduJovEnt1 {
        display: block;
    }

    #captcha_image {
        margin-left: 2px;
    }

    .fieldInpt {
        width: 100%;
    }

    #page h1 {
        margin: 32px 0 0;
    }

    #home1 > div {
        margin-top: 32px;
    }


    input, select {
        outline: 0;
        width: calc(50% - 17px);
        float: left;
    }

    #data {
        margin-left: 16px;
    }

    #tag {
        width: 100%;
        margin-top: 20px;
    }


    .taglist {
        display: none;
    }

    .cruzGrey {
        clear: both;
        top: 10px;
        left: 46%;
    }

    .enBadges .innerBadge {
        padding-top: 16px;
    }

    .en .home_labels .n3 {
        font-size: 18px;
    }

    .home_numbers .enBadges .innerBadge .n3{
        font-size: 20px;
    }

    .en .home_numbers .n3 {
        font-size: 20px;
    }

    .home_labels .badge a {
        width: 100%;
    }


}

@media screen and (max-width: 500px) {

    #topBar {
        height: 75px;
    }

    #topBar .langs {
        padding-top: 30px;
    }

    #logo {
        width: 275px;
        padding-top: 18px;
    }

    #home1 {
        margin-bottom: 24px;
    }

    #home1 > div {
        margin-top: 28px;
    }

    #news {
        margin-top: 0;
    }

    .contain {
        bottom: 4px;
    }

    .home_numbers {
        width: calc(50% - 12px);
        max-width: 230px;
        margin-right: 12px;
    }

    .home_numbers p {
        font-size: calc(48 / 1024 * 100 * 1vw);
    }

    .home_numbers .n2 {
        font-size: calc(74 / 1024 * 100 * 1vw);
    }

    .home_numbers .n3 {
        font-size: calc(48 / 1024 * 100 * 1vw);
    }

    .mobile input {
        width: calc(50% - 38px);
        margin-right: 12px;
        float: left;
    }

    .mobile select#data {
        width: 50%;
        margin-right: 0;
        float: left;
    }

    .mobile select#termos {
        margin-right: 0;
        margin-top: 12px;
        width: 100%;
    }

    #page .pageAreas #termos {
        width: 100%;
    }

    #page .pageAreas select, #page .pageAreas .txtInpt {
        font-size: calc(36 / 1024 * 100 * 1vw);
        width: calc(50% - 13px);
    }

    #page .pageAreas input {
        font-size: calc(36 / 1024 * 100 * 1vw);
        width: 100%;
        /*  position: relative;*/
    }

    #page .pageAreas #data, #page .pageAreas #datam {
        margin-right: 0;
    }

    #page .pageAreas #tag {
        margin-top: 14px;
        margin-right: 0;
        width: 100%;
    }


    #txt, #data {
        width: calc(50% - 18px);
    }

    .contacto .formField {
        font-size: 14px;
        width: 120px;
    }

    #captcha {
        width: 80px;
    }

    #captcha_image {
        width: 100px !important;
    }

    #sbtBtn {
        width: 70px;
    }

    .formReq {
        background: url(/img/downArrow.png) no-repeat calc(100% - 14px) 15px #ccc;
        width: 100%;
    }

    #captcha {
        height: 31px;
    }

    .mobile select#data {
        float: right;
    }

    .cruzGrey {
        clear: both;
        top: 10px;
        left: 97%;
        z-index: 100;
    }

    input, select {
        outline: 0;
        width: calc(50% - 17px);
        float: left;
    }

    #data {
        margin-left: 8px;
    }

    .enBadges .innerBadge {
        padding-top: 8px;
    }

    .hide {
        width: 92vw;
    }

    .rightText img {
        width: 100%;
        height: 100%;
    }

}

@media screen and (max-width: 425px) {
    #logo {
        width: 200px;
        padding-top: 24px;
    }

    .home_numbers p {
        font-size: 14px;
    }

    .home_numbers .n2 {
        font-size: 20px;
    }

    .home_numbers .n3 {
        font-size: 14px;
    }

    #home1 h1, #home2 h1 {
        font-size: 0.8em;
    }

    #news .L4P h2, #news .L4 h2, #news .L4T h2 {
        font-size: 22px;
        line-height: 110%;
    }

    .home_numbers p {
        font-size: calc(36 / 1024 * 100 * 1vw);
    }

    .home_numbers .n2 {
        font-size: calc(64 / 1024 * 100 * 1vw);
    }

    .home_numbers .n3 {
        font-size: calc(36 / 1024 * 100 * 1vw);
    }

    #homeLogos #logoRepublica {
        width: calc(290 / 1024 * 100 * 1vw);
    }

    #homeLogos #logoApcer {
        width: calc(80 / 1024 * 100 * 1vw);
        height: 100%;
        margin-top: 10px;
    }

    #foot .sal img {
        width: calc(58 / 1024 * 100 * 1vw);
    }
}