/* _content/eboatBlazor/Pages/ClassifiedList.razor.rz.scp.css */
/* classificados.aspx */
.cg-Classified[b-q1uh6cwesu] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: space-between;
    padding: 5px;
}

.cg-Classified-ad[b-q1uh6cwesu] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    align-content: space-between;
    padding: 5px;
}

a.cg-Classified-ad:hover[b-q1uh6cwesu] {
    background-color: #F0F0F0;
}

.cg-whatsapp[b-q1uh6cwesu] {
    display: none;
  
}

.cg-Classified-img[b-q1uh6cwesu] {
    order: 1;
    position: relative;
    height: 110px;
    width: 130px;
    padding: 1px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cg-Classified-img img[b-q1uh6cwesu] {
        height: 100px;
        width: 120px;
        object-fit: cover;
    }

.cg-text-destaque[b-q1uh6cwesu] {
    position: absolute;
    top: 10px;
    right: 1px;
    transform: rotate(45deg);
    background-color: orangered;
    opacity: 0.9;
    color: white;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

.cg-Classified-noimg[b-q1uh6cwesu] {
    height: 100px;
    width: 120px;
    padding: 16px;
    text-align: center;
}

.cg-Classified-title[b-q1uh6cwesu] {
    flex-grow: 1;
    min-width: 280px;
    order: 2;
}

    .cg-Classified-title h2[b-q1uh6cwesu] {
        padding: 0px 0px 1px 0px;
    }

.cg-Classified-price[b-q1uh6cwesu] {
    flex-basis: 150px;
    flex-direction: column;
    text-align: right;
    padding: 5px;
    order: 3;
}

.cg-Classified-mail[b-q1uh6cwesu] {
    display: inline-block;
    padding: 4px;
}

@media screen and (max-width: 699px) {
    .cg-Classified[b-q1uh6cwesu] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 5px;
        margin-right: 5px;
    }

    .cg-Classified-ad[b-q1uh6cwesu] {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        align-content: center;
    }

    .cg-Classified-img[b-q1uh6cwesu] {
        order: 1;
        height: 200px;
        width: 100%;
        padding: 0px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .cg-Classified img[b-q1uh6cwesu] {
        height: 100%;
        width: 100%;
    }

    .cg-Classified-noimg[b-q1uh6cwesu] {
        order: 1;
        height: 100px;
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .cg-text-destaque[b-q1uh6cwesu] {
        top: 20px;
        right: 0px;
    }

    .cg-Classified-title[b-q1uh6cwesu] {
        min-width: 100px;
        width: 100%;
        padding: 5px 0 0 0;
    }

    .cg-Classified-price[b-q1uh6cwesu] {
        display: flex;
        order: 4;
        width: 100%;
        flex-basis: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-top: 2px;
    }

    .cg-Classified-contact[b-q1uh6cwesu] {
        display: flex;
        order: 5;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
    }

    .cg-Classified-chevron[b-q1uh6cwesu] {
        display: none;
    }

    .cg-whatsapp[b-q1uh6cwesu] {
        display: inline-block;
        margin: 4px;
        color: green;
    }
}
/* end mobile Classified */
/* _content/eboatBlazor/Pages/CompanyList.razor.rz.scp.css */
/* guiaempresa.aspx */
.cg-guiaempresa[b-uxfxt9g9s6] {
    display: flex;
    justify-content: space-between;
    padding: 10px 1px 5px 3px;
}

.cg-guiaempresa-titulo[b-uxfxt9g9s6] {
    flex-basis: 50%;
    min-width: 200px;
}

.cg-guiaempresa-city[b-uxfxt9g9s6] {
    flex-grow: 1;
}

.cg-guiaempresa-chevron[b-uxfxt9g9s6] {
    flex-basis: 0;
    padding: 5px;
}

a.cg-guiaempresa:hover[b-uxfxt9g9s6] {
    background-color: #F0F0F0;
}

@media screen and (max-width: 699px) {
    .cg-guiaempresa[b-uxfxt9g9s6] {
        width: 95%;
        flex-wrap: wrap;
        padding: 10px 1px 8px 3px;
    }

    .cg-guiaempresa-titulo[b-uxfxt9g9s6] {
        flex-basis: 100%;
    }

    .cg-guiaempresa-chevron[b-uxfxt9g9s6] {
        display: none;
    }
}

/* Destaque guia de empresa - Topo-------------------------*/
.cg-ge-destaque[b-uxfxt9g9s6] {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

a.cg-ge-destaque:hover[b-uxfxt9g9s6] {
    background-color: #F0F0F0;
}

.cg-ge-destaque img[b-uxfxt9g9s6] {
    width: 120px;
    height: 70px;
    object-fit: fill;
    margin: 5px 20px 5px 5px;
}

.cg-ge-titulo[b-uxfxt9g9s6] {
    flex-grow: 1;
    padding: 5px;
}

.cg-ge-chevron[b-uxfxt9g9s6] {
    flex-grow: 0;
    padding: 10px 5px 10px 20px;
}

@media screen and (max-width: 699px) {
    .cg-ge-destaque[b-uxfxt9g9s6] {
        flex-wrap: wrap;
    }

    .cg-ge-titulo[b-uxfxt9g9s6] {
        order: 3;
        flex-grow: 1;
        /*flex-basis: 80%;*/
    }

    .cg-ge-chevron[b-uxfxt9g9s6] {
        order: 2;
    }
}
/* _content/eboatBlazor/Pages/Nautica/DicasCompras.razor.rz.scp.css */
.boxbackimg[b-p60uhwbtkl] {
    height: 280px;
    margin: 1px 0 30px 0;
    border: 1px solid #F9F7F7;
    text-align: center;
    color: #F8F8F8;
    /*padding: 40px 0 40px 0;*/
    background-image: url(Images/Nautica/panorama-marina.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/* _content/eboatBlazor/Pages/Nautica/Historianavegacao.razor.rz.scp.css */
.boxbackimg[b-qpyfm007uj] {
    height: 250px;
    margin: 30px 0 30px 0;
    border: 1px solid #F9F7F7;
    text-align: center;
    color: #F8F8F8;
    background-image: url(Images/Nautica/compass.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.boxbackimg2[b-qpyfm007uj] {
    height: 250px;
    margin: 30px 0 30px 0;
    border: 1px solid #F9F7F7;
    text-align: center;
    color: #F8F8F8;
    background-image: url(Images/Nautica/adventure.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/* _content/eboatBlazor/Pages/Nautica/Motorparagontech.razor.rz.scp.css */
ol[b-s5yjufwhb5] {
    padding: 0 0 0 40px;
}

    ol li[b-s5yjufwhb5] {
        padding: 5px 0 5px 10px;
        line-height: 150%;
    }

.boxbackimg[b-s5yjufwhb5] {
    height: 250px;
    margin: 1px 0 30px 0;
    border: 1px solid #F9F7F7;
    text-align: center;
    color: #F8F8F8;
    background-image: url(Images/motor/cylinder.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.boxbackimg2[b-s5yjufwhb5] {
    height: 250px;
    margin: 30px 0 30px 0;
    border: 1px solid #F9F7F7;
    text-align: center;
    color: #F8F8F8;
    background-image: url(Images/motor/boat-propeller.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/* _content/eboatBlazor/Pages/Nautica/Tiposveleiros.razor.rz.scp.css */
.boxbackimg[b-fxjdpz76mm] {
    height: 280px;
    margin: 1px 0 30px 0;
    border: 1px solid #F9F7F7;
    text-align: center;
    color: #F8F8F8;
    background-image: url('images/nautica/landscape-1802340_1920.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/* _content/eboatBlazor/Pages/Tips.razor.rz.scp.css */
.cardtips[b-9say28kt8v] {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    min-width: 180px;
    max-width: 275px;
}

    .card2:hover[b-9say28kt8v] {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

a:link[b-9say28kt8v] {
    text-decoration: none;
}

.cardcontainer[b-9say28kt8v] {
    padding: 10px;
    text-decoration: none;
}

@media screen and (max-width: 700px) {
    .cardtips[b-9say28kt8v] {
        max-width: 100%;
    }
}
/* _content/eboatBlazor/Shared/Component/FeaturedBrand.razor.rz.scp.css */
.BussPremium[b-owguozu4dn] {
    display: flex;
    flex-direction: column;
    max-width: 230px;
    min-width: 170px;
    height: 180px;
    border: 1px solid lightgrey;
    background-color: white;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .BussPremium:hover[b-owguozu4dn] {
        opacity: 0.7;
    }

    .BussPremium img[b-owguozu4dn] {
        width: 100%;
    }

.BussPremiumTitle[b-owguozu4dn] {
    width: 99%;
    font-weight: bold;
    padding: 5px 2px 2px 5px;
    font-size: 14px;
}

.BussPremiumCall[b-owguozu4dn] {
    width: 100%;
    color: #fff;
    padding: 5px;
    background-color: #003366;
}

.BussPremiumImg[b-owguozu4dn] {
    max-width: 240px;
    max-height: 120px;
    padding: 1px;
    object-fit: fill;
}

@media screen and (max-width:700px) {
    .BussPremium[b-owguozu4dn] {
        display: flex;
        width: 99%;
    }
}
/* _content/eboatBlazor/Shared/Component/HomeGalery.razor.rz.scp.css */
/* 4- Box Home Galery */
/* --- Padrão: Mobile First --- */
.divOfertaMiddle[b-hfkm3q5h1v] {
    width: 98%;
    min-width: 150px;
    margin: 5px auto 10px auto;
    border: 1px solid #F0F0F0;
    text-align: center;
    text-decoration: none;
}

    .divOfertaMiddle .imgOfertaMiddle[b-hfkm3q5h1v] {
        width: 100%;
        height: 190px;
        object-fit: cover;
    }

    .divOfertaMiddle a[b-hfkm3q5h1v] {
        display: block;
        text-decoration: none;
    }

        .divOfertaMiddle a:hover[b-hfkm3q5h1v] {
            opacity: 0.5;
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        }

    .divOfertaMiddle .noimg[b-hfkm3q5h1v] {
        height: 150px;
        padding: 50px 0 0 0;
        background-color: #F7F7F7;
    }

    .divOfertaMiddle .tituloOferta[b-hfkm3q5h1v] {
        text-align: center;
        color: #003366;
        height: 40px;
        width: 100%;
        overflow: hidden;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 5px 5px 5px;
        margin: auto;
    }

    .divOfertaMiddle .divValorOferta[b-hfkm3q5h1v] {
        color: #006699;
        width: 100%;
        height: 25px;
        font-size: 14px;
        padding: 1px 5px;
        margin-bottom: 5px;
    }

/* --- Desktop / Tablet --- */
@media screen and (min-width: 700px) {
    .divOfertaMiddle[b-hfkm3q5h1v] {
        float: left;
        width: 23%;
        height: 270px;
        margin: 5px 10px 10px 5px;
    }

        .divOfertaMiddle .tituloOferta[b-hfkm3q5h1v] {
            height: 50px;
        }
}
/* _content/eboatBlazor/Shared/Component/NauticalTips.razor.rz.scp.css */
.ContentBoxItem[b-hnkfjaej05] {
    align-content: stretch;
    padding: 5px;
}

    .ContentBoxItem:hover[b-hnkfjaej05] {
        opacity: 0.6;
    }

.ContentBoxText[b-hnkfjaej05] {
    padding: 5px;
    margin: 5px;
}

@media screen and (max-width:700px) {
    .ContentBoxItem[b-hnkfjaej05] {
        width: 158px;
    }
}
/* _content/eboatBlazor/Shared/Component/Pagination.razor.rz.scp.css */
.cg-pagination[b-v2vk6tzt5q] {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    resize: vertical;
    padding: 15px 0 15px 0;
    margin-bottom: 20px;
}

.cg-pagination a[b-v2vk6tzt5q] {
    color: black;
    float: left;
    padding: 10px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

    /* Style the active/current link */
    .cg-pagination a.active[b-v2vk6tzt5q] {
        background-color: dodgerblue;
        color: white;
    }

    /* Add a grey background color on mouse-over */
    .cg-pagination a:hover:not(.active)[b-v2vk6tzt5q] {
        background-color: #ddd;
    }
/* _content/eboatBlazor/Shared/Component/SlideShow.razor.rz.scp.css */
.mySlides[b-lblrly6vy5] {
    display: none;
}

    .mySlides img[b-lblrly6vy5] {
        /*vertical-align: middle;*/
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

/* Slideshow container */
.slideshow-container[b-lblrly6vy5] {
    max-width: 1200px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text[b-lblrly6vy5] {
    color: #fff;
    font-size: 18px;
    padding: 12px 12px;
    position: absolute;
    bottom: 4px;
    width: 100%;
    text-align: center;
    background-color: black;
    opacity: 0.5;
}

/* Number text (1/3 etc) */
.numbertext[b-lblrly6vy5] {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot[b-lblrly6vy5] {
    height: 15px;
    width: 15px;
    margin: 5px 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active[b-lblrly6vy5] {
    background-color: #717171;
}

/* Fading animation */
.fade[b-lblrly6vy5] {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade-b-lblrly6vy5;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade-b-lblrly6vy5 {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text[b-lblrly6vy5] {
        font-size: 11px
    }
}
/* _content/eboatBlazor/Shared/Layouts/Collapsable.razor.rz.scp.css */
.collapsable-panel[b-oqc4i8ruzz] {
    border: 1px solid white;
    padding: 25px;
    background-color: white;
    overflow: hidden;
}

.collapsable .title[b-oqc4i8ruzz] {
    display: table-cell;
}

.collapsable .value[b-oqc4i8ruzz] {
    display: table-cell;
    text-align: right;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion[b-oqc4i8ruzz] {
    background-color: white;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active[b-oqc4i8ruzz], .accordion:hover[b-oqc4i8ruzz] {
        background-color: #eee;
    }
/* _content/eboatBlazor/Shared/NotificationPremium.razor.rz.scp.css */
.notification-container[b-vipfcdqqp9] {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 9999;
}

.notification-toast[b-vipfcdqqp9] {
    display: flex;
    align-items: center;
    min-width: 280px;
    max-width: 500px;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn-b-vipfcdqqp9 0.3s ease forwards, fadeOut-b-vipfcdqqp9 0.5s ease forwards;
    animation-delay: 0s, var(--duration, 4s);
}

.notification-info[b-vipfcdqqp9] {
    background-color: #3498db;
}

.notification-success[b-vipfcdqqp9] {
    background-color: #27ae60;
}

.notification-warning[b-vipfcdqqp9] {
    background-color: #f39c12;
}

.notification-error[b-vipfcdqqp9] {
    background-color: #c0392b;
}


.notification-toast i[b-vipfcdqqp9] {
    margin-right: 12px;
    font-size: 18px;
}

.notification-toast span[b-vipfcdqqp9] {
    flex: 1;
}

.notification-toast button[b-vipfcdqqp9] {
    background: none;
    border: none;
    color: inherit;
    margin-left: 12px;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.8;
}

    .notification-toast button:hover[b-vipfcdqqp9] {
        opacity: 1;
    }

@keyframes fadeIn-b-vipfcdqqp9 {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut-b-vipfcdqqp9 {
    to {
        opacity: 0;
        transform: translateY(20px);
    }
}
