.elementor-14272 .elementor-element.elementor-element-62d1386{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14272 .elementor-element.elementor-element-b1bab1c{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-851d300 *//* =========================================================
   MAPA DO SITE - PESCA & COMPANHIA
   GRID 2 COLUNAS
   ========================================================= */

.mapa-site-rankmath {
    --pesca-azul: #0d3f4d;
    --pesca-azul-escuro: #082f3a;
    --pesca-amarelo: #f5c400;
    --pesca-borda: #dce5e8;
    --pesca-fundo: #f6f8f9;
    --pesca-branco: #ffffff;

    width: 100%;
    box-sizing: border-box;
}


/* =========================================================
   ÁREA PRINCIPAL
   ========================================================= */

.mapa-site-rankmath .rank-math-sitemap-content {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 60px;
}


/* =========================================================
   TÍTULOS DAS SEÇÕES
   ========================================================= */

.mapa-site-rankmath h2 {
    position: relative;

    margin: 38px 0 20px;
    padding: 0 0 13px;

    color: var(--pesca-azul);

    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;

    border-bottom: 1px solid var(--pesca-borda);
}


/* detalhe amarelo */

.mapa-site-rankmath h2::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -1px;

    width: 58px;
    height: 3px;

    background: var(--pesca-amarelo);

    border-radius: 3px;
}


/* primeiro título */

.mapa-site-rankmath h2:first-child {
    margin-top: 0;
}


/* =========================================================
   GRID DAS LISTAS PRINCIPAIS
   ========================================================= */

.mapa-site-rankmath > ul,
.mapa-site-rankmath h2 + ul {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 9px 14px;

    margin: 0 0 35px;
    padding: 0;

    list-style: none;
}


/* =========================================================
   ITEM
   ========================================================= */

.mapa-site-rankmath > ul > li,
.mapa-site-rankmath h2 + ul > li {
    position: relative;

    min-width: 0;
    margin: 0;
    padding: 0;
}


/* =========================================================
   LINK / CARD
   ========================================================= */

.mapa-site-rankmath > ul > li > a,
.mapa-site-rankmath h2 + ul > li > a {

    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
    min-height: 48px;

    box-sizing: border-box;

    padding: 11px 15px 11px 39px;

    color: var(--pesca-azul);

    background: var(--pesca-fundo);

    border: 1px solid var(--pesca-borda);
    border-radius: 7px;

    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;

    text-decoration: none;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease,
        color .2s ease;
}


/* =========================================================
   MARCADOR AMARELO
   ========================================================= */

.mapa-site-rankmath > ul > li > a::before,
.mapa-site-rankmath h2 + ul > li > a::before {

    content: "›";

    position: absolute;

    left: 13px;
    top: 50%;

    width: 18px;
    height: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateY(-50%);

    color: #ffffff;

    background: var(--pesca-amarelo);

    border-radius: 50%;

    font-size: 16px;
    font-weight: 800;

    line-height: 1;
}


/* =========================================================
   HOVER
   ========================================================= */

.mapa-site-rankmath > ul > li > a:hover,
.mapa-site-rankmath h2 + ul > li > a:hover {

    color: var(--pesca-azul-escuro);

    background: #fffdf1;

    border-color: var(--pesca-amarelo);

    transform: translateY(-2px);

    box-shadow: 0 5px 14px rgba(13, 63, 77, 0.09);
}


/* =========================================================
   SUBCATEGORIAS
   ========================================================= */

.mapa-site-rankmath li ul {

    display: block;

    margin: 7px 0 10px 15px;
    padding: 0 0 0 10px;

    border-left: 2px solid #e8edef;

    list-style: none;
}


.mapa-site-rankmath li ul li {
    margin: 5px 0;
}


.mapa-site-rankmath li ul a {

    display: block;

    padding: 7px 10px;

    color: var(--pesca-azul);

    background: transparent;

    font-size: 13px;
    font-weight: 500;

    text-decoration: none;

    border-radius: 5px;
}


.mapa-site-rankmath li ul a:hover {

    color: var(--pesca-azul-escuro);

    background: #fffdf1;
}


/* =========================================================
   EVITA QUE SUBLISTAS ENTREM NO GRID PRINCIPAL
   ========================================================= */

.mapa-site-rankmath > ul ul {
    grid-template-columns: none;
}


/* =========================================================
   TABLET / NOTEBOOK
   ========================================================= */

@media (max-width: 1024px) {

    .mapa-site-rankmath .rank-math-sitemap-content {
        padding-left: 18px;
        padding-right: 18px;
    }

    .mapa-site-rankmath h2 {
        font-size: 23px;
    }

    .mapa-site-rankmath > ul,
    .mapa-site-rankmath h2 + ul {

        gap: 8px 12px;
    }

    .mapa-site-rankmath > ul > li > a,
    .mapa-site-rankmath h2 + ul > li > a {

        min-height: 46px;

        padding: 10px 13px 10px 37px;

        font-size: 13.5px;
    }
}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 767px) {

    .mapa-site-rankmath .rank-math-sitemap-content {

        padding: 0 12px 40px;
    }


    /* uma coluna no celular */

    .mapa-site-rankmath > ul,
    .mapa-site-rankmath h2 + ul {

        grid-template-columns: 1fr;

        gap: 7px;

        margin-bottom: 28px;
    }


    .mapa-site-rankmath h2 {

        margin: 28px 0 15px;

        padding-bottom: 10px;

        font-size: 21px;
    }


    .mapa-site-rankmath h2::after {

        width: 48px;
        height: 3px;
    }


    .mapa-site-rankmath > ul > li > a,
    .mapa-site-rankmath h2 + ul > li > a {

        min-height: 44px;

        padding: 10px 12px 10px 36px;

        font-size: 13.5px;
    }


    .mapa-site-rankmath > ul > li > a::before,
    .mapa-site-rankmath h2 + ul > li > a::before {

        left: 11px;

        width: 17px;
        height: 17px;

        font-size: 15px;
    }
}


/* =========================================================
   CELULAR PEQUENO
   ========================================================= */

@media (max-width: 480px) {

    .mapa-site-rankmath .rank-math-sitemap-content {

        padding-left: 10px;
        padding-right: 10px;
    }

    .mapa-site-rankmath h2 {

        font-size: 20px;
    }

    .mapa-site-rankmath > ul > li > a,
    .mapa-site-rankmath h2 + ul > li > a {

        font-size: 13px;
    }
}/* End custom CSS */