@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

*{
  box-sizing: border-box;
}

body {
  color: #000;
  font: normal 400 16px/1.5 "Nunito Sans", sans-serif;
  margin: 0;
}

a {
  color: #fff;
  outline: none;
  /* text-decoration: underline; */
}

a:hover {
  background: linear-gradient(to right, #f15a22, #fcb116);
  filter: brightness(1.1);
}

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 {
  background:linear-gradient(45deg, #d71920, #e05c1f, #ffd900);
  display: block;
}

#epLang {
  
  background-color: #d71920;
  justify-content: center;
  align-items: center;
  color: black;
  display: flex;
  /* justify-content: space-between; */
}

#epLang a {
  padding: 5px 20px;
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;
}

header .flex {
  display: flex;
  justify-content: space-between;
  height:50px;
}


.logoContainer{
margin: 0 auto;
width: 700px;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 118px;
  margin: 20px 30px 20px 10px;
  width: 600px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
  margin-left:20px;

}

nav a.report{
padding: 0px 26px;
color: #fff;
border: 0;
font-weight: bold;
font: normal 700 16px/30px "Nunito Sans", sans-serif;
transition: all 150ms ease-in-out;
box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgb(222, 98, 38) 0px 0px 0px 1px;
border-radius: 10px;
background: #de6226;
background-image: radial-gradient(76% 151% at 52% -52%, rgba(255, 255, 255, 0.23) 0%, transparent 100%);
}
nav a.report:hover{
background: linear-gradient(to right, #f15a22, #fcb116);
filter: brightness(1.1);
}
nav a {
  color: #fff;
  display: inline-block;
  font: normal 700 16px/49px "Nunito Sans", sans-serif;
  margin: 0 10px;
  padding:0px 10px;
  text-align: center;
  text-decoration: none;
}

nav a:hover {
  background: linear-gradient(to right, #f15a22, #fcb116);
  color: #fff;
}

#epAttention {
  padding: 10px 0;
  position:relative;
  margin:0 auto;
  text-align: center;
  width:700px;
}

/* content */

main {
  display: block;
  padding: 20px 0 50px;
}

section {
  display: flex;
  justify-content: space-between;
}

section.index,section.issues {
  display: flex;
  justify-content: space-between;
  flex-direction:column;
}

div.col-left {
  padding: 0 10px;
  width: 58%;
}

div.col-right {
  padding: 0 10px;
  width: 38%;
}

span.point{
display:inline-block;
margin-left:20px;
position:relative;
width:90%;
}

.block_right h1{
color:#fff;
font-size:50px;
padding: 10px 0;
position:relative;
top:190px;
margin:0 auto;
text-align: center;
}

.bottom_text{
margin-top:60px;
}

h1 {
  color:#de6226;
  font: normal 700 35px "Nunito Sans", sans-serif;
  padding: 0;
}

h2 {
  color:#de6226;
  font: normal 700 24px "Nunito Sans", sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px "Nunito Sans", 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;
  margin-bottom: 25px;
}

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display:none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#red{ 
  color: #cc0000;
  font: normal 700 16px/1.7em "Nunito Sans", sans-serif;
  border: 3px #999 solid;
  padding: 15px;

}
select {
  font: normal 400 14px "Nunito Sans", sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

button {
color: #fff;
border: 0;
font-weight: bold;
font: normal 700 16px/30px "Nunito Sans", sans-serif;
transition: all 150ms ease-in-out;
box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgb(222, 98, 38) 0px 0px 0px 1px;
border-radius: 10px;
background: #de6226;
background-image: radial-gradient(76% 151% at 52% -52%, rgba(255, 255, 255, 0.23) 0%, transparent 100%);
padding: 0px 26px;
}

button:hover {
 background: linear-gradient(to right, #f15a22, #fcb116);
  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 "Nunito Sans", sans-serif;
}

#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}

#epIssues .issue {
color: #cc0000;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
  border: 2px solid #cc0000;
  padding: 10px;
}

#epIssues .issue:hover {
  background-color:#de6226;
  color: #fff;
}

#epIssues .name {
  font: normal 700 16px/20px "Nunito Sans", sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  background:linear-gradient(45deg, #d71920, #e05c1f, #ffd900);
  color:#fff;
  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 {color:#fff;}

footer .line2 a:hover {color:#fff;}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}

/* === INDEX PAGE CUSTOM LAYOUT === */
body#index-custom-index {
  background: #fff;
}

body#index-custom-index .fill.flex_row.contain {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0 0;
  gap: 48px;
  background: #fff;
}

body#index-custom-index .block_left {
  width: 50%;
  min-width: 0;
  max-width: 100%;
  padding-right: 24px;
}

body#index-custom-index .block_left h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #000;
}

body#index-custom-index .block_left p {
  font-size: 16px;
  margin-bottom: 12px;
}

body#index-custom-index .block_right {
  width: 50%;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body#index-custom-index .report_container {
  display: flex;
  gap: 32px;
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 25px;
}

body#index-custom-index .report_container a.report,
body#index-custom-index .report_container a[href*="follow"] {
  background: #d71920;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  padding: 5px 70px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, filter 0.2s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  display: inline-block;
}

html[lang="es"] body#index-custom-index .report_container a.report{
  display: flex;
  align-items: center;
}
body#index-custom-index .report_container a.report:hover,
body#index-custom-index .report_container a[href*="follow"]:hover {
  background: linear-gradient(90deg, #f15a22 0%, #fcb116 100%);
  filter: brightness(1.1);
  color: #fff;
}

body#index-custom-index .logoContainer {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body#index-custom-index .logoContainer .logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  max-width: 700px;
  height: 160px;
  margin: 0 auto 18px auto;
}

body#index-custom-index .logoContainer .partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  justify-content: center;
  font-size: 1.1rem;
  color: #d71920;
  font-weight: 700;
}

body#index-custom-index .block_left .highlight-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding: 0;
}

@media (max-width: 900px) {
  body#index-custom-index .fill.flex_row.contain {
    flex-direction: column;
    gap: 32px;
    padding: 24px 0 0 0;
  }
  body#index-custom-index .block_left, body#index-custom-index .block_right {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-right: 0;
  }
  body#index-custom-index .report_container {
    flex-direction: column;
    gap: 18px;
  }
  body#index-custom-index .logoContainer .logo {
    max-width: 100%;
    height: 80px;
  }
}

body#index-custom-index section.index {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  background: #fff;
  padding: 0;
  margin: 0 auto;
  max-width: 1300px;
  gap: 0;
}
body#index-custom-index section.index p {
  flex: 1 1 0;
  background: #fff;
  box-shadow: none;
  margin: 0;
  padding: 24px 16px 10px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  max-width: 320px;
  border: none;
}
body#index-custom-index section.index p:not(:last-child) {
  border-right: none;
}
body#index-custom-index section.index .point {
  display: block;
  text-align: left;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
body#index-custom-index section.index strong {
  font-size: 18px;
  font-weight: 700;
}
body#index-custom-index section.index .concerns:before {
  content: "";
  display: block;
  background: url(concern_icon.png) no-repeat center;
  background-size: 48px 42px;
  width: 48px;
  height: 48px;
  margin: 0 auto 18px auto;
}
body#index-custom-index section.index .instructions:before {
  content: "";
  display: block;
  background: url(instr_icon.png) no-repeat center;
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  margin: 0 auto 18px auto;
}
body#index-custom-index section.index .confidentiality:before {
  content: "";
  display: block;
  background: url(conf_icon.png) no-repeat center;
  background-size: 40px 48px;
  width: 48px;
  height: 48px;
  margin: 0 auto 18px auto;
}
body#index-custom-index section.index .emergencies:before {
  content: "";
  display: block;
  background: url(emerg_icon.png) no-repeat center;
  background-size: 48px 44px;
  width: 48px;
  height: 48px;
  margin: 0 auto 18px auto;
}
@media (max-width: 1100px) {
  body#index-custom-index section.index {
    flex-direction: column;
    align-items: stretch;
  }
  body#index-custom-index section.index p {
    max-width: 100%;
  }
}

input.submit {
  color: #fff;
  border: 0;
  font: normal 700 16px/30px 'Nunito Sans', sans-serif;
  transition: all 150ms ease-in-out;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgb(222, 98, 38) 0px 0px 0px 1px;
  border-radius: 10px;
  background: #de6226;
  background-image: radial-gradient(76% 151% at 52% -52%, rgba(255,255,255,0.23) 0%, transparent 100%);
  padding: 0px 26px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
input.submit:hover {
  background: linear-gradient(to right, #f15a22, #fcb116);
  color: #fff;
}