@charset "UTF-8";
/* CSS Document */
footer{
    margin-top: 20px;
}
body {
    font-family: 'Raleway', cursive;
}
.bt-title {
    font-family: 'Boogaloo', cursive;
    font-size: 60px;
    color: #000;
    padding-top: 75px;
    padding-bottom: 5px;
}

.adv-card {
    height: 190px;
}

.panel-home {
    font-size: 34px;
    color: darkolivegreen;
}

.bt-sub-title {
    color: grey;
}
.card-body.card-home{
    padding: 1rem;
}

a:link {
    text-decoration: none;
}

.card.film{
    margin-top: 20px;
}

.card-body.film {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: absolute;
    text-align: center;
    color: white;
    height: 85px;
    background: rgba(0,0,0,0.7);
    width: 100%;
    padding: 5px;
    top: 150px;
}

.card-title.film {
    margin-bottom: 0.75rem;
    color: white;
    font-size: 18px;
    text-align: center;
}

.list-group-item {
    padding: 8px;
    border-bottom: none;
    border-top: none;
    font-family: monospace;
    font-weight: bold;
}

.download-torrent {
    font-size: 11px;
}


input.form-control {
    margin-right: 10px;
}

.indexh1 {
    font-size: 36px ;
    text-align: center;
    margin-bottom: 30px;
}

input#busqueda {
    width: 100%;
}
input#buscar {
    width: 100%;
}

.roja{
    background: #721c24;
    height:75px;
}

.verde{
    background: #1c7430;
    height: 75px;
}
.azul{
    background: #005cbf;
    height: 75px;
}


p.indexp {
    margin-bottom: 30px !important;
    font-size:16px;
}

input#busqueda {
    height: 45px;
    font-size: 25px;
    text-align: center;
}
td {
    vertical-align: middle !important;
}
.results {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
p.results {
    font-size:12px !important;
}
.imagenresults {
    padding-left: 0px !important;
}
h4.results {
    margin-bottom: 10px !important;
}


footer a {
    color: white;
}
footer {
    background-color: gray;
    bottom: 0;
    color: #fff;
    min-height: 30px;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

html {
    height: 100%;
}
.content {
    height: auto;
    min-height: 100%;
    margin: 0 auto -40px;
    padding: 0 0 40px;
}

body {
    height: 100%;
}