@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
  color: #1f3667;
  font: normal 400 16px "DM Sans", sans-serif;
  margin: 0;
}

body.index {
  color: #333;
}

*{
  box-sizing: border-box;
}

a {
  color: #0066ff;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #002d59;
}

a.logo {
  background: url(logo1.jpg) center top no-repeat;
  background-size: contain;
  display: block;
  height: 50px;
  width: 300px;
}

h1 {
  color: #002d59;
  font: normal 400 40px "DM Sans", sans-serif;
  border-bottom:3px solid #88acda;
  padding: 0;
}

h2 {
  color: #002d59;
  font: normal 400 30px "DM Sans", sans-serif;
  border-bottom:3px solid #88acda;
  margin-bottom: 15px;
  padding: 0;
}

h3 {
  font: normal 700 1.17em/1.27em "DM Sans", sans-serif;
  margin: 1em 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

.yellow{
background:linear-gradient( #e6f001, #e6f001);
padding:3px;
}

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;
}

.index header {
  border: none;
}

header > .contain {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
}

#epAttention {
  color:#fff;
  padding: 10px 0;
  text-align: center;
}

#epLang {  
  display: flex;
  justify-content:right;
  padding: 15px;
 
}

#epLang a {
  color: #1f3667;
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  padding: 10px;
}

#epLang a:hover {
  color: #0066ff;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
}

nav {
  display: flex;
  font: normal 600 18px "DM Sans", sans-serif;
  justify-content: space-between;
  margin-top:15px;
  align-items: center;
}

nav a {
  color: #051B38;
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
}

nav a:hover {
  color: #0066ff;
}

.banner {
  background: #ccc url(banner.png) no-repeat center center;
  background-size: cover;
  border-bottom:3px solid #051B38;
  border-top:3px solid #051B38;
  min-height: 400px;
  display: block;
  padding: 50px 0 100px;
}
.banner_text{
display:block;
background: #051B38;
opacity: 0.8;
height: 180px;
width: 800px;
margin-top:40px;
padding: 10px;
position:relative;
}


.banner_text h2{
color:#fff;
font: normal 600 40px/50px "DM Sans", sans-serif;
border:none;
position:relative;
text-align:center;
top:20px;
}

.buttons{
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
a.homeButton{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 245px;
  height: 220px;
  padding: 10px 5px;
  border: solid 2px #051B38;
  color: #002d59;
  font-style: italic;
  font-size: 23px;
  text-align: center;
  background-position: center;
  background-size: 120px;
  background-repeat: no-repeat;
  text-decoration: none;
}

a.homeButton:lang(es) {
    font-size: 17px;
}



a.homeButton:hover,
a.homeButton:focus{text-decoration: underline;}
.homeButton--call{background-image: url(call.svg);}
.homeButton--click{background-image: url(click.svg);}
.homeButton--scan{background-image: url(scan.png);}
a.homeButton--scan:hover,
a.homeButton--scan:focus{
  text-decoration: none;
  cursor: initial;
}
.homeButton--check{background-image: url(check.svg);}

/* content */

main {
  display: block;
  padding: 30px 0 70px;
}

.mainHome {
  padding: 30px 0 70px;
}

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%;
}

/*FAQ*/

.faq h1{
color: #002d59;
font: normal 400 40px "DM Sans", sans-serif;
border-bottom:3px solid #88acda;
margin-bottom: 40px;
}

.faq h2{
border:none;
}

.sec_blue{
color:#88acda;
}

.faq li{
color:#000;
font: normal 600 17px "DM Sans", sans-serif;
}

#epEmergency {
  color:white;
  padding: 10px 0;
  text-align: center;
}

#epEmergency br {
  display: none;
}

#epEmergency 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 "DM Sans", sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button, .submit {
  background: #002d59;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font: normal 400 17px "DM Sans", sans-serif;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
}

button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover, .submit:hover {
  color: #fff;
  background: #88acda;
}

.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 "DM Sans", sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  color:#fff;
  font: italic 400 11px "DM Sans", sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}

#epIssues .issue {
  background: #002d59;
  margin-bottom: 10px;
  padding:10px;
  position: relative;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover {
  background: #0066ff;
}

#epIssues .issuebox {
  padding-left: 20px;
  width: 76%;
}

#epIssues .name {
  color:#fff;
  font: normal 600 18px/20px "DM Sans", sans-serif;
  padding: 5px 0;
}

#epIssues .desc {
  color: #fff;
  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 {
  color: #88acda;
background-color: #051B38;
background-image: url(footer.svg);
background-repeat:no-repeat;
padding-top: 1.5rem;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  color: #88acda;
  float: right;
  padding-right: 10px;
}

footer .line2 a {color: #88acda;}

footer .line2 a:hover {}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}