﻿/*HOME*/
.buscador {
    background-image: url(../img/cw.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .buscador .row {
        padding-top: 5%;
        padding-bottom: 12%;
    }

.input-group {
    margin: 0 0 20px 0;
}
.item-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height:250px;
    border-radius:6px;
    margin-bottom:12px;
}
.card {
    position:inherit;
}
.dropdown-menu {
    width: 100%;
    padding: 0 8px;
    max-height: 580px;
    overflow-y: auto;
}

.form-control {
    line-height: 1.6;
}