.content-wrapper {
    /* imagen de fondo */
    background-image: url("../img/fondo.png") !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    background-attachment: fixed;
}

.bernal {
    width: 8% !important;
}

@media only screen and (max-width: 900px) {
    .content-wrapper {
        /* imagen de fondo */
        background-size: cover;
        background-position: center;
    }

    .bernal {
        width: 18% !important;
    }
}

.cloud {
    position: relative;
}

.cloud-up {
    /*opacity: 0;*/
    position: relative;
    display: inline;
}

.image-upload > input {
    display: none;
}

.cloud-up > input {
    display: none;
}

.rounded-3 {
    border-radius: 0.5rem !important;
}

.rounded-4 {
    border-radius: 0.75rem !important;
}

.rounded-5 {
    border-radius: 2rem !important;
}

.input-group > .form-control,
.input-group > .form-select {
    border-radius: 0.5rem 0 0 0.5rem !important;
    margin-left: 0.5rem;
}

.form-control:not(.input-group > *),
.form-select:not(.input-group > *) {
    border-radius: 0.5rem !important;
}

.input-group > .input-group-text {
    border-radius: 0 0.5rem 0.5rem 0 !important;
}

.card,
.dropdown-menu,
.modal-content {
    border-radius: 0.75rem !important;
}

.btn {
    border-radius: 2rem !important;
}

.results {
    position: absolute;
    width: 91%;
    padding: 5px 3px;
    z-index: 1;
}

.box-results {
    background-color: #f2f2f2;
    padding: 0px;
    border-radius: 4px;
}

.box-results > li {
    list-style: none;
    padding: 5px 15px;
}

a.bxl:link,
a.bxl:active,
a.bxl:visited {
    color: #687281 !important;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}

a.bxl:hover {
    color: blue !important;
}
