section .form-control {
    border-radius: 0;
}
section h2, section h3 {
    margin-top: 0;
    margin-bottom: 5px;
}
section h2 span {
    padding: 2px 5px;
}
section #hoteles-middle p + p img + img {
    margin-left: 20px;
}
section #hoteles-middle .hoteles-img {
    padding-right: 0;
}
section #hoteles-bottom span, section #hoteles-bottom img {
    display: inline-block;
    vertical-align: middle;
}
section #hoteles-bottom span + img {
    margin-left: 15px;
}

@media (max-width: 767px) {
    section #hoteles-middle {
        text-align: center;
    }
    section #hoteles-middle h2 {
        margin-top: 10px;
    }
}