@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*,
*::before,
*::after {
    box-sizing: border-box;
}
body.index {
    background-color: #000;
    min-width: 1200px;
    color: #fff;
    font: normal 400 18px/1.5 'Montserrat', sans-serif;
    margin: 0;
}
body {
    background-color: #fff;
    min-width: 1200px;
    color: #000;
    font: normal 400 18px/1.5 'Montserrat', sans-serif;
    margin: 0;
}
a {
    color: #fff;
    outline: none;
    text-decoration: none;
    padding: 10px 15px;
}
a:hover,
a:focus {
    color: #000;
    background-color: rgba(204, 204, 204, 0.7);
    border-radius: 10px;
}
img {
    border: 0;
    display: block;
}
ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}
p {
    margin: 1em 0;
    padding: 0;
}
.contain {
    margin: 0 auto;
    width: 1200px;
}
.fill {
    min-width: 1200px;
    width: 100%;
}
.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
.top {
    margin-top: 0;
    padding-top: 0;
}
/* header */
header {
    display: block;
}
#epLang {
    display: flex;
    color: black;
    justify-content: center;
    margin-top: 8px;
}
#epLang a {
    display: flex;
    justify-content: space-between;
}
header .flex {
    display: flex;
    justify-content: space-between;
}
.index a.logo {
    background: url(logo1.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 50px;
    margin: 20px 30px 20px 10px;
    width: 150px;
}
a.logo {
    background: url(logo1_white.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 50px;
    margin: 20px 30px 20px 10px;
    width: 150px;
}
nav {
    align-items: center;
    display: flex;
    flex-grow: 0;
}
.index nav a {
    color: #fff;
    display: inline-block;
    font: normal 350 18px/25px 'Montserrat', sans-serif;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

html[lang="pt"] .index nav a{
   font: normal 350 15px/25px 'Montserrat', sans-serif; 
}

.faq a {
    color: #fff;
}
.faq {
    background-color: #000;
    color: #fff;
}
nav a {
    color: #000;
    display: inline-block;
    font: normal 470 18px/25px 'Montserrat', sans-serif;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
html[lang="pt"] nav a{
   font: normal 350 15px/25px 'Montserrat', sans-serif; 
}

nav a:hover,
nav a:focus {
    color: #000;
    background-color: rgba(204, 204, 204, 0.7);
    border-radius: 20px;
}
#epAttention {
    padding: 10px 0;
    text-align: center;
}
.banner {
    background: url(banner.jpg) no-repeat top / cover;
    padding: 100px 0px;
}
.banner h1 {
    text-transform: uppercase;
    font: normal 700 64px 'Montserrat', sans-serif;
    margin: 0 0 30px 0px;
}
.banner p {
    font: normal 400 18px 'Montserrat', sans-serif;
}
.banner a {
    font: normal 600 20px 'Montserrat', sans-serif;
    padding: 15px 30px;
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 30px;
    width: 240px;
    text-align: center;
    display: block;
}

html[lang="pt"] .banner a{
    width: 295px;
}
.banner .text {
    width: 50%;
}
/* content */
main {
    min-height: 500px;
    display: block;
    padding: 30px 0 50px;
}
main .center {
    width: 1000px;
    margin: auto;
    text-align: center;
}
section {
    display: flex;
    justify-content: space-between;
}
.buttons {
    margin-top: 40px;
}
.buttons a {
    background: #fff;
    color: #000;
    text-decoration: none;
    width: 260px;
    height: 180px;
    text-align: center;
    font: normal 600 20px 'Montserrat', sans-serif;
    border-radius: 30px;
    padding: 20px;
}
.buttons span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}
.buttons .icon {
    height: 100px;
    width: 100px;
    margin: auto auto 10px auto;
}
#report .icon {
    background: url(report.png) center no-repeat;
    background-size: cover;
}
#follow .icon {
    background: url(follow.png) center no-repeat;
    background-size: cover;
}
#question .icon {
    background: url(question.png) center no-repeat;
    background-size: cover;
}
#faq .icon {
    background: url(faq.png) center no-repeat;
    background-size: cover;
}
div.col-left {
    padding: 0 10px;
    width: 58%;
}
div.col-right {
    padding: 0 10px;
    width: 38%;
}
.col-50 {
    width: 48%;
}
.followUp {
    padding: 10px;
}
#followSubmit {
    font: normal 600 20px 'Montserrat', sans-serif;
    padding: 10px 30px;
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    text-decoration: none;
    width: 140px;
    text-align: center;
}
h1 {
    font: normal 700 35px 'Montserrat', sans-serif;
    padding: 0;
}
h2 {
    font: normal 700 24px 'Montserrat', sans-serif;
    padding: 0;
}
h3 {
    font: normal 700 18px 'Montserrat', sans-serif;
    margin: 1em 0;
    padding: 0;
}
#epEmergency {
}
#epDDN {
    font-weight: bold;
    white-space: nowrap;
}
.listor {
    list-style: none;
    margin: 1em 0;
}
#epDataPrivacy {
    vertical-align: top;
    margin-bottom: 25px;
}
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
    display: none;
}
#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}
select {
    font: normal 400 14px 'Montserrat', sans-serif;
    margin: 2px 0 15px;
    padding: 5px;
    width: 100%;
}
button {
    background: #333;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 18px;
}
button:hover,
button:focus {
    background: #333;
    color: #fff;
}
button:disabled {
    background: #ddd;
    cursor: default;
}
button:hover:disabled,
button:focus:disabled {
    background: #ddd;
}
.nowrap {
    white-space: nowrap;
}
#epPhone {
}
.data li {
    font-weight: 700;
}
#epIssues {
    width: 100%;
}
#epIssues .catdesc {
    display: none;
}
#epIssues .catname {
    font: normal 700 16px/20px 'Montserrat', sans-serif;
}
#epIssues .details {
    font-size: 12px;
    margin-left: auto;
}
#epIssues .issue {
    color: #0000ff;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    position: relative;
}
#epIssues .issue:hover,
#epIssues .issue:focus {
    color: #008000;
}
#epIssues .name {
    font: normal 700 14px/20px 'Montserrat', sans-serif;
}
#epIssues .desc {
    flex-basis: 100%;
    padding: 5px 0;
}
/* footer */
footer {
    background-color: #000;
    color: #fff;
    font-size: 12px !important;
    padding: 20px 0;
}
footer th {
    display: none;
}
footer td {
    padding: 5px 0 0 !important;
}
footer .line1 {
    float: left;
    padding-left: 10px;
}
footer .line2 {
    color: #fff;
    float: right;
    padding-right: 10px;
}
footer .line2 a {
    color: #fff;
}
footer .line2 a:hover,
footer .line2 a:focus {
    color: #fff;
}
footer table {
    margin: 0 auto !important;
    width: 1200px !important;
}
.bgcolor {
    background-color: #000;
    color: #fff;
}
.bold {
    font-weight: bolder;
}

#faq span{
    font: normal 600 19px 'Montserrat', sans-serif;
}