@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800&display=swap');
@import url('/static/vendor/fontawesome-free-5.12.1-web/css/fontawesome.min.css');
body {
    font-family: 'Raleway';
    background: #f8f8f8;
}

a,
a:hover,
a:active {
    color: #434345;
    text-decoration: none;
}


/* TOP BAR */
.logo{
    width: 14%;
}
.logo img {
    width: 100%;
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(45, 44, 42, 0.77)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* search bar */

.search-input {
    /* margin: 0; */
    /* margin-top: 10px; */
    /* padding: 0; */
}

.search-input .search-query {
    padding: 24px!important;
    border-radius: 30px!important;
    border: 0!important;
    background: #e9e9e9!important;
    outline-color: cadetblue!important;
}

.search-input .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 156, 149, 0.3)!important;
    background: white!important;
}

.search-input button {
    border: 0!important;
    background: none!important;
    height: 100%!important;
    position: absolute!important;
    /* left: -45px; */
    right: 0!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    color: #49494b!important;
    vertical-align: -webkit-baseline-middle!important;
    z-index: 3!important;
}

.menu-topo li a.nav-link:hover
{
    /* border-bottom: 2px solid #2c8081; */
    background-color: #e0e0e060;
    box-shadow: 0 -2px 0 0 #369c95 inset;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .7rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #cac9c754;
    padding: 0.7rem 1.5rem;
}
.link-footer {
    display: block;
    width: 100%;
    padding: .1rem 0rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
/* Select2 */

.select2-container {
    width: 100%!important;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: none;
}


/* icon user */

#user {
    border-left: none;
}

#user img {
    margin: 25px 0px 25px;
}

#user label {
    margin: 25px 0px 25px;
}

#user a {
    font-weight: 600;
    color: #369c95;
    text-decoration: none;
}


/**
*   NOTICIA URGENTE
**/

.urgente-titulo h1 {
    color: #050507;
    font-weight: 800;
    font-size: 2.5rem;
    text-decoration: none;
    letter-spacing: -0.1rem;
}

.urgente-titulo a:hover {
    color: #443c37;
    font-weight: bold;
    font-size: 2.3rem;
    text-decoration: none;
}


/* Title origin */

.urgent {
    color: red;
    font-weight: 700;
    font-size: 0.8rem;
    margin-top: 1.5rem!important;
    margin-bottom: 0rem!important;
}

#title-origin {
    padding-left: 15px;
    margin-top: -1rem;
}

.pulse {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.link-categoria:hover {
    color: #90A0A3;
    text-decoration: underline;
}
@keyframes pulse {
    0% {
        box-shadow: 0px 0px 3px 0x rgba(173, 0, 0, .3);
    }
    65% {
        box-shadow: 0px 0px 3px 10px rgba(173, 0, 0, .3);
    }
    90% {
        box-shadow: 0px 0px 3px 10px rgba(173, 0, 0, 0);
    }
}

.urgent button {
    bottom: 0px;
    left: 0px;
    width: 12px;
    height: 12px;
    font-size: 0;
    background-color: red;
    border: 0;
    border-radius: 35px;
    margin: 18px;
    outline: none;
}

.bold {
    font-weight: bold;
}


/* Banner */

#banner a {
    text-decoration: none;
}

.destaque .card {
    background: none;
}

.grid {
    position: relative;
    clear: both;
    /* margin: 0 auto; */
    /* padding: 1em 0 4em; */
    max-width: 1000px;
    list-style: none;
    /* text-align: center; */
}


/* Common style */

.grid figure {
    /* position: relative; */
    /* float: left; */
    overflow: hidden;
    /* margin: 10px 1%; */
    /* min-width: 320px;
    max-width: 480px;
    max-height: 360px; */
    width: 100%;
    height: auto;
    /* background: #3085a3; */
    /*text-align: center;*/
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    /* padding: 2em; */
    color: #fff;
    /* text-transform: uppercase; */
    /* font-size: 1.25em; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */


/* .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
} */

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/*-----------------*/


/***** Apollo  *****/


/*-----------------*/

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.15, 1.15, 1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h4 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

figure.effect-apollo:hover h4 {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.banner-city {
    background: red;
    border-radius: 4px;
    max-width: max-content;
}

.banner-city a {
    color: #ffffff;
}

.overlay h4,
.overlay p {
    text-shadow: 2px 2px rgba(51, 51, 51, 0.63);
}

.overlay {
    background: rgba(76, 76, 76, 0);
    background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 0)), color-stop(49%, rgba(48, 48, 48, 0)), color-stop(100%, rgba(19, 19, 19, 1)));
    background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: -o-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: -ms-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}


/* ****************** */


/*   PERFIL CIDADES  */


/* ***************** */

.breadcrumb-cidade {
    font-size: 30pt;
    padding: 15px;
    color: white;
    font-weight: 900;
}

.perfil-cidade a {
    color: black;
}

.perfil-cidade a:hover {
    color: #635858;
}

.perfil-cidade a>h2 {
    margin-top: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.perfil-cidade a>p {
    font-size: 0.9rem;
}

.city-name {
    color: #ffffff;
    padding: 7px 20px;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
}

.city-name-litle {
    padding: 2px 35px;
    font-weight: bold;
    font-size: .8rem;
    text-transform: uppercase;
    margin-bottom: 0.05rem;
}

.banner-title {
    text-transform: uppercase;
}

.card-footer {
    background-image: linear-gradient(#00000000, black);
    border-top: none;
}

/* .stretched-link {
  transition: 0.5s;
} */
.stretched-link {
  transition: 0.3s ease-out;
}
.stretched-link img {
  transition: opacity 0.3s ease-out;
}
.stretched-link:hover img {
    opacity: .9;
}
.stretched-link:hover h6 {
    font-weight: bold;
}

.note-secundary-banner {
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1.4;
    color: black;
}

.note-secundary {
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1.5;
    /* color: black; */
    margin-top: 6px;
}

.span-secundary {
    font-size: .8rem;
    color: black;
}


/* News */

#news a {
    text-decoration: none;
    /* position: relative; */
}

.card{
    border: none;
    background: none;
}
.tag-cidade{
    position: relative;
    top: -29px;
    left: 2%;
}
/* MEUS DADOS */

#meus-dados fieldset {
    margin-top: 2rem;
    padding: 10px;
}

#meus-dados legend {
    font-size: 1rem;
}
/*** OVERRIDES ***/

.cloudzoom-zoom-inside {
    cursor: zoom-in;
    z-index: 1;
}
.thumbelina {
    left: 0;
    right: 0;
    width: 70px;
    margin: 0 auto;
}
.thumbelina li img, .thumbelina li img:hover {
    height: 100px;
    border: none;
}
.thumbelina-but.vert {
    line-height: 28px;
}

/*** CUSTOM ***/

#thumbnails {
    position: relative;
    /* width: 93px; */
    height: 330px;
    background-color: #fff;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    float: left;
    margin-top: 20px;
    z-index: 2;
}
#thumbnails a {
    width: 100%;
    display: inline-block;
    text-align: center;
}
/* Prevent FOUC */
#thumbnails ul {
    visibility: hidden;
}
#thumbnails ul.thumbelina {
    visibility: visible;
}
#product-image {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-left: 1rem;
}

#zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: fadeout 0.5s; /* Sync with JS */
    background: url('http://res.cloudinary.com/thdoan/image/upload/v1498133706/carousel/watch01-large.jpg') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    cursor: zoom-out;
    display: none;
    opacity: 0;
    z-index: 1;
}

.fullscreen {
    overflow: hidden;
}
.fullscreen .cloudzoom-zoom-inside {
    visibility: hidden; /* Prevent FOUC */
}
.fullscreen #thumbnails {
    position: fixed;
    top: 8px;
    left: 8px;
    opacity: 0.8;
}
.fullscreen #zoom-overlay {
    animation: fadein 0.5s; /* Sync with JS */
    display: block;
    opacity: 1;
}

@keyframes fadein {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeout {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
.anuncio .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 1%;
    margin-left: 1%;
    list-style: none;
}
/* CLASSIFICADOS */

.link-classified .carousel-control-next,
.link-classified .carousel-control-prev {
    position: initial;
    display: contents;
}

.link-classified .carousel-control-next i,
.link-classified .carousel-control-prev i {
    font-size: 2.2rem;
    color: yellowgreen;
}

.item-name {
    font-weight: bold;
    color: white;
}

.item-price {
    font-weight: bold;
    color: yellowgreen;
}

.btn-all-class {
    background: yellowgreen;
    color: white;
    font-weight: bolder;
    border-radius: 20px;
    padding-left: 55px;
    padding-right: 55px;
}


/* OPORTUNIDADES */

.oportunity-name {
    color: #ee710c;
    font-weight: bold;
}

.oportunity-function {
    color: #ee710c;
    font-weight: bold;
}

.oportunity-text {
    font-size: 0.75rem;
    color: #ee710c;
}

.oportunity-auth {
    font-size: 0.7rem;
    color: #ee710c;
}

.contato {
    background: #ee710c;
    border-radius: 24px;
    font-size: .8rem;
    padding-left: 12%;
    padding-right: 12%;
}

.btn-all-opt {
    background: #ee710c;
    color: white;
    font-weight: bolder;
    border-radius: 20px;
    padding-left: 55px;
    padding-right: 55px;
}

#link-oportunity .carousel-control-next i,
#link-oportunity .carousel-control-prev i {
    font-size: 2.2rem;
    color: #ee710c
}


/* SIDEBAR */

.card-mail {
    border: none;
    border-left: 2px solid #ee710c;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #e4e4e4;
    border-radius: 0px;
}

.card-mail a {
    text-decoration: none;
}

.card-sociais {
    font-size: 13pt;
}

.link-email {
    font-size: 9pt;
    color: black;
}

.side-not-title {
    font-weight: bold;
    color: #55b0a6;
}

.sidebar-note-text {
    font-weight: bold;
    color: #5f6062;
    font-size: .87rem;
    margin-bottom: 0.2rem;
}

.sidebar-note-date {
    color: #5f6062;
    font-size: .65rem;
}

.border-note {
    border-bottom: 5px solid #ee710c;
    max-width: 40%;
}


/* TIPOGRAPHY */

.orange {
    color: #ee710c!important;
}

.green {
    color: #2c8081!important;
}
.green a {
    color: #2c8081!important;
}

#title a,
.caminho-titulo a {
    color: #ffffff;
}

.title {
    color: rgb(52, 58, 64);
    font-weight: 800;
    text-align: justify;
    /* margin-top: 6.5rem!important; */
    font-size: 3.3rem;
    letter-spacing: -0.1rem;
    line-height: 4rem;
}

.subtitle {
    color: rgb(52, 58, 64);
    /* padding: 15px 60px 15px 60px; */
    text-align: justify;
    font-size: 1.4rem;
}

.auth {
    /* text-align: center; */
    color: #343a40;
    font-size: .9rem;
}

.news {
    text-align: justify;
    margin-top: 5rem!important;
    margin-bottom: 5rem!important;
    color: #585a5c;
    font-weight: 500;
}
.news .news-conteudo p{
    padding: 0 20%;
    text-align: left;
}
.news .news-conteudo p:first-child img{
    text-align: center;
    padding: 0;
}
.news-image-p{
    padding: 0!important;
    text-align: center!important;
}  

/* INPUT */

.input-orange {
    border: 2px solid #dc6216;
    padding: 12px;
    outline: none;
}

.input-gren {
    border: 2px solid #2c8081;
    padding: 12px;
    outline: none;
    /* height: 16px; */
}


/* BUTTON */

.btn-orange {
    background: #dc6216;
    border: none;
    color: white;
    letter-spacing: 1px;
    line-height: 15px;
    border-radius: 40px;
    padding-top: 3%;
    padding-left: 7%;
    padding-right: 7%;
    /* padding: 10px; */
    /* font-size: 1rem; */
}
.btn-orange-no-link{
    background: #dc6216;
    border: none;
    color: white;
    letter-spacing: 1px;
    line-height: 15px;
    border-radius: 40px;
    padding: 5%;
    /* padding-left: 7%; */
    /* padding-right: 7%; */
}
.btn-green {
    background: #2c8081;
    border: none;
    color: white;
    border-radius: 50px;
    padding: 10px;
    font-size: 1rem;
}

select {
    height: 50px;
    border: 2px solid #2c8081;
}


/* search-all */

.search-all {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.search-all .search-query {
    padding: 35px!important;
    border-radius: 35px!important;
    border: 0!important;
    background: #e9e9e9!important;
    outline-color: cadetblue!important;
}

.search-all .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 156, 149, 0.3)!important;
    background: white!important;
}

.search-all button {
    border: 0!important;
    background: none!important;
    height: 100%!important;
    position: absolute!important;
    right: 0!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    color: #49494b!important;
    vertical-align: -webkit-baseline-middle!important;
    z-index: 3!important;
}

.pills-pc {
    color: #fff;
    background-color: #dc6215;
    border-radius: 50px!important;
    padding-left: 3rem;
    padding-right: 3rem;
}

.pills-pc:hover {
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2c8081;
}


/* CHART */

.chart {
    display: inline-block;
    width: 95px;
    height: 95px;
    margin: 0 10px;
    vertical-align: top;
    position: relative;
    padding-top: 22px;
}

.chart span {
    display: block;
    font-size: 2em;
    font-weight: normal;
    width: 10rem;
    margin-top: 1.8rem;
}

.chart canvas {
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px!important;
    }
}

@media (max-width: 768px) {
    #user {
        border-left: 2px solid #434345;
    }
    #user label {
        margin: 15px 0px 15px;
    }
    .sidebar-note-text {
        font-weight: bold;
        color: #5f6062;
        font-size: 1.7em;
    }
    .side-not-title {
        font-size: 1em;
    }
}

@media (max-width: 575.98px) {
    .logo{
        width: 79%;
    }
    .logo img {
        width: 53%;
    }
    .urgente-titulo h1 {
        font-size: 1.3rem;
    }
    .destaque {
        padding: 0;
    }
    .overlay h4 {
        font-size: 16px;
    }
    .news .news-conteudo p {
        padding: 0 2%;
        text-align: left;
    }
    .news-conteudo img {
        max-width: 100% !important;
        height: 100% !important;
    }
    .title {
        color: rgb(52, 58, 64);
        font-weight: 800;
        text-align: justify;
        /* margin-top: 6.5rem!important; */
        font-size: 1.9rem;
        letter-spacing: -0.1rem;
        line-height: 2rem;
    }
    .subtitle {
        color: rgb(52, 58, 64);
        /* padding: 15px 60px 15px 60px; */
        text-align: justify;
        font-size: 1rem;
    }
    .sidebar-note-text {
        font-weight: bold;
        color: #5f6062;
        font-size: 0.9rem;
    }
    .city-name {
        font-size: 10px;
        letter-spacing: 1px;
    }
    #banner {
        padding-left: 0;
    }
    #link-classified .carousel-control-next i,
    #link-classified .carousel-control-prev i {
        font-size: 1.4em;
        letter-spacing: 0.5em;
    }
    #link-oportunity .carousel-control-next i,
    #link-oportunity .carousel-control-prev i {
        font-size: 1.4rem;
        letter-spacing: 0.5em;
    }
    .oportunidade-view .depoimentos>p {
        margin-bottom: 0;
    }
}

@media print {
    .print-none {
        display: none;
    }
}


/** pedacinho do mosfilho */


/* style dos anuncios */

a.meu-anuncio {
    color: #49494b!important;
    position: relative;
    display: block;
}

a.meu-anuncio:hover {
    color: white !important;
}

a.meu-anuncio:hover .media {
    background-color: #eb7131 !important;
}

a.meu-anuncio.finalizado {
    text-decoration: line-through;
    opacity: .8;
}

a.meu-anuncio .flag-ativo {
    position: absolute;
    top: 8px;
    left: 8px;
    background: white;
    padding: 4px;
}

a.meu-anuncio small.flag-vendido {
    position: absolute;
    top: 0;
    right: 0;
    background: green;
    color: white;
    padding: 2px 7px;
    font-size: 65%;
}

a.meu-anuncio.vendido {
    background-color: #d0ffd0 !important;
}

.marcador-anuncio {
    background-color: #666;
    color: white;
    font-size: 80%;
    padding: 5px 10px;
    margin-right: 10px;
}

#modalThumbsAnuncio {
    overflow-x: scroll;
    border: 1px solid #ccc;
    padding: 0px 17px;
    /* background-color: #f9f9f9; */
    /* border-left-width: 0; */
    /* border-right-width: 0; */
}

.marcador-anuncio.success {
    background-color: green;
}


/****** Style Star Rating Widget *****/

.rating {
    /* margin-top: 40px; */
    border: none;
    /* float: left; */
}

.rating>label {
    color: #90A0A3;
    float: right;
}

.rating>label:before {
    margin: 5px;
    font-size: 2em;
    font-family: FontAwesome;
    content: "\f005";
    display: inline-block;
}

.rating>input {
    display: none;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #F79426;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #FECE31;
}

.dep-container {
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding: 5px;
}

.box-depoimentos {
    overflow-x: auto;
    max-height: 480px;
}

.card-limit-exed{
    border: 2px solid #cecccc;
    border-radius: 4px;
    min-width: 100%; 
    min-height: 400px;
    background: white;
}

/* estilizacao do Marcos */
a.nav-link {
    color: #db622d;
    font-weight: bold;
}