@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

html, body {
  height: 100%;
  margin: 0;
  background-color: #29333d;
}

body {
	color: #333;
	font: normal normal 400 14px/1.4em "Open Sans", sans-serif;
	margin: 0px;
    height: 100%;
    background-color: #29333d;
}


a {
	color: #00205c;
	text-decoration: none;
	outline: none;
	font-weight: 700;
}

a:hover {
	color: #facb05;
}

a.logo {
	background: url(logo2.png) no-repeat left center;
	background-size: contain;
	display: block;
	flex-shrink: 0;
	height: 100px;
	width: 280px;
	position: static;
	margin: 0;
}

a.logo2 {
	background: url(logo_EY.png) no-repeat right top;
	background-size: contain;
	display: block;
	height: 125px;
	right: 10px;
	margin-top: -12px;
	position: absolute;
	top: 10px;
	width: 125px;
}

h1,
h2,
h3 {
	color: #00205c;
}

h1 {
	font: normal normal 700 36px/2.1em "Open Sans", sans-serif;
	margin: 0.67em 0 0.67em 20px;
	padding: 0;
}

h2 {
	font: normal normal 700 1.5em/1.6em "Open Sans", sans-serif;
	margin: 0.83em 0;
	padding: 0;
}

h3 {
	font: normal normal 700 1.17em/1.27em "Open Sans", sans-serif;
	margin: 1em 0;
	padding: 0;
}

hr {
	border-bottom: 1px solid #ccc;
	height: 0px;
	border-top:0px;
}

img {
	border: 0;
	display: block;
}

ol,
ul {
	margin: 1em 0;
	padding: 0 0 0 1.25em;
}

li {
	list-style: none;
	font-weight: 700;
    margin: 0 0 10px;
}

p {
	margin: 1em 0;
	padding: 0;
}

input {
	font: normal normal 300 14px/20px 'Open Sans', sans-serif;
    width: 40%;
    background: url(input.png) repeat-x left top;
    color: #666666;
    padding: 10px 15px;
    margin: 10px 0;
}

input.submit {
    background: #facb05;
    border: none;
    color: #00205c;
    cursor: pointer;
    font: normal normal 700 24px/28px 'Open Sans', sans-serif;
    margin: 10px 0;
	width:25%;
    padding: 15px 40px;
    text-align: center;
    -webkit-transition: background-color 10ms ease-out 10ms;
    -moz-transition: background-color 10ms ease-out 10ms;
    -o-transition: background-color 10ms ease-out 10ms;
    transition: background-color 10ms ease-out 10ms;
}

#epAttention {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px 0px;
}

#epColumn1 {
	width: 100%;
	padding: 24px 28px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

#epColumn2 {
	box-sizing: border-box;
	padding: 24px 28px;
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

.canal-item {
	border-left: 3px solid #c7a86b;
	padding-left: 12px;
	margin-bottom: 12px;
}

.canal-or {
	padding-left: 12px;
	margin: 2px 0;
	color: #333;
}

.canal-item ul > li {
	list-style: disc;
	margin-left: 20px;
}

.canal-item ol {
	padding-left: 20px;
}

.canal-item ol > li {
	list-style: decimal;
	font-weight: normal;
	margin-bottom: 6px;
}

.canal-item ul.addresses > li,
ul.addresses > li {
	list-style: circle;
	margin-left: 20px;
	font-weight: normal;
}

#epColumn3 {
	padding: 20px;
}

#epContent {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	width: 1200px;
	background-color: #f0f0f0;
	box-sizing: border-box;
}

.grey-bg {
	background: darkgray;
	padding: 10px;
}

#epEmergency {
	background: darkgray;
	border: 1px solid #ccc;
	color: #fff;
	margin-top: 0px;
	text-align: center;
	padding: 20px 0px;
	width: 1200px;
}

#epNAVEXFooter {
	border: 1px solid #ccc;
	background: #d6d6d6;
	clear: both;
	text-align: center;
	width: 1200px;
}

#epNAVEXFooter a {
	color: #333;
	font-weight: 400;
}

#epNAVEXFooter th {
	display: none;
}
.footerBox
{
   
    padding-left: 0px;
    padding-right:0px;
}
.prefooterContainer {
    background-color: #F3F3F3;
    height: 260px;
    display: table;
    width: 100%;
    text-align: center;
    font-family: 'Calibri', 'sans-serif';
    font-size: 18px;
}

.prefooterText {
    color: #2F2F2F;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-family: 'Calibri', 'sans-serif';
}

.prefooterTitle {
    color: #2F2F2F;
    font-size: 34px;
    font-weight: 700;
    font-family: 'Calibri', 'sans-serif';
}

.footerContainer {
    background-color: #29333d;
    display: table;
    width: 100%;
    text-align: center;
    font-family: 'Calibri', sans-serif;
    font-size: 18px;
    font-weight: 500;
	padding-right: 18%;
	padding-left: 18%;
}

#epNav a {
	font-size: 18px;
	font-weight: 400 !important;
	font-family: 'TitilliumWebCustom', sans-serif !important;
	text-decoration: none;
}

.footerText {
    background-color: #4E4D52;
    height: 80px;
    color: white;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-family: 'Calibri';
}
#epHeader {
	display: flex;
	align-items: stretch;
	height: 160px;
	box-sizing: border-box;
	background: linear-gradient(to right, rgba(243, 226, 199, 1) 0%, rgba(193, 158, 103, 1) 31%, rgba(182, 141, 76, 1) 51%, rgba(177, 141, 83, 1) 100%);
}

#epHeaderRight {
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
	padding: 12px 20px;
	box-sizing: border-box;
}

#epHeaderMain {
	display: flex;
	align-items: center;
	flex: 1;
	gap: 20px;
}

#epLang {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	white-space: nowrap;
}

#epLang a {
	border-right: 1px solid #00205c;
	color: #00205c;
	padding: 0 8px;
	font-weight: 600;
}

#epLang a:hover {
	color: #facb05;
}

#epLang a:last-of-type {
	border: none;
}

#epNav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
	width: auto;
	font: normal normal 600 13px/1 "Open Sans", sans-serif;
}

#epNav a {
	color: #00205c;
	display: block;
	padding: 8px 15px;
	white-space: nowrap;
}

#epNav a:hover {
	background: none;
	color: #facb05;
}

.leftImages{

}

.index-split-pane {
	display: flex;
	flex-direction: row;
}

/* === Tipografias FEF === */
@font-face {
	font-family: 'ManilaSansBold';
	src: url('/@resources/fonts/manila-sans.bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumWebCustom';
	src: url('/@resources/fonts/TitilliumWeb-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

body,
p,
span,
label,
input,
select,
textarea,
button,
a,
li,
td,
th,
div {
	font-family: 'TitilliumWebCustom', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.subtitle,
#epLang a {
	font-family: 'ManilaSansBold', sans-serif !important;
}

.index-split-pane > div {
	box-sizing: border-box;
}

.right-pane > div {
	box-sizing: border-box;
	padding: 10px;
}

.right-pane .row {
	display: flex;
	flex-direction: row;
}

.right-pane .row .info-card {
	width: 50%;
}

.info-cards {
	box-sizing: border-box;
	padding-right: 20px;
}

.border-right {
	border-right: 3px solid #ccc;
}

.index-split-pane > div:nth-child(1) {
	width: 42%;
}

.index-split-pane > div:nth-child(2) {
	padding-left: 10px;
	width: 58%;
}

.info-card {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.info-card > span {
	align-items: flex-start;
	display: flex;
	justify-content: center;
	width: 112px;
	margin-right: 10px;
}

.info-card > span > img {
}

.info-card > p {
	margin-top: 10px;
	width: 85%;
}

#epWrapper {
	margin: 0 auto;
	position: relative;
	width: 1200px;
}

/*dp2*/

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
}

#epDataPrivacy ol.dropDowns {
	list-style: none;
	margin: 0;
	padding: 0;
}

#epDataPrivacy select {
	font: normal normal 400 12px/15px "Open Sans", sans-serif;
	margin: 0 0 1em 0;
	width: 100%;
}

/*phone*/

#epPhone select {
	font: normal normal 400 12px/15px "Open Sans", sans-serif;
	margin: 0 0 1em 0;
	width: 100%;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.listor {
	list-style: none;
	margin: 1em 0;
}

.nowrap {
	white-space: nowrap;
}

.top {
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
 }

/* Uncomment Out to Customize Issue Selection Page

#epIssues{
width:100%;
}

#epIssues .catdesc{
display:none;
}

#epIssues .catname{
font:normal normal 700 16px/20px sans-serif;
}

#epIssues .details{
font:normal normal 400 12px/20px sans-serif;
position:absolute;
right:0;
top:0;
}

#epIssues .issue{
color:#0000ff;
margin:10px 0;
position:relative;
}

#epIssues .issue:hover{
color:#008000;
}

#epIssues .name{
font:normal normal 700 14px/20px sans-serif;
}

#epIssues .desc{
padding:1em 0 0 0;
}

@media screen and (max-width: 1240px) {
	#epWrapper,
	#epContent,
	#epEmergency,
	#epNAVEXFooter {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	a.logo {
		height: 72px;
		width: 220px;
	}

	#epHeader {
		height: auto;
	}

	#epHeaderRight {
		padding: 10px 12px;
	}

	#epHeaderMain {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	#epLang {
		justify-content: flex-start;
		white-space: normal;
	}

	#epNav {
		flex-wrap: wrap;
		gap: 6px 8px;
		padding: 8px 15px;
		white-space: nowrap;
		white-space: normal;
		padding: 8px 10px;
		line-height: 1.2;
	}

	#epContent {
		padding: 12px;
		gap: 12px;
	}

	#epColumn1,
	#epColumn2 {
		padding: 16px;
	}

	#epEmergency {
		padding: 14px 10px;
	}

	.index-split-pane {
		flex-direction: column;
	}

	.index-split-pane > div:nth-child(1),
	.index-split-pane > div:nth-child(2) {
		width: 100%;
		padding-left: 0;
	}

	.right-pane .row {
		flex-direction: column;
	}

	.right-pane .row .info-card {
		width: 100%;
	}

	.info-cards {
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	input {
		width: 100%;
	}

	input.submit {
		width: 100%;
		padding: 12px 16px;
		font-size: 20px;
	}
}

*/

@media screen and (max-width: 1240px) {
	#epWrapper,
	#epContent,
	#epEmergency,
	#epNAVEXFooter {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	a.logo {
		height: 72px;
		width: 220px;
	}

	#epHeader {
		height: auto;
	}

	#epHeaderRight {
		padding: 10px 12px;
	}

	#epHeaderMain {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	#epLang {
		justify-content: flex-end;
		white-space: normal;
	}

	#epNav {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		width: 100%;
	}

	#epNav a {
		white-space: normal;
		padding: 10px 8px;
		font-size: 17px;
		line-height: 1.2;
		text-align: center;
		background: rgba(255, 255, 255, 0.28);
		border-radius: 4px;
	}

	#epContent {
		padding: 12px;
		gap: 12px;
	}

	#epColumn1,
	#epColumn2 {
		padding: 16px;
	}

	#epEmergency {
		padding: 14px 10px;
	}

	.index-split-pane {
		flex-direction: column;
	}

	.index-split-pane > div:nth-child(1),
	.index-split-pane > div:nth-child(2) {
		width: 100%;
		padding-left: 0;
	}

	.right-pane .row {
		flex-direction: column;
	}

	.right-pane .row .info-card {
		width: 100%;
	}

	.info-cards {
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	#epNav {
		grid-template-columns: 1fr;
	}

	#epNav a {
		font-size: 16px;
	}

	h1 {
		font-size: 28px;
		line-height: 1.4;
		margin: 0.4em 0;
	}

	h2 {
		font-size: 22px;
		line-height: 1.3;
	}

	input {
		width: 100%;
	}

	input.submit {
		width: 100%;
		padding: 12px 16px;
		font-size: 20px;
	}
}
