@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype'),
        url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


* {
    -webkit-tap-highlight-color:transparent;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
*:active, *:focus {
    outline:none
}
input::-moz-focus-inner, select::-moz-focus-inner, option::-moz-focus-inner, textarea::-moz-focus-inner {
    border:0;
    outline:none
}
img {
    max-width:100%;
    height:auto;
    display: block;
}
html {
    scroll-behavior: smooth;
    height: 100%;
    background-color: #122f4d;
}
html, body {
    margin:0;
    padding:0;
    font-weight: 400;
}

a {
    color: inherit;
    text-decoration:none;
    outline:none
}
a:link, a:hover, a:visited {
    text-decoration:none;
    outline:none;
    color:inherit;
}

body {
    position: relative;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    color: $white;
}
.vela {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    min-height: 100vh;
}
.vela-pl{
    background-image: url('../images/tlo-pl.jpg');
}
.vela-en{
    background-image: url('../images/tlo-en.jpg');
}
.vela-es{
    background-image: url('../images/tlo-es.jpg');
}
.vela__left {
    padding-left: 150px;
    max-width: 836px;
}

.vela__left-logo img {
    max-width: 430px;
}

.vela__left-title {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.vela__left-list {
    padding-left: 22px;
    margin-top: 0px;
    margin-bottom: 48px;
    color: #fff;
}
.vela__left-list-item {
    font-size: 26px;
    line-height: 42px;
}

.vela__left-contact a {
    color: #fff;
}

.vela__left-contact-email {
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
}

.vela__right {
    display: none;
    width: 100%;
    position: relative;
}

.vela__left-contact {
    display: flex;
    align-items: center;
}
.vela__right-contact {
    display: none;
    position: absolute;
    left: 15px;
    bottom: 20px;
}
.vela__right .vela__right-contact img {
    width: 35px;
    height: 35px;
    max-width: 35px;
    margin: 0;
}
.vela__right-contact-fb {
    margin-right: 10px;
}

.vela__right-contact a {
    display: block;
    width: 35px;
    height: 35px;
}

.vela__left-contact img {
    width: 57px;
    height: 57px;
}

.vela__left-contact-fb {
    margin-right: 20px;
}

.text-underline{text-decoration:underline}
nav.lang-switcher, 
nav.lang-switcher a{
    color: #fff;
}

@media(max-width: 1700px) {
    .vela__left {
        padding-left: 30px;
        max-width: 716px;
    }
}
@media(max-width: 1550px) {
    .vela__left-title {
        font-size: 40px;
        line-height: 50px;
    }
    .vela__left-list-item {
        font-size: 20px;
        line-height: 36px;
    }
    .vela__left {
        max-width: 550px;
    }
    .vela__left-logo img {
        max-width: 380px;
    }
}

@media(max-width: 1450px) {
    .vela {
        background-position: right -70px center;
    }
    .vela__left-logo img {
        max-width: 350px;
    }
}

@media(max-width: 1370px) {
    .vela__left-title {
        font-size: 38px;
        line-height: 48px;
    }
    .vela__left-list-item {
        font-size: 18px;
        line-height: 34px;
    }
    .vela__left-logo img {
        max-width: 300px;
    }
}

@media(max-width: 1340px) {
    .vela__left {
        max-width: 500px;
        padding-left: 20px;
    }
}

@media(max-width: 1300px) {
    .vela {
        flex-wrap: wrap;
        background-image: none;
        background-color: #122F4D;
        padding-top: 30px;
        align-items: flex-start;
    }
    .vela__left {
        max-width: 515px;
        padding: 0 15px;
        width: 100%;
    }
    .vela__right {
        display: block;
        margin-top: -200px;
    }
    .vela__right img {
        margin-left: auto;
    }
    .vela__left-logo {
        margin-bottom: 30px;
    }
}

@media(max-width: 1100px) {
    .vela__right {
        margin-top: -100px;
    }
}
@media(max-width: 850px) {
    .vela__right {
        margin-top: 0px;
    }
}

@media(max-width: 750px) {
    .vela__right img {
        width: calc(100% + 50px);
        max-width: calc(100% + 50px);
        margin-left: -50px;
    }
    .vela__left-contact {
        display: none;
    }
    .vela__right-contact {
        display: flex;
    }
}

@media(max-width: 550px) {
    .vela__left {
        margin: 0 auto;
    }
    .vela__left-title {
        font-size: 26px;
        line-height: 36px;
    }
    .vela__left-list-item {
        font-size: 16px;
        line-height: 32px;
    }
    .vela__left-logo img {
        max-width: 200px;
    }
    .vela__left-list {
        padding-left: 15px;
        margin-bottom: 30px;
    }
}

@media(max-width: 450px) {
    .vela__left-title {
        font-size: 24px;
        line-height: 34px;
    }
    .vela__left-list-item {
        font-size: 14px;
        line-height: 24px;
    }
}