@import url('https://fonts.googleapis.com/css2?family=KoHo:ital,wght@0,300;0,400;0,500;0,600;0,700;1,700&family=Poppins:wght@300;400;500;600;700;800;900&family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: KoHo, Questrial, sans-serif;
}


.content {
    width: 90%;
    max-width: 1214px;
    margin: auto;
}

.two-elements {
    width: 100%;
    display: flex;
}

.first-element {
    width: 50%;
    padding: 10px;
}

.last-element {
    width: 50%;
    padding: 10px;
}


footer {
    width: 100%;
    background-color: #062762;
    padding-top: 20px;
}

a.link-footer {
    color: #00b4fe;
}

footer .lg-foot {
    width: 45%;
    border-radius: 2px;
}
.hammer-logo{
    width: 70% !important;
}

.copyright {
    width: 100%;
    background-color: #ec8309;
    font-family: KoHo, Questrial;
    text-align: center;
    padding: 10px 0px;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    /* font-weight: bold; */
    margin-top: 20px;
}


.content-footer {
    width: 100%;
    display: flex;
}

.block-one,
.block-two {
    width: 27%;
}


.block-three {
    width: 46%;
}

.block-one,
.block-two,
.block-three {
    padding: 10px;
    color: #e9e9e9;
}

.title-footer {
    font-family: KoHo, Questrial, sans-serif;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.text-footer,
ul.text-footer,
ul.text-footer a {
    color: #e9e9e9;
    font-family: KoHo, sans-serif;
    letter-spacing: 0.2px;
    font-size: 1em;
    margin-top: 15px;
    font-weight: 400;
    line-height: 25px;
    list-style: none;
    text-decoration: none;
}

.loader {
    color: rgb(0, 86, 132);
    width: 50px;
    margin: auto;
    height: 50px;
    border: solid 4px rgba(255, 255, 255, 0.095);
    border-left: #ff7f00 4px solid;
    border-bottom: #ff7f00 4px solid;
    border-radius: 50%;
    animation: loader 0.6s linear infinite;
    margin-bottom: 10px;

}

@keyframes loader {
    to {
        transform: rotate(360deg);
    }
}

.fixedLoader {
    width: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.89);
    position: fixed;
    top: 0;
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
}

.contentFixedLoader {
    width: 250px;
    height: 100px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentFixedLoader .elements_loader {
    width: 90%;
}

.elements_loader {
    width: 30%;
    padding: 10px 0px;
    margin: auto;
    text-align: center;
    font-family: Montserrat;
    color: var(--azul-escuro);
    font-weight: bold;
    display: inline-block;
}

.form-home {
    width: 100%;
    padding: 70px 0px;
    background-color: #eaf7ff;
    background-image: url('../images/operations.jpg');
    background-size: 120%;
}

.content-form-home {
    width: 90%;
    margin: auto;
}

.default-label {
    font-family: poppins;
    font-size: 1em;
    color: #828282;
}

.default-p-forms {
    font-size: 0.9em;
    font-family: Questrial;
    letter-spacing: 0.3px;
}

.default-list {
    margin: 0px;
    margin-left: 32px;
}

.default-btn {
    width: 200px;
    padding: 9px;
    font-size: 0.8em;
    text-align: center;
    font-family: KoHo, Questrial;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-orange {
    background-color: #ec8309;
    color: white;
}

.btn-white {
    background-color: white;
    color: #062762;
}

.btn-on-cardservice {
    border: solid 1px #ec8309;
    padding: 5px 0px;
    margin-top: 30px;
    position: absolute;
    bottom: 30px;
    z-index: 9999;
}

.t-click {
    background-color: red;
}

.btn-blue {
    background-color: #062762;
    color: white;
}

.with-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-contact-map .with-icon {
    justify-content: start;
    margin-bottom: 5px;
}

.box-logged span {
    font-size: 0.8em;
    color: green;
}

.with-icon img {
    width: 17px;
    margin-left: 10px;
    margin-right: 10px;
}

.full-btn {
    width: 100%;
    padding: 12px;
    font-size: 1em;
}

.mini-box-form {
    width: 50%;
    border-radius: 4px;
    padding: 70px 40px;
    background-color: #fff;
    box-shadow: 0px 0px 70px #0000009c;
    margin-bottom: 70px;
}

input.default,
textarea.default,
select.default {
    display: block;
    width: 100%;
    padding: 9px;
    border: solid 1px #828282;
    border-radius: 1px;
    font-family: KoHo, Questrial;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-weight: 400;
    outline: none;
    transition: 0.2;
    font-size: 0.9em;
}

textarea.default {
    max-width: 100%;
    min-width: 100%;
    height: 100px;
    min-height: 100px;
    max-height: 200px;
}

/* input.default:focus,
textarea.default:focus,
select.default:focus {
    border: solid 1px #303030;
} */

.form-title,
.title-section {
    font-family: KoHo, Questrial;
    font-size: 2em;
    text-align: center;
    color: #001d67;
    margin-bottom: 20px;
}

.title-section {
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 0px;
}

.text-section-blue {
    font-family: KoHo, Questrial;
    font-size: 1em;
    color: #5b7d9a;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    line-height: 27px;
    text-align: justify;
}

.box-cotes {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.80);
    position: fixed;
    top: 0px;
    z-index: 11;
    align-items: center;
    justify-content: center;
    display: none;
}

.conten-box-cotes {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    background-color: transparent;
}

.conten-box-cotes .mini-box-form {
    padding: 20px;
}

.text-this-service {
    font-size: 0.5em;
    color: #a8a8a8;
    margin-top: -10px;
}

.social-medias {
    width: 100%;
    padding: 10px;
    display: flex;
}

.social-medias img,
.social-medias a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    filter: grayscale(100%);
    transition: 0.2s;
    cursor: pointer;
}

.social-medias a:hover,
.social-medias a:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
}

.social-medias img:last-child {
    margin-right: 0px;
}

.cancel-btn {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.box-error,
.box-sucess {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-error,
.message-sucess {
    width: 100%;
    padding: 70px 50px;
}

.title-error,
.title-sucess {
    background-color: red;
    padding: 5px 10px;
}

.title-sucess {
    background-color: #00b4fe;
}

.content-box-error,
.content-box-sucess {
    width: 98%;
    max-width: 500px;
    border-radius: 5px;
    border: solid 1px #ff0000;
    background-color: white;
    font-family: monospace;
}

.content-box-sucess {
    border: solid 1px #00b4fe;
}

.p-sucess,
.p-error {
    font-size: 1.3em;
}

.content-box-error .contextBtn,
.content-box-sucess .contextBtn {
    margin: auto;
    margin-top: 20px;
}

::placeholder {
    color: #272727;
}

::-moz-placeholder {
    color: #272727;
}

::-webkit-input-placeholder {
    color: #272727;
}

input.c-site {
    color: blue;
    font-family: monospace;
    font-size: 1.2em;
}

.box-navigation-line {
    margin-bottom: 5px;
    padding: 10px 0px;
    transition: 0.4s;
    border-radius: 4px;
    cursor: pointer;
}

.box-navigation-line:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.box-navigation-line,
.content-navigation-lines {
    width: 100%;
}

.content-navigation-lines {
    display: flex;
    align-items: center;
}

.content-navigation-lines img {
    width: 30%;
    padding: 10px;
    border-radius: 4px;
    background-color: white;
}

.content-navigation-lines .text-section-blue {
    width: 70%;
    padding: 10px 20px;
}





/* ====================== SLIDER AND CENTER CONTENT   ========================== */
.slider {
    width: 100%;
    height: calc(100vh - 80px);
    background-color: red;
    position: relative;
}

.slider-images-slides {
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
}

.just-to-color {
    width: 100%;
    height: calc(100vh - 80px);
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 195, 255, 0.2);
}

.interative-content {
    width: 90%;
    height: 55vh;
    background-color: #1466a48e;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 100px 0px 0px calc(10% + 15px);
    z-index: 2;
}

.line-slider-content {
    width: calc(100% - 2px);
    margin-right: 1px;
    height: 12px;
    background-color: white;
}

.slider-big-title {
    font-size: 3em;
    color: white;
    font-family: KoHo, Questrial;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.slider-desc-content {
    width: 80%;
    font-size: 1.2em;
    color: white;
    font-family: koHo, Questrial;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 20px;
}

.slider-btn-area {
    margin-top: 30px;
}

.just-flex {
    display: flex;
}


.bar-and-text-slider {
    width: 89%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 90px;
    right: 0px;
    font-family: koHo, Questrial;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.5em;
    color: #062762;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0px 20px;
    text-transform: uppercase;
    pointer-events: none;
}








/* ====================== GLOBAL BOX AREA ======================== */
.global-box {
    width: 100%;
    display: flex;
}

.global-picture,
.global-desc {
    width: 50%;
    height: auto;
    overflow: hidden;
    background-color: #1e70b3;
}

.global-desc {
    padding-bottom: 10px;
    pointer-events: all;
}

.global-desc-new-account,
.global-picture-new-account {
    height: auto;
}

.global-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.line-orange {
    width: 100%;
    height: 20px;
    background-color: #ec8309;
}

.line-white-global-box {
    width: 95%;
    height: 7px;
    background-color: white;
    margin: 20px 0px;
}

/* .line-account {
    width: calc(95% - 35px);
} */

.desc-content-global-box {
    width: 100%;
    padding: 5px 30px;
}

.desc-content-global-box-account {
    padding: 5px 70px;
}

.title-global-box {
    color: white;
    font-size: 1.9em;
    text-transform: uppercase;
    margin: 10px 0px;
}

.p-global-box {
    color: white;
    font-size: 1em;
    line-height: 29px;
    /* width: 97%; */
    text-align: justify;
}

.n-text {
    font-size: 1.2em;
}

.black-p {
    color: #171717;
}

/* =============================================================== */


/* ============= CARDS SERVICES =============== */
.box-cards-services {
    width: calc(79%);
    position: absolute;
    bottom: calc(90px - 335px);
    right: 10%;
    transform: translateX(-12px);
}

.sea-cards {
    position: relative !important;
    bottom: 0px;
}

.space-for-card-services {
    width: 100%;
    height: 240px;
}

.content-cards-services {
    width: 100%;
    margin: auto;
    padding: 10px;
    position: relative;
}

.card-service {
    width: 100%;
    background-color: white;
    height: 310px;
    padding: 10px 20px;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.548);
    margin: 0px 2px;
}

.card-service a {
    text-decoration: none;
    color: black;
}

.img-card-service {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 10px;
}

.title-card-service {
    color: #062762;
    margin: 10px 0px 15px 0px;
    text-transform: uppercase;
    font-size: 1em;
}

.p-card-service {
    color: #062762;
}

.cards-back-slider,
.cards-next-slider {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.cards-back-slider {
    left: -35px;
}

.cards-next-slider {
    right: calc(8% - 35px - 8%);
}

.cards-back-slider img,
.cards-next-slider img {
    width: 25px;
    filter: grayscale(0.7);
    transition: 0.1s;
}

.cards-back-slider:hover img,
.cards-next-slider:hover img {
    filter: grayscale(0);
}

/* ============================================ */



/* ====================== BOX HELLO =============== */
.box-hello {
    max-width: 250px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
    background-color: #fff;
    position: fixed;
    bottom: 50px;
    right: -300px;
    opacity: 0;
    z-index: 9;
    box-shadow: 0px 0px 10px #01122e44;
    border-radius: 4px;
    transition: 0.5s;
}

.box-hello p {
    max-width: calc(100% - 35px);
    font-size: 0.9em;
    color: #062762;
    margin-left: 10px;
    cursor: pointer;
}

img.close-hello {
    width: 25px;
    position: absolute;
    left: -15px;
    top: -10px;
    box-shadow: 0px 0px 10px red;
    border-radius: 8px;
    background-color: #ff5454;
    cursor: pointer;
}

.box-hello img.assistent-img {
    width: 35px;
    margin-left: 5px;
}

.box-config-new-chat {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 15;
    top: -100vh;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
}

.content-config-new-chat {
    width: 90%;
    max-width: 900px;
    background-color: white;
    position: relative;
}

.content-config-new-chat .default {
    font-weight: 600;
}

.content-config-new-chat img.close-config-chat {
    width: 30px;
    position: absolute;
    left: -15px;
    top: -15px;
    background-color: #ff5454;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
}

.content-config-new-chat img.close-config-chat:hover {
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.8);
}


/* ===================== BOX SECTOR ===================== */
.box-sector {
    width: 90%;
    height: 37vh;
    bottom: 50px;
    position: absolute;
    right: 0px;
}

.content-sector {
    width: 100%;
    padding: 20px;
    padding-top: 80px;
}

.sector-orange {
    background-color: rgba(255, 68, 0, 0.6);
}

.sector-orange p {
    color: rgb(214, 214, 214);
}

.sector-white {
    background-color: rgba(255, 255, 255, 0.6);
}

.sector-white p {
    color: #001d67;
}

.content-sector p {
    font-size: 1.3em;
}

.sector-bottom-line {
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0px;
}

.bottom-line-orange {
    background-color: orangered;
}

.bottom-line-white {
    background-color: white;
}


/* ================ ABOUT ======================= */
.box-contact-map {
    background-color: #1e70b3;
}

.info-contact {
    width: 100%;
    max-width: 100%;
    color: white;
    font-size: 1em;
}

.drop_btn {
    display: none;
}

.box-what-we-do {
    width: 100%;
    padding: 50px 0px;
    background-image: url('../images/backgrounds/atrax-sea-freigt-container.webp');
    background-size: 150%;
}

.box-cards-about {
    width: 100%;
    position: relative;
    height: 380px;
    margin-top: 20px;
}

.box-what-we-do .box-cards-services {
    position: absolute;
    transform: translateY(0px);
    top: 40px;
    height: 400px;
}

.content-what-whe-do {
    width: 90%;
    max-width: 900px;
    padding: 20px;
    border-radius: 2px;
    margin: auto;
    background-color: white;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.9);
}

/*================= COOKIES STYLE ==========*/
#cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    background-color: #062762;
    color: white;
    border-top: 1px solid #ccc;
    text-align: center;
    z-index: 20;
    display: none;
    align-items: center;
    box-shadow: 0px 0px 20px #062762;
    overflow: hidden;
}

.text-cookie-area {
    width: 80%;
    overflow: hidden;
}

.text-cookie-area p {
    text-align: justify;
}

.action-cookie-area {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.action-cookie-are .default-btn {
    margin-right: 20px;
}

@media (max-width: 800px) {
    #cookie-message {
        display: block;
    }

    .action-cookie-are,
    .text-cookie-area {
        width: 100% !important;
    }

    .action-cookie-area {
        text-align: center;
    }

}