

/*Propiedad detail*/

.tr-property-title{
	color: #0a1923;
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.1;
	text-align: inherit;
	margin: 0 0 36px;
}

.tr-slider-swiper {
  height: 530px;
}



.tr-property-subtitle{
	border: medium none;
	color: #ed1c24;
	font-family: "Poppins",sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 30px;
	text-align: inherit;
}

.tr-property-price2{
	color: black;
	font-family: "Poppins",sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	text-align: inherit;
	
}

.tr-property-price-symbol{
	
	
}

.tr-property-price-value{
	
	
}

.tr-property-description{
	
	margin-bottom: 5px;
}

.tr-line-top{
	border-top: 1px solid #d6dee2;
	margin: 25px 0 0;
	padding: 23px 0 20px;
}

dl {
  margin-bottom: 20px;
  margin-top: 0;
}

dt {
  font-weight: bold;
}

.tr-property-attributes-list{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.tr-property-attributes-list dt {
  margin: 0;
  max-width: 170px;
  min-width: 170px;
  padding: 3px 10px 4px 0;
}


.tr-property-attributes-list dd{
	flex: 0 0 calc(100% - 170px);
	max-width: calc(100% - 170px);
	padding: 3px 0 4px;
}


.tr-property-attribute-item {
	color: #0a1923;
	margin: 0;
	max-width: 170px;
	min-width: 170px;
	padding: 3px 10px 4px 0;
}
.tr-property-attribute-id{
	
}

.tr-property-attribute-types{
	
	
}


.tr-agent-info{
	margin-bottom: 15px;
margin-top: 10px;
}

.tr-agent-info-subtitle{
	color: #ed1c24;
	font-family: "Poppins",sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0 0 36px;
	padding-top: 15px;
	text-align: inherit;
}

.tr-agent-info-photo {
  width: 100%;
}

.tr-agent-info-photo > img {

  height: auto;
  max-height: 350px;
  min-height: 250px;
  width: 100%;
}

.tr-agent-info-details{
	
}

.tr-agent-info-title{
	color: #ed1c24;
	font-family: "Poppins",sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0 0 15px;
	padding-top: 15px;
	text-align: inherit;
}

.tr-agent-info-title2{
	color: black;
	font-family: "Poppins",sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0 0 15px;
	padding-top: 15px;
	text-align: inherit;
}

.tr-agent-info-desc{
	color: #889298;
}

.tr-agent-info-contacts{
	margin: 18px 0 0;
}





.contactenosbox {
 /*  background-color: #5b8bc4; */
	background-color: rgba(10, 25, 35, 0.9);
	margin-top: 35px;
	padding: 20px 30px;
}

.contactenosbox label {
  color: white;
  display: block;
  font-family: "Poppins",sans-serif;
  font-weight: 400;
  padding-top: 4px;
  width: 100%;
  
  color: white;
float: left;
font-weight: bold;
height: 30px;
padding-top: 5px;
vertical-align: middle;
width: 75px;
  
}

.contactenosbox textarea {
	color: black;
	display: block;
	font-family: "Poppins",sans-serif;
	font-weight: 400;
	padding-top: 4px;
	width: 100%;
}

.contactenosbox > input {
  border: 1px solid white;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}




/* Medium query */
@media screen and (max-width: 699px) and (min-width: 520px) {



}






/* Min query */
@media screen and (max-width: 519px) and (min-width: 0px) {


}



