/* ESTRUCTURA */
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
.caixa-immobles-index {
  padding: 5px;
  background: #ffffff; text-align:center;
  max-width: 1600px; 
  margin: 0 auto;
}
.caixa-immobles-index-interior {
  flex: 100%;
  width: 100%;
  background: #ffffff; 
  margin-bottom: 30px;
  padding: 10px;
  float:left;
}
.caixa-destacat-0 {
  flex: 25%;
  width: 25%;
  height: 320px;
  background: #ffffff; border: 1px solid #ffffff;
  padding: 0;
  float:left;
}
.caixa-destacat-1 {
  flex: 100%;
  width: 100%;
  height: 305px;
  background: #ffffff;
  padding: 0;
  float:left;
}
.caixa-destacat-2 {
  flex: 100%;
  width: 100%;
  height: 75px;
  background: #f5f5f5; border-top: 1px solid #ffffff; text-align:center;
  padding: 3px;
  float:left;
}
.caixa-destacat-3 {
  flex: 100%;
  width: 100%;
  height: 30px;
  background: #f5f5f5; border-top: 1px solid #ffffff; text-align:center;
  padding: 5px;
  float:left;
}
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
.caixa-immobles-index {
  padding: 5px;
  background-color: transparent!important; text-align:center;
  max-width: 1600px; 
  margin: 0 auto;
}
.caixa-immobles-index-interior {
  flex: 100%;
  width: 100%;
  background: #ffffff; 
  margin-bottom: 30px;
  padding: 10px;
  float:left;
}
.caixa-destacat-0 {
  flex: 50%;
  width: 50%;
  height: 305px;
  background: #ffffff; border: 1px solid #ffffff;
  padding: 0;
  float:left;
}
.caixa-destacat-1 {
  flex: 100%;
  width: 100%;
  height: 300px;
  background: #ffffff;
  padding: 0;
  float:left;
}
.caixa-destacat-2 {
  flex: 100%;
  width: 100%;
  height: 60px;
  background: #f5f5f5; border-top: 1px solid #ffffff; text-align:center;
  padding: 5px;
  float:left;
}
.caixa-destacat-3 {
  flex: 100%;
  width: 100%;
  height: 30px;
  background: #f5f5f5; border-top: 1px solid #ffffff; text-align:center;
  padding: 5px;
  float:left;
}
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
.caixa-immobles-index {
  padding: 5px;
  background-color: transparent!important; text-align:center;
  max-width: 1600px; 
  margin: 0 auto;
}
.caixa-immobles-index-interior {
  flex: 100%;
  width: 100%;
  background: #ffffff; 
  margin-bottom: 30px;
  padding: 10px;
  float:left;
}
.caixa-destacat-0 {
  flex: 50%;
  width: 50%;
  height: 320px;
  background: #ffffff; border: 1px solid #ffffff;
  padding: 0;
  float:left;
}
.caixa-destacat-1 {
  flex: 100%;
  width: 100%;
  height: 305px;
  background: #ffffff;
  padding: 0;
  float:left;
}
.caixa-destacat-2 {
  flex: 100%;
  width: 100%;
  height: 75px;
  background: #f5f5f5; border-top: 1px solid #ffffff; text-align:center;
  padding: 3px;
  float:left;
}
.caixa-destacat-3 {
  flex: 100%;
  width: 100%;
  height: 30px;
  background: #f5f5f5; border-top: 1px solid #ffffff; text-align:center;
  padding: 5px;
  float:left;
}
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.caixa-immobles-index {
  padding: 5px;
  background-color: transparent!important; text-align:center;
  max-width: 1600px; 
  margin: 0 auto;
}
.caixa-immobles-index-interior {
  flex: 100%;
  width: 100%;
  background: #ffffff; 
  margin-bottom: 30px;
  padding: 10px;
  float:left;
}
.caixa-destacat-0 {
  flex: 50%;
  width: 50%;
  height: 320px;
  background: #ffffff; border: 1px solid #ffffff;
  padding: 0;
  float:left;
}
.caixa-destacat-1 {
  flex: 100%;
  width: 100%;
  height: 305px;
  background: #ffffff;
  padding: 0;
  float:left;
}
.caixa-destacat-2 {
  flex: 100%;
  width: 100%;
  height: 75px;
  background: #f5f5f5; border-top: 1px solid #ffffff; text-align:center;
  padding: 3px;
  float:left;
}
.caixa-destacat-3 {
  flex: 100%;
  width: 100%;
  height: 30px;
  background: #f5f5f5; border-top: 1px solid #ffffff; text-align:center;
  padding: 5px;
  float:left;
}
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
.caixa-immobles-index {
  padding: 5px;
  background-color: transparent!important; text-align:center;
  max-width: 1600px; 
  margin: 0 auto;
}
.caixa-immobles-index-interior {
  flex: 100%;
  width: 100%;
  background: #ffffff; 
  margin-bottom: 20px;
  padding: 10px;
  float:left;
}
.caixa-destacat-0 {
  flex: 100%;
  width: 100%;
  height: 320px;
  background: #ffffff; border: 1px solid #ffffff;
  padding: 0;
  float:left;
}
.caixa-destacat-1 {
  flex: 100%;
  width: 100%;
  height: 305px;
  background: #ffffff;
  padding: 0;
  float:left;
}
.caixa-destacat-2 {
  flex: 100%;
  width: 100%;
  height: 75px;
  background: #f5f5f5; border-top: 1px solid #ffffff; text-align:center;
  padding: 3px;
  float:left;
}
.caixa-destacat-3 {
  flex: 100%;
  width: 100%;
  height: 30px;
  background: #f5f5f5; border-top: 1px solid #ffffff; text-align:center;
  padding: 5px;
  float:left;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.caixa-immobles-index {
  padding: 5px;
  background-color: transparent!important; text-align:center;
  max-width: 1600px; 
  margin: 0 auto;
}
.caixa-immobles-index-interior {
  flex: 100%;
  width: 100%;
  background: #ffffff; 
  margin-bottom: 20px;
  padding: 10px;
  float:left;
}
.caixa-destacat-0 {
  flex: 100%;
  width: 100%;
  height: 320px;
  background: #ffffff; border: 1px solid #ffffff;
  padding: 0;
  float:left;
}
.caixa-destacat-1 {
  flex: 100%;
  width: 100%;
  height: 305px;
  background: #ffffff;
  padding: 0;
  float:left;
}
.caixa-destacat-2 {
  flex: 100%;
  width: 100%;
  height: 75px;
  background: #f5f5f5; border-top: 1px solid #ffffff; text-align:center;
  padding: 3px;
  float:left;
}
.caixa-destacat-3 {
  flex: 100%;
  width: 100%;
  height: 30px;
  background: #f5f5f5; border-top: 1px solid #ffffff; text-align:center;
  padding: 5px;
  float:left;
}
}
@media (max-width: 319px) {
.caixa-immobles-index {
  padding: 10px;
  background-color: transparent!important; text-align:center;
  max-width: 1600px; 
  margin: 0 auto;
}
.caixa-immobles-index-interior {
  flex: 100%;
  width: 100%;
  background: #ffffff; 
  margin-bottom: 20px;
  padding: 10px;
  float:left;
}
.caixa-destacat-0 {
  flex: 100%;
  width: 100%;´
  height: 320px;
  background: #ffffff; border: 1px solid #ffffff;
  padding: 0;
  float:left;
}
.caixa-destacat-1 {
  flex: 100%;
  width: 100%;
  height: 305px;
  background: #ffffff; 
  padding: 0;
  float:left;
}
.caixa-destacat-2 {
  flex: 100%;
  width: 100%;
  height: 75px;
  background: #f5f5f5; border-top: 1px solid #ffffff; text-align:center;
  padding: 3px;
  float:left;
}
.caixa-destacat-3 {
  flex: 100%;
  width: 100%;
  height: 30px;
  background: #f5f5f5; border-top: 1px solid #ffffff; text-align:center;
  padding: 5px;
  float:left;
}
}
