.btn:not(.btn-custom-typo).btn-red:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.bg-modal {
    width: 100vw !important;
}
header#masthead .menu-item.btn-modal {
    height: 12px !important;   
}

.modal-general form textarea {
    max-height: 100px;
}

span[data-name="ubicacion"]:after {
    content: '\F229';
    display: block;
    font-family: 'bootstrap-icons';
    font-size: 12px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    color: grey;
    right: 7px;
}
.bg-modal .d-flex {
    align-items: flex-end;
}
.bg-modal .d-flex > img {
    padding: 0 25px;
}