@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
  box-sizing: border-box;
}

body {
  color: #333;
  font: normal 400 15px/1.5 'Montserrat',sans-serif;
  margin: 0;
}

a {
  color: #33658a;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #333;
}

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 {
  margin-top: 9px;
  margin-left: 10px;
  font-size: 16px;
  align-items: center;
  color: #999;
  display: block;
  font-weight: bold;
  height: 64px;
  justify-content: space-between;
  position: relative;
  text-align: center;
  width: 205px;
  cursor: pointer;
}

html[lang="eseu"] #epLang{
  /* margin-top: 10px; */
  font-size: 14px;
}

#epLang a {
  font-size: 14px;
  color: #fff;
  display: none;
  line-height: 2;
  text-align: start;
  text-decoration: none;
  text-transform: capitalize;
}

#epLang div span{
  display: none;
}

#epLang a:hover,
#epLang a:focus {
  background-color: #a21917;
  color: #fff;
  font-weight: 400;
}

#epLangDrop {
  background-color: #999;
  display: none;
  position: absolute;
  inset-inline-start: -15px;
  width: 205px;
}

#epLang>div {
  margin: 25px 15px 0 0;
  text-align: start;
}

#epLangDrop a {
  display: block;
  padding: 6px;
  padding-inline-start: 17px;
  text-align: start;
}

#epLang:hover #epLangDrop,
#epLang:focus #epLangDrop {
  display: block;
}


header .flex {
  display: flex;
  /* justify-content: space-between; */
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 50px;
  margin: 20px 30px 20px 10px;
  width: 230px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;

}

nav a {
  color: #999;
  display: inline-block;
  font: normal 600 16px/25px 'Montserrat', sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  position: relative;
}

html[lang="eseu"] nav a{
 font: normal 600 14px/25px 'Montserrat', sans-serif;
}

nav a:hover {
  color: #999;
}

nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 85%;
  height: 2px;
  background-color: #a21917;
  transform: scaleX(0) translateX(-50%);
  transform-origin: center;
  transition: transform 0.6s ease;
}

nav a:hover::after {
  transform: scaleX(1) translateX(-50%);
}

#epAttention {
  background-color: #a21917;
  color: #FFFFFF;
  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;
  width: 38%;
}

h1 {
  font: normal 700 35px 'Montserrat',sans-serif;
  color: #a21917;
  padding: 0;
}

h2 {
  font: normal 700 24px 'Montserrat',sans-serif;
  color: #a21917;
  padding: 0;
}

h3 {
  font: normal 700 18px 'Montserrat',sans-serif;
  color: #a21917;
  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;
  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 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 {
  background: #333;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epPhone {
  display: inline-block
}

#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 {
  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;
}

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 table {
  margin: 0 auto !important;
  width: 1200px !important;
}