@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
  --color-primary: #004B93;
}

body {
  font: normal 400 14px/1.6 'Open Sans', 'Open Sans', sans-serif;
  margin: 0;
  background: #f4f4f4;
}

body>.wrapper {
  border: 1px solid #b7becf;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: var(--color-primary);
  outline: none;
  text-decoration: underline;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
}

a:hover,
a:focus {
  color: var(--color-primary);
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 37px;
  width: 175px;
  margin-inline-end: auto;
}

.top {
  text-align: center;
}

h1 {
  font: normal 700 30px 'Open Sans', sans-serif;
  padding: 0;
}

h1.top {
  color: var(--color-primary)
}

h2 {
  font: normal 700 24px 'Open Sans', sans-serif;
  margin-bottom: 15px;
  padding: 0;
}

h3 {
  font: normal 700 16px/1.27em 'Open Sans', sans-serif;
  margin: 1em 0;
  padding: 0;
}

h3.top {
  color: var(--color-primary);
  margin: 0 0 10px 0;
  font-size: 16px;
}

img {
  border: 0;
  display: block;
}

ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}

ul li {
  position: relative;
  list-style: none;
  margin: 0 auto 10px !important;
}

ul li::before {
  content: "•";
  display: inline-block;
  margin-inline-end: 10px;
  top: 50%;
}

p {
  margin: 1em 0;
  padding: 0;
}

.contain {
  margin: 0 auto;
  width: 1200px;
}

.fill {
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

/* header */
header>div {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 20px 25px;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav a {
  color: #000;
  font: normal 400 13px 'Open Sans', sans-serif;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
}

nav a:lang(pt) {
  padding: 0 9px;
}

nav a:hover,
.epResources span:hover,
nav a:focus,
.epResources span:focus {
  color: var(--color-primary);
  text-shadow: .2px .2px .2px var(--color-primary);
}

.epResources {
  position: absolute;
  top: 18px;
  background: #fff;
  z-index: 20;
  padding: 10px;
  inset-inline-start: -22px;
  display: none;
  width: 100%;
}

.resources-link {
  position: relative;
}

.resources-link:hover .epResources,
.resources-link:focus .epResources {
  display: block !important;
  color: #000;
  text-shadow: none;
}

.epResources span {
  display: block;
  margin: 20px 0;
}

/* Standard Bar */
#epLang {
  display: block;
  padding: 15px;
}

#epLang a {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  margin: 0 6px;
  position: relative;
  color: #000;
}

#epLang a::after {
  content: "|";
  position: absolute;
  top: 0;
  inset-inline-start: -9px;
  display: block;
}

#epLang a:first-of-type:after {
  content: "";
}

#epLang a:hover,
#epLang a:focus {
  color: var(--color-primary);
  text-shadow: .2px .2px .2px var(--color-primary);
}

/* Lang dropDown */
#theLangdropContainer {
  cursor: pointer;
  display: inline-block;
  padding: 2px;
  margin-block-start: 0;
  position: relative;
  z-index: 1000;
  color: #000;
  font-weight: 400;
  margin-inline-start: 0px;
  font-size: 13px;
}

#theLangdropContainer>a {
  display: none;
}

#theLangdropContainer>div {
  text-align: right;
}

#theLangdropContainer a {
  text-decoration: none;
  color: #000;
}

#theLangdropContainer>div:hover,
#theLangdropContainer:hover>div,
#theLangdropContainer a:hover {
  color: var(--color-primary);
  text-shadow: .2px .2px .2px var(--color-primary);
}

#epLangDrop {
  background: #fff;
  display: none;
  inset-inline-start: 0;
  position: absolute;
  top: 20px;
  width: 100%;
  padding-top: 10px;
}

#epLangDrop a {
  display: block;
  font-weight: 500;
  padding: 4px 4px 4px 10px;
  text-align: start;
}

#theLangdropContainer:hover #epLangDrop,
#theLangdropContainer:focus #epLangDrop {
  display: block;
}

.banner {
  background: url(banner.png) no-repeat center center;
  background-size: contain;
  min-height: 406px;
  display: block;
  position: relative;
}

.banner-report {
  display: flex;
  justify-content: flex-end;
  align-items: start;

  .banner-content {
    width: 334px;
    color: #fff;
    padding-inline-end: 50px;
    padding-top: 30px;
  }

  .banner-icon-container {
    display: flex;
    justify-content: center;
  }

  .banner-text {
    font: normal 700 35px / 1.2 'Open Sans', sans-serif;
    text-align: center;
  }

  .banner-icon {
    display: block;
    height: 150px;
    width: 150px;
    background: url("") no-repeat center center;
    background-size: contain !important;
    filter: brightness(0) invert(1);
  }

  .banner-icon-report {
    background-image: url(Icon_online.svg);
  }

  .banner-icon-phone {
    background-image: url(Icon_phone.svg);
  }

  .banner-icon-question {
    background-image: url(Icon_question.svg);
  }

  .banner-icon-follow {
    background-image: url(Icon_follow.svg);
  }

  .banner-icon-faq {
    background-image: url(Icon_faq.svg);
  }
}

.buttons-container {
  display: flex;
  justify-content: center;
  padding: 10px 25px;
  position: relative;
  top: -111px;
}

a.cta {
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: grid;
  justify-items: center;
  grid-template-rows: 112px 20px auto;
  margin: 0 10px;
  text-decoration: none;
  padding: 10px;
  width: 21%;
  min-height: 262px;
  text-align: center;
  transition: all 0.3s ease;
  transform: translateY(0);
}

a.cta:hover,
a.cta:focus {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.65);
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  background: var(--color-primary);

  .title,
  .roll-text {
    color: #fff;
  }

  .icon {
    filter: brightness(0) invert(1);
  }
}

a.cta .icon {
  display: block;
  height: 90px;
  width: 90px;
  background: url("") no-repeat center center;
  background-size: contain !important;
}

a.cta-report .icon {
  background-image: url(Icon_online.svg);
}

a.cta-phone .icon {
  background-image: url(Icon_phone.svg);
}

a.cta-question .icon {
  background-image: url(Icon_question.svg);
}

a.cta-follow .icon {
  background-image: url(Icon_follow.svg);
  height: 121px;
  width: 121px;
  position: relative;
}

a.cta .title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

a.cta .roll-text {
  font-size: 14px;
  display: flex;
  justify-content: start;
  align-items: start;
  height: 100%;
  padding-top: 20px;
  color: #000;
}

a.cta-follow .roll-text {
  padding: 20px 20px 0;
}

/* content */
main {
  display: block;
  padding: 0px 0 90px;
}

.faq main {
  padding-bottom: 0;
}

section {
  display: block;
}

section.flex {
  display: flex;
}

.text-index {
  margin-top: -81px;
  text-align: center;
  padding: 0 80px;

  .oc-section {
    border-bottom: 1px solid var(--color-primary);
    padding-top: 20px;
  }

  .oc-section:last-of-type {
    border-bottom: none;
  }

  p {
    margin-top: 0;
  }
}

.col-100 {
  display: inline-block;
  padding: 10px 25px;
  width: 100%;
}

.phone-page-section,
.follow-page-section {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 30px;

  .col-right div:last-of-type {
    margin-top: 40px;
  }
}

.phone-page-container>p,
.follow-page-container>p {
  width: 80%;
  margin: 20px auto 0;
  text-align: center;
}

.col-left {
  padding: 10px 25px;
  width: 40%;
}

.col-right {
  padding: 10px 25px;
  width: 30%;
}

.follow-page-section .col-left {
  text-align: start;
}

.follow-page-section .col-right {
  padding: 0px 25px;
  width: 40%;
  margin-top: -22px;
}

#epEmergency {
  padding: 0 10px 10px;
  text-align: center;
}

#epEmergency br {
  display: none;
}

#epEmergency strong {
  display: inline-block;
  margin-right: 7px;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

/* dp and phone */
.report-container {
  text-align: center;
  padding-top: 30px;
  width: 420px;
  margin: 0 auto 60px;

  select {
    min-width: 400px;
  }
}

.consent-container {
  padding: 40px 60px;

  ol {
    counter-reset: section;
    list-style-type: none;
    padding: 0 5rem;

    li {
      margin-bottom: 50px !important;

      ul li {
        position: relative;
        list-style: none;
        margin: 0 auto 10px !important;
      }

      ul li::before {
        content: "•";
        display: inline-block;
        margin-inline-end: 10px;
        top: 50%;
      }
    }
  }

  address{
    font-style: normal;
  }

  h4 {
    counter-increment: section;
    display: flex;
    gap: 8px;
  }

  h4::before {
    content: counter(section) ".";
    font-weight: 600;
    min-width: 20px;
  }
}

.faq-container {
  padding: 10px 60px;
  text-align: center;

  h3>a {
    text-decoration: none;
    position: relative;
  }

  h3>a:hover,
  h3>a:focus {
    text-decoration: underline;
  }

  h3>a::before {
    content: "•";
    display: inline-block;
  }

  ul li {
    position: relative;
    list-style: none;
    margin: 0 auto !important;
    width: 700px;
  }

  ul li::before {
    content: "•";
    display: inline-block;
    margin-inline-end: 10px;
    top: 50%;
  }

  p>strong {
    color: var(--color-primary);
    margin: 0 0 10px 0;
    font-size: 16px;
  }
}

#epDataPrivacy,
#epPhone {
  padding-bottom: 20px;
  width: 404px;
}

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#epDataPrivacy .text {
  color: #000;
}

#epPhone {
  text-align: start;

  select {
    width: 100%;
  }
}

select {
  font: normal 400 14px 'Open Sans', sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button,
.submit {
  background: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  cursor: pointer;
  font: normal 400 16px 'Open Sans', sans-serif;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover,
button:disabled,
button:disabled:focus,
input.submit:disabled,
input.submit:disabled:focus {
  background: #ccc;
  cursor: default;
}

button:hover,
.submit:hover,
button:focus,
.submit:focus {
  color: #fff;
  background: var(--color-primary);
}

.nowrap {
  white-space: nowrap;
}

/* issues */
.issues-container {
  padding: 40px 60px;

  h3.top {
    margin-bottom: 37px;
  }
}

#epIssues {
  width: 90%;
  margin: 0 auto;
}

#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}

#epIssues .category {}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #fff;
  font: normal 700 20px 'Open Sans', sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  font: normal 400 11px 'Open Sans', sans-serif;
  position: absolute;
  inset-inline-end: 7px;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
}

#epIssues .details:hover,
#epIssues .details:focus {
  text-decoration: underline;
}

#epIssues .issue {
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  border: 1px solid var(--color-primary);
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover,
#epIssues .issue:focus {
  background: #eee;
}

#epIssues .issuebox {
  background: #fff;
  padding-left: 20px;
  width: 76%;
}

#epIssues .name {
  font: normal 500 16px/20px 'Open Sans', sans-serif;
  padding: 10px 27px;
  color: var(--color-primary);
}

#epIssues .desc {
  color: #000;
  font-size: 14px;
  padding: 10px 100px 10px 30px;
}

input.text-input {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}

.follow-page section span {
  font-size: 18px;
}

.message{
  margin-bottom: 1rem;
}
.additional{
  margin-top: 1rem;
}

/* footer */
footer {
  font-size: 14px;
  padding: 10px 0;
  background: #f3f3f3;
}

#epNAVEXFooter {
  border-top: 1px solid #d6d6d6;
  color: #000;
  padding-bottom: 10px;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: #000;
  text-decoration: none;
}

footer .line2 a:hover,
footer .line2 a:focus {
  text-decoration: underline;
}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}