@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Pathway+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  color: #1f3667;
  font: normal 400 16px "Poppins", sans-serif;
  margin: 0;
}
body.index {color: #333;}
*,
*::before,
*::after{box-sizing: border-box;}
.expand-button.bold {
    font-weight: 600;
    margin: 2px 0;
    width: fit-content;
}
a, p.expand-button {
  color: #3462AB;
  outline: none;
  text-decoration: underline;
}
a:hover, a:focus, p.expand-button:hover, p.expand-button:focus {
  color: #333333;
}
a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  height: 50px;
  width: 250px;
}
h1 {
  color: #3462AB;
  font: normal 400 35px "Pathway Gothic One", sans-serif;
  padding: 0;
}
h2 {
  color: #3462AB;
  font: normal 400 30px "Pathway Gothic One", sans-serif;
  margin-bottom: 15px;
  padding: 0;
}
h3 {
  font: normal 700 25px "Pathway Gothic One", sans-serif;
  margin: 1em 0;
  padding: 0;
}
img {
  border: 0;
  display: block;
}
ol, ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}
p {
  margin: 1em 0;
  padding: 0;
}
address {
    margin-bottom: 16px;
}
.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;
}
.bold {
    font-weight: bold;
}
.underline {
    text-decoration: underline;
}
.center {text-align: center;}
.blue {color: #3462AB;}
/* header */
header {
  border-bottom: 1px solid #3462AB;
  display: block;
}
.index header {border: none;}
header > .contain {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
}
#epAttention {
  color: #333333;
  padding: 10px 0;
  text-align: center;
}
#epLang {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  margin: 8px auto 4px;
  text-align:center;  
}

#epLang a {
	font: normal 400 12px "Poppins", sans-serif;
	padding:0 10px;

}
nav {
  display: flex;
  font: normal 400 18px "Poppins", sans-serif;
  justify-content: space-between;
  align-items: center;
}
nav a {
  color: #3462AB;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
}
nav a:hover,
nav a:focus {color: #3462AB;}
.banner {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background: url('banner.jpg') no-repeat top center;
  background-size: cover;
  height: 460px;
}
.banner-content {
    position: relative;
    top: 50px;
  align-items: center;
  margin-left: auto;
  width: 400px;
  height: 100%;
}
.banner-text {
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 20px;
  font: normal 400 35px "Pathway Gothic One", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px 100px;
  position: relative;
  top: -50px;
}
.buttons a {
  align-items: center;
  background: #3462AB url() no-repeat center 30px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  /* margin: 10px 0; */
  padding: 15px 15px 20px;
  text-decoration: none;
  width: 22%;
}
.buttons a:hover,
.buttons a:focus {background: #0360BB;}
.buttons span.title {
  display: block;
  font-size: 22px;
  text-align: center;
  width: 100%;
}
.buttons span.title:lang(pt), .buttons span.title:lang(pteu) {
  display: block;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.resources {
  display: flex;
  justify-content: space-around;
  padding: 10px 25px;
}
.resources a {
  align-items: center;
  background: #3462AB url() no-repeat center 30px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  margin: 10px 0;
  padding: 15px 15px 20px;
  text-decoration: none;
  width: 22%;
}
.resources a:hover,
.resources a:focus {background: #0360BB;}
.resources span.title {
  display: block;
  font-size: 22px;
  text-align: center;
  width: 100%;
}
/* content */
main {
  display: block;
  padding: 50px 0 70px;
}
.mainHome {padding: 0px 0 120px;}
section {display: block;}
section.flex {
  display: flex;
  padding: 20px 0;
}
.text-index {margin-top: 50px;}
[class^="col-"] { /* Applies to all CSS classes that start with "col-" */
  vertical-align: top;
}
.col-100 {
  display: inline-block;
  padding: 10px 25px;
  width: 100%;
}
.col-66 {
  display: inline-block;
  padding: 10px 25px;
  vertical-align: top;
  width: 66%;
}
.col-50 { /* Column-50 is technically 49% so columns do not break to a new line in all browsers */
  display: inline-block;
  padding: 10px 25px;
  width: 49%;
}
.col-33 {
  display: inline-block;
  padding: 10px 25px;
  width: 33%;
}
.col-left {
  margin-right: 2%;
  padding: 10px 25px;
  width: 60%;
}
.col-right {
  padding: 10px 25px;
  width: 38%;
}

#epEmergency,
#epEmergencyEU {
  padding: 0;
  text-align: center;
}

#epEmergency strong,
#epEmergencyEU strong {
  display: inline-block;
  margin-right: 7px;
}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
/* dp and phone */
#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {display: block;}
#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
#epDataPrivacy .text {color: #1f3667;}
#epPhone{}
select {
  font: normal 400 14px "Poppins", sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}
button, .submit {
  background: #3462AB;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
}
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: #0360BB;
}
.nowrap {white-space: nowrap;}
/* issues */
#epIssues {width: 100%;}
#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}
#epIssues .category{background: #1f3667;}
#epIssues .catdesc {display: none;}
#epIssues .catname {
  color: #fff;
  font: normal 700 20px "Poppins", sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}
#epIssues .details {
  font: italic 400 11px "Poppins", sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}
#epIssues .issue {
  margin-bottom: 10px;
  padding: 0 5px 0 10px;
  position: relative;
}
#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 400 16px/20px "Poppins", sans-serif;
  padding: 5px 0;
}
#epIssues .desc {
  color: #777;
  font-size: 14px;
  padding: 0 60px 10px 15px;
}
input.text-input  {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}
.follow-page section span {font-size: 18px;}
/* footer */
footer {
  border-top: 1px solid #1f3667;
  font-size: 14px;
  padding: 4px 0 20px;
}
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 {}
footer .line2 a:hover,
footer .line2 a:focus {}
footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}