@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #333;
  font: normal 400 14px/1.5 "Open Sans", sans-serif;
  margin: 0 0 20px;
}

a {
  color: #33658a;
  outline: none;
  text-decoration: underline;
}

a:hover,
a:focus {
  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: flex;
  align-items: center;
  background-color: #FBF5E7;
  height: 60px;
  padding: 0 50px;
}

header .flex {
  display: flex;
  justify-content: flex-start;
  gap: 120px;
}

a.logo {
  background: url(logo.svg) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 40px;
  width: 188px;
}

nav {
  align-items: center;
  display: flex;
  flex-grow: 0;
}

nav a {
  color: #333;
  display: inline-block;
  font: normal 400 14px/1.4 "Open Sans", sans-serif;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

nav a:hover,
nav a:focus {
  color: #000;
}

#epLang {
  background: url(earth.png) center left 5px no-repeat;
  background-size: 21px;
  cursor: pointer;
  justify-content: space-between;
  position: relative;
  text-align: center;
  width: 130px;
  height: 33px;
  padding: 5px 10px;
  border: solid 1px #d6d1d1;
}

#epLang>a {
  display: none;
}

#epLang a:hover,
#epLang a:focus {
  color: #333;
}

#epLangDrop {
  background: #fff;
  display: none;
  position: absolute;
  left: 0;
  border: solid 1px #d6d1d1;
  margin-top: 5px;
  width: 129px;
}

#epLang>div {
  padding: 0px 0px 0px 0px;
}

#epLangDrop a {
  color: #333;
  display: block;
  padding: 3px 10px;
  text-decoration: none;
}

#epLangDrop a:hover,
#epLangDrop a:focus {
  color: #e2a092;
}

#epLang:hover #epLangDrop,
#epLang:focus #epLangDrop {
  display: block;
}

#hero {
  display: flex;
  justify-content: space-between;
  background: #01193f url(heroIndex.jpg) center center no-repeat;
  background-size: 1200px;
  width: 100%;
  min-width: 1200px;
  min-height: 450px;
}

#hero a{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.report #hero {
  min-height: 250px;
  background-size: 634px 212px;
  background-position: 70% center;
}

#heroContainer {
  color: #fff;
  width: 350px;
  position: relative;
  inset-block-start: 20px;
}

.heroTitle {
  font-size: 63.13px;
  font-weight: 600;
  letter-spacing: -1.26px;
  line-height: 1;
}

html[lang="es"] .heroTitle{
  font-size: 53px;
}

.report .heroTitle {
  margin-top: 20px;
}

.heroText {
  font-size: 15px;
  line-height: 1.6;
}

.faq-page .heroText {
  font-size: 18px;
  line-height: 1.2;
}

#epAttention {
  padding: 10px 0;
  text-align: center;
}

/* content */
main {
  display: block;
  padding: 30px 0 50px;
}

#sectionCopy {
  display: flex;
  justify-content: center;
}

.colLeft {
  padding: 0 10px;
  width: 25%;
  background-color: #441835;
  color: #fff;
}

.colLeft .icon,
.icon-report {
  background: url(whattype.jpg) no-repeat center center;
  background-size: contain;
  width: 80px;
  height: 80px;
  display: block;
  margin: 10px;
}

.icon-report {
  background: url(icon-reportconcern.jpg) no-repeat center center;
  background-size: 60px 60px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  width: 80px;
  height: 80px;
  padding: 20px;
}

.colLeft h1 {
  margin: 30px 10px 10px;
  font-size: 32px;
}

.colRight {
  width: 70%;
}

p.sectionCopy {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  background: #01193f;
  color: #fff;
  margin: 0 !important;
  padding: 30px 70px;
}


#flexCopy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #F8F9F5;
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}

.flexrow {
  display: flex;
  width: 100%;
}

.col1,
.col2 {
  width: 49%;
}

.col2 {}

.flexImage {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #b9b9b9;
  width: 50%;
}

.imgDiversity,
.imgDP,
.imgPersonal,
.imgCorrupt,
.imgHealth,
.imgRetaliation,
.imgFinance,
.imgOthers {
  height: 50px;
  background: url(what-icon.png) center center no-repeat;
  background-size: contain;
}

.elipse {
  background: #d6d1d1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 50;
}

.flex {
  display: flex;
}

.flexDesc {
  width: 200px;
  margin-inline-start: 35px;
  font-weight: 600;
}

#sectionReport {
  background: #F8F9F5;
  padding: 0 40px;
  margin-top: 40px;
  min-height: 520px;
}

.sectionReportContainer {
  display: flex;
  background: #fff;
  margin: 0 auto;
  position: relative;
  inset-block-start: 40px;
}

.sectionReportLeft {
  width: 60%;
}

.emergencyReportLeft {
  width: 40%;
}

.yellow-block {
  background: #fbf5e7;
  margin: 30px 0 0 0;
  padding: 20px;
}

.yellow-block .emergencyflex {
  margin-top: 50px;
}

.yellow-block a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.sectionReportRight {
  background: url(sectioncontainer.jpg) no-repeat center center;
  background-size: 350px 350px;
  width: 500px;
  height: 450px;
}

h1.report {
  font-size: 47.36px;
  color: #F8F9F5;
  font-weight: 500;
}

#flexReport {
  display: flex;
  justify-content: space-between;
  height: 222px;
}

.col1Report {
  padding: 20px;
  background: #fff;
  margin-right: 20px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}

.col2Report {
  width: 70%;
  padding: 20px;
  background: #fff;
}

#flexTelephony {
  display: flex;
  justify-content: space-between;
}

.col1Telephony {
  width: 30%;
  padding: 10px;
  background: #fff;
}

.col2Telephony {
  width: 30%;
  padding: 10px;
  background: #fff;
}

.col3Telephony {
  width: 30%;
  padding: 10px;
  background: #fff;
}

.blue-wrapper {
  background: #01193f;
  color: #fff;
}

.buttonReport {
  background: #01193f;
  border: none;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 20px;
  text-decoration: none;
  display: inline-block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.buttonReport:hover,
.buttonReport:focus {
  background: #441835;
  color: #fff;
  text-decoration: none;
}

h1.report {
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
  margin-left: 30px;
  letter-spacing: -0.95px;
  color: #01193f;
}

p.report {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin: -30px 0 auto 20px;
}

p.reportBold {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

p.reportBoldBottom {
  padding: 20px 0px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}

.emergencyRings {
  background: url(channel.jpg) no-repeat center center;
  background-size: 508px 158px;
  width: 600px;
  height: 160px;
}

#sectionEmergency {
  background: #fff;
  padding: 30px;
}

h1.emergency {
  font-size: 26.65px;
  color: #000;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.53px;
}


.col1Emergency,
.col2Emergency {
  width: 50%;
  padding: 20px;
  color: #01193f;
  font-size: 18px;
  font-weight: 500;
}

#epPhoneTable {
  display: flex;
  flex-wrap: wrap;
}

#epPhoneTable .phonetable {
  margin: 15px 20px;
  display: flex;
  line-height: 1.3;
  width: 450px;
}

#epPhoneTable .phonetable h3,
#epPhoneTable .phonetable .div1 {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
}

h1 {
  font: normal 700 35px "Open Sans", sans-serif;
  padding: 0;
}

h2 {
  font: normal 700 24px "Open Sans", sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 18px "Open 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;
}

#epDataPrivacy .online,
#epDataPrivacy .output {}

#epDataPrivacy .phone {
  display: none;
}

#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: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
  width: 98px;
  height: 48px;
}

button:hover,
button:focus {
  background: #333;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled,
button:focus:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px "Open Sans", sans-serif;
}

#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}

#epIssues .issue {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  position: relative;
  border: none !important;
}

#epIssues .issue:hover,
#epIssues .issue:focus {
  color: #666;
}

#epIssues .name {
  font: normal 700 14px/20px "Open Sans", sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.2;
}

/* report */
.col50 {
  width: 50%;
}



.heroReportTitle {
  font-size: 63.13px;
  font-weight: 600;
  letter-spacing: -1.26px;
  line-height: 1.3;
}

/* faq */
.expand-button {
  font: normal 400 19px 'Helvetica Neu', "Open Sans", sans-serif;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.faq {
  margin-bottom: 30px;
  padding: 0 21px;
  background: #F8F9F5;
}

.expand-button {
  margin: 0 0 10px;
  text-decoration: none;
  padding: 10px;
  margin-bottom: 0px;
}

.faq-page .expand-button {
  display: flex;
  font-weight: 600;
  align-items: center;
}

.faq-page .expand-button .faq-icon {
  background: #01193f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.faq-page .expand-button span {
  display: block;
  width: 92%;
}

.expand-button:hover,
.expand-button:focus {
  color: #000;
}

.faqText {
  font-size: 15px;
  font-weight: 300;
  padding: 10px;
  line-height: 20px;
}

.faqTitle {
  font-size: 15px;
  font-weight: 300;
  margin: 0px;
}

/* footer */
footer {
  background: #F8F9F5;
  font-size: 12px;
  padding: 20px;
  font-weight: 600;
  color: #000;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  float: right;
  padding-right: 40px;
}

footer .line2 a {
  color: #000;
  text-decoration: none;
}

footer .line2 a:hover,
footer .line2 a:focus {
  color: #000;
  text-decoration: none;
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}