body {
	background-color: #fff;
}

a:link { 
	text-decoration:none; 
}

.alinhamento {
  text-align: center;
}

.marginb {
	margin-bottom: 15px;
}

.marginbo {
	margin-bottom: 50px;
}

.margint {
	margin-top: 15px;
}

.marginto {
	margin-top: 60px;
}

.foto {
	width: 100%;
	border-radius: 15px 3px;
}

.fotoLancamento{
	width: 300px;
	height: 230px; ;
	border-radius: 15px 3px;
}

.spc {
	margin: 0;
	padding: 0;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}

.hr {
	height: 30px;
	border-bottom:dashed 1px #222;
}

.espaconteudo {
	margin-top: 190px;
	margin-bottom: 60px;
}


/* topo */

#bgvideo {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.fundotopo {
	background-image: url(../ImagensSite/topo-paginas.jpg);
	background-size: 100% 100%;
}
.fundotopo2 {
	background-image: url(../ImagensSite/topo-paginas2.jpg);
	background-size: 100% 100%;
}

.fundomenu { /* Alterar cor do top MENU */
	background-color: #FFFFFFD5;
	top: 0;
  	position: fixed;
  	z-index: 100;
}

.logo {
	width: 50%;
	margin: 0;
	padding: 5px;
}
.logo-mobile {
	width: 55%;
}

.icone {
	margin-top: 10px;
	font-size: 15pt;
	color: #fff;
}

/* Rodape */

.rodape { 
	padding: 40px 10px;
	background-color: #0080b5;/* Mudar cor de fundo do RODAPE */
	color: #fff; /* Mudar cor da letra do RODAPE */
	font-family: Century Gothic;
}
.rodape a {	
	color: #fff;
	font-family: Century Gothic;
}
.rodape a:hover {
	font-weight: bold;
}
.icone2 { /*RODAPE */
	color: #fff; /*Alterar cor dos icones */
	font-size: 30pt;
	padding-left: 10px;
	padding-right: 5px;
	opacity: 1;
}
.icone2:hover { /*RODAPE */
	font-weight: 400;
	-webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
	opacity: 0.7;
}

.footer { 
	padding: 5px;
	background-color: #003b7c;/* Mudar cor do RODAPE - EMPRESA */
	color: #fff; /* Mudar cor da letra RODAPE - EMPRESA */
	font-family: Century Gothic;
}
.footer a {
	color: #fff;
	font-family: Century Gothic;
}


.linha {
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #FFFFFF38;
	border-right: 1px solid #FFFFFF38;
}
@media (max-width: 544px) {
  .linha {
	border-left: none;
	border-right: none;
  }
}


/* pesquisa */

.form-control{
	height: 48px;
	border-radius: 0px;
	font-size: 14px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}


.search-template-01{
	width: 98%;
	padding: 0 10%;
	margin:0;
	top: 50%; 
	position: absolute;
}

/* Telas extra pequenas (XS) - até 575px */
@media (max-width: 575px) {
  .search-template-01 {
	top: 0; 
	position: relative;
  }
}

/* Telas pequenas (SM) - 576px a 767px */
@media (min-width: 576px) and (max-width: 767px) {
  .search-template-01 {
	top: 0; 
	position: relative;
  }
}

/* Telas médias (MD) - 768px a 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .search-template-01 {
	top: 0; 
	position: relative;
  }
}

/* Telas grandes (LG) - 992px a 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .search-template-01 {
	top: 30%; 
	position: absolute;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .search-template-01 {
	top: 40%; 
	position: absolute;
  }
}
@media (min-width: 1361px) and (max-width: 1680px) {
  .search-template-01 {
	top: 50%; 
	position: absolute;
  }
}

.tab-content {
    padding: 30px 30px 15px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    /*border-radius: 0 0 5px 5px;*/
    position: relative;
    z-index: 2;
}

.bg-white {
    background-color: #ffffffcc;
}	
.bg-header {
    background-size: cover;
    background-position: center;
    z-index: 5;
    position: relative;
}
.bg-header header {
    height: 120px;
    z-index: 5;
    position: relative;
}
.bg-header.fullscreen {
    background-position: center top;
}

.bg-header.overlay-secondary:after {
    background: #050E15;
}
.bg-header.overlay:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .1;
    z-index: 2;
}
.bg-header .search-home .container {
    margin-bottom: 20px;
    margin-top: 200px;
    padding: 0 25px;
}

.bg-header.fullscreen .search-home .search-table .widget-search .bg-white {
    /*background: rgba(255,255,255,0.7);*/
    background: #003b7cF3;
    border-radius: 0;
    padding: 20px 30px 5px 30px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
}
.bg-header .search-home .search-table .widget-search .tab-content {
    border-radius: 0;
}
.bg-header .search-home .search-table .widget-search .bg-white {
    /*background: rgba(255,255,255,0.7);*/
    background: #003b7cF3;
}
.nav-default .nav-item .nav-link {
    padding: 0 35px;
    font-size: 16px;
    line-height: 75px;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    text-decoration: none;
    border: none;
    border-radius: 0;
    background-color: rgba(20,19,18,0.9);
    color: #fff;
}

.nav-default .nav-item .nav-link .active{
    padding: 0 35px;
    font-size: 16px;
    line-height: 75px;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    text-decoration: none;
    border: none;
    border-radius: 0;
    background-color: #ffffffcc;
    color: #000;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-default {
    border: none;
    text-align: center;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    /*margin-top: 200px;  */
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.dl, ol, ul {
    margin-top: 0;
}

.address, dl, ol, ul {
    margin-bottom: 1rem;
}
.ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
* {
    font-family: 'Century Gothic', sans-serif;
}
* {
    outline: none !important;
}
*, :after, :before {
    box-sizing: inherit;
}
* {
    box-sizing: border-box;
    outline: 0 !important;
}
.user agent stylesheet ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.whatsApp{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:10px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.my-whatsApp{
    margin-top:16px;
}

.showcase-template-02 .sp-padding {
    padding: 15px;
    margin: auto;
    right: 0;
}
.sp-padding {
    padding: 10px;
}
.sp-black {
    color: #fff;
    background: #000;
    background: rgba(0,0,0,.5);
}
.sp-layer {
    position: absolute;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 400px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 60vw;
  max-height: 80vh;
  min-height: 80vh;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

/*PESQUISA*/

.btnPesq { /* Alterar cor do Botao Pesquisa */
	color: #fff;
	max-width: 100%;
	margin-bottom: 15px;
	background-color: #0080b5;
	border-radius: 15px 3px;
}

.btnPesq:hover {
	color: #fff;
	background-color: #222;
}




/*conteudo index*/

.titulos {
	margin: 0;
	padding: 0;
	color: #003b7c; /* Alterar cor da letra dos titulos */
	font-family: Century Gothic;
	letter-spacing: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	text-shadow: 1px 1px 1px #333;
}

.valorV {
	color: #46311d; /* Alterar cor dos Valor de Venda */
	font-family: Century Gothic;
}

.valorL {
	color: #003b7c; /* Alterar cor dos Valores em Locacao */
	font-family: Century Gothic;
}

/*fotosdestaque*/
.destaqueindex{
	width: 100%;
	height: 240px;
	border-radius: 15px 3px;
}

.fundodestaque {
	margin-top: 40px;
	margin-bottom: 20px;
}
.destaque {
	margin: 0;
	padding: 10px;
	margin-bottom: 50px;
}
.destaque1 {
	padding: 0;
	color: #333;
	font-family: Century Gothic;
	border-radius: 15px 3px;
	border-right: 2px solid #003b7c;
	border-bottom: 2px solid #EFEFEF;
	border-left: 2px solid #EFEFEF;
	border-top: 2px solid #EFEFEF;
	/*box-shadow: 0 0 3px #ccc;*/
	background-color: #fff;
	text-transform: uppercase;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    overflow: hidden; /* Evita que o conteúdo ultrapasse os limites da foto */
}
.destaque1:hover {
	color: #222;
	border-radius: 15px 3px;
	border-right: 2px solid #222;
	border-bottom: 2px solid #222;
	border-left: 2px solid #EFEFEF;
	border-top: 2px solid #EFEFEF;
	background-color: #EFEFEF;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.desc-pad{
	padding: 5px;
}

/*.carro {
	width: 21%;
}
.quartos {
	width: 22%;
}
.banheiro {
	width: 22%;
}
.area {
	width: 35%;
}*/


/*TIPO*/

.tipo {
	color: #333;
	font-family: Century Gothic;
	margin-left: 5%;
	padding: 8px;
	margin-bottom: 15px;
	border-radius: 15px 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	background-color: #fff;
	text-transform: uppercase;
	max-width: 100%;
	box-shadow: 1px 1px 3px #ccc;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tipo:hover {
	color: #fff;
	background-color: #003b7c;
	border: 1px solid #003b7c;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

/*LISTA*/

.tit-pesq {
	color: #222;
	font-family: Century Gothic;
	font-size: 24px;
	letter-spacing: -0.1px;
    white-space: nowrap;       /* Impede a quebra de linha */
    overflow: hidden;          /* Oculta o texto que não cabe */
    text-overflow: ellipsis;   /* Adiciona "..." no final do texto que não cabe */
    max-width: 100%;  
}
.bairro-pesq {
	color: #999;
	font-family: Century Gothic;
	font-size: 18px;
    white-space: nowrap;       /* Impede a quebra de linha */
    overflow: hidden;          /* Oculta o texto que não cabe */
    text-overflow: ellipsis;   /* Adiciona "..." no final do texto que não cabe */
    max-width: 100%;  
}
.itens-pesq {
	color: #222;
	font-family: Century Gothic;
	font-size: 16px;
    white-space: nowrap;       /* Impede a quebra de linha */
    overflow: hidden;          /* Oculta o texto que não cabe */
    text-overflow: ellipsis;   /* Adiciona "..." no final do texto que não cabe */
    max-width: 100%;  
}
.desc-pesq {
	color: #333;
	font-family: Century Gothic;
	font-size: 14px;
    max-height: 200px;  
    display: -webkit-box;
    -webkit-line-clamp: 4;			/* Limita a 4 linhas */
    -webkit-box-orient: vertical;   /* limite na vertical */
    overflow: hidden;               /* Oculta o texto que não cabe */
    text-overflow: ellipsis;        /* Adiciona "..." no final do texto que não cabe */
}
@media (max-width: 575px) {
	.tit-pesq {
		font-size: 18px;
	}
	.bairro-pesq,
	.itens-pesq {
		font-size: 14px;
    	white-space: normal;       /* Impede a quebra de linha */
	    -webkit-line-clamp: 2;			/* Limita a 4 linhas */
	    -webkit-box-orient: vertical;   /* limite na vertical */
	    overflow: hidden;               /* Oculta o texto que não cabe */
	    text-overflow: ellipsis;        /* Adiciona "..." no final do texto que não cabe */
	}
}

.fundolista {
	padding: 8px;
	margin-bottom: 15px;
	border-radius: 15px 3px;
	border-right: 2px solid #003b7c;
	border-bottom: 2px solid #EFEFEF;
	border-left: 2px solid #EFEFEF;
	border-top: 2px solid #EFEFEF;
	/*box-shadow: 0 0 3px #ccc;*/
	background-color: #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    overflow: hidden; /* Evita que o conteúdo ultrapasse os limites da foto */
}

.fundolista:hover {
	color: #fff;
	border-right: 2px solid #0080b5;
	border-bottom: 2px solid #0080b5;
	border-left: 2px solid #EFEFEF;
	border-top: 2px solid #EFEFEF;
	background-color: #EFEFEF;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

.botaolista-left {
	padding: 2px 4px 2px 2px;
}
.botaolista-right {
	padding: 2px 2px 2px 4px;
}
.botaolistaneg {
	padding: 5px;
	border: 0;
	border-radius: 2px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	font-family: Century Gothic;
	border:1px solid #003b7c; /* Alterar cor da borda do Botao */
	background-color: #fff;
}
.botaolistavalor {
	padding: 5px;
	border: 0;
	border-radius: 2px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	font-family: Century Gothic;
	border:1px solid #003b7c; /* Alterar cor da borda do Botao */
	background-color: #003b7c; /* Alterar cor do Botao */
}
.iconelista {
	margin-top: 10px;
	min-width: 20px;
	font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555, -1px -1px 0 #555, 1px 0px 0 #555, 0px 1px 0 #555, -1px 0px 0 #555, 0px -1px 0 #555;
}
.iconelista2 {
	margin-top: 10px;
	min-width: 20px;
	font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555, -1px -1px 0 #555, 1px 0px 0 #555, 0px 1px 0 #555, -1px 0px 0 #555, 0px -1px 0 #555;
}

.texticone{
	color: #555;
	font-size: 15px;
	font-family: Century Gothic;
}

/*IMOVEL*/

.descimo {
	color: #555;
	font-family: Century Gothic;
	text-align: justify;	
}
.simulacao {
	margin: 0;
	padding: 0 15px;
	font-size: 13pt;
	text-align: left;
	color: #006EBCFF;
}
.simu {
	padding-top: 8px;
	width: 90%;
}
.simu:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.box-imovel {
	padding: 3px;
	margin-bottom: 2px;
}

.fotoimovel {
	width: 100%;
	height: 120px;
	border-radius: 15px 3px;
}
.botaoimovel {
	width: 100%;
	margin: 3px;
	padding: 5px;
	border: 0;
	height: 50px;
	border-radius: 2px;
	font-size: 25px;
	color: #222;
	text-align: center;
	font-family: Century Gothic;
	background-color: #fff;
	border-radius: 15px 3px;
	border:1px solid #003b7c; /* Alterar cor da borda do Botao */
}
.botaoimovel:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.eit {
	color: #46311d; /* Alterar cor do - este imóvel tem */
	font-family: Century Gothic;
	font-weight: 800;
}
.desc {
  color: #555;
  font-size: 16px;
  font-family: Century Gothic;            
}


.corretor {
	border-radius: 15px 3px;
	box-shadow: 3px 3px 5px #ccc;
	/*color: #333;*/
}
.corretor-t {
	padding: 10px 20px;
	color: #555;
	font-family: Century Gothic;
}
.corretor:hover {
	background-color: #F2F2F2FF;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	cursor: pointer;
}
.corretorfoto img {
	width: 170px;
	height: 170px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	box-shadow: -2px 2px 3px #ccc;
}

/* BOTOES - CONTATO / CADASTRE */

.botao { 
	width: auto;
	margin-top: 10px;
	border: none;
	font-weight: bold;
	background: linear-gradient(#333, #111); /* Alterar cor do Botao Pesquisa */
	padding: 10px 10px 6px 12px;
	border-radius: 3px;
	color: #fff; /* Alterar cor da letra do Botao Pesquisa */
	font-size: 15px;
}
.botao:hover {
	background: linear-gradient(#003b7c, #0080b5); /* Alterar cor do Botao Pesquisa ativo */
	color: #fff; /* Alterar cor da letra do Botao Pesquisa ativo */
}

/*PROPOSTA*/
.obg {
	color: #F00E0EFF;
}
.space {
	margin-left: 15px;
}

.semEsp1 {
	border: 0;
	padding: 0 5px 0 0;
}

.semEsp2 {
	border: 0;
	padding: 0 0 0 5px;
}


/*QUEM SOMOS*/

.quemsomos {
	font-size: 15px;
	color: #222;
	font-family: Century Gothic;

}

/* Cores */

.black {
	color: #000;
	font-family: Century Gothic;
}

.blue {
	color: #003C9EFF;
	font-family: Century Gothic;
}
}
.red {
	color: #F00E0EFF;
	font-family: Century Gothic;
}
.red2 {
	color: #F00E0EFF;
	font-family: Century Gothic;
	text-shadow: 2px 2px 3px #999;
}

.grey {
	color: #222;
	font-family: Century Gothic;
}

.grey2 {
	color: #999;
	font-family: Century Gothic;
}
.grey3 {
	color: #555;
	font-family: Century Gothic;
}

.white {
	color: #fff;
	font-family: Century Gothic;
}


/* Efeito Destaque */

@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
 
/*TOUR360*/
.tour360{
	padding: 20px 20px 10px;
/*	background: linear-gradient(#52658c, #435373FF); */
	background-image: url("../ImagensSite/tour360.jpg"); /* Alterar cor */
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-shadow: 2px 2px 3px #435373FF;
	border-radius: 8px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tour360:hover{
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.tour360 div p{
	color: #435373FF;
	font-size: 26px;
	text-transform: uppercase;
	font-family: Century Gothic;
}
.tour360 div p span{
	font-size: 22px;
}

.tour360-mobile{
	width: 94%;
	margin: 3%;
	padding: 20px 20px 10px;
/*	background: linear-gradient(#52658c, #435373FF); */
	background-image: url("../ImagensSite/tour360-mobile.jpg"); /* Alterar cor */
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-shadow: 2px 2px 3px #435373FF;
	border-radius: 8px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tour360-mobile:hover{
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.tour360-mobile div p{
	color: #435373FF;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Century Gothic;
}
.tour360-mobile div p span{
	font-size: 10px;
}


.situacao .situacao-orange{
    position: absolute;
    background-color: #E54C00AF;
    transform: rotate(-40deg);
    top: 30px; /* ajuste a posição conforme necessário */
    padding: 2px 5px;
    margin-left: -38px;
    font-size: 12px;
    text-align: center;
    left: -70px;
    float: left;
    width: 90%;
    color: #fff;
}
.situacao .situacao-red{
    position: absolute;
    background-color: #E50000AF;
    transform: rotate(-40deg);
    top: 30px; /* ajuste a posição conforme necessário */
    padding: 2px 5px;
    margin-left: -38px;
    font-size: 12px;
    text-align: center;
    left: -70px;
    float: left;
    width: 90%;
    color: #fff;
}
.situacao .situacao-green{
    position: absolute;
    background-color: #269C00AF;
    transform: rotate(-40deg);
    top: 30px; /* ajuste a posição conforme necessário */
    padding: 2px 5px;
    margin-left: -38px;
    font-size: 12px;
    text-align: center;
    left: -70px;
    float: left;
    width: 90%;
    color: #fff;
}


.situacao-lista .situacao-orange{
    position: absolute;
    background-color: #E54C00AF;
    transform: rotate(-40deg);
    top: 20px; /* ajuste a posição conforme necessário */
    padding: 2px 5px;
    margin-left: -38px;
    font-size: 12px;
    text-align: center;
    left: -40px;
    float: left;
    width: 80%;
    color: #fff;
}
.situacao-lista .situacao-red{
    position: absolute;
    background-color: #E50000AF;
    transform: rotate(-40deg);
    top: 20px; /* ajuste a posição conforme necessário */
    padding: 2px 5px;
    margin-left: -38px;
    font-size: 12px;
    text-align: center;
    left: -40px;
    float: left;
    width: 80%;
    color: #fff;
}
.situacao-lista .situacao-green{
    position: absolute;
    background-color: #269C00AF;
    transform: rotate(-40deg);
    top: 20px; /* ajuste a posição conforme necessário */
    padding: 2px 5px;
    margin-left: -38px;
    font-size: 12px;
    text-align: center;
    left: -40px;
    float: left;
    width: 80%;
    color: #fff;
}





.dest-mobile{
    overflow: hidden; /* Evita que o conteúdo ultrapasse os limites da foto */
}
.situacao-listam .situacao-orange{
    position: absolute;
    background-color: #E54C00AF;
    transform: rotate(-40deg);
    top: 35px; /* ajuste a posição conforme necessário */
    padding: 2px 10px;
    margin-left: -62px;
    font-size: 12px;
    text-align: center;
    left: -40px;
    float: left;
    width: 70%;
    color: #fff;
}
.situacao-listam .situacao-red{
    position: absolute;
    background-color: #E50000AF;
    transform: rotate(-40deg);
    top: 35px; /* ajuste a posição conforme necessário */
    padding: 2px 10px;
    margin-left: -62px;
    font-size: 12px;
    text-align: center;
    left: -40px;
    float: left;
    width: 70%;
    color: #fff;
}
.situacao-listam .situacao-green{
    position: absolute;
    background-color: #269C00AF;
    transform: rotate(-40deg);
    top: 35px; /* ajuste a posição conforme necessário */
    padding: 2px 10px;
    margin-left: -62px;
    font-size: 12px;
    text-align: center;
    left: -40px;
    float: left;
    width: 70%;
    color: #fff;
}