@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
  box-sizing: border-box;
}

*:focus-visible {
    outline: 2px solid blue;
}

body {
  color: #333;
  font: normal 400 14px/1.5 "Open Sans", sans-serif;
  margin: 0;
}

.keyboard-shortcut {
  left: 6px;
  position: absolute;
  top: -99px
}
 
/* adjust styling to match page branding */
.keyboard-shortcut:focus {
  background-color: #fff;
  color: black;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 20px;
  top: 6px;
  z-index: 5
}

a {
  color: #333;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #001e50;
}

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 {
  color: black;
  display: block;
}

#epLang a {
  display: none;
}

header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 55px;
  margin: 20px 20px 20px 0px;
  width: 150px;
}

nav ul {
  align-items: center;
  display: flex;
  flex-grow: 0;
  list-style: none;
  padding: 0;
}

nav a {
  color: #333;
  display: inline-block;
  font: normal 400 18px/25px "Open Sans", sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  color: #001e50;
}

#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;
  width: 38%;
}


/* Button */
div.col-right a.button{
    background: #001e50;
    border: 1px solid #001e50;
    border-radius: 4px;
    color:#fff;
    cursor: pointer;
    display: block;
    font: normal 500 16px "Open Sans", sans-serif;
    margin: 0 auto 40px;
    padding: 10px 30px;
    transition: color .2s ease;
    text-align: center;
    max-width: 200px;
    text-decoration: none;
}

div.col-right a.button:hover{
    background: rgba(255, 255, 255, 0.5);
    border:1px solid #001e50;
    color: #001e50;
    text-decoration: none;
}

div.col-right:lang(es) {
    width: 44%;
}

h1 {
  font: normal 700 35px "Open Sans", sans-serif;
  padding: 0;
  color: #001e50;
}

h2 {
  font: normal 700 24px "Open Sans", sans-serif;
  padding: 0px 0px 20px 0px;
  color: #001e50;
}

h3 {
  font: normal 700 18px "Open Sans", sans-serif;
  margin: 1em 0;
  padding: 0;
  color: #001e50;
}

#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 "Open Sans", 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;
}

button {
  cursor: pointer;
}

button:disabled {
  background: #808080;
  cursor: not-allowed;
}

/* footer */

footer {
    background: #fff;
    font-size: 14px;
    padding: 20px 0;
}

#epNAVEXFooter th {
    display: none;
}

#epNAVEXFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    direction: ltr !important;
    font-size: 14px;
    margin: 0 auto;
    padding: 0px 0px;
    text-align: center;
    width: 1200px;
}

#epNAVEXFooter .line1 {
    margin-block-end: 0;
}

footer nav ul {
    justify-content: center;
    margin-block-start: 0;
}

footer nav li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

footer nav > a:hover {
    margin: 0 auto;
    color: #333;
    /* width: 680px; */
}
