html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    overflow-x: hidden;
    font-family: 'Poppins', 'sans-serif';
}

.space {
    height: 80px;
    width: 100%;
}

body::-webkit-scrollbar {
    background-color: #c8c8c8;
}

body::-webkit-scrollbar-thumb {
    background-color: #0C3F68;

}

.sumary {
    margin: 0 19px !important;
}

.propiedad {
    width: 100%;
    border-radius: 8px;
    position: relative;
    transition: all linear 200ms;
    margin: 40px 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.propiedad:hover {
    cursor: pointer;
    box-shadow: 0 2px 60px -20px rgba(0, 0, 0, .8);
    transform: scale(1.03);
}

.propiedad .propiedad__imagen img {
    width: 100%;
    height: 200px;
    border-radius: 8px 8px 0 0;
}

.propiedad__imagen-cinta {
    background-color: #3371A2;
    opacity: .9;
    width: 150px;
    position: absolute;
    left: 0;
    border-radius: 8px 0 8px 0;
    height: 32px;
}

.propiedad__imagen-cinta h5 {
    color: white;
    width: 100%;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
}

.propiedad__imagen-estado {
    width: 100px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 187px;
    border-radius: 8px 0 0 8px;
}

.propiedad__imagen-estado small {
    color: white;
    width: 100%;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
}

.propiedad__detalle-titulo {
    padding: 5px 15px;
}

.propiedad .propiedad__detalle-titulo h4 {
    font-weight: bold;
    text-transform: uppercase;
    color: #1368a9;
    width: 270px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.whatsapp__flotante a{
    position: fixed;
    right: 0;
    z-index: 9;
    top: 50%;
    background: #0a721c;
    width: 60px;
    text-align: center;
    border-radius: 7px 0 0 7px;
    transition: width linear 200ms;
    cursor: pointer;
    box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.5);

}

.whatsapp__flotante a:hover {
    width: 100px;
}

.whatsapp__flotante i {
    font-size: 30px;
    color: white;
}

/*.propiedad:hover .propiedad__detalle-titulo h4{*/
/*    color: #002a4a;*/
/*}*/

.propiedad__detalle-extras {
    width: 100%;
    height: 20px;
    padding: 0 20px;
}

.propiedad__detalle-extras i {
    color: rgba(128, 128, 128, 0.8);
    font-size: 20px;
}

.propiedad__detalle-extras small {
    color: black;
    font-size: 15px;
    margin-right: 25px;
    font-weight: bold;
}

.propiedad__detalle-descripcion p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0 10px;
    font-size: 12px;
}

.propiedad__detalle-valor h4 {
    font-weight: bold;
    margin-right: 10px;
    font-size: 25px;
}

.section__productos {
    padding-bottom: 80px;
}

.section__productos h2 {
    color: #0C3F68;
    font-size: 2rem;
    font-weight: 600;
    padding: 35px 0;
}


.cinta-habilitado {
    background-color: green;
}

.cinta-deshabilitado {
    background-color: red;
}

.cinta-terminado {
    background-color: grey;
}

.footer {
    background-color: #0a73bb;
    height: 80px;
    color: #ebebeb;
    padding: 30px;
}

.login-background {
    background-color: #0C3F68;
    padding: 20px;
    margin: 20px;
}

.login-background h1 {
    color: white;
    font-weight: bold;

}

.site-login {
    text-align: center;
    height: 600px;
}

.btn-login {
    width: 200px;
}

.index-contact {
    padding: 70px 10px 10px 10px;
}

.index-contact hr {
    border: solid 1px;
}

.index-contact h4 {
    font-weight: 700;
    font-size: 29px;
}

.index-contact i {
    font-size: 78px;
    margin-bottom: 15px;
    transition: all 400ms ease-in-out;
}

.index-contact i:hover {
    transform: rotate(-15deg);
}

.index-contact p {
    font-size: 17px;
}

.titulo-banner h1{
    font-size: 40px;
    font-weight: bold;
}
