body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding-top: 32px;*/
    background: url('../img/background.png') top center / 100% auto repeat-y;
}

/*@media (max-width: 1234px) {*/

/*    body,*/
/*    header {*/
/*        padding-top: 55px;*/
/*    }*/
/*}*/

/*@media (max-width: 926px) {*/

/*    body,*/
/*    header {*/
/*        padding-top: 74px;*/
/*    }*/
/*}*/

/*@media (max-width: 647px) {*/

/*    body,*/
/*    header {*/
/*        padding-top: 70px;*/
/*    }*/
/*}*/

/*@media (max-width: 528px) {*/

/*    body,*/
/*    header {*/
/*        padding-top: 95px;*/
/*    }*/
/*}*/

/*@media (max-width: 424px) {*/

/*    body,*/
/*    header {*/
/*        padding-top: 90px;*/
/*    }*/
/*}*/


html {
    scroll-behavior: smooth !important;
}

header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
}





/* ------------------------- HEADER ------------------------- */





/*.top-bar {*/
/*    background-color: #034EA2;*/
/*    color: white;*/
/*    font-size: 14px;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    z-index: 9999;*/
/*    padding: 5px 120px;*/
/*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
/*}*/

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.top-bar .contact-info a,
.top-bar .schedule a .top-bar .contact-info span,
.top-bar .schedule span {
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: white;
    text-decoration: none;
}

.svg-top {
    filter: brightness(0) invert(1);
    max-width: 15px;
}

@media (max-width: 768px) {
    .top-bar-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .schedule {
        margin-top: 5px;
    }
}

@media (max-width: 748px) {
    .top-bar {
        padding: 0px 40px;
        transition: 0.6s ease;
    }
}

@media (max-width: 398px) {
    .top-bar {
        padding: 0px 20px;
    }
}

.navbar {
    margin: 0px 120px;
    border-radius: 18px;
    /*backdrop-filter: blur(10px);*/
    min-height: 110px !important;
    margin-bottom: 0px !important;
    background-color: #ffffff;
    background-size: 150% auto;
    z-index: 99;
    background-position: bottom 0px right 50px;
    transition: 0.6s ease;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}

.navbar.scrolled {
    background-color: #fff;
    background-size: 150% auto;
    z-index: 99;
    background-position: bottom 0px right 50px;
    transition: 0.6s ease;
    filter: drop-shadow(0 10px 15px rgba(3, 78, 162, 0.2));
    transition: transform 0.3s ease-in-out;
}

/*.navbar-hidden {*/
/*    transform: translateY(-130%);*/
/*    transition: transform 0.3s ease-in-out;*/
/*}*/

.navbar-logo img {
    padding: 0px 20px;
    height: 80px;
}

.navbar-links {
    list-style: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    padding: 20px 20px 10px 20px;
    font-size: 16px;
}

.navbar-links li {
    margin: 0 10px;
}

.navbar-links a {
    color: #034EA2;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.navbar-links a:active {
    text-decoration: underline;
}

.navbar-links li a:after {
    content: "";
    position: absolute;
    background-color: #51B848;
    height: 3px;
    width: 0%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    transition: .35s ease;
}

.navbar-links li a:hover:after {
    width: 100%;
}

.navbar-links li a.active:after {
    width: 100%;
}

.navbar-links a:hover {
    text-decoration: none;
}

.navbar-links a:active {
    text-decoration: none;
    color: #284570;
}

.parceiro-navbar {
    display: inline;
}

.qmac-logo,
.contacts {
    margin: 0 20px;
}

.qmac-logo img {
    height: 60px;
}

.qmac-logo a {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    column-gap: 5px;
    text-decoration: none;
}

.navbar-links .separator {
    border: none;
    border-left: 3px solid rgb(3, 78, 162, 100);
    height: 7vh;
    width: 1px;
}

.contacts {
    color: #034EA2;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-weight: bolder;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 10;
}

.hamburger span {
    height: 3px;
    width: 25px;
    background-color: #034EA2;
    margin-bottom: 4px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

@media (min-width: 1556px) {
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 120px;
        flex-wrap: nowrap;
    }

    .navbar-logo {
        margin-right: auto;
    }

    .navbar-links {
        margin-left: auto;
    }
}

@media (max-width: 1555px) {
    .navbar {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        flex-wrap: nowrap;
    }

    .navbar-logo {
        margin: 0;
        padding-top: 10px;
    }

    .navbar-links {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px 20px 0px 20px;
    }
}

@media (max-width: 1424px) {
    .navbar-logo {
        margin: 0;
        padding-top: 0px;
    }

    .qmac-logo {
        display: none;
    }
}

@media (max-width: 1235px) {

    .navbar-links .whatsapp-icon,
    .navbar-row {
        display: none;
    }
}

@media (max-width: 1156px) {

    .navbar-links .contacts,
    .navbar-links .separator {
        display: none;
    }
}

@media (max-width: 1020px) {
    .navbar {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        text-align: center;
        flex-wrap: nowrap;
    }

    .navbar-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: inherit;
        align-items: center;
        overflow: hidden;
        max-height: 0;
        visibility: hidden;
        transition: max-height 0.3s ease, visibility 0s ease;
    }

    .hamburger {
        display: flex;
    }

    .navbar-links.active {
        background-color: #fff;
        max-height: 420px;
        padding: 20px;
        visibility: visible;
        box-shadow: 0 14px 28px #28457012, 0 10px 10px #28457022;
    }

    .navbar-links.active li {
        padding: 10px 0px;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 7px;
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: -7px;
    }

    .hamburger span {
        position: relative;
    }
}

@media (max-width: 748px) {
    .navbar {
        margin: 40px 40px;
    }

    .navbar-logo img {
        height: 70px;
    }
}

@media (max-width: 440px) {
    .navbar-logo img {
        height: 70px;
    }
}





/* ------------------------- FOOTER ------------------------- */




/* 
#footer-section {
    position: relative;
    height: 400px;
    overflow: hidden;
    color: #fff;
    background-color: transparent;
} */

.footer-white {
    position: absolute;
    background-color: white;
    bottom: 300px;
    padding: 20px;
    width: 80%;
    display: flex;
    margin: 0 10%;
    justify-content: space-between;
    border-radius: 18px;
    box-shadow: 0px 2px 20px 2px #034EA220;
    color: #034EA2;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: inherit;
}

.footer-column p,
.footer-column a {
    font-size: 16px;
    line-height: 1.5;
    color: #034EA2;
}

.footer-column a:hover {
    color: #284570;
    text-decoration: none;
}

.footer-column img {
    width: 24px;
    height: 24px;
    margin-bottom: 16px;
}

.footer-green {
    background-color: #EDF8EC;
    padding: 120px 40px;
    border-radius: 18px;
    padding-bottom: 20px;
    margin: 140px 120px 40px;
}

.footer-links {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links a {
    color: #51B848;
    text-decoration: none;
    margin: 0 10px;
}

.footer-links a:hover {
    text-decoration: none;
    color: #35912C;
}

.social-media img {
    max-height: 30px;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.footer-left,
.footer-right {
    flex: 1;
}

.footer-left a,
.footer-right a {
    text-decoration: none;
    color: #034ea2;
}

.footer-left a {
    display: flex;
    gap: 10px;
}

.footer-left a:hover,
.footer-right a:hover {
    text-decoration: none;
    color: #284570;
}

.footer-left img {
    max-height: 50px;
}

.footer-center {
    text-align: center;
    flex: 2;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}

.footer-links,
.footer-center h3 {
    font-weight: bold;
    color: #51B848;
    font-size: 22px;
    margin-bottom: 25px;
}

.footer-center img {
    max-width: 150px;
    margin-bottom: 10px;
}

.footer-separator {
    border-top: 1px solid #51B84850;
    margin: 20px auto;
    width: 95%;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.footer-bottom img {
    max-width: 100px;
}

.footer-left {
    display: flex;
    align-items: center;
}

.footer-left,
.footer-right {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    color: #034EA2;
}

.footer-right {
    text-align: right;
}

.footer-right-bottom {
    font-size: 16px;
    line-height: 1.5;
    color: #034EA2;
    display: grid;
    align-items: center;
    column-gap: 10px;
}

.footer-right-bottom a {
    color: #034EA2;
}

.footer-right-bottom a:hover,
.footer-right-bottom a:active {
    text-decoration: none;
}

.footer-right-bottom p {
    margin-bottom: 0 !important;
}

@media (max-width: 1250px) {
    .footer-white {
        width: 80%;
        bottom: 330px;
    }
}

@media (max-width: 1100px) {
    .footer-white {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        /*width: 70%;*/
        bottom: 580px;
    }

    .footer-column {
        width: 45%;
        align-items: center;
        text-align: center;
    }

    .footer-green {
        margin: 240px 60px 40px;
        padding: 100px 30px 20px;
    }

    .footer-info {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        width: 100%;
        text-align: center;
    }

    .footer-left {
        display: inherit;
        justify-content: center;
    }

    .footer-right-bottom {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .footer-white {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        width: 85%;
        bottom: 600px;
    }

    .footer-green {
        margin: 220px 30px 40px;
        padding: 90px 20px 20px;
    }

    .footer-links {
        flex-direction: column;
        gap: 15px;
    }

    .footer-links div {
        text-align: center;
    }

    .social-media {
        display: flex;
        gap: 15px;
        justify-content: center;
    }

    .footer-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        width: 100%;
    }

    .footer-separator {
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .footer-white {
        flex-wrap: wrap;
        justify-content: center;
        bottom: 720px;
        gap: 15px;
    }

    .footer-column {
        width: 100%;
    }

    .footer-green {
        margin: 400px 20px 40px;
        padding: 80px 15px 20px;
    }

    .footer-links a {
        display: block;
        margin: 5px 0;
    }

    .footer-center h3 {
        font-size: 18px;
    }

    .footer-left img {
        max-width: 100px;
        height: auto;
    }

    .footer-right-bottom {
        grid-template-columns: 1fr;
        row-gap: 5px;
    }

    .footer-bottom img {
        max-width: 80px;
    }

    .span {
        display: none;
    }
}

@media (max-width: 390px) {
    .footer-white {
        bottom: 780px;
    }
}





/* ------------------------- PÁGINA INICIAL ------------------------- */





.home-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-home {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.home-panel {
    width: 100%;
    gap: 40px;
    display: flex;
    justify-content: space-between;
}

.cover-section-home {
    width: 60%;
}

.form-section-home {
    width: 40%;
}

.home-grid {
    display: grid;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    /* padding: 0px 20px; */
    padding: 80px 20px 0px 20px;
    align-items: center;
}

.title-home {
    font-size: 4.5rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
    text-align: left;
}

.subtitle-home {
    line-height: 1.3;
    font-size: 2.2rem;
    margin-bottom: 30px;
    color: #fff;
}

.regular-buttons .btn {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    min-width: 170px;
    font-size: 15px;
    transition: background-color 0.3s ease;
}

.regular-buttons .btn-solid {
    background-color: #51B848;
    color: white;
}

.regular-buttons .btn-solid:hover {
    background-color: #35912C;
    color: white;
}

.regular-buttons .btn-solid:active {
    background-color: #10CB00;
    color: white;
}

.form-home {
    background-color: #00000040;
    color: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    width: 100%;
    min-height: 400px;
}

.form-home h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.steps {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.step {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: white;
    font-size: 1.2rem;
    font-weight: bold;
    color: #034EA2;
    transition: 0.3s;
}

.step.active,
.step.filled {
    background-color: #51B848;
    color: white;
}

.form-step {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.form-step.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.form-home h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.form-home form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-home input,
.input-group select,
.custom-select-trigger-step3 {
    padding: 10px;
    border-radius: 8px;
    border: none;
    width: 100%;
    font-size: 14px;
    color: #034EA2 !important;
    background-color: white;
    display: inline-flex
}

.custom-select-trigger-step3 {
    cursor: pointer;
}

.custom-select-trigger-step3::after {
    content: "▾";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

::placeholder {
    color: #034EA2 !important;
}

.form-home button {
    background-color: #51B848;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
}

.form-home button:hover {
    background-color: #35912C;
    color: #fff;
}

.form-home button:active {
    background-color: #10CB00;
    border: 1pt solid #fff;
}

.form-home .prev-step {
    background-color: white;
    color: #51B848;
    padding: 10px 20px;
    text-decoration: none;
    border: 1pt solid #51B848;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
}

.form-details,
.buttons-form-home {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    flex-direction: row;
}

.prev-step,
.next-step,
.submit-form {
    width: 100%;
}

.input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.custom-options-step3 {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    color: #51B848;
    border: 1px solid #ccc;
    border-radius: 8px;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.custom-options-step3 label {
    display: table;
    margin-bottom: 8px;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-right: 10px !important;
}

.custom-options-step3 input {
    margin-right: 8px;
}

.file-upload input[type="file"] {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
}

textarea {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background-color: white;
    color: #333;
    height: 80px;
    font-size: 14px !important;
    resize: none !important;
}

textarea:focus {
    outline: none;
    border-color: #51B848;
    box-shadow: 0 0 5px rgba(81, 184, 72, 0.5);
}

@media (max-width: 990px) {

    .cover-section-home,
    .form-section-home {
        width: 100%;
    }

    .home-panel {
        flex-direction: column;
        gap: 0px;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .home-panel {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .cover-section-home {
        width: 100%;
        margin: 0 auto 2rem 0;
    }

    .form-section-home {
        width: 100%;
    }

    .cover-home {
        text-align: left;
        position: relative;
    }

    .form-home {
        width: 100%;
        position: relative;

    }
}

@media (max-width: 768px) {
    .home-panel {
        flex-direction: column;
        gap: 35px;
    }

    .cover-section-home,
    .form-section-home {
        width: 100%;
    }
}

/* @media (max-width: 991px) {
    .home-section {
        height: 140vh;
        /* margin-top: 80px; 
    }
}
*/
@media (max-width: 470px) {
    .home-section {
        height: 155vh;
        /* height: calc(245vh + 38%); */
    }
}

@media (max-width: 375px) {
    .home-section {
        min-height: 200vh;
        min-height: 200svh;
    }
}





/* ------------------------- ABAIXO DA HERO SECTION ------------------------- */





.section-about-us {
    margin: 120px 20px 40px 20px;
    background-color: #EDF8EC;
    position: relative;
    border-radius: 12px;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.background-image {
    width: 110%;
    height: auto;
    object-fit: cover;
    position: relative;
    margin-top: 50px;
    margin-left: -50px;
}

@media (max-width: 991px) {
    .background-image {
        display: none;
    }
}

.content {
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 20px;
}

.title {
    font-size: 24px;
    font-weight: bold;
    color: #51B848;
    line-height: 1.5;
    margin-bottom: 20px;
}

.title-bigger {
    font-size: 36px;
    font-weight: bold;
    color: #034EA2;
}

.top-text-right {
    font-size: 20px;
    text-align: right;
    color: #034EA2;
    line-height: 1.5;
}

.columns {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.column-left,
.column-right {
    width: 48%;
}

.title-blue {
    font-size: 20px;
    font-weight: 500;
    color: #034EA2;
    margin-bottom: 15px;
}

.text,
.text2 {
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
    margin-bottom: 20px;
}

.text a,
.text2 a {
    color: #444444;
}

@media (max-width: 768px) {
    .background-image {
        width: 100%;
        margin-left: 0;
        margin-top: -10px;
    }

    .columns {
        flex-direction: column;
        align-items: center;
    }

    .column-left,
    .column-right {
        width: 100%;
        margin-bottom: 20px;
    }

    .title {
        font-size: 20px;
    }

    .title-bigger {
        font-size: 30px;
    }

    .title-blue {
        font-size: 18px;
    }

    .text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 18px;
    }

    .title-bigger {
        font-size: 26px;
    }

    .title-blue {
        font-size: 16px;
    }

    .text {
        font-size: 13px;
    }
}

.section-partnerships {
    padding: 40px 20px;
}

.partnerships-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.image-container {
    width: 60%;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.btn-outline {
    background-color: white;
    color: #51B848;
    border: 2px solid #51B848;
    padding: 10px 20px;
    min-width: 180px;
    font-size: 16px;
    align-self: center;
    font-weight: bold;
    border-radius: 8px;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.btn-outline:hover {
    background-color: #35912C;
    color: white;
    text-decoration: none;
}

.btn-outline:active {
    background-color: #10CB00;
    color: white;
    text-decoration: none;
}

.centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (max-width: 768px) {
    .partnerships-content {
        flex-direction: column;
        text-align: center;
    }

    .text-container {
        width: 100%;
    }

    .image-container {
        width: 50%;
    }
}

.section-operating-areas {
    text-align: left;
    padding: 40px 20px 80px 20px;
}

.buttons-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.btn-outline.active {
    background-color: #51B848;
    color: white;
}

.zone-content {
    display: flex;
    align-items: flex-start;
}

.map-inicial {
    width: 40%;
    align-self: center;
}

.info-map-inicial {
    width: 60%;
}

.map-inicial-container {
    margin: auto;
    text-align: center;
}

.mapa-portugal-svg,
.mapa-europa-svg {
    width: 50%;
    height: auto;
}

.district:hover,
.country:hover {
    cursor: pointer;
    fill: #08274A;
}

.map-tooltip {
    position: absolute;
    display: none;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 14px;
    pointer-events: none;
    z-index: 999;
    white-space: nowrap;
}

.legend-container {
    width: 50%;
    text-align: left;
}

.legend-items {
    margin-top: 20px;
}

.legend-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.legend-color {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    flex-shrink: 0;
    margin-top: 5px;
}

.legend-texts {
    display: flex;
    flex-direction: column;
}

.legend-title {
    font-size: 16px;
    margin: 0;
}

.legend-description {
    font-size: 14px;
    color: #444444;
}

@media (max-width: 1024px) {

    .legend-container,
    .map-inicial-container {
        width: 100%;
        text-align: center;
    }

    .legend-container {
        margin-top: 30px;
    }

    .mapa-portugal-svg,
    .mapa-europa-svg {
        width: 55%;
    }

}

@media (max-width: 768px) {
    .zone-content {
        flex-direction: column;
        align-items: stretch;
    }

    .legend-container,
    .map-inicial-container {
        width: 100%;
        text-align: center;
    }

    .legend-container {
        margin-top: 30px;
    }

    .buttons-container {
        flex-direction: column;
        gap: 10px;
    }

    .legend-item {
        align-items: flex-start;
    }

    .legend-color {
        width: 30px;
        height: 30px;
        margin-top: 3px;
    }

    .legend-title {
        font-size: 14px;
    }

    .legend-description {
        font-size: 13px;
    }

    .mapa-portugal-svg,
    .mapa-europa-svg {
        width: 90%;
    }

    .info-map-inicial {
        width: 100%;
    }
}


@media (max-width: 480px) {
    .section-operating-areas {
        padding: 30px 10px 60px 10px;
    }

    .legend-color {
        width: 24px;
        height: 24px;
    }

    .legend-title {
        font-size: 13px;
    }

    .legend-description {
        font-size: 12px;
    }

    .map-tooltip {
        font-size: 12px;
        padding: 5px 8px;
    }

    .mapa-portugal-svg,
    .mapa-europa-svg {
        width: 100%;
    }
}

.section-services {
    background: linear-gradient(180deg, #E5EDF6, #EDF8EC);
    padding: 60px 40px;
}

.services-content {
    display: grid;
    grid-template-columns: 0.8fr 2.2fr;
    gap: 20px;
    max-width: 1400px;
    margin: 0 20px;
}

.left-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.column-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-center,
.card-offset {
    position: relative;
    width: 100%;
    z-index: 0;
    transition: transform 0.3s ease;
}

.central a:hover,
.right a:hover {
    text-decoration: none;
    transform: translateY(-10px);
}

.central a h3:hover,
.right a h3:hover {
    color: #35912C;
    text-decoration: none;
}

.card-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}

.card-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    height: 250px;
    flex-direction: column;
    padding-bottom: 60px;
}

.icon-top {
    max-height: 70px;
}

.services-icon-svg {
    width: 20%;
    height: auto;
    align-self: flex-start;
}

.card-content h3 {
    margin-top: 20px;
    color: #51B848;
    font-size: 22px;
}

.card-content .subtitulo {
    font-size: 16px;
    color: #444;
    margin-top: 8px;
    padding-right: 45px;
}

.final-texts {
    font-size: 16px;
    line-height: 1.5;
    color: #034EA2;
    margin-bottom: 20px;
}

.central-columns {
    display: flex;
    gap: 20px;
}

@media (max-width: 1200px) {
    .services-icon-svg {
        width: 20% !important;
    }

    .card-content h3 {
        font-size: 20px;
    }

    .services-content {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .card-center,
    .card-offset {
        margin-bottom: 40px;
    }

    .central-columns {
        flex-direction: row;
        gap: 20px;
    }

    .left-column,
    .column-cards {
        width: 100%;
    }

    .column-cards {
        flex: 1;
    }

    .column-cards.centro,
    .column-cards.direita {
        width: 50%;
    }

    .top-text-right {
        display: none;
    }
}

@media (max-width: 991px) {
    .services-icon-svg {
        width: 18% !important;
    }

    .card-content h3 {
        font-size: 18px;
    }

    .icon-top {
        max-height: 35px;
    }

    .services-content {
        grid-template-columns: 1fr 1fr;
        padding: 0 20px;
    }

    .card-content {
        height: auto;
        padding-bottom: 20px;
    }

    .card-content .subtitulo {
        font-size: 14px;
        padding-right: 20px;
    }

    .final-texts {
        font-size: 14px;
    }

    .card-center,
    .card-offset {
        margin-bottom: 0px;
        min-height: 200px;
    }
}

@media (max-width: 768px) {
    .services-content {
        grid-template-columns: 1fr;
    }

    .left-column {
        width: 100%;
    }

    .central-columns {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .column-cards.center,
    .column-cards.right {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .card-center,
    .card-offset {
        margin-bottom: 20px;
        min-height: 280px;
    }

    .icon-top {
        max-height: 80px;
    }

    .services-icon-svg {
        width: 18% !important;
    }

    .card-content h3 {
        font-size: 19px;
    }

    .card-content .subtitulo {
        font-size: 18px;
    }
}

@media (max-width: 600px) {

    .card-center,
    .card-offset {
        margin-bottom: 20px;
        min-height: 255px;
    }
}

@media (max-width: 550px) {
    .icon-top {
        width: 70%;
    }

    .card-center,
    .card-offset {
        margin-bottom: 20px;
        min-height: auto;
    }

    .card-content {
        padding: 20px;
        height: 200px;
    }

    .card-content h3 {
        font-size: 17px;
    }

    .card-content .subtitulo {
        font-size: 16px;
        padding-right: 20px;
    }

    .icon-top {
        max-height: 40px;
    }

    .services-icon-svg {
        width: 20% !important;
    }

    .final-texts {
        font-size: 15px;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .section-services {
        padding: 60px 0px;
    }

    .card-svg {
        display: none;
    }

    .card-center,
    .card-offset {
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .card-content {
        height: auto;
    }
}

.section-gallery {
    padding: 80px 20px 40px 20px;
}

.inner-container {
    width: auto;
    height: 100%;
}

.masonry {
    padding: 0;
}

.item {
    display: inline-block;
    border-radius: 8px;
    margin: 0 0 10px;
    width: 100%;
    box-shadow: 2px 2px 4px 0 #034EA220;
    overflow: hidden;
    cursor: pointer;
}

.item img {
    width: 100%;
    border-radius: 8px;
    transition: transform .5s ease;
}

.item:hover img {
    transform: scale(1.2);
}

.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.85);
}

.lightbox-content {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 80vh;
    border-radius: 6px;
    box-shadow: 0 0 20px #000;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.lightbox-close:hover {
    color: #ccc;
}


@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.section-faqs {
    padding: 40px 20px;
}

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.faq-card {
    background: linear-gradient(180deg, #E5EDF6, #EDF8EC);
    border-radius: 8px;
    padding: 40px 20px;
    color: #034EA2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s ease;
    cursor: pointer;
    flex: 1 1 calc(25% - 24px);
    min-width: 240px;
    position: relative;
    text-align: center;
    gap: 20px;
    box-shadow: 2px 2px 4px 0 #034EA220;
}

.faq-card.expanded {
    flex: 1 1 100%;
    padding-bottom: 40px;
    z-index: 2;
}

.expanded-content {
    width: 100%;
}

.expanded-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.mini-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 2px 2px 4px 0 #034EA220;
    text-align: center;
    transition: transform 0.3s ease;
}

.mini-card:hover {
    transform: translateY(-10px);
}

.mini-card h4 {
    font-size: 16px;
    color: #51B848;
    margin-bottom: 8px;
    font-weight: bold;
}

.mini-card p {
    font-size: 14px;
    color: #034EA2;
}

@media (max-width: 1005px) {
    .faq-grid {
        flex-direction: column;
        align-items: center;
    }

    .faq-card {
        flex: 1 1 100%;
        min-width: 100%;
        padding: 30px 15px;
    }

    .faq-card.expanded {
        padding-bottom: 20px;
    }

    .expanded-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }

    .mini-card {
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .faq-card {
        padding: 20px 10px;
    }

    .expanded-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .mini-card {
        padding: 15px 10px;
    }
}





/* ------------------------- QUEM SOMOS ------------------------- */





.section-top {
    padding: 40px 20px 0px 20px;
}

.title-top {
    font-size: 30px;
    font-weight: bold;
    color: #51B848;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
}

.section-breadcrumbs .breadcrumbs-container {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.section-breadcrumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: 50% 95%;
}

.section-breadcrumbs .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #41320165;
    display: flex;
    align-items: center;
    padding-left: 120px;
}

.breadcrumbs,
.breadcrumbs a {
    color: white !important;
    font-size: 18px;
    margin-bottom: -140px;
}

.breadcrumbs a:hover {
    text-decoration: none;
    transition: 0.3s;
    color: #034EA2 !important;
}

@media (max-width: 480px) {
    .section-breadcrumbs .overlay {
        padding-left: 60px;
    }
}

.section-about-us {
    text-align: center;
    padding: 40px 20px;
}

.about-us-svg {
    width: 30%;
    margin: 20px auto;
}

.dynamic-text {
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
}

.section-history {
    padding: 40px 20px;
}

.section-oficial-partner {
    padding: 40px 20px;
}

.oficial-partner-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
    margin: 15px 0px;
}

.oficial-partner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 45%;
    border-radius: 15px;
}

.oficial-partner-image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 72%;
    border-radius: 15px;
}

.oficial-partner-image-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 90%;
    border-radius: 15px;
}

.oficial-partner-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.oficial-partner-subtitle {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
}

.section-testimonials {
    padding: 40px 20px;
    justify-content: center;
}

.testimonials-container {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    position: relative;
}

.testimonial-box {
    padding: 40px;
    border-radius: 12px;
    background: linear-gradient(180deg, #E5EDF6, #EDF8EC);
    flex: 1;
    text-align: center;
    align-content: center;
    min-height: 305px;
    transition: opacity 0.5s ease;
}

.testimonial-name {
    font-size: 20px;
    margin-bottom: 20px;
    color: #034ea2;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
    font-style: italic;
}

.arrow {
    width: 40px;
    height: 60px;
    background-color: #E5EDF6;
    color: #034EA2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.ri-arrow-left-s-fill,
.ri-arrow-right-s-fill {
    font-size: 20px;
}

.arrow:hover {
    background-color: #bfd7f1;
}

@media (max-width: 768px) {
    .testimonials-container {
        flex-direction: column;
        align-items: stretch;
    }

    .arrow {
        width: 100%;
        height: 40px;
        margin: 10px 0;
    }

    .testimonial-box {
        padding: 20px;
        min-height: auto;
    }

    .testimonial-name {
        font-size: 18px;
    }

    .testimonial-text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .testimonial-name {
        font-size: 16px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .arrow {
        font-size: 16px;
        padding: 8px;
    }
}




/* ------------------------- PÁGINA DO SELF STORAGE ------------------------- */





.section-page-services {
    padding: 40px 20px;
}

.services-wrapper {
    background: linear-gradient(180deg, #E5EDF6, #EDF8EC);
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
}

.services-box {
    display: flex;
    gap: 20px;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.services-buttons {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-btn {
    padding: 12px 20px;
    background-color: white;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
    border: solid 1pt #51B848;
    color: #51B848;
    font-size: 16px;
    text-align: center;
    outline: none !important;
}

.service-btn.active,
.service-btn:hover {
    background-color: #51B848;
    color: #fff;
}

.services-right {
    width: 75%;
    background-color: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 2px 2px 4px 0 #034EA220;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-title {
    font-size: 22px;
    color: #51B848;
    margin-bottom: 10px;
    font-weight: bold;
}

.services-subtitle {
    font-size: 1.2rem;
    color: #444444;
    margin-bottom: 25px;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.services-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #444444;
}

.service-features li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #444444;
}

.service-features li svg {
    width: 24px;
    height: auto;
    margin-right: 5px;
}

@media (max-width: 992px) {
    .services-box {
        flex-direction: column;
    }

    .services-buttons {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-btn {
        flex: 1 1 calc(50% - 10px);
        text-align: center;
    }

    .services-right {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {

    .services-wrapper {
        padding: 20px 15px;
    }

    .service-btn {
        flex: 1 1 100%;
        font-size: 15px;
        padding: 10px 15px;
    }

    .service-features {
        padding: 0% !important;
    }

    .services-title {
        font-size: 20px;
    }

    .services-subtitle {
        font-size: 1rem;
    }

    .services-right {
        padding: 10px;
    }

    .regular-buttons .btn {
        min-width: 170px;
    }
}

.section-adicional-services {
    padding: 40px 20px;
}

.header-section {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

@media (min-width: 768px) {
    .section-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .services-subtext {
        text-align: right;
        max-width: 450px;
    }
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.service-card {
    background: linear-gradient(180deg, #E5EDF6, #EDF8EC);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 2px 2px 4px 0 #034EA220;
    text-align: center;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #034EA2;
    text-align: center;
}

.service-text {
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
}

.section-help {
    padding: 40px 20px;
}

.section-moving-services {
    padding: 40px 20px;
}

.moving-services-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.moving-card {
    flex: 1 1 calc(25% - 30px);
    background: linear-gradient(180deg, #E5EDF6, #EDF8EC);
    box-shadow: 2px 2px 4px 0 #034EA220;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease;
}

.moving-card:hover {
    transform: translateY(-10px);
}

.moving-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.card-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #034EA2;
}

.card-text {
    font-size: 16px;
    color: #444444;
}

.moving-bottom-text {
    margin-top: 30px;
    font-size: 22px;
    text-align: center;
    max-width: 1200;
    font-weight: bold;
    color: #51B848;
}

.section-distinctions {
    background: linear-gradient(180deg, #E5EDF6, #EDF8EC);
    padding: 60px 40px;
}

.distinctions-content {
    display: flex;
    gap: 20px;
}

.left-column,
.right-column {
    flex: 1;
}

.spacer {
    height: 80px;
}

.distinction-card {
    display: flex;
    align-items: center;
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.distinction-card:hover {
    transform: translateY(-10px);
}

.card-text {
    flex: 1;
}

.card-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.card-description {
    font-size: 16px;
    margin-right: 10px;
}

.card-icon {
    width: 60px;
    height: 60px;
    opacity: 0.3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon img {
    max-width: 100%;
    max-height: 100%;
}

.right-column .title {
    margin-bottom: 20px;
}

.right-column .text {
    font-size: 16px;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .distinctions-content {
        flex-direction: column;
    }

    .left-column,
    .right-column {
        width: 100%;
    }

    .card-title {
        font-size: 18px;
    }

    .card-description {
        font-size: 15px;
    }

    .right-column .text {
        font-size: 15px;
    }

    .card-icon {
        width: 50px;
        height: 50px;
    }

    .spacer {
        display: none;
    }

    .distinctions-content {
        gap: 0px;
    }
}

@media (max-width: 768px) {
    .section-distinctions {
        padding: 50px 30px;
    }

    .distinction-card {
        flex-direction: row;
        align-items: flex-start;
        padding: 15px;
    }

    .card-title {
        font-size: 17px;
    }

    .card-description {
        font-size: 14px;
    }

    .right-column .text {
        font-size: 14px;
    }

    .card-icon {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .section-distinctions {
        padding: 40px 20px;
    }

    .distinction-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .card-title {
        font-size: 16px;
    }

    .card-description {
        font-size: 14px;
        margin-right: 0;
    }

    .right-column .text {
        font-size: 13.5px;
    }

    .card-icon {
        width: 35px;
        height: 35px;
        opacity: 0.25;
    }

    .spacer {
        height: 40px;
    }
}

.section-extra-space {
    padding: 40px 20px;
}

.extra-space-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.extra-space-card {
    flex: 1 1 calc(25% - 30px);
    background: linear-gradient(180deg, #E5EDF6, #EDF8EC);
    box-shadow: 2px 2px 4px 0 #034EA220;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease;
}

.extra-space-card:hover {
    transform: translateY(-10px);
}

.section-extra {
    padding: 40px 20px;
}

.extras-wrapper {
    background: linear-gradient(180deg, #E5EDF6, #EDF8EC);
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
}

.extras-box {
    display: flex;
    gap: 20px;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.extras-buttons {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.extra-btn {
    padding: 12px 20px;
    background-color: white;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
    border: solid 1pt #51B848;
    color: #51B848;
    font-size: 16px;
    text-align: center;
    outline: none !important;
}

.extra-btn.active,
.extra-btn:hover {
    background-color: #51B848;
    color: #fff;
}

.extras-right {
    width: 75%;
    background-color: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 2px 2px 4px 0 #034EA220;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.extras-title {
    font-size: 22px;
    color: #51B848;
    margin-bottom: 10px;
    font-weight: bold;
}

.extra-features li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #444444;
}

.extra-features li svg {
    width: 24px;
    height: auto;
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .extras-buttons {
        width: 30%;
    }

    .extras-right {
        width: 70%;
        padding: 25px;
    }

    .extra-btn {
        font-size: 15px;
        padding: 10px 16px;
    }

    .extras-title {
        font-size: 20px;
    }

    .extra-features li {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .extras-box {
        flex-direction: column;
        gap: 30px;
    }

    .extras-buttons,
    .extras-right {
        width: 100%;
    }

    .extra-btn {
        font-size: 15px;
        text-align: center;
    }

    .extras-right {
        padding: 20px;
    }

    .extras-title {
        font-size: 19px;
        text-align: center;
    }

    .extra-features li {
        font-size: 14.5px;
        text-align: left;
    }

    .extra-features li svg {
        width: 20px;
    }
}

@media (max-width: 480px) {
    .extras-wrapper {
        padding: 30px 20px;
    }

    .extra-btn {
        font-size: 14px;
        padding: 10px 12px;
    }

    .extras-title {
        font-size: 18px;
    }

    .extra-features li {
        font-size: 14px;
    }

    .extra-features li svg {
        width: 18px;
    }

    .extra-features {
        padding: 0;
    }
}

.section-items-allowed {
    padding: 40px 20px;
}

.items-allowed-wrapper {
    background: linear-gradient(180deg, #E5EDF6, #EDF8EC);
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
}

.items-allowed-row {
    display: grid;
    grid-template-columns: 0.5fr 3fr;
    align-items: center;
    gap: 20px;
    align-items: start;
}

.items-allowed-icon img {
    max-width: 80px;
}

.items-allowed-title {
    font-size: 20px;
    color: #034EA2;
    margin-bottom: 15px;
    font-weight: bold;
}

.items-allowed-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
}

.items-allowed-list li {
    margin-bottom: 8px;
    color: #444444;
    font-size: 16px;
}

.items-allowed-list li svg {
    width: 24px;
    height: auto;
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .items-allowed-icon img {
        max-width: 70px;
    }

    .items-allowed-title {
        font-size: 18px;
    }

    .items-allowed-list li {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .items-allowed-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

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

    .items-allowed-icon img {
        max-width: 65px;
    }

    .items-allowed-title {
        text-align: center;
        font-size: 17px;
    }

    .items-allowed-list {
        text-align: left;
    }

    .items-allowed-list li {
        font-size: 15px;
    }

    .items-allowed-list li svg {
        width: 20px;
    }
}

@media (max-width: 480px) {
    .items-allowed-wrapper {
        padding: 30px 20px;
    }

    .items-allowed-title {
        font-size: 16px;
    }

    .items-allowed-list li {
        font-size: 14.5px;
    }

    .items-allowed-list li svg {
        width: 18px;
    }

    .items-allowed-icon img {
        max-width: 60px;
    }
}






/* ------------------------- PÁGINA DA GALERIA ------------------------- */





.gallery-section {
    padding: 40px 20px;
}

.gallery-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.gallery-buttons button {
    padding: 12px 20px;
    background-color: white;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
    border: solid 1pt #51B848;
    color: #51B848;
    font-size: 16px;
    text-align: center;
    outline: none !important;
}

.gallery-buttons button.active,
.gallery-buttons button:hover {
    background-color: #51B848;
    color: #fff;
}

.gallery-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: nowrap;
    transition: all 0.3s ease;
}

.gallery-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gallery-item {
    display: block;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img.square {
    width: 344px;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0 #034EA220;
    transition: all 0.3s ease;
}

.gallery-item img.rectangle {
    width: 344px;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0 #034EA220;
    transition: all 0.3s ease;
}

.gallery-item:hover img.square,
.gallery-item:hover img.rectangle {
    transform: scale(1.2);
}

.gallery-item.hidden {
    display: none !important;
}

.gallery-grid.filtered {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.gallery-grid.filtered .gallery-column {
    display: contents;
}

.gallery-grid.filtered .gallery-item img {
    width: 344px;
    height: 300px;
    object-fit: cover;
}

@media (min-width: 1280px) {
    .gallery-grid {
        flex-wrap: nowrap;
    }

    .gallery-column {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .gallery-grid.filtered .gallery-column {
        display: contents;
    }
}

@media (max-width: 1279px) {
    .gallery-column {
        width: auto;
    }

    .gallery-item img.square,
    .gallery-item img.rectangle,
    .gallery-grid.filtered .gallery-item img {
        width: 300px;
        height: 300px;
        object-fit: cover;
    }

    .gallery-item:hover img.square,
    .gallery-item:hover img.rectangle {
        transform: scale(1.05);
    }
}

@media (max-width: 1024px) {
    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        flex-wrap: unset;
        justify-content: center;
    }

    .gallery-column {
        width: auto;
        display: contents;
    }

    .gallery-item img.square,
    .gallery-item img.rectangle,
    .gallery-grid.filtered .gallery-item img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}


@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item img.square,
    .gallery-item img.rectangle,
    .gallery-grid.filtered .gallery-item img {
        height: auto;
        aspect-ratio: 1 / 1;
        /* altura igual à largura */
        object-fit: cover;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item img.square,
    .gallery-item img.rectangle,
    .gallery-grid.filtered .gallery-item img {
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-height: 300px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 4px 0 #034EA220;
}

.video-wrapper video {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #034EA2;
    color: white;
    border: none;
    font-size: 32px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 2px 2px 4px 0 #034EA220;
    transition: background-color 0.3s;
}

.play-button:hover {
    background-color: #023b7f;
}





/* ------------------------- PÁGINA DAS DICAS ÚTEIS ------------------------- */





.section-steps-list {
    padding: 40px 20px;
}

.steps-list-wrapper {
    background: linear-gradient(180deg, #E5EDF6, #EDF8EC);
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
}

.steps-list-row {
    display: grid;
    grid-template-columns: 0.5fr 3fr;
    align-items: center;
    gap: 20px;
    align-items: start;
}

.steps-list-icon img {
    max-width: 80px;
}

.steps-list-title {
    font-size: 20px;
    color: #034EA2;
    margin-bottom: 15px;
    font-weight: bold;
}

.steps-list-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
}

.steps-list-list li {
    margin-bottom: 8px;
    color: #444444;
    font-size: 16px;
}

.steps-list-list li svg {
    width: 24px;
    height: auto;
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .steps-list-row {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .steps-list-icon {
        max-width: 100px;
        margin-bottom: 15px;
        align-self: center;
    }

    .steps-list-title {
        text-align: center;
        font-size: 18px;
    }

    .steps-list-list ul {
        margin-left: 0;
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    .steps-list-wrapper {
        padding: 30px 20px;
    }

    .steps-list-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .steps-list-list li {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .steps-list-list li svg {
        width: 20px;
    }

    .steps-list-icon img {
        max-width: 60px;
    }
}

.section-guide {
    padding: 40px 20px 0px 20px;
}

.guide {
    width: 100%;
    gap: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guide li {
    margin-bottom: 8px;
    color: #444444;
    font-size: 16px;
}

.guide li svg {
    width: 24px;
    height: auto;
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .guide {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .guide ul {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .guide li {
        font-size: 14px;
    }

    .guide li svg {
        width: 20px;
    }
}

.section-pack {
    padding: 40px 20px;
}

.pack-wrapper {
    background: linear-gradient(180deg, #E5EDF6, #EDF8EC);
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
}

.pack-title {
    font-size: 20px;
    color: #034EA2;
    margin-bottom: 15px;
    font-weight: bold;
}

.pack-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
}

.pack-list li {
    margin-bottom: 8px;
    color: #444444;
    font-size: 16px;
}

.pack-list li svg {
    width: 24px;
    height: auto;
    margin-right: 5px;
}

.section-food {
    padding: 40px 20px;
}

.food-wrapper {
    background: linear-gradient(180deg, #E5EDF6, #EDF8EC);
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
}

.food-title {
    font-size: 20px;
    color: #034EA2;
    margin-bottom: 15px;
    font-weight: bold;
}

.food-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
}

.food-list li {
    margin-bottom: 8px;
    color: #444444;
    font-size: 16px;
}

.food-list li svg {
    width: 24px;
    height: auto;
    margin-right: 5px;
}

.section-specific {
    padding: 40px 20px;
}

.specific-wrapper {
    background: linear-gradient(180deg, #E5EDF6, #EDF8EC);
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
}

.specific-title {
    font-size: 20px;
    color: #034EA2;
    margin-bottom: 15px;
    font-weight: bold;
}

.specific-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
}

.specific-list li {
    margin-bottom: 8px;
    color: #444444;
    font-size: 16px;
}

.specific-list li svg {
    width: 24px;
    height: auto;
    margin-right: 5px;
}





/* ------------------------- PÁGINA DO ORÇAMENTO ------------------------- */





.section-cotations {
    background: linear-gradient(180deg, white, #EDF8EC);
}

.cotations {
    padding: 40px 20px;
}

.cotation-form {
    margin: 0 auto;
    padding: 40px 0px;
}

.cotation-form-group,
.cotation-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.cotation-form-group input,
.cotation-form-group textarea,
.cotation-form-row input,
.cotation-form-row select,
.custom-select-trigger {
    padding: 10px;
    border-radius: 8px;
    border: 1pt solid #51B848 !important;
    width: 100%;
    font-size: 14px;
}

.cotation-form-group input::placeholder,
.cotation-form-group textarea::placeholder,
.cotation-form-row input::placeholder,
.cotation-form-row select::placeholder {
    color: #51B848 !important;
}

.cotation-form-row input,
.cotation-form-row select,
.custom-multiselect {
    flex: 1;
    min-width: calc(50% - 10px);
    color: #51B848 !important;
}

.cotation-form-upload {
    height: 50px;
    background-color: white;
    color: #51B848 !important;
}

.custom-multiselect {
    position: relative;
    width: 100%;
    font-family: inherit;
    margin-bottom: 15px;
}

.custom-select-trigger {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

.custom-select-trigger::after {
    content: "▾";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.custom-options {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.custom-options label {
    margin-bottom: 8px;
    margin-right: 10px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.label-textarea label {
    position: absolute;
    background: white;
    padding: 0 4px;
    font-size: 14px;
    color: #51B848;
}

.file-upload input[type="file"] {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
}

.section-form-works {
    padding: 60px 20px 40px 20px;
}

.section-locations-footer {
    background: linear-gradient(180deg, #EDF8EC, white);
    padding: 60px 40px 0px 40px;
}

.locations-footer-content {
    display: flex;
    gap: 20px;
}

.locations-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.locations-moving li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #444444;
    display: flex;
    align-items: center;
}

.locations-moving li svg {
    width: 24px;
    height: auto;
    margin-right: 5px;
}

@media (max-width: 1200px) {
    .locations-moving ul {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .locations-footer {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-locations-footer {
        padding: 60px 40px 60px 40px;
    }
}

@media (max-width: 500px) {
    .locations-footer {
        grid-template-columns: 1fr;
    }

    .section-locations-footer {
        padding: 60px 40px 0px 40px;
    }
}





/* ------------------------- PÁGINA DOS CONTACTOS ------------------------- */





.section-contacts {
    padding: 40px 20px;
}

.contacts-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    text-align: center;
}

.column-contacts,
.detailed-contacts {
    border-radius: 8px;
    padding: 20px;
    box-shadow: 2px 2px 4px 0 #034EA220;
    box-sizing: border-box;
}

.column-contacts a:hover,
.column-contacts a:active,
.detailed-contacts a:hover,
.detailed-contacts a:active {
    text-decoration: none;
    color: #444444;
}

.column-contacts-green {
    background-color: #EDF8EC;
}

.column-contacts-blue {
    background-color: #E5EDF6;
}

.simple-icon .column-contacts,
.detailed-icons .detailed-contacts {
    flex: 1;
    min-width: 250px;
}

.column-contacts img,
.detailed-contacts img {
    max-height: 30px;
    margin-bottom: 20px;
}

.detailed-contacts {
    background-color: #EDF8EC;
}

.text-blue {
    font-size: 14px;
    line-height: 1.5;
    color: #034EA2;
}

.detailed-contacts h4 {
    margin-bottom: 8px;
    color: #034EA2;
    font-size: 18px;
}

.map {
    flex: 1;
    min-width: 100%;
    height: 300px;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0 #034EA220;
    box-sizing: border-box;
}

.map iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: none;
    box-shadow: 2px 2px 4px 0 #034EA220;
}

.contacts-row.detailed-icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 40px;
    text-align: center;
}

#contact1 {
    grid-column: 1;
    grid-row: 1;
}

#contact2 {
    grid-column: 2;
    grid-row: 1;
}

#map1 {
    grid-column: 1;
    grid-row: 2;
}

#map2 {
    grid-column: 2;
    grid-row: 2;
}

@media (max-width: 1024px) {

    .simple-icon .column-contacts,
    .detailed-icons .detailed-contacts {
        min-width: 45%;
        flex-basis: 45%;
    }
}

@media (max-width: 768px) {

    .simple-icon .column-contacts,
    .detailed-icons .detailed-contacts {
        min-width: 100%;
        flex-basis: 100%;
    }

    .map {
        min-width: 100%;
        height: 250px;
    }

    .contacts-row.detailed-icons {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    #contact1,
    #map1,
    #contact2,
    #map2 {
        min-width: auto;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .contacts-row.detailed-icons {
        display: flex;
    }
}

.section-form-contact-page {
    padding: 40px 20px;
}

.form-contact-page {
    background: linear-gradient(180deg, #E5EDF6, #EDF8EC);
    border-radius: 8px;
    padding: 40px;
    grid-template-columns: repeat(2, 1fr);
    box-shadow: 2px 2px 4px 0 #034EA220;
}

.cotation-form-row {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

.cotation-form-row>input,
.cotation-form-row>select {
    flex: 1;
    min-width: 0;
}

@media (max-width: 480px) {
    .cotation-form-row {
        flex-direction: column;
        gap: 15px;
    }

    .form-contact-page {
        padding: 20px;
    }
}

.hidden {
    display: none;
}





/* ------------------------- PÁGINA DOS AVISOS LEGAIS ------------------------- */





.section-legal {
    padding: 40px 20px 0px 20px;
}

.text a:hover {
    text-decoration: none;
    color: #444444;
}



/* ------------------------- OUTROS DETALHES ------------------------- */





#scrollToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    background-color: #51B848;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 14px 20px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    box-shadow: 2px 2px 4px 0 #034EA220;
    transition: background-color 0.3s ease;
}

#scrollToTopBtn:hover {
    background-color: #3a9635;
}

.row {
    margin: 0 !important;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    margin: 0 !important;
    padding: 0 !important;
}