body{
    background-color: #f1f1f1;
}

.bgwhite{
    background-color: white;
}

.shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fa-search{
    color: rgb(145, 145, 145);
}

.search{
    position: relative;
    font-size: 16px;
}

.search input{
    padding-left: 43px;
    padding-right: 20px;
}

.search i{
    position: absolute;
    left: 17px;
    top: -5px;
}

.boradius{
    border-radius: 23px;    
}

.card .alto{
    height: 460px;
}

.card-ima{
    object-fit:scale-down;
    height: 250px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.back-to-top {
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    right: 25px;
    bottom: 15px;
    background: #284864;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
    transition: all ease-in-out 0.3s;
}

.back-to-top i {
    font-size: 40px;
    position: absolute;
    top: 2px;
    left: 12px;
}

a.back-to-top:hover{
    background: #a50808;
    color: #fff;
}

texto{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
}