

@font-face {
    font-family: 'MaerskText';
    src: url('../fonts/font-family/Maersk Text/MaerskText-Bold.eot');
    src: local('MaerskText-Bold'), local('MaerskText-Bold'), url('../fonts/font-family/Maersk Text/MaerskText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/font-family/Maersk Text/MaerskText-Bold.woff2') format('woff2'),
    url('../fonts/font-family/Maersk Text/MaerskText-Bold.woff') format('woff'), 
    url('../fonts/font-family/Maersk Text/MaerskText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MaerskText';
    src: url('../fonts/font-family/Maersk Text/MaerskText-Light.eot');
    src: local('MaerskText-Light'), local('MaerskText-Light'), url('../fonts/font-family/Maersk Text/MaerskText-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/font-family/Maersk Text/MaerskText-Light.woff2') format('woff2'),
    url('../fonts/font-family/Maersk Text/MaerskText-Light.woff') format('woff'),
    url('../fonts/font-family/Maersk Text/MaerskText-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MaerskText';
    src: url('../fonts/font-family/Maersk Text/MaerskText-Regular.eot');
    src: local('MaerskText-Regular'), local('MaerskText-Regular'), url('../fonts/font-family/Maersk Text/MaerskText-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/font-family/Maersk Text/MaerskText-Regular.woff2') format('woff2'),
    url('../fonts/font-family/Maersk Text/MaerskText-Regular.woff') format('woff'),
    url('../fonts/font-family/Maersk Text/MaerskText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'MaerskText', Segoe UI !important;
}

b, .bolder, .bold {
    font-family: 'MaerskText', Segoe UI !important;
}

.text-light {
    font-family: 'MaerskText', Segoe UI !important;
}

:root {
    --primary-dark-blue: #00243D;
    --primary-light-blue: #B5E0F4F4;
    --txt-info-gray: #545454;
    --txt-light-blue: #0073AB;
    --txt-mute-gray: #878787;
    --information-valid-blue: #42B0D5;
    --information-error-red: #F9381C;
    --secundary-error-red: #6B0C05;
    --btn-border-gray: #CFCFCF;
}

.navbar {
    z-index: 10;
    position: relative;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}

a {
    color: black;
}
    a.primary-blue {
        color: var(--txt-light-blue);
    }

.dark-blue{
    color: var(--primary-dark-blue);
}

.card.principalCard {
    max-width: 65rem;
    padding: 50px 10%;
}

.principal-title {
    font-size: 60px;
    font-weight: 300;
}

.second-title{
    font-size: 40px;
    font-weight: 300;
}

.information {
    color: var(--txt-info-gray);
}

.container-principal-title {
    padding-bottom: 5rem;
}

.mt-5rem{
    margin-top: 5rem;
}

.mute{
    color: var(--txt-mute-gray);
}

.shadow-card {
    box-shadow: 0 .125rem 17px rgba(0, 0, 0, .075) !important;
}

.txt-resalted {
    font-size: 18px !important;
    color: black !important;
    font-weight: 400 !important;
}

.mw-card {
    max-width: 840px !important;
}

.title-init-padding {
    padding-left: 19%;
}

#page {
    overflow-x: hidden;
}


.terms-li > .terms-ol {
    list-style-type: none;
}

.terms-ol .terms-li {
    margin-bottom: 5px;
}

    .terms-ol .terms-li span {
        margin-right: 10px;
    }

.letter-list {
    list-style-type: lower-alpha;
}

.text-muted {
    color: var(--txt-mute-gray)!important;
    font-weight: 400;
}

.hideElement {
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.smaller{
    font-size: 12px;
}

.mh-fit {
    max-height: fit-content;
}
.w-80 {
    width: 80% !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.maersk-branding{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
}

@media (max-width: 768px) {
    .maersk-logo {
        display: none;
    }

    .card.principalCard {
        padding: 72px 0px;
    }

    .title-init-padding {
        padding-top: 10%;
        padding-left: 0% !important;
    }

    .principal-title {
        font-size: 50px;
    }
}