<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: 'Ubuntu', sans-serif;
}
a {
    text-decoration: none !important;
}

.card-footer
{
    color: #858585;
}

.medium
{
    font-weight:500; 
}

.noBorder{
    border:none !important;
}

.menu{
    font-size: 18px;
}

.banner-cover{
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.tags {
    margin: 0 60px; /* space for prev/next buttons */
}

.tags-cells {
    color: #A69187;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    text-align: center;
    white-space: nowrap;
    
    background: #fff;

    border: 1px solid #A69187;
    box-sizing: border-box;
    border-radius: 18px;

    padding: 3px 20px;
    margin: 0 15px;
}

.tags-cells-small {
    color: #A69187;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;

    border: 1px solid #A69187;
    box-sizing: border-box;
    border-radius: 15px;

    padding: 3px 20px;
    margin: 0 5px;
}

.tags-ative {
    color: #fff;
    background: #FF7919;
    border: 1px solid #FF7919;
}

.tags-cells:hover {
    color: #FF7919;
    background: #fff;
    border: 1px solid #FF7919;
}

.avatar-photo-big{
    border: 3px #fff solid;
    border-radius: 50%;
    width: 180px;
    height: 180px;    
}

.host-photo {
    overflow: hidden;
    margin: -90px auto 0px auto;
}
.avatar-photo-md{
    border: 3px #fff solid;
    border-radius: 50%;
    width: 130px;
    height: auto;    
}
.avatar-photo-card{
    border: 1px #fff solid;
    border-radius: 50%;    
    width: 70px;
    height: auto;   
    position: absolute;
    top: 250px;
    left: 5%;           
}
.float-right {
    float: right;
}
    

.avatar-photo-card{
    border: 1px #fff solid;
    width: 70px;
    height: 70px;   
    position: absolute;
    top: 54%;
    left: 5%;
    overflow: hidden;
    background-color: white;
}

/* Carrossel */
.flickity-button {
    background: #333 !important;
}
.flickity-button:hover {
    background: #FF7919 !important;
}

.carousel2 .flickity-prev-next-button {
    width: 31px !important;
    height: 31px !important;
    border-radius: 15px !important;
}
/* Carrossel - icon color */
.flickity-button-icon {
    fill: white !important;
}
/* Carrossel- position outside */
.carousel2 .flickity-prev-next-button.previous {
    left: -40px !important;
}
.carousel2 .flickity-prev-next-button.next {
    right: -40px !important;
}


.card-subtitle span{
    text-transform: uppercase;
    color:  #858585;
    font-size: 14px;
    font-weight: 500;
}
.card-title{
    overflow: hidden;
    height: 53px;
}

.card-price{
    color: #FF7919;
    font-size: 18px;
    font-weight: bold;
}
.card-price del{
    color:  #858585;
}

.card-square-small .card-img-top{
    height: 170px; 
    width: 100%; 
    object-fit: cover;
    /* border-radius: 10px; */
}

.cardExp{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;    
}

.cardExp .card-img-top,
.card-img-top
{
    height: 300px; 
    width: 100%; 
    object-fit: cover;
    border-radius: 10px 10px 0 0;
} 


/*
    *** CustomizaĆ§Ć£o BootStramp
*/

.btn-primary {
    background-color: #FF7919 !important;
    border-color: #FF7919  !important;
}


.btn-outline-primary {
    color: #FF7919 !important;
    border-color: #FF7919 !important;
}
.btn-outline-primary:hover {
    background-color: #FF7919 !important;
    border-color: #FF7919 !important;
    color: white!important;
}
a {
    color: #FF7919;
    text-decoration: underline;
}

a:hover {
  color: inherit;
}
.rounded-3{
    border-radius: 15px !important;
}

.cities
{
    border-radius: 20px;
}

.btn-rounded
{
    border-radius: 18px;
    padding: 3px 20px;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #6c757d!important;
}

.rounded-3{
    border-radius: 15px!important;    
}
.rounded-top-3{
    border-radius: 10px 10px 0px 0px!important; 
}

.rounded-circle {
    border-radius: 50%!important;
}



.avatar-photo-card {
    border: 1px #fff solid;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 54%;
    left: 5%;
    overflow: hidden;
    background-color: white;
}

.fs-6{
    font-size: 0.8em!important;
}

.destaque-cell {
    width: 216px;
    margin-right: 20px;
}

.destaque-img{
    height: 170px;
    object-fit: cover;  
}


.title-search {
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: #a69187;
}

.flickity-button{
    width: 30px;
    height: 30px;
    top: -25px;
}
.flickity-prev-next-button.previous {
    right: 50px!important; 
    left: auto;
}     

.flickity-button {
    background: #333;
}
.flickity-button:hover {
    background: #F90;
}

.flickity-prev-next-button {
    width: 30px;
    height: 30px;
    border-radius: 5px;
}
/* icon color */
.flickity-button-icon {
    fill: white;
}     </pre></body></html>