body {
    margin: 0 auto;
    max-width: 1440px;
    font-family: 'Hanken Grotesk';
    background: linear-gradient(to right top, #155093 60%, #BD0C3C) no-repeat;
    color: #ffffff;
}

.whatsapp-btn-float a {
    color: #ffffff;
    background-color: #35913C;
    font-size: 40px;
    padding: 5px 13px;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 1;
    transition: 0.4s;
}

.whatsapp-btn-float a:hover {
    color: #35913C;
    background-color: #ffffff;
}

.form {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.form .form-content {
    background-color: #155093;
    position: relative;
    color: #ffffff;
    margin: 10% auto;
    padding: 40px;
    border-radius: 8px;
    width: 400px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.form .form-content h3 {
    line-height: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.form .form-content input[type="text"],
.form .form-content input[type="email"],
.form .form-content input[type="tel"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
}


.form .form-content input[type="submit"] {
    background-color: #35913C;
    color: #ffffff;
    padding: 10px;
    border: none;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: 0.4s;
}

.form .form-content input[type="submit"]:hover {
    background-color: #ffffff;
    color: #35913C;
}

.form .form-content .call-link {
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #1171df;
    color: #ffffff;
    border-radius: 4px;
    margin-bottom: 8px;
    transition: 0.4s;
}

.form .form-content .call-link:hover {
    background-color: #ffffff;
    color: #1171df;
}

.form .form-content .whatsapp-link {
    color: #ffffff;
    background-color: #35913C;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    transition: 0.4s;
}

.form .form-content .whatsapp-link:hover {
    color: #35913C;
    background-color: #ffffff;
}

.close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.4s;
}

.close:hover {
    transform: scale(1.2);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 160px;
}

.header .logo {
    width: 114px;
}

.header .menu {
    display: flex;
    gap: 15px;
}

.header .menu a {
    color: #ffffff;
    background-color: #35913C;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 50px;
    border-radius: 4px;
    transition: 0.4s;
}

.header .menu a .fa-whatsapp {
    font-size: 15px;
    margin-right: 4px;
}

.header .menu a:hover {
    color: #35913C;
    background-color: #ffffff;
}

.header .menu button {
    color: #ffffff;
    background-color: #35913C;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 50px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    transition: 0.4s;
}

.header .menu button .fa-phone-alt {
    background-color: #76d27d52;
    padding: 1px;
    border-radius: 50%;
    margin-right: 4px;
}

.header .menu button:hover {
    color: #35913C;
    background-color: #ffffff;
}

.phone-painel {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.phone-painel .phone-painel-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10% auto;
    padding: 15px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    background-color: #141315ea;
    width: 320px;
    height: 230px;
}

.phone-painel .phone-painel-content .fa-phone-alt {
    background-color: #40c44b;
    color: #ffffff;
    font-size: 30px;
    padding: 8px;
    border-radius: 4px;
    margin: 10px 0 20px;
}

.phone-painel .phone-painel-content p {
    font-size: 14px;
    margin: 0 0 15px;
}

.phone-painel .phone-painel-content .call-link {
    font-size: 14px;
    padding: 5px 92px;
    background-color: #1171df;
    color: #ffffff;
    border-radius: 20px;
    transition: 0.4s;
}

.phone-painel .phone-painel-content .call-link:hover {
    background-color: #ffffff;
    color: #1171df;
}

.phone-painel .phone-painel-content button {
    font-family: 'Hanken Grotesk';
    font-size: 14px;
    margin-top: 5px;
    padding: 5px 121px;
    background-color: #ffffff39;
    color: #ffffff;
    cursor: pointer;
    border: none;
    border-radius: 20px;
    transition: 0.4s;
}

.phone-painel .phone-painel-content button:hover {
    background-color: #ffffff;
    color: #000000;
}

.home {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.home .main-home {
    background: url(../images/home.png) no-repeat #00000030;
    background-blend-mode: multiply;
    background-size: cover;
    padding: 230px 250px 50px 50px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.home .main-home h1 {
    font-size: 54px;
    font-weight: 700;
    line-height: 100%;
    max-width: 680px;
    margin-bottom: 20px;
}

.home .main-home .info-main-home {
    display: flex;
    align-items: center;
    gap: 30px;
}

.home .main-home .info-main-home button {
    color: #ffffff;
    background-color: #35913C;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 15px 30px;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    transition: 0.4s;
}

.home .main-home .info-main-home button .fa-arrow-circle-right {
    margin-left: 6px;
}

.home .main-home .info-main-home button:hover {
    color: #35913C;
    background-color: #ffffff;
}

.home .main-home .info-main-home p {
    font-size: 15px;
    line-height: 17px;
    max-width: 400px;
}

.home .side-scroll {
    font-family: 'Nunito';
    max-width: 1100px;
    overflow: hidden;
    mask: linear-gradient(to right, transparent, red 10%, red 90%, transparent);
}

.home .side-scroll .side-scroll-container {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 30px;
    font-family: 'Nunito';
    animation: scrollInfinito 10s linear infinite;
}

.home .side-scroll .side-scroll-item {
    color: #000000;
    background-color: #ffffff;
    padding: 15px 10px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}

.home .side-scroll .side-scroll-item .icon {
    width: 26px;
    background-color: #04284E;
    padding: 5px;
    border-radius: 4px;
}

.home .side-scroll .side-scroll-item p {
    font-size: 12px;
}

@keyframes scrollInfinito {
    from {
        translate: -50%;
    }

    to {
        translate: calc(50% - 50%);
    }
}

.business-moves {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin: 40px 0;
}

.business-moves .first-business-moves {
    display: flex;
    gap: 30px;
}

.business-moves .first-business-moves .info-first-business h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    max-width: 300px;
    margin-bottom: 15px;
}

.business-moves .first-business-moves .info-first-business p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    max-width: 360px;
    margin-bottom: 15px;
}

.business-moves .first-business-moves .info-first-business span {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.business-moves .first-business-moves .info-first-business span img {
    width: 35px;
    padding-right: 5px;
}

.business-moves .first-business-moves .images-first-business {
    display: flex;
    align-items: center;
    gap: 10px;
}

.business-moves .first-business-moves .images-first-business .image-1 {
    width: 300px;
    border-radius: 8px;
}

.business-moves .first-business-moves .images-first-business .image-2,
.image-3 {
    width: 147px;
    border-radius: 6px;
}

.business-moves .business-moves-btn {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.business-moves .business-moves-btn button {
    font-family: 'Hanken Grotesk';
    color: #ffffff;
    background-color: #35913C;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 35px;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    transition: 0.4s;
}

.business-moves .business-moves-btn button .fa-phone-alt {
    background-color: #76d27d52;
    padding: 1px;
    border-radius: 50%;
    margin-right: 4px;
}

.business-moves .business-moves-btn button:hover {
    color: #35913C;
    background-color: #ffffff;
}

.business-moves .second-business-moves {
    display: flex;
    gap: 40px;
}

.business-moves .second-business-moves h3 {
    font-size: 33px;
    font-weight: 700;
    line-height: 28px;
    max-width: 240px;
    margin-bottom: 15px;
}

.business-moves .second-business-moves p {
    color: #BCBCBC;
    font-size: 13px;
    line-height: 16px;
    max-width: 246px;
}

.business-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
}

.business-success h2 {
    font-size: 61px;
    font-weight: 600;
    line-height: 63px;
    text-align: center;
    max-width: 900px;
}

.business-success .bloc-business-success {
    width: 914px;
    display: flex;
    align-items: center;
    gap: 45px;
    background-color: #04284E;
    padding: 15px;
    border-radius: 6px;
}

.business-success .bloc-business-success img {
    width: 378px;
    border-radius: 6px;
}

.business-success .bloc-business-success.truck {
    padding: 0;
}

.business-success .bloc-business-success.truck img {
    width: 400px;
}

.business-success .bloc-business-success h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 20px;
    max-width: 120px;
}

.business-success .bloc-business-success p {
    color: #f0e9e2b6;
    font-size: 12px;
    line-height: 130%;
    max-width: 190px;
}

.business-success .form-btn {
    font-family: 'Hanken Grotesk';
    color: #ffffff;
    background-color: #35913C;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 35px;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    margin-top: 20px;
    transition: 0.4s;
}

.business-success .phone-btn {
    font-family: 'Hanken Grotesk';
    color: #ffffff;
    background-color: #35913C;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 105px;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    transition: 0.4s;
}

.business-success button .fa-phone-alt {
    background-color: #76d27d52;
    padding: 1px;
    border-radius: 50%;
    margin-right: 4px;
}

.business-success button:hover {
    color: #35913C;
    background-color: #ffffff;
}

.relocate {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
}

.relocate h2 {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 49px;
    max-width: 300px;
    margin-bottom: 15px;
}

.relocate p {
    font-size: 22px;
    font-weight: 300;
    line-height: 27px;
    max-width: 400px;
    margin-bottom: 30px;
}

.relocate p span {
    font-weight: 700;
}

.relocate button {
    font-family: 'Hanken Grotesk';
    color: #ffffff;
    background-color: #35913C;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 35px;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    margin-top: 20px;
    transition: 0.4s;
}

.relocate button .fa-phone-alt {
    background-color: #76d27d52;
    padding: 1px;
    border-radius: 50%;
    margin-right: 4px;
}

.relocate button:hover {
    color: #35913C;
    background-color: #ffffff;
}

.relocate form {
    color: #0000004d;
    background-color: #ffffff;
    width: 424px;
    height: 503px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
}

.relocate form label {
    font-size: 21px;
    margin-bottom: 10px;
}

.relocate form input {
    border: solid 1px #0000004d;
    font-size: 19px;
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.relocate form input::-webkit-input-placeholder {
    font-family: 'Hanken Grotesk';
    color: #0000004d;
}

.relocate form textarea {
    border: solid 1px #0000004d;
    font-size: 21px;
    height: 108px;
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 30px;
}

.relocate form textarea::-webkit-input-placeholder {
    font-family: 'Hanken Grotesk';
    color: #0000004d;
}

.relocate form input.btn {
    color: #ffffff;
    background-color: #000000c9;
    margin-bottom: 0;
    transition: 0.4s;
}

.relocate form input.btn:hover {
    cursor: pointer;
    color: #000000c9;
    background-color: #ffffff;
    border: solid 1px #000000c9;
}

.business-consultation {
    background-color: #0E2F52;
    padding: 130px 160px 90px;
    display: flex;
    position: relative;
}

.business-consultation .info-business-consultation {
    display: flex;
    flex-direction: column;
}

.business-consultation .info-business-consultation h2 {
    font-size: 55px;
    font-weight: 600;
    line-height: 55px;
    max-width: 400px;
    margin-bottom: 50px;
}

.business-consultation .info-business-consultation button {
    font-family: 'Hanken Grotesk';
    color: #ffffff;
    background-color: #35913C;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 35px;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    margin-bottom: 20px;
    transition: 0.4s;
}

.business-consultation .info-business-consultation button .fa-phone-alt {
    background-color: #76d27d52;
    padding: 1px;
    border-radius: 50%;
    margin-right: 4px;
}

.business-consultation .info-business-consultation button:hover {
    color: #35913C;
    background-color: #ffffff;
}

.business-consultation img {
    width: 610px;
    position: absolute;
    transform: translate(400px, -38px);
}

.footer {
    background-color: #F0E9E2;
    color: #253324;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px;
}

.footer .content {
    display: flex;
    gap: 80px;
    padding: 35px 0 20px;
    border: solid 1px #0000001b;
    border-left: #fff;
    border-right: #fff;
}

.footer .content img {
    width: 200px;
    height: 100%;
}

.footer .content div {
    display: flex;
    flex-direction: column;
    max-width: 120px;
}

.footer .content div span {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer .content div a {
    color: #253324;
    font-size: 12px;
    margin-bottom: 15px;
}

.footer .content div .social {
    flex-direction: row;
    gap: 10px;
}

.footer .baseboard {
    font-family: 'Inter';
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.footer .baseboard span {
    font-size: 8px;
}

