@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --blue655: #00305e;
    --blue279: #3d8ede;
    --blue7687: #19428a;
    --blue2985: #55c1e8;
    --blue296: #041c2c;
}

body {
    color: var(--blue296);
    font: normal 400 16px 'Open Sans', sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
	margin:0 auto;
    min-height: 100vh;
	position:relative;
	width:1200px;
}

* {
    box-sizing: border-box;
}

a {
    color: var(--blue655);
    outline: none;
    text-decoration: underline;
}

a:hover {
    color: var(--blue296);
}

a.logo {
    position: relative;
    top: 11px;
    background: url(logo1.png) no-repeat center / contain;
    display: block;
    height: 110px;
    width: 220px;
}

h1 {
    color: var(--blue655);
    font: normal 400 35px 'Open Sans', sans-serif;
    padding: 0;
}

h2 {
    color: var(--blue655);
    font: normal 400 24px 'Open Sans', sans-serif;
    margin-bottom: 15px;
    padding: 0;
}

h3 {
    color: var(--blue655);
    font: normal 700 1.17em/1.27em 'Open Sans', sans-serif;
    margin: 1em 0;
    padding: 0;
}

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;
}

header > .contain {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding: 10px 0;
}

.header-top {
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 110px;
    width: 100%;
    padding-left: 50px;
    margin-bottom: 8px;

    h1 {
        color: var(--blue655);
        font-weight: bold;
        margin: 0 0 10px 15px;
    }

    .divide {
        height: 12px;
        background: var(--blue655);
        margin-bottom: 8px;
    }

}

nav {
    display: flex;
    font: normal 400 18px 'Open Sans', sans-serif;
    justify-content: space-between;
    align-items: center;
}

nav a {
    color: var(--blue296);
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    position: relative;
}

nav a:not(nav a:last-of-type) {
    border-right: 2px solid var(--blue296);
}

nav a:hover {
    color: var(--blue655);
}

/*hiding nav links*/
.privacypolicy {
    display: none;
}

.cookie {
    display: none;
}

#epAttention {
    padding: 10px 0;
    text-align: center;
}

#epLang {
    cursor: pointer;
    justify-content: space-between;
    position: absolute;
	right:0;
    text-align: center;
	width:100px;
	z-index:100;
}

#epLang > a {
    display: none;
}

#epLang a:hover {
    color: var(--blue296);
}

#epLangDrop {
    background: #ccc;
    display: none;
    position: absolute;
    left: 0;
	width:100px;
}

#epLang > div {
    background: #fff;
    padding: 5px 0px 7px 0px;
}

#epLangDrop a {
    display: block;
    padding: 3px 10px;
	text-decoration:none;
}

#epLangDrop a:hover {
	text-decoration:underline;
}

#epLang:hover #epLangDrop {
    display: block;
}

.banner-buttons {
    display: flex;
    justify-content: space-evenly;
    min-height: 400px;
    margin-top: 28px;
}

#epCarousel {
    background-image: url(img1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 500px;
    height: 600px;
    transition: opacity 0.8s ease;
}

.overlay {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 25px;
    flex-grow: 1;
}

.buttons a {
    align-items: center;
    background: var(--blue296) url() no-repeat center / contain;
    box-sizing: border-box;
    color: #fff;
    display: grid;
    place-items: center;
    margin: 6px 0 15px;
    padding: 15px 20px;
    text-decoration: none;
    width: 150px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.buttons a:lang(pt) {
  padding:15px 10px;
}

.buttons a:hover {
    transform: translateY(-3px);
    box-shadow: 7px 7px 9px 4px rgba(0, 0, 0, 0.2);
}

.buttons a.report {
    background-color: var(--blue655);
}

.buttons a.phone {
    background-color: var(--blue279);
}

.buttons a.follow {
    background-color: var(--blue7687);
}

.buttons a.question {
    background-color: var(--blue2985);
}

.buttons span.title {
    display: block;
    font-size: 20px;
    text-align: center;
    width: 100%;
}
.buttons span.title:lang(it) {
	font-size:18px;
}
.buttons span.title:lang(es) {
	font-size:17px;
}
.buttons span.title:lang(de) {
	font-size:16px;
}
.buttons span.title:lang(pt) {
	font-size:15px;	
}
.quote-container {
    width: 400px;
    padding: 0 30px 0 0;

    .quote {
        display: flex;
        flex-direction: column;
        align-self: center;
        justify-content: center;
        width: 100%;
        margin: 30px 0 0;
        border: 1px solid var(--blue279);
        padding: 20px;
    }

    .quote-top {
        font-size: 20px;
        font-style: italic;
        color: var(--blue296);
        margin: 0;
        text-align: justify;
    }
    
    .quote-bottom {
        font-size: 32px;
        font-weight: bold;
        font-style: italic;
        text-align: justify;
        text-transform: uppercase;
        color: var(--blue279);
        margin: 0;
    }

    .quote-name {
        font-weight: normal;
        font-style: normal;
        text-align: center;
        text-transform: uppercase;
    }

    h2 {
        font-weight: bold;
        color: var(--blue655);
    }
}


/* content */

main {
    display: block;
    padding: 30px 0;
}

.mainHome {
    padding: 30px 0;
}

section {
    display: block;
}

section.flex {
    display: flex;
    padding: 20px 0;
}

.text-index {
    margin-top: 50px;
    width: 1000px;
    margin: 0 auto;
}

[class^='col-'] {
    /* Applies to all CSS classes that start with "col-" */
    vertical-align: top;
}

#index-page .col-100 {
    padding: 10px 25px;
}

.col-100 {
    display: inline-block;
    padding: 10px 100px;
    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%;
}

#epEmergency {
    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;
}

.phone-report {
    font-size: 15px;
    margin: 20px auto;
    text-align: center;
}

/* dp and phone */

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
    display: none;
}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

#epDataPrivacy .text {
    color: #1f3667;
}

#epPhone {
}

select {
    font: normal 400 14px 'Open Sans', sans-serif;
    margin: 5px 0 15px;
    min-width: 355px;
    padding: 5px;
}

button,
.submit {
    background: var(--blue655);
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    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: var(--blue296);
}

.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 'Open Sans', sans-serif;
    padding: 20px 20px 20px 30px;
    width: 24%;
}

#epIssues .details {
    font: italic 400 11px 'Open Sans', sans-serif;
    position: absolute;
    right: 7px;
    text-decoration: underline;
    top: 3px;
}

#epIssues .issue {
    margin-bottom: 10px;
    padding: 0 5px 0 10px;
    position: relative;
}

#epIssues .issue:last-of-type {
    margin-bottom: 0;
}

#epIssues .issue:hover {
    background: #eee;
}

#epIssues .issuebox {
    background: #fff;
    padding-left: 20px;
    width: 76%;
}

#epIssues .name {
    font: normal 400 16px/20px 'Open Sans', sans-serif;
    padding: 5px 0;
}

#epIssues .desc {
    color: #777;
    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 {
    margin-top: auto;
    font-size: 14px;
    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 {
}

footer .line2 a:hover {
}

footer table {
    font-size: 12px;
    margin: 15px auto 0 !important;
    width: 1200px !important;
}
