body,
html {
    font-family: 'Montserrat', sans-serif !important;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

:root {
    --blueBackground: #2A3964;
    --yellowBackground: #DBA81F;
    --blueModal: #1363D6;
    --whiteColor: #FFFFFF;
    --blueLight: #1268FE;
    --orangeForm: #DBA81F;
    --grayBackground: #F0F2F1;
    --grayCertifications: #E3E4E5;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.nopadding.row,
.nopadding.container,
.nopadding.container-fluid {
    margin-left: 0;
    margin-right: 0;
}

.nopadding>[class^="col-xl"] {
    padding-left: 0;
    padding-right: 0;
}


/* Navbar header */

.logo-image {
    margin-right: -100px;
}

.navbar-header {
    background-color: var(--blueBackground) !important;
    padding: 33px;
}

.button-submit {
    background-color: var(--blueBackground);
    border: none;
    font-size: 16px;
    padding: 0px 20px 0px 20px;
    border-radius: 20px;
    letter-spacing: .07em;
}

@media (max-width: 1200px) {

    .rectangle-header,
    .nav-itens {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .retangle-dropdown {
        display: none !important;
    }
}

.nav-link {
    font-size: 13px;
}

.rectangle-header {
    background-color: var(--yellowBackground);
    padding: 1.23em;
    position: absolute;
    right: 0;
}

.retangle-dropdown {
    background-color: var(--yellowBackground);
    padding: 18px;
    border-radius: 9px;
    text-align: center;
}

.dropdown-menu-navbar {
    background-color: var(--blueBackground);
}

.item-navbar:hover {
    background-color: var(--blueBackground);
}


/* Primary container */

@media (min-width: 1025px) {
    .container-home-text h1 {
        text-align: right;
        font-size: 55px;
        line-height: 3rem;
    }

    .container-home-text h6 {
        text-align: right;
    }

    .container-image-top {
        background: url(../images/cargo-background1.jpg) no-repeat center;
        background-size: cover;
        height: 56em;
        background-position: center;
        width: 100%;
    }
}

@media (max-width: 1025px) {
    .container-home-text h1 {
        text-align: right;
        font-size: 55px;
        line-height: 3rem;
    }

    .container-home-text h6 {
        text-align: right;
    }

    .container-image-top {
        background: url(../images/cargo-background1.jpg) no-repeat center;
        background-size: cover;
        height: 100%;
        background-position: bottom;
        width: 100%;
    }
}

@media (max-width: 596px) {
    .list-image-title {
        justify-content: center;
    }
}

.list-images div img,
.list-image-title img {
    width: 275px;
    cursor: pointer;
    transform: scale(1);
}

.list-images div img:hover,
.list-image-title img:hover {
    transform: scale(1.1);
    transition: 0.2s;
    z-index: 2;
}


/* Modal section */

.image-world {
    background: url(../images/Caminho_225.png) no-repeat center;
}

@media (max-width: 1025px) {
    .container-modal {
        background-color: var(--blueModal);
        height: 70em;
    }
}

@media (min-width: 1025px) {
    .container-modal {
        background-image: linear-gradient(to right, var(--blueModal) 69%, var(--whiteColor) 25%);
        height: 58em;
    }
}

.row-modal {
    padding-top: 82px;
}

.button-modal {
    border: none;
    background-color: var(--blueBackground);
    border-radius: 83px;
    padding: 10px 30px 10px 30px;
    color: var(--whiteColor);
    font-size: 14px;
}

.button-modal a {
    color: white;
}

.button-modal a:hover {
    color: white;
    text-decoration: none;
}

.text-area-modal {
    padding-top: 15%;
}


/* Secondary and tertiary section services */

@media (max-width: 1025px) {
    .container-services {
        background: url(../images/Fundo.jpg) no-repeat center;
        background-size: cover;
        height: 154em;
        background-position: bottom;
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .container-services {
        background: url(../images/Fundo.jpg) no-repeat center;
        background-size: cover;
        height: 100%;
        background-position: bottom;
        width: 100%;
    }
}

.card-air-transport,
.card-waterway-transport,
.card-transport,
.card-logistics-transport {
    background-color: var(--white);
}

.card-road-transport,
.card-storage-transport {
    background-color: var(--blueBackground);
}

.card-list div {
    width: 100%;
    height: 48em;
}

.image-air-transport ul li img {
    float: right;
    width: 44px;
    margin-top: -8px;
    margin-right: 27px;
}

.image-waterway-transport ul li img {
    float: right;
    width: 57px;
    margin-top: -20px;
    margin-right: 27px;
}

.image-road-transport ul li img {
    float: right;
    width: 56px;
    margin-top: -8px;
    margin-right: 27px;
}

.card-list div ul li {
    border-bottom: 2px solid var(--blueBackground);
    border-top: none;
    border-right: none;
    border-left: none;
    list-style: none;
    padding: 18px 0px;
}

.card-list .card-air-transport ul li {
    border-bottom: 2px solid var(--blueBackground);
    border-top: none;
    border-right: none;
    border-left: none;
    list-style: none;
    padding: 18px 0px;
}

.card-list .card-road-transport ul li,
.card-list .card-storage-transport ul li {
    border-bottom: 2px solid white;
    border-top: none;
    border-right: none;
    border-left: none;
    list-style: none;
    padding: 18px 0px;
}

.card-list .card-waterway-transport ul li,
{
border-bottom: 2px solid var(--blueBackground);
border-top: none;
border-right: none;
border-left: none;
list-style: none;
padding: 18px 0px;
}

.card-air-transport ul li h6,
.card-road-transport ul li h6,
.card-waterway-transport ul li h6 {
    margin-bottom: -4px;
}

.border-right-card {
    display: block;
    position: relative;
    border-right: 42px solid var(--blueBackground);
}

.title-card-right {
    letter-spacing: 2px;
    background: #369;
    color: #fff;
    padding: 5px 10px;
    margin: 0px -220px 0px 0;
    line-height: 24px;
    position: absolute;
    top: 251px;
    right: -7px;
    background: none;
    background: none;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.border-icon-seta-right {
    line-height: 24px;
    position: absolute;
    top: 256px;
    right: -32px;
    width: 17px;
}

.border-right-card-2 {
    display: block;
    position: relative;
    border-right: 42px solid white;
}

.title-card-right-2 {
    letter-spacing: 2px;
    background: #369;
    color: var(--blueBackground);
    padding: 5px 10px;
    margin: 0px -220px 0px 0;
    line-height: 24px;
    position: absolute;
    top: 287px;
    right: -47px;
    background: none;
    background: none;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.border-icon-seta-right-2 {
    line-height: 24px;
    position: absolute;
    top: 292px;
    right: -32px;
    width: 17px;
}


/* ------- section left --- */

.border-left-card {
    display: block;
    position: relative;
    border-left: 42px solid var(--blueBackground);
}

.title-card-left {
    letter-spacing: 2px;
    background: #369;
    color: #fff;
    padding: 5px 10px;
    margin: 0px -220px 0px 0;
    line-height: 24px;
    position: absolute;
    top: 366px;
    left: -38px;
    background: none;
    background: none;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.border-icon-seta-left {
    line-height: 24px;
    position: absolute;
    top: 370px;
    left: -29px;
    width: 17px;
}

.border-left-card-2 {
    display: block;
    position: relative;
    border-left: 42px solid white;
}

.title-card-left-2 {
    letter-spacing: 2px;
    background: #369;
    color: var(--blueBackground);
    padding: 5px 10px;
    /* margin: 0px 220px 0px 0; */
    line-height: 24px;
    position: absolute;
    top: 297px;
    left: -40px;
    background: none;
    background: none;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.border-icon-seta-left-2 {
    line-height: 24px;
    position: absolute;
    top: 308px;
    left: -30px;
    width: 17px;
}

.image-transport ul li img {
    float: right;
    width: 59px;
    margin-top: -14px;
    margin-right: 27px;
}

.image-road-transport ul li img {
    float: right;
    width: 30px;
    margin-top: -22px;
    margin-right: 27px;
}

.card-logistics-transport ul li img {
    float: right;
    width: 100px;
    margin-top: -20px;
    margin-right: 27px;
}

.container-backgroun-blue {
    background: url(../images/ScreenBlue.png) no-repeat center;
    background-size: cover;
    height: 38em;
    background-position: bottom;
}

.container-background-white {
    background: url(../images/ScreenWhite.png) no-repeat center;
    background-size: cover;
    height: 38em;
    background-position: bottom;
}

.container-background-ship {
    background: url(../images/Grupo_17.jpg) no-repeat center;
    background-size: cover;
    height: 38em;
    background-position: bottom;
}

.container-background-intersection {
    background: url(../images/Intersecao2.jpg) no-repeat center;
    background-size: cover;
    height: 38em;
}

.grid-container {
    display: grid;
    grid-template-columns: 50% 50% 50% 50%;
}

@media (min-width: 1198px) {
    .container-location {
        padding-top: 16%;
    }
}

@media (max-width: 1198px) {
    .container-location {
        padding-top: 215px;
    }
}

.container-location img {
    width: 70px;
}

.container-location button {
    border: none;
    padding: 6px 65px;
    border-radius: 20px;
    font-size: 19px;
}

@media (min-width: 1198px) {
    .container-map {
        padding-top: 16%;
    }
}

@media (max-width: 1198px) {
    .container-map {
        padding-top: 215px;
    }
}

.container-map img {
    width: 113px;
    padding-bottom: 24px;
}

@media (min-width: 1198px) {
    .container-background-white {
        padding-top: 8%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1198px) {
    .container-background-white {
        padding-top: 8%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.container-background-white .image-map {
    width: 343px;
    max-width: 100%;
}


/* Section Quem somos */

.container-about {
    background: url(../images/Intersecao.jpg) no-repeat center;
    background-size: cover;
    height: 60em;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.box-about {
    width: 450px;
    background-color: rgb(42, 57, 100, 0.9);
}


/* Formulário work */

.form-file {
    padding: 9px 14px 9px 14px;
    font-size: 13px;
    line-height: 1.5;
    color: black;
    background-color: var(--yellowBackground);
    background-clip: padding-box;
    border: none;
    border-radius: 1rem;
    width: 100%;
}

.container-work {
    background: url(../images/Logo_Aplicado_Trabahe_Conosco.jpg) no-repeat center;
    background-size: cover;
    height: 60em;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.form-name,
.form-email,
.form-tel {
    padding: 9px 14px 9px 14px;
    font-size: 16px;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 1rem;
    width: 100%;
}

.form-file {
    padding: 9px 14px 9px 14px;
    font-size: 13px;
    line-height: 1.5;
    color: black;
    background-color: var(--yellowBackground);
    background-clip: padding-box;
    border: none;
    border-radius: 1rem;
    width: 100%;
}

.button-send {
    padding: 9px 14px 9px 14px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    color: white;
    background-color: var(--blueBackground);
    background-clip: padding-box;
    border: none;
    border-radius: 1rem;
    width: 100%;
}

@media (max-width: 592px) {
    .box-form {
        background-color: var(--blueLight);
        padding: 53px;
        width: 100%;
    }
}

@media (min-width: 592px) {
    .box-form {
        background-color: var(--blueLight);
        padding: 53px;
        width: 500px;
    }
}

.form-name,
.form-email,
.form-tel,
.form-file {
    outline: none;
    box-shadow: none;
}

.form-file {
    cursor: pointer;
}


/* Section Certifications and Highlights */

.container-certifications {
    background-color: var(--grayBackground);
    height: %;
}

@media (max-width: 767px) {
    .container-certifications {
        background-color: var(--grayBackground);
        height: 100%;
    }
}

@media (min-width: 767px) {
    .container-certifications {
        background-color: var(--grayBackground);
        height: 60em;
    }
}

.box-certifications {
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 30px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-certifications-blue {
    width: 100%;
    background-color: var(--blueModal);
    text-align: center;
    padding: 30px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-certifications-gray {
    width: 100%;
    background-color: var(--grayCertifications);
    text-align: center;
    padding: 30px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-certifications img,
.box-certifications-blue img,
.box-certifications-gray img {
    width: 60px;
    align-self: center;
}

.end-item {
    justify-content: flex-end !important;
}

@media (max-width: 990px) {
    .subtitle-certifications {
        margin: auto 8%;
    }
}

@media (min-width: 990px) {
    .subtitle-certifications {
        margin: auto 239px;
    }
}


/* Section Política de Qualidade */

.container-fork-lift {
    background: url(../images/Empilhadeiras2.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

@media (min-width: 990px) {
    .subtitle-quality {
        margin-right: 246px;
    }
}

@media (max-width: 990px) {
    .center-container {
        text-align: center;
    }
}

.text-quality {
    color: var(--yellowBackground);
    font-size: 35px;
}

.container-footer {
    background-color: var(--blueBackground);
}

.logo-fork {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 990px) {
    .list-footer {
        display: inline-flex;
        list-style: none;
        padding: 0;
    }
}

@media (max-width: 990px) {
    .list-footer {
        list-style: none;
        padding: 0;
    }
}

.list-footer li a {
    font-size: 12px;
}

.text-footer-right {
    color: #5F84E0;
}


/*   Page contact   */

.contact-background {
    background-image: linear-gradient(to right, var(--whiteColor) 65%, var(--blueBackground) 35%);
    height: 58em;
}

@media (min-width: 984px) {
    .container-contact {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
        align-content: center;
    }

    .contact-item1 {
        flex: 7 1 auto;
        align-self: auto;
        align-self: stretch;
        padding: 20px;
        padding-top: 6%;
    }

    .contact-item2 {
        background-color: var(--blueBackground);
        flex: 3 1 auto;
        align-self: auto;
        align-self: stretch;
        height: 949px;
        padding: 68px;
        padding-top: 10%;
    }
}

@media (max-width: 984px) {
    .contact-item2 {
        background-color: var(--blueBackground);
        flex: 3 1 auto;
        align-self: auto;
        align-self: stretch;
        height: 724px;
        padding: 68px;
        padding-top: 10%;
    }
}

@media (max-width: 592px) {
    .box-form-contact {
        padding: 53px;
        width: 100%;
    }
}

@media (min-width: 592px) {
    .box-form-contact {
        padding: 53px;
        width: 500px;
    }
}

.form-name-contact,
.form-email-contact,
.form-tel-contact,
.form-desc-contact {
    padding: 9px 14px 9px 14px;
    font-size: 16px;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid lightgrey;
    border-radius: 1rem;
    width: 100%;
}

.button-send-contact {
    padding: 15px 16px 15px 16px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    color: white;
    background-color: var(--blueBackground);
    background-clip: padding-box;
    border: none;
    border-radius: 3rem;
    width: 100%;
}

.item-box-contact {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
}

.navbarmenu ul li {
    cursor: pointer;
}

.button-submit a {
    color: white;
}

.button-submit a:hover {
    color: white;
    text-decoration: none;
}

.bw2 {
    font-size: 14px;
}

.bw2 a {
    color: #5F84E0;
    text-decoration: none;
}

.bw2 a:hover {
    color: #4764ab;
    text-decoration: none;
}

.button-wrapper {
    position: relative;
    width: 150px;
    text-align: center;
    margin: 20% auto;
    padding: 9px 14px 9px 14px;
    font-size: 13px;
    line-height: 1.5;
    color: black;
    background-color: var(--yellowBackground);
    background-clip: padding-box;
    border: none;
    border-radius: 1rem;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.button-wrapper span.label {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    background: #00bfff;
    cursor: pointer;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.btn-modal {
    background: #d9a634;
    font-family: "poppins", sans-serif;
    padding: 5px 12px;
    color: white;
}


/* PORTAL  */

.portal {
    background: #d9a634;
    font-family: "poppins", sans-serif;
    padding: 20px;
    position: relative;
}

.portal h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-size: 21px;
    /* font-weight: bold; */
}

.portal a.button {
    background-color: #1a2949;
    border-radius: 25px;
    padding: 6px 12px 6px 12px;
    width: 80%;
    margin: 10%;
}

.portal input {
    width: 100%;
    padding: 10px;
    color: gray;
    background-color: #fff;
    border: 1px solid lightgray;
    border-radius: 25px;
    width: 100%;
}

.portal .button {
    padding: 9px 14px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    color: white;
    background-color: var(--blueBackground);
    background-clip: padding-box;
    border: none;
    border-radius: 25px;
    width: 100%;
    text-transform: uppercase;
}

.portal .logo {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.portal p,
.portal label {
    color: #2e2e2e;
    font-size: 14px;
    text-align: center;
}

.portal .login,
.portal .docs {
    margin-bottom: 20px;
}

.portal .close {
    position: absolute;
    top: 10px;
    right: 10px;
}