*{
    font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
  
}
.buddye{



    width: 100%;
    margin-top: 150px;
    padding-top: 50px;
    /* border:1px dashed red;*/
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
    
 
}

.condeelementos {
    width: 100%;
    max-width: 1200px;
  /*  border: royalblue dashed 1px;*/
    padding: 10px;
    display: flex;
   /* flex-direction: column;*/
}


.caja1 {
    width: 100%;
   /* border: yellow dashed 1px;*/
    display: flex;
    max-width: 700px;
}








#content-wrapper{
	/*display: flex;*/
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
   /* border: deeppink dashed 1px;*/
    width: 100%;
   
}

.column{
/*	width: 600px;*/
	padding: 10px;

}

#featured{
	max-width: 500px;
	/*max-height: 600px;*/
	object-fit: cover;
	cursor: pointer;
	/*border: 2px solid black;*/
    width: 100%;
   /* height: 100%; */
}

.thumbnail{
	object-fit: cover;
    max-width: 180px;
    width: 100%;
	max-height: 100px;
	cursor: pointer;
	opacity: 0.5;
	margin: 5px;
	/*border: 2px solid black;*/

}

.thumbnail:hover{
	opacity:1;
}

.active{
	opacity: 1;
}

#slide-wrapper{
	max-width: 500px;
	display: flex;
	min-height: 100px;
	align-items: center;
}

#slider{
    max-width: 440px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;

}

#slider::-webkit-scrollbar {
		width: 8px;

}

/*#slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

}

#slider::-webkit-scrollbar-thumb {
  background-color: #dede2e;
  outline: 1px solid slategrey;
   border-radius: 100px;

}
*/
#slider::-webkit-scrollbar-thumb:hover{
    background-color: #18b5ce;
}

.arrow{
	width: 30px;
	/*height: 30px;*/
	cursor: pointer;
	transition: .3s;
}
.arrows{
	width: 20px;
	/*height: 30px;*/
	cursor: pointer;
	transition: .3s;
}
.arrow:hover{
	opacity: .5;
	width: 35px;
	/*height: 35px;*/
}

.casaenventa{

    font-size: 24px;
    color: black;
    font-weight: 500;
}

@media screen and (max-width:1000px) {




#content-wrapper{
  
 
    /*border: 1px dashed black;*/

	
	
}


}

.condatoscasa{
padding-top: 20px;
padding-left: 20px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}

.descripcion{

    font-size: 17px;
    color: black;
    font-weight: 500;
    max-width: 300px;
}
.llamar{
background-color: rgba(236,0,0,.9);
color: white;
width: 165px;
height: 50px;
border: none;
font-size: 24;
border-radius: 10px;

    
}

.botones{

max-width: 400px;



}
.contactar{
    background-color: white;
    color: rgba(236,0,0,.9);
    width: 165px;
    height: 49px;
    border: none;
    font-size: 24;
    border-radius: 10px;
    border: 1px  solid rgba(236,0,0,.9);


}
.medida{

    font-size: 24px;
    color: black;
    font-weight: 500;

}

.espaciado{
    line-height: 46px;
    font-size: 24px;
    color: black;
    font-weight: 500;
}


@media screen and (max-width:1000px) {




    .condeelementos{
      
     
     flex-direction: column;
    
        
        
    }
    
}




.barraverde{



    width: 100%;
    height: 100px;
    background-color:rgba(236,0,0,.9); ;
}