.btn-oferta {
    background-color: #fff;
    border-color: #ff6900;
    border-radius: 5px;
    border-width: 2px;
    color: #ff6900;
    text-transform: uppercase;
    padding: .8em;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-width: 35px;
    border-style: solid;
    cursor: pointer;
}

.btn-oferta-clicked {
    background-color: #ff6900;
    border-color: #ff6900;
    border-radius: 5px;
    border-width: 2px;
    color: #fff;
    border-bottom: none;
    position: relative;
}

.btn-oferta-clicked:hover {
    background-color: #ff6900;
    border-color: #ff6900;
    color: #fff;
    border-bottom: none;
}

.datos_oferta {
    border-color: #ff6900;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    width: 80%;
    margin: 0 auto;
}

.btn-oferta-clicked:after,
.btn-oferta-clicked:after {

    position: absolute;
    top: 98.1%;
    left: 55%;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 15px #ff6900;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;

}

.ofertas {
    margin-top: 25px;
    margin-bottom: 25px;
}
.emojiDO {
    height: 55px;
    width: auto !important;
}

#mostrarFormRechazOD {
    font-size: 13px;
}

@media (max-width: 400px) {

    .modal {
        max-width: -webkit-fill-available !important;
    }

    .emojiDO {
        height: 45px;
    }

    #mostrarFormRechazOD {
        font-size: 14px;
    }

}

@media (min-width: 1024px) {
    .ofertas {
        margin-bottom: 28px;
    }
}
