.boxHome {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
}

.flex {
    display: flex;
    align-items: center;
}

.itemMobile {
    display: block;
}

.itemDesktop {
    display: none;
}

.containerCarouselBanner {
    margin: 8px 0;
    background-color: #06629e;
    max-height: 396px;
}

.containerCarouselBanner .carousel-control-prev,
.containerCarouselBanner .carousel-control-next {
    opacity: 1;
    width: 18%;
}

.containerConhecaAzul {
    background-color: #041e42;
    color: #FFFFFF;
    padding-top: 8px;
}

.containerConhecaAzul h6 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;

    margin: 16px;
}

.containerConhecaAzul .cardSaibaMais {
    background-color: var(--base-color);
    min-width: 234px;
    border-radius: 8px;
    padding: 16px;
    font-size: 14px;
}

.containerConhecaAzul .cardSaibaMais header,
.containerConhecaAzul .cardSaibaMais footer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.containerConhecaAzul .cardSaibaMais header {
    color: var(--primary-color-900);
}

.containerConhecaAzul .cardSaibaMais content p {
    line-height: 17px;
    color: var(--dark-color-500);
    margin: 20px 0;
}

.containerConhecaAzul .cardSaibaMais footer {
    cursor: pointer;
}

.containerConhecaAzul .cardSaibaMais footer a {
    color: var(--primary-color-500);
}

.containerConhecaAzul .carousel {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.containerConhecaAzul .carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 16px;
    padding: 0 16px 0 16px;
}

.containerVantagens {
    padding-top: 24px;

    flex-direction: column;
}

.containerVantagens .containerAviao {
    background: radial-gradient(113.87% 111.24% at 0% 1.65%, rgba(2, 108, 182, 0.6) 0%, rgba(0, 164, 224, 0.6) 100%);
    border-radius: 1000px;
    text-align: center;
    height: 440px;
    margin: 0px 16px;
    padding: 60px 32px;
    max-width: 334px;
    position: relative;
}

.containerVantagens .containerAviao p {
    margin-bottom: 6px;
}

.containerVantagens .containerAviao h2 {
    font-size: 30px;
    line-height: 36px;
}

.containerVantagens .containerAviao .imgAviao {
    width: 105%;
    position: absolute;
    transform: translate(-50%, 40%) rotate(354deg);
}

.containerVantagens h3 {
    font-size: 24px;
    max-width: 260px;
    margin: 12px auto 22px;
}

.containerVantagens .containerQueroFazerEnvio {
    padding: 0 30px;
}



.sectionVantagens {
    position: relative;
    padding-bottom: 20px;
}

.sectionVantagens .imagesConhecaAzul {
    padding: 16px;
    margin-top: 32px;
    margin-bottom: -120px;

    flex-direction: column;
}

.sectionVantagens .imagesConhecaAzul img {
    max-width: 100%;
    margin-bottom: 16px;
}

.containerSejaUmRepresentante {
    padding: 100px 16px;
    text-align: center;
}

.containerSejaUmRepresentante .boxHome {
    flex-direction: column;
}

.containerSejaUmRepresentante img {
    max-width: 100%;
    margin: auto;
    margin-bottom: 32px;
}

.containerSejaUmRepresentante .descriptions h6 {
    font-size: 16px;
    color: var(--primary-color-500);
}

.containerSejaUmRepresentante .descriptions p {
    font-size: 24px;
    line-height: 29px;
    color: var(--primary-color-900);
    font-weight: bold;
    margin: 0;
}

.containerEncontreLoja {
    max-width: 100%;
    position: relative;
    text-align: center;

    padding: 14px;
}

.containerEncontreLoja article {
    /* box-shadow: 0px 4px 16px 0px rgba(4, 30, 66, 0.16); */
    background-color: white;
    border-radius: 4px;
    padding: 24px 40px;
    flex-direction: column;
    position: relative;
}

.containerEncontreLoja h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 39px;
    color: #092143;
}

.containerEncontreLoja p {
    font-size: 16px;
    line-height: 25px;
    color: #475569;
}

.containerEncontreLoja img {
    max-width: 100%;
}

.containerEncontreLoja img.itemMobile {
    margin: auto;
}


/* Container do Mapa */
.imgMapaBrasil {
    position: relative;
    z-index: 10;
}

.imgCellMap {
    position: absolute;
    top: 26%;
    left: 48%;
    z-index: 5;
    pointer-events: none; /* Importante para não bloquear o clique no mapa */
}

.mapaBrasil {
    margin-bottom: 40px;
    display: block;
}

/* Estilo para os caminhos (Estados) */
.mapaBrasil path {
    cursor: pointer;
    transition: fill 0.3s ease;
    stroke: #ffffff;
    stroke-width: 1px;
}

/* Estilo do Tooltip (Etiqueta pequena) */
#tooltipMapa {
    position: fixed; /* Mudamos para fixed para evitar conflitos com containers pais */
    display: none;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    z-index: 99999; /* Valor altíssimo para ficar na frente de tudo */
    pointer-events: none; /* O mouse ignora o tooltip e foca no mapa */
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    border: none;
    line-height: 1.2;
}

#nomeEstado {
    font-weight: bold;
    font-family: sans-serif;
}

/* Se houver um span interno para a quantidade */
#nomeEstado span {
    color: #90caf9;
    margin-left: 4px;
    font-weight: normal;
}

.messageExclusiveQuotationForAgents {
    color: var(--dark-color-600);
    font-size: 16px;
    font-weight: bold;

    margin-bottom: 24px;
}



@media(min-width: 1024px) {
    .itemMobile {
        display: none;
    }

    .itemDesktop {
        display: block;
    }

    .containerSejaUmRepresentante .boxHome,
    .containerAzulCommerce .boxHome,
    .containerEncontreLoja article {
        flex-direction: row;
        justify-content: center;
    }

    .containerConhecaAzul .carousel-inner {
        justify-content: space-between;
        padding: 0;
    }

    .containerSimularEnvio,
    .containerSejaUmRepresentante,
    .containerAzulCommerce,
    .containerEncontreLoja,
    .containerConhecaAzul {
        padding-left: 0;
        padding-right: 0;
    }

    .containerEncontreLoja {
        display: flex;
        justify-content: center;
    }

    .containerConhecaAzul {
        padding-top: 32px;
    }

    .containerConhecaAzul .containerVantagens {
        padding-top: 80px;
        flex-direction: row;
        justify-content: space-between;
    }

    .containerConhecaAzul .containerVantagens .itemDesktop article {
        display: flex;
        align-items: center;
        gap: 24px;
        margin-bottom: 40px;
        margin-right: 60px;
    }

    .containerConhecaAzul .containerVantagens .itemDesktop article:nth-child(2) .description,
    .containerConhecaAzul .containerVantagens .itemDesktop article:nth-child(3) .description {
        width: 144px;
    }

    .containerConhecaAzul .containerVantagens .itemDesktop article .containerImg {
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.3);
        padding: 12px 13px;
    }

    .containerConhecaAzul .containerVantagens .itemDesktop article .containerImg img {
        width: 40px;
    }

    .containerConhecaAzul .containerVantagens .itemDesktop article .description {
        width: 184px;
    }

    .containerConhecaAzul .containerVantagens .itemDesktop article .description p {
        font-size: 20px;
        line-height: 19px;
        text-align: left;
        margin-bottom: 16px;
    }

    .containerConhecaAzul .containerVantagens .itemDesktop article .description .borderDescription {
        max-width: 50%;
        height: 2px;
        border-radius: 50%;
        background-color: var(--base-color);
    }

    .containerConhecaAzul .containerVantagens .containerAviao {
        height: 582px;
    }

    .containerConhecaAzul .containerVantagens .containerAviao .imgAviao {
        width: 180%;
        position: absolute;
        transform: translate(-50%, 0%) rotate(345deg);
    }

    .containerConhecaAzul .containerVantagens .containerQueroFazerEnvio {
        padding: 0px;
        margin-top: auto;
        margin-bottom: 80px;
        width: 25%;
    }

    .containerConhecaAzul .containerVantagens .containerQueroFazerEnvio h3 {
        max-width: 320px;
    }

    .containerConhecaAzul .containerVantagens .containerQueroFazerEnvio button  {
        max-width: 250px;
    }

    .sectionVantagens .imagesConhecaAzul {
        gap: 16px;
        align-items: normal;
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
    }

    .sectionVantagens .imagesConhecaAzul img {
        margin: 0;
        width: 60%;
    }

    .sectionVantagens .imagesConhecaAzul div {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 24px;
        width: 50%;
    }

    .sectionVantagens .imagesConhecaAzul div img {
        height: 50%;
        width: 100%;
    }

    .containerSejaUmRepresentante {
        padding: 150px 0px 45px;
    }

    .containerSejaUmRepresentante .boxHome {
        gap: 120px;
    }

    .containerSejaUmRepresentante .boxHome .descriptions {
        text-align: left;
        max-width: 250px;
    }

    .containerSejaUmRepresentante .boxHome .descriptions h6 {
        font-size: 24px;
    }

    .containerSejaUmRepresentante .boxHome .descriptions p {
        line-height: 31px;
        margin: 16px 0;
    }

    .containerAzulCommerce {
        text-align: left;
        padding-bottom: 100px;
    }

    .containerAzulCommerce h2 {
        font-size: 45px;
        line-height: 58px;
        max-width: 400px;
    }

    .containerAzulCommerce img {
        margin-top: 0px;
        max-width: 54%;
    }

    .containerEncontreLoja article {
        padding: 30px 60px;
        padding-bottom: 0;
        text-align: left;
        height: 500px;
        overflow: hidden;
        justify-content: space-between;
        width: 1200px;
    }

    .containerEncontreLoja article h2 {
        margin-bottom: 60px;
        max-width: 300px;
    }

    .containerEncontreLoja article p {
        margin-bottom: 15px;
        max-width: 320px;
    }

    .containerEncontreLoja article button img {
        margin-top: 0px;
    }
}