#motor_buscador {
    z-index: 1;
    width: 541px;
    margin-top: 12px;
}

#motor_buscador h2 {
    display: block;
    margin: 0;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 17px;
    color: #ffffff;
    margin-top: 20px;
    text-align: left;
    font-weight: bold;
    width: 511px;
    border-bottom: 1px solid;
}

/* Estilos Paquetes destacados*/

.paqDestacados .thumbnail {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  height: 270px;
  border-radius: 10px;
  background-size: cover;
  border: 0;
}
.paqDestacados .item-destacado {
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
}
.paqDestacados .bottom {
    z-index: 1;
    position: relative;
    bottom: 50px;
    color: #fff;
    width: 100%;
    padding: 0 20px;
    text-shadow: 1px 1px 5px #292929;
}
.paqDestacados .top {
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 10px;
}

.paqDestacados .top:hover {
    background-color: rgba(0, 0, 0, 0.46);
}

.top .datos-paq {
    margin-left: 55px;
    margin-right: 55px;
}

.top .titulo {
    margin-top: 24px;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 5px #292929;
}

.top .datos-paq ul {
  margin: 0 auto;
}

.datos-paq .precio-c {
    font-size: 20px;
}

.datos-paq ul {
    text-align: center;
}

.paqDestacados a:hover .thumbnail {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.paqDestacados .item-destacado {
  overflow: hidden;
  height: 270px;
}
.paqDestacados .precio {
  text-align: center;
  font-size: 1.5em;
  line-height: 19px;
  text-shadow: 1px 1px 5px #292929;
}
.paqDestacados .titulo {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.btn_verMas.transition {
    position: absolute;
    top: -19px;
    right: 12px;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 15px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    background: #d001018a;
    height: 35px;
}

#paq_destacados h3 {
    margin-bottom: 45px;
    margin-top: 45px;
    border-bottom: 1px solid;
    padding-bottom: 24px;
}

section#paq_destacados {
    padding-bottom: 60px;
}

.datos-paq .precio-c {
    font-size: 24px;
}

.datos-paq .precio-c small {
    font-size: 73%;
}

#motor_buscador .buscador {
    padding: 20px;
}

#motor_buscador .buscador label {
    color: #fff;
}

#motor_buscador .buscador .input-group-addon {
    color: #444;
    background-color: #ffffff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;  
}

#CRU .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: 11px;
    margin: 7px 0 0;
    border: 0;
}

#CRU .input-group .select2-container .select2-selection {
    height: auto;
    min-height: 30px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #ccc;
}

#CRU .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px 0 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #ccc !important;
}

#motor_buscador .buscador button.btn.btn-default.btn-theme.btn-block.btn-sm {
    color: #FFFFFF;
}

@media (max-width: 768px) {
    #motor_buscador {
        position: absolute;
        /*top: 50px;*/
        z-index: 1;
        width: 100%;
        left: 0;
    }

    #motor_buscador h2 {
        width: 100%;
    }
    .container-fluid.heading {
        min-height: 612px !important;
    }
    form.navbar-form.navbar-right {
        display: none;
    }

    .btn_verMas.transition {
        bottom: 25px !important;
        right: 28% !important;
        left: 28%;
        text-align: center;
    }

    .item-destacado .bottom ul.list-inline {
        position: absolute;
        bottom: 65px;
        margin-left: -18px;
        width: 100%;
        text-align: center;
    }

    .top .titulo {
        margin-top: 23px !important;
        font-size: 16px;
        line-height: 20px;
    }

    #motor_buscador .buscador button.btn.btn-default.btn-theme.btn-block.btn-sm {
        margin-top: 10px;
    }
}