/* /Pages/ClassifiedList.razor.rz.scp.css */
/* classificados.aspx */
.cg-Classified[b-jrzan1b1oe] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: space-between;
    padding: 5px;
}

.cg-Classified-ad[b-jrzan1b1oe] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    align-content: space-between;
    padding: 5px;
}

a.cg-Classified-ad:hover[b-jrzan1b1oe] {
    background-color: #F0F0F0;
}


.cg-whatsapp[b-jrzan1b1oe] {
    display: none;
    /*display: inline-block;*/
    /*margin: 4px;*/
    /*color: green;*/
}

.cg-Classified img[b-jrzan1b1oe] {
    height: 100px;
    width: 120px;
    object-fit: cover;
}

.cg-Classified-img[b-jrzan1b1oe] {
    order: 1;
    position: relative;
    height: 110px;
    width: 130px;
    padding: 1px;
    margin-right: 10px;
}

.cg-text-destaque[b-jrzan1b1oe] {
    position: absolute;
    top: 10px;
    right: 1px;
    transform: rotate(45deg);
    background-color: forestgreen;
    opacity: 0.9;
    color: white;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

.cg-Classified-noimg[b-jrzan1b1oe] {
    height: 100px;
    width: 120px;
    padding: 16px;
    text-align: center;
}

.cg-Classified-title[b-jrzan1b1oe] {
    flex-grow: 1;
    min-width: 280px;
    order: 2;
}

    .cg-Classified-title h2[b-jrzan1b1oe] {
        padding: 0px 0px 1px 0px;
    }

.cg-Classified-price[b-jrzan1b1oe] {
    flex-basis: 150px;
    flex-direction: column;
    text-align: right;
    padding: 5px;
    order: 3;
}

.cg-Classified-mail[b-jrzan1b1oe] {
    display: inline-block;
    padding: 4px;
}

@media screen and (max-width: 699px) {
    .cg-Classified[b-jrzan1b1oe] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .cg-Classified-ad[b-jrzan1b1oe] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        align-content: center;
        padding: 5px;
    }

    .cg-Classified img[b-jrzan1b1oe] {
        height: 170px;
        width: 260px;
    }

    .cg-Classified-img[b-jrzan1b1oe] {
        order: 1;
        height: 200px;
        width: 300px;
    }

    .cg-Classified-noimg[b-jrzan1b1oe] {
        order: 1;
        height: 100px;
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .cg-text-destaque[b-jrzan1b1oe] {
        top: 20px;
        right: 0px;
    }

    .cg-Classified-title[b-jrzan1b1oe] {
        order: 2;
        min-width: 100px;
        padding: 5px 0 0 5px;
    }

    .cg-Classified-price[b-jrzan1b1oe] {
        display: flex;
        order: 4;
        flex-grow: 1;
        flex-basis: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .cg-Classified-contact[b-jrzan1b1oe] {
        display: flex;
        order: 5;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
    }

    .cg-Classified-chevron[b-jrzan1b1oe] {
        display: none;
    }

    .cg-whatsapp[b-jrzan1b1oe] {
        display: inline-block;
        margin: 4px;
        color: green;
    }
}
/* end mobile Classified */
/* /Pages/CompanyList.razor.rz.scp.css */
/* guiaempresa.aspx */
.cg-guiaempresa[b-wh5pud7r6c] {
    display: flex;
    justify-content: space-between;
    padding: 10px 1px 5px 3px;
}

.cg-guiaempresa-titulo[b-wh5pud7r6c] {
    flex-basis: 50%;
    min-width: 200px;
}

.cg-guiaempresa-city[b-wh5pud7r6c] {
    flex-grow: 1;
}

.cg-guiaempresa-chevron[b-wh5pud7r6c] {
    flex-basis: 0;
    padding: 5px;
}

a.cg-guiaempresa:hover[b-wh5pud7r6c] {
    background-color: #F0F0F0;
}

@media screen and (max-width: 699px) {
    .cg-guiaempresa[b-wh5pud7r6c] {
        width: 95%;
        flex-wrap: wrap;
        padding: 10px 1px 8px 3px;
    }

    .cg-guiaempresa-titulo[b-wh5pud7r6c] {
        flex-basis: 100%;
    }

    .cg-guiaempresa-chevron[b-wh5pud7r6c] {
        display: none;
    }
}

/* Destaque guia de empresa - Topo-------------------------*/
.cg-ge-destaque[b-wh5pud7r6c] {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

a.cg-ge-destaque:hover[b-wh5pud7r6c] {
    background-color: #F0F0F0;
}

.cg-ge-destaque img[b-wh5pud7r6c] {
    width: 120px;
    height: 70px;
    object-fit: fill;
    margin: 5px 20px 5px 5px;
}

.cg-ge-titulo[b-wh5pud7r6c] {
    flex-grow: 1;
    padding: 5px;
}

.cg-ge-chevron[b-wh5pud7r6c] {
    flex-grow: 0;
    padding: 10px 5px 10px 20px;
}

@media screen and (max-width: 699px) {
    .cg-ge-destaque[b-wh5pud7r6c] {
        flex-wrap: wrap;
    }

    .cg-ge-titulo[b-wh5pud7r6c] {
        order: 3;
        flex-grow: 1;
        /*flex-basis: 80%;*/
    }

    .cg-ge-chevron[b-wh5pud7r6c] {
        order: 2;
    }
}
/* /Pages/Faq.razor.rz.scp.css */
/* Style the buttons that are used to open and close the accordion panel */
.accordion[b-duj827uxa4] {
  background-color: #eee;
  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-duj827uxa4], .accordion:hover[b-duj827uxa4] {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.accordion-panel[b-duj827uxa4] {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
/* /Pages/Tips.razor.rz.scp.css */
.cardtips[b-xcikopfryq] {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    min-width: 180px;
    max-width: 254px;
}

    .card2:hover[b-xcikopfryq] {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

a:link[b-xcikopfryq] {
    text-decoration: none;
}

.cardcontainer[b-xcikopfryq] {
    padding: 10px;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .cardtips[b-xcikopfryq] {
        width: 100%;
    }
}
/* /Shared/Component/FeaturedBrand.razor.rz.scp.css */
.BussPremium[b-s34rnoig82] {
    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-s34rnoig82] {
        opacity: 0.7;
    }

    .BussPremium img[b-s34rnoig82] {
        width: 100%;
    }

.BussPremiumTitle[b-s34rnoig82] {
    width: 99%;
    font-weight: bold;
    padding: 5px 2px 2px 5px;
    font-size: 14px;
}

.BussPremiumCall[b-s34rnoig82] {
    width: 100%;
    color: #fff;
    padding: 5px;
    background-color: #003366;
}

.BussPremiumImg[b-s34rnoig82] {
    max-width: 240px;
    max-height: 120px;
    padding: 1px;
    object-fit: fill;
}

@media screen and (max-width:700px) {
    .BussPremium[b-s34rnoig82] {
        display: flex;
        width: 99%;
    }
}
/* /Shared/Component/HomeGalery.razor.rz.scp.css */
/* 4- Box Home Galery */
.divOfertaMiddle[b-dx7amtq2aj] {
    float: left;
    width: 23%;
    /*max-width: 210px;*/
    min-width: 150px;
    height: 250px;
    margin: 0 10px 10px 0;
    /*background-color: white;*/
    border: 1px solid #F0F0F0;
    text-decoration: none;
}

    .divOfertaMiddle .imgOferta[b-dx7amtq2aj] {
        /*margin: 1px 0 1px 0;*/
        width: 100%;
        height: 170px;
        object-fit: cover;
    }


    .divOfertaMiddle a[b-dx7amtq2aj] {
        display: block;
        text-decoration: none;
    }

        .divOfertaMiddle a:hover[b-dx7amtq2aj] {
            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-dx7amtq2aj] {
        height: 150px;
        padding: 50px 0 0 0;
        background-color: #F7F7F7;
    }

    .divOfertaMiddle .lnkDescricaoOferta[b-dx7amtq2aj] {
        text-align: center;
        color: #003366;
        height: 50px;
        width: 100%;
        overflow: hidden;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 5px 5px 5px;
        margin: auto;
    }

    .divOfertaMiddle .divValorOferta[b-dx7amtq2aj] {
        color: #006699;
        width: 99%;
        height: 30px;
        font-size: 14px;
        padding: 5px;
        margin: auto;
    }

@media screen and (max-width:700px) {
    .divOfertaMiddle[b-dx7amtq2aj] {
        width: 98%;
        height: 246px;
    }
}
/* /Shared/Component/NauticalTips.razor.rz.scp.css */
.ContentBoxItem[b-g9p10i56zw] {
    align-content: stretch;
    padding: 5px;
}

    .ContentBoxItem:hover[b-g9p10i56zw] {
        opacity: 0.6;
    }

.ContentBoxText[b-g9p10i56zw] {
    padding: 5px;
    margin: 5px;
}

@media screen and (max-width:700px) {
    .ContentBoxItem[b-g9p10i56zw] {
        width: 158px;
    }
}
/* /Shared/Component/Pagination.razor.rz.scp.css */
/* Pagination links */
.cg-pagination a[b-qja1mgewf0] {
    color: black;
    float: left;
    padding: 10px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

    /* Style the active/current link */
    .cg-pagination a.active[b-qja1mgewf0] {
        background-color: dodgerblue;
        color: white;
    }

    /* Add a grey background color on mouse-over */
    .cg-pagination a:hover:not(.active)[b-qja1mgewf0] {
        background-color: #ddd;
    }
/* /Shared/Component/SlideShow.razor.rz.scp.css */
.mySlides[b-nzt0l1bp8r] {
    display: none;
}

    .mySlides img[b-nzt0l1bp8r] {
        /*vertical-align: middle;*/
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

/* Slideshow container */
.slideshow-container[b-nzt0l1bp8r] {
    max-width: 1200px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text[b-nzt0l1bp8r] {
    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-nzt0l1bp8r] {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot[b-nzt0l1bp8r] {
    height: 15px;
    width: 15px;
    margin: 5px 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active[b-nzt0l1bp8r] {
    background-color: #717171;
}

/* Fading animation */
.fade[b-nzt0l1bp8r] {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade-b-nzt0l1bp8r;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade-b-nzt0l1bp8r {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text[b-nzt0l1bp8r] {
        font-size: 11px
    }
}
/* /Shared/Layouts/Collapsable.razor.rz.scp.css */
.collapsable-panel[b-3j78ar6wb1] {
    border: 1px solid white;
    padding: 25px;
    background-color: white;
    overflow: hidden;
}

.collapsable .title[b-3j78ar6wb1] {
    display: table-cell;
}

.collapsable .value[b-3j78ar6wb1] {
    display: table-cell;
    text-align: right;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion[b-3j78ar6wb1] {
    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-3j78ar6wb1], .accordion:hover[b-3j78ar6wb1] {
        background-color: #eee;
    }
/* /Shared/Layouts/ModalAlert.razor.rz.scp.css */
.alert[b-ft6ea10cff] {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

    .alert.success[b-ft6ea10cff] {
        background-color: #04AA6D;
    }

    .alert.info[b-ft6ea10cff] {
        background-color: #2196F3;
    }

    .alert.warning[b-ft6ea10cff] {
        background-color: #ff9800;
    }

.closebtn[b-ft6ea10cff] {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover[b-ft6ea10cff] {
        color: black;
    }
/* /Shared/Layouts/Toaster.razor.rz.scp.css */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar[b-890sw0iw5z] {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show[b-890sw0iw5z] {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein-b-890sw0iw5z 0.5s, fadeout-b-890sw0iw5z 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein-b-890sw0iw5z {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout-b-890sw0iw5z {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
