.fondo {}

.header-logos {
    position: relative;
    height: 160px;
    left: 0;
    width: 100%;
    top: 0;
}

.logo {
    height: 100px;
    left: 0;
    position: absolute;
}

.banner {
    height: 100px;
    right: 0;
    position: absolute;
}

.logos-flex {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/* Search */
input.search {
    background: rgba(0, 0, 0, .375) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQBJREFUeNqslI0RgyAMhdENWIEVWMEVXIGO0BW6Ah2hHcGOoCPYEewINFzBe9IA9id37w4kfEZesHHOCSYUqSPJML+RJlELDwN1pMHxMZNMkr8RTgyz2YPH5LmtwXpIHkOFmKhIlxowDmYAycKnHAHYcTCsSpXOJCie6YWDnXKLGeHLN2stGaqDsXXrX3GFcYcLrfhjtKEhffQ792gYT2nT6pJDjCw4z7ZGdGipOIqNbXIwFUARmCbKpMfYxsWJBmCEDoW7+gYUTAU2s3HJrK3AJvMLkqGHFLgWXTckm+SfSQexs+tLRqwVfgvjgMsvMAT689S5M/sk/I14kO5PAQYAuk6L1q+EdHMAAAAASUVORK5CYII=) no-repeat 14px 14px;
    text-indent: 1em;
    display: inline-block;
    border: 0 none;
    width: 0;
    height: 2em;
    border-radius: 2em;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
    padding: .5em 1em;
    cursor: pointer;
    -webkit-appearance: none;
    font-weight: inherit;
    font-size: 24px;
    font-family: inherit;
    color: #999;
    vertical-align: baseline;
    margin: 0 auto;
}

input[type=search]::-webkit-search-cancel-button,
.search input[type=search]::-webkit-search-cancel-button
{
    -webkit-appearance: none;
}

.search.focus,
.search input:focus {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT5JREFUeNqsVLtOw0AQtIMlRJHCEhUVMg398QEUSZnSfILzCXxDPsFu6XAJHWnTcS1lWsprKdmLxtKwvjVBYaTV7cm+udnX5fPb+yyBSmwhVmK/FfPZLyjUPhI8YtXYi23EOovs7PzyevAbsWeoGg5HNUHsCipX8F9TZDOstVgLPxIsxW6w3sHv6dJ2StkLbh6IPtR/AWRfSIET20H9D2U1hfaAgxY2KMagcBSmg9/rmwx0lBqTzGfHoVfVHxXgXzCjHNRHnnHke4vMGc2q0RBR0GSeCLlpLaJGFWKUszVuib32nih7iTFrjXAPyGnQ48c3Gu5AOVlMtMk6NZuf+FiC+AIhV0T+pBQ5ntXceIJKqKko2duJ2TwoLAz5QTVnagJaXWEO8y/wSMuKH9RTJoCTHyNZFidOUEfNu/8WYAAOXUT04MOtlwAAAABJRU5ErkJggg==) 14px 14px no-repeat;
}

.search.focus 
{
    width: 100%;
    cursor: text;
}

.search + button {
    display: none;
    visibility: hidden;
}

.search.focus + button {
    display: block;
    visibility: visible;
    position: absolute;
    right: 5px;
    margin-top: 3px;
    width: 40px;
    padding-right: 10px;
    height: 42px;
    border-radius: 100px;
}



/* END CAROUSEL */

.owl-carousel-info h4 {
    font-size: 15px;
    height: 4.5em;
    overflow: hidden;
}

.owl-carousel-info .badge {
    text-overflow: ellipsis;
    white-space: normal;
    margin: 0 auto;
}

.profile-block-image {
    line-height: 50px;
    text-align: center;
    background: #a0ebd7;
    width: 50px;
    font-weight: bold;
    font-size: 20px;
}

.custom-block-info h5 {
    font-size: 16px;
    height: 4.5em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.autor {
    font-weight: bold;
    width: 75%;
}

.custom-block-full .custom-block-image {
    height: 420px !important;
}

.logo-image {
    width: 200px !important;
    height: auto;
    margin-top: -70px;
}

p.copyright-text {
    font-size: 20px;
}

.relleno {
    height: 195px;
}

.results-padding {
    margin-bottom: 80px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.table-buttons td {
    text-align: center;
    
}

.table-buttons td button {
    font-size: 1.4em;
}

.form2 input#s {
    box-shadow: 0px 0px 1px 1px black;
    margin-bottom: 50px;
}

.paginacion * {
    margin: 8px;
    font-size: 25px !important;
}

form.form.form2 {
    background: aliceblue;
    width: 98%;
    margin: 0 auto;
    height: 200px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 20px;
    padding: 20px;
}

form.form.form2 label {
    font-size: 20px;
    margin-top: 16px;
}

span.select2.select2-container.select2-container--default {
    margin: 0 auto;
    font-size: 20px;
    padding: 0px;
    width: 80% !important;
}

span.badge {
    text-wrap: balance;
}