@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;700&display=swap');
*,
*::before,
*::after{box-sizing: border-box;}
body {
  color: #333;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  margin: 0;
}
a {
  color: #99cc33;
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {color: #84af2c;}
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 */
#hero {
    background: url(bg-EN.jpg) no-repeat 0px -250px;
    background-size: cover;
    height: 650px;
}

html[lang="pt"] #hero{
	  background: url(bg-PT.jpg) no-repeat 0px -450px;
    background-size: cover;
    height: 650px;
}


header {
  display: block;
  background: transparent linear-gradient(180deg, black 0%, black 100%) 0% 0% no-repeat padding-box;
  opacity: 0.76;
}
#epLang {
  text-align: right;
  padding-top: 10px;
}
#epLang a {
  margin: 0px 15px;
}
header .flex {
  display: flex;
  justify-content: space-between;
}
a.logo {
  background: url(logo1-EN.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 50px;
  margin: 20px 30px 20px 10px;
  width: 250px;
}

html[lang="pt"] a.logo{
  background: url(logo1-PT.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 50px;
  margin: 20px 30px 20px 10px;
  width: 250px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
}
nav a {
  color: white;
  display: inline-block;  
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin: 0 15px;
  text-align: center;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
nav a:hover,
nav a:focus {
  color: white;
  border-bottom: 2px solid #84af2c;
}
#epAttention {
  padding: 10px 0;
  text-align: center;
}
/* content */
main {
  display: block;
  padding: 30px 0 50px;
}
section {
  display: flex;
  justify-content: space-between;
}
div.col-left {
  padding: 0 10px;
  width: 58%;
}
div.col-right {
  padding: 0 10px;
  padding-top: 10px;
  width: 38%;
}
h1 {
  font-family: 'Figtree', sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #434343;
  margin-bottom: 0;
}
h2 {
  font-family: 'Figtree', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #434343;
}
h3 {
  font: normal 700 18px sans-serif;
  margin: 1em 0;
  padding: 0;
}
#epEmergency {}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
}
#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
select {
  font: normal 400 14px sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}
button {
  background: #33658a;
  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;}
#epIssues {width: 100%;}
#epIssues .catdesc {display: none;}
#epIssues .catname {font: normal 700 16px/20px 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 sans-serif;}
#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}
/* footer */
footer {
  font-size: 12px;
  padding: 20px 0;
  background-color: #333;
  color: #fff;
}
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;
  text-decoration: none;
}
footer .line2 a:hover,
footer .line2 a:focus {}
footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}