.buddy{
   
    width: 100%;

   /* border:1px dashed red;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;


}
.contedorprop{

    margin-top: 151px;
    width: 100%;
    height: 100%;
  
    max-width: 1200px;
}


.propiedadesdestacadastitulo {

    width: 100%;
    max-width: 1200px;
    /*border: 1px dashed blue;*/

    display: flex;
    justify-content: center;
    padding: 40px;
}

.propiedades {
    padding-top: 20px;

    width: 100%;
    max-width: 1200px;
    /* border: 1px dashed red;*/
    display: grid;
    justify-content: space-around;
    grid-template-columns: 500px 500px;

}




.casa1 {


    padding-left: 20px;
    padding-right: 20px;
   /*  border:1px dashed deeppink;*/
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.cuadroimagen {

    /* border:1px dashed blue;   */
    width: 100%;


}
.titulonuestras {
    color: black;
    font-size: 29px;
    font-weight: 700;
}
.titulocasa {
    font-size: 25px;
    color: black;
    font-weight: 700;
}
.propiedad {

    width: 500px;

}

.cuadrodatos {

    padding-top: 20px;
    /*  border: 1px dashed green;*/
}

.datitos {


    /*border:1px dashed blue;*/
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 18px;
    font-size: 20px;
    color: black;
    font-weight: 500;
}


@media (max-width: 1390px) {

    .propiedades {
        width: 100%;
        grid-template-columns: 400px 400px;

        justify-content: center;
    }


}

@media (max-width: 411px) {

    .propiedades {
        width: 100%;
        grid-template-columns: 300px;

        justify-content: center;
    }




    .propiedad {

        width: 256px;

    }








}


@media (max-width: 839px) {

    .propiedades {
        width: 100%;
        grid-template-columns: 400px;

        justify-content: center;
    }


}



@media (max-width: 411px) {

    .cuadroimagen {
     display: flex;
     justify-content: center;
    }
    .casa1{


        align-items: center;
    }


}