body{
    color:white
}

#SpaceInfo h3 {
    color: #37b5ff
}
#SpaceInfo p {
    color: #8b8b8b
}
#SpaceInfo p span {
    color: white;
    font-weight:700;
}

#HouseNumberText{
    color:white;
    margin-top:2rem;
    font-size:3rem
}

.strDate {
    color: #8b8b8b
}
    .strDate span {
        color: #8b8b8b;
        font-weight:700
    }


.trucker__fs-65 {
    margin-top: 2rem !important
}

.arrow-sep{
    text-align:center;
    margin-top:3rem;
    margin-bottom:0.1rem;
}
#divHistorial {
}


.title-name-hito {
    margin-left: 2rem;
    color:#37b5ff
}

.info-tracking {
    padding: 4rem
}

#TxtHouse {
    margin-top: 2rem;
    border-radius: 0px;
    background-color: transparent;
    border: 2px solid #f4f4f4;
    color: #ffb546;
    font-size:32px
}

#TxtHouse::placeholder {
    color: #808080;
   
}

#BtnTracking{
    background-color:#37b5ff;
    border:1px solid #37b5ff;
    color:white
}
    #BtnTracking:hover {
        background-color: #ffb546;
        border: 1px solid #ffb546;
        color: white
    }

@media(max-width:1023px) {
    .info-tracking {
        padding: 0.5rem
    }

    .trucker__fs-65{
        font-size:35px;
        line-height:35px
    }

    .tracking-search{
        text-align:center
    }

    
   
}