.prueba-cache-laravel{

}
.tamanio-card{
    min-width: 19rem;
    width: 19rem;
}

.btn-limpiar-filtros{
    display: flex;
    align-items: center;
    height: 58px;
    max-height: 58px;
}

.btn-ubicacion-actual {
    height: 58px;
    max-height: 58px;
    width:250px;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    font-family: "Ubuntu", sans-serif;
    border: transparent;
    padding: 6px 16px 6px 70px;
    transition: background-color 100ms ease;
    outline: none !important;
    line-height: 1.6;
    background-color: #FBBC06;
    color: #022753;
}

.btn-ubicacion-actual::before {
    font-family: "Font Awesome 5 Free";
    content: "\f05b";
    font-weight: 900;
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    left: 16px;
}

@media only screen and (max-width: 767px) {
    .btn-redondo{
        border-radius: 16px;
        margin-top: 15px;
    }
    .tamanio-card{
        width: 17rem;
    }
}

@media only screen and (min-width: 768px) {
    .btn-redondo{
        border-radius: 16px;
        margin-left: 15px;
    }
}

.btn-a-submit{
    opacity: .4;
    cursor: default;
    pointer-events: none;
}

.btn-submit{

}
.btn-social > img{
    float: left;
}
.btn-social{
    font-weight: 600;
    min-height: 40px;
    float: right;
    color: #0e1318;
    background-color: rgba(64,87,109,.07);
    margin-right:10px;
    min-width: 276px;
}

.btn-correo-electronico > img{
    float: left;
}

.btn-correo-electronico{
    font-weight: 600;
    min-height: 40px;
    color: #0e1318;
    background-color: #ffbb32;
    margin-right:10px;
    min-width: 276px;
}

.precio::before{
    content: "$"
}

/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
body.loading .modal-espera {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
modal element will be visible */
body.loading .modal-espera {
    display: block;
}

.color-naranja{
    color: #ffbb32;
}

.color-gris{
    color: #595959;
}

.bg-gris{
    background-color: #595959 !important;
    color: white !important;
}

.bg-naranja{
    background-color: #ffbb32;
    color: #595959;
}

.btn-pideaqui {
    color: #595959;
    background-color: #ffbb32;
    /*border-color: #595959;*/
    border: 1px solid #ced4da;
}

.input-como-texto {
    border-width: 0;
    background: transparent;
}

.alinear-izquierda{
    text-align: left;
}

.alinear-derecha{
    text-align: right;
}

.borde-gris{
    border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(206, 212, 218);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(206, 212, 218);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(206, 212, 218);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition-property: border-color, box-shadow;
    transition-duration: 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
}

/*.searchBoxDireccion{
    width: 14rem;
    background-color: transparent;
    border-color: rgb(206, 212, 218);
    border-style: solid;
    border-width: 0 0 1px 0;
    color: white;
    outline: none;
}*/

@media only screen and (max-device-width: 576px) {
    .alinear-izquierda, .alinear-derecha{
        text-align: center;
    }

    .bloque-direccion{
        padding-top: 1rem;
    }

    .navbar-nav{
        padding-top: 1rem;
    }

    /*.searchBoxDireccion{
        width: 80% !important;
    }*/
}