﻿::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgba(58, 176, 195, 0.3);
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(58, 176, 195, 0.5);
    }

.groupAd-view .ads-carusel button,
.groupAd-view .comparator button,
.groupAd-view .tasks button,
.groupAd-view .history button {
    border-radius: 30px;
}

.card-ad button {
    margin: 0rem !important;
    padding: 0.5rem 0rem !important;
}

.card-ad .platform-logo img {
    width: 20px;
    height: auto;
    margin: 0rem;
}

.card-ads .group-ads-btn:hover {
    color: #00a5ad;
}

.select-user .usuari {
    background-color: rgba(0, 0, 0, 0.01);
}

.info-anunci button svg {
    width: 0.9rem;
    height: auto;
    fill: #808080;
}

.info .button:nth-child(2) {
    width: 1rem;
    height: auto;
}

.info .button:nth-child(3) {
    width: 0.8rem;
    height: auto;
}

.svg-icon-pagination {
    width: auto;
    height: 0.6rem;
}


body {
    font: 16px Arial;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0
    }

b,
strong {
    font-weight: bolder
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):hover {
            color: inherit;
            text-decoration: none
        }

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    /*    margin-right: -15px;
    margin-left: -15px*/
}

.col-md-12,
.col-md-3,
.col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .5
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus,
    .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar .container,
    .navbar .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

        .navbar-expand-sm .dropdown-menu {
            position: absolute
        }

        .navbar-expand-sm .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

    .navbar-light .navbar-brand:focus,
    .navbar-light .navbar-brand:hover {
        color: rgba(0, 0, 0, .9)
    }

.navbar-light .nav-link:focus,
.navbar-light .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .active > .nav-link,
.navbar-light .nav-link.active,
.navbar-light .nav-link.show,
.navbar-light .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, .9)
    }

        .navbar-light .navbar-text a:focus,
        .navbar-light .navbar-text a:hover {
            color: rgba(0, 0, 0, .9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus,
    .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .nav-link {
    color: rgba(255, 255, 255, .5)
}

    .navbar-dark .nav-link:focus,
    .navbar-dark .nav-link:hover {
        color: rgba(255, 255, 255, .75)
    }

    .navbar-dark .nav-link.disabled {
        color: rgba(255, 255, 255, .25)
    }

    .navbar-dark .active > .nav-link,
    .navbar-dark .nav-link.active,
    .navbar-dark .nav-link.show,
    .navbar-dark .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus,
        .navbar-dark .navbar-text a:hover {
            color: #fff
        }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}


@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}


.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

@media (min-width:576px) {

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }
}

@media (min-width:768px) {

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }


    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }
}

@media (min-width:992px) {

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }
}

@media (min-width:1200px) {

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-muted {
    color: #6c757d !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }
}

html,
body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

​.boton {
    margin-left: 20px;
}

​svg text {
    display: none;
}

svg g:hover text {
    display: block;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgba(58, 176, 195, 0.3);
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(58, 176, 195, 0.5);
    }

.goAd {
    padding: 0rem 0rem 0rem 0rem !important;
    margin: 0rem !important;
}

.card-ad button {
    margin: 0rem !important;
    padding: 0.5rem 0rem !important;
}

.card-ad .platform-logo img {
    width: 20px;
    height: auto;
    margin: 0rem;
}

.card-ads .group-ads-btn {
    padding: 0rem !important;
    margin-bottom: 0.1rem !important;
}

    .card-ads .group-ads-btn:hover {
        color: #00a5ad;
    }

.svg-icon-card-wa {
    width: 1.1rem;
    height: auto;
    margin-right: 10px;
    fill: #808080;
}

.info-anunci button svg {
    width: 0.9rem;
    height: auto;
    fill: #808080;
}

.info .button:nth-child(2) {
    width: 1rem;
    height: auto;
}

.info .button:nth-child(3) {
    width: 0.8rem;
    height: auto;
}

body {
    width: 100%;
    height: 100%;
}

html,
nav,
body {
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

i {
    width: 1rem;
    height: 1rem;
}

button,
input,
select {
    outline: none !important;
    border: 1px solid transparent;
    box-shadow: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

    button:focus,
    input:focus,
    select:focus {
        outline: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    }


@media only screen and (max-width: 2560px) and (max-height: 1440px) {

    html,
    nav,
    body {
        font-size: 20px;
    }

    .list {
        height: 1093px;
        overflow: auto;
    }
}

@media only screen and (max-width: 1920px) and (max-height: 1200px) {

    html,
    nav,
    body {
        font-size: 16px;
    }

    .list {
        height: 840px;
        overflow: auto;
    }
}

@media only screen and (max-width: 1920px) and (max-height: 1080px) {

    html,
    nav,
    body {
        font-size: 16px !important;
    }

    .list {
        height: 720px;
        overflow: auto;
    }
}

@media only screen and (max-width: 1680px) and (max-height: 1050px) {

    html,
    nav,
    body {
        font-size: 16px !important;
    }

    .list {
        height: 700px;
        overflow: auto;
    }
}

@media only screen and (max-width: 1600px) and (max-height: 900px) {

    html,
    nav,
    body {
        font-size: 15px !important;
    }

    .list {
        height: 562px;
        overflow: auto;
    }
}

@media only screen and (max-width: 1440px) and (max-height: 810px) {

    html,
    nav,
    body {
        font-size: 13px !important;
    }

    .list {
        height: 506px;
        overflow: auto;
    }
}

@media only screen and (max-width: 1368px) and (max-height: 768px) {

    html,
    nav,
    body {
        font-size: 12px;
    }

    .list {
        height: 457px;
        overflow: auto;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 720px) {

    html,
    nav,
    body {
        font-size: 11px;
    }

    .list {
        height: 405px;
        overflow: auto;
    }
}

.area-ads hr {
    margin: 0;
}

.area-ads {
    padding-left: 1rem;
    padding-right: 1rem;
}

.area-list {
    padding: 1rem;
}

.list {
    width: 100%;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    width: -webkit-fill-available;
}

.pag-content {
    width: 70%;
    margin: auto;
    width: -webkit-fill-available;
}

.pagination > .active button {
    text-decoration: underline;
    color: #00a5ad;
}

.view button {
    float: right;
}

.card-info-top-grid {
    margin: .5rem;
    vertical-align: middle;
}

.div-content {
    max-width: 100%;
    display: block;
}

.child-div-content {
    max-width: 100%;
    text-align: center;
}

    .child-div-content .ad-info-message {
        margin: .2rem 1rem;
    }

.wa-ad-list .second-child-div-content {
    display: inline-flex;
    width: 100%;
}

.second-child-div-content p {
    float: left;
    text-align: left;
    margin: 0;
    padding: .5rem 0rem;
}

.second-child-div-content .dropdown {
    /*margin-left: .8rem;*/
    background-color: transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #E4E4E4;
}

    .second-child-div-content .dropdown:hover,
    .second-child-div-content .dropdown:focus {
        border: 1px solid #febc0a;
        border-radius: 10px;
    }

.dropdown {
    border: 1px solid transparent;
    width: 100% !important;
}

.ad-info-roomtype {
    width: 18%;
}

.card-ads {
    border: 1px solid transparent;
}

    .card-ads:hover,
    .card-ads:focus {
        border: 1px solid rgba(0, 165, 173, 0.7);
    }

    .card-ads a {
        color: black;
    }

        .card-ads a:hover {
            color: #00a5ad;
            text-decoration: none;
        }

    .card-ads .card-grid,
    .card-ads .card-list,
    .card-ads .card-childs {
        margin-left: 0px;
        margin-right: 0px;
    }

        .card-ads .card-grid .card-img {
            width: 100%;
            margin: .5rem;
            display: table-cell;
            vertical-align: middle;
            padding: 0rem;
        }

        .card-ads .card-list .card-img {
            margin: 0 !important;
        }

    .card-ads .card-img .card-img-top {
        max-height: 150px;
    }

    .card-ads .card-buttons-grid {
        max-width: 30px;
        text-align: right;
        padding: 0;
    }

        .card-ads .card-buttons-grid div {
            margin-top: 1rem;
        }

    .card-ads .card-buttons-list {
        display: inline-flex;
        justify-content: space-evenly;
        text-align: -webkit-right;
        text-align: -moz-right;
    }

.group-info {
    margin: .5rem 0rem;
}

.card-websites {
    display: inline-block;
    margin: .5rem 0rem !important;
}

.card-ads .card-websites img {
    width: 20px;
    height: auto;
    margin: 0rem .5rem;
}

.card-ads .websites .group-info-child p {
    margin: .5rem .3rem .5rem 0rem !important;
}

.card-ads .websites .group-info-child i {
    margin: 0rem !important;
    padding: 1rem 0rem .3rem 0rem;
}

.card-ads .group-info-child:first-child {
    display: inline-block;
    margin: 0rem .1rem;
}

.card-ads .group-info-child:nth-child(2) {
    display: inline-block;
    margin: 0rem .1rem;
}

.group-info-child:nth-child(3) {
    display: inline-block;
    margin: 0rem .1rem;
}

.group-info-child p {
    display: inline-block;
    margin: 0rem 1rem 0rem 0rem;
}

.group-info-child i {
    color: gray;
    width: 25px;
    height: 25px;
    margin-top: 3px;
}

.card-info-top-list {
    margin: .7rem;
}

    .card-info-top-list a {
        margin: 0rem 1rem;
    }

.card-info-top-grid .group-info {
    width: 100%;
}

.card-info-top-list .group-info,
.card-info-top-list .group-num-ads,
.card-info-top-grid .group-num-ads {
    display: inline-block;
    margin: 0rem 1rem;
}

.card-info-top-list .group-info-child {
    display: inline-block;
}

    .card-info-top-list .group-info-child:first-child {
        margin: 0rem .1rem;
    }

    .card-info-top-list .group-info-child:nth-child(2) {
        margin: 0rem .1rem;
    }

    .card-info-top-list .group-info-child:nth-child(3) {
        display: inline-block;
        margin: 0rem .1rem;
    }

    .card-info-top-list .group-info-child p {
        display: inline-block;
        margin: 0rem 1rem 0rem 0rem;
    }

    .card-info-top-list .group-info-child i {
        float: left;
        color: gray;
        width: 25px;
        height: 25px;
        margin-top: 3px;
    }

.card-info-top-list .group-info-status {
    display: inline-block;
    width: 7rem;
}

.card-info-top-list p {
    padding: 0rem;
    margin: 0rem;
}


.card-info-top-list .websites .group-info-child {
    margin: 0rem .5rem 0rem 0rem
}

    .card-info-top-list .websites .group-info-child p {
        margin: .6rem 0rem 0rem 0rem !important;
    }

.card-info-top-list .websites div {
    display: inline-block !important;
}

.card-info-top-list .card-websites img {
    width: 20px;
    height: auto;
    margin: 0rem .5rem 0rem .5rem;
}

.card-ad {
    border: 1px solid grey;
    border-radius: 1rem;
}

    .card-ad .card-img-top {
        margin: .9rem;
        width: 90%;
        height: 250px;
        text-align: center;
        border-radius: .3rem;
    }

    .card-ad table {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }

.new-card-ad .card-ad {
    background-color: rgba(0, 165, 173, 0.1);
}

.link {
    color: #000;
}

.navbar-light .nav-right .nav-link {
    border-bottom: 1px solid transparent;
}

    .navbar-light .nav-right .nav-link:hover {
        border-bottom: 1px solid #febc0a;
    }

    .navbar-light .nav-right .nav-link.active {
        color: rgba(0, 0, 0, 0.8);
        font-weight: 500;
        border-bottom: 1px solid #febc0a;
    }

.navbar-light .nav-left .nav-link.active {
    color: rgba(0, 0, 0, 0.8);
}

.activitat {
    padding-top: 1.5rem;
    margin-left: 8.33%;
}

.paginator {
    position: absolute;
    margin-left: 8.33%;
    bottom: 3rem;
}

.p-width {
    width: 26%;
}
/*
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}*/

/*.row > * {
    padding-right: 0px;
    padding-left: 0px;
}*/
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 1000px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 1000px;
    }
}

.row {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.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 {
    padding-right: 0px;
    padding-left: 0px;
}

.separador-naus {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #E4E4E4;
}

    .separador-naus:hover,
    .separador-naus:focus {
        border: 1px solid #febc0a;
        border-radius: 10px;
    }

.separador-naus {
    border: 1px solid transparent;
    width: 100% !important;
}

img {
    max-width: 95%;
    height: auto;
}
