.ellipsis {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 80px; /* Fallback for non-webkit - Cálculo (font-size*line-height*lines-to-show) */
    line-height: 1.4em;
    -webkit-line-clamp: 50;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-prestadorV5 {
    font-weight: bold;
    padding: 90px 0 0 100px;
    display: inline-flex;
    color: white;
    bottom: 3px;
    text-shadow: 2px 2px #333;
    line-height: 105px;
    vertical-align: bottom;
}
.img-prestadorV5 {
    height:183px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px){
    .img-prestadorV5 {
        height:198px;
        background-size: cover;
        position: relative;
    }
}

.nav-pills>li {
    display: block;
    border-radius: 3px;
}

.nav-pills > li > a {
    min-width: 108.5px;
    height: 33px;
    padding-bottom: 5px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.nav-pills > li:not(.active) > a.btn-default:hover {
    background-color: #EEEEEE !important;
    color: #0077C4 !important;
    border: 1px solid #0077C4 !important;
}

@media (max-width: 767px){
    .nav-pills>li {
        float: none !important;
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1237px){
    .nav-pills>li {
        width: 24% !important;
    }

    .nav-pills > li > a {
        font-size: 13px;
        min-width: 15%;
        padding-left: 6px !important;
    }

    .nav-pills>li.li-filtro {
        width: auto !important;
    }

    .btn-filtro {
        min-height: 28px !important;
    }

    .close-pill {
        line-height: 1.5;
    }
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}
ul.pagination-beagle li {display: inline;}
ul.pagination-beagle li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
}
ul.pagination-beagle li a.active {
    background-color: #337ab7;
    color: white;
    border-radius: 5px;
}
ul.pagination-beagle li a:hover:not(.active) {background-color: #ddd;}
.col-12-beagle {
    display: inline-flex;
    width: 100%;
}
.col-9-beagle {  width: 80%; }
.col-3-beagle {
    padding-top: 10px;
    width: 20%;
}

 .bqb-btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    transition: all .15s ease-in-out;
    padding: 0 20px;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    border-radius: 3px;
    border: 0 none;
    color: #fff
}

.bqb-btn:focus,.bqb-btn:hover {
    color: #fff;
    text-decoration: none
}

.bqb-btn:focus,.bqb-btn.focus {
    outline: 0
}

.bqb-btn.disabled,.bqb-btn:disabled {
    opacity: .65
}

.bqb-btn:active,.bqb-btn.active {
    background-image: none
}

.bqb-btn .icon {
    margin-right: 5px
}

@media (max-width: 767px) {
    .bqb-btn {
        height:45px;
        line-height: 45px
    }
}

a.bqb-btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    background-color: #fff;
    box-shadow: inset 0 -4px 0 #e6e6e6;
    color: #000;
    box-shadow: inset 0 -4px 0 #bbb;
}

.button-flex {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #000;
    text-align: center;
    font-size: 14px;
    height: 35px;
    border-radius: 0 !important;
}

.button-flex:hover{
    border: 1px solid #337ab7;
    color: #0077c4;
}

.nav-pills > li.active > .button-flex {
    border: 1px solid #bbb
}

.nav-pills > li.active > .button-flex:hover {
    border: 1px solid #e6e6e6
}

.btn-default:focus,.btn-default.focus,.btn-default:hover,.btn-default:active,.btn-default:active:focus,.btn-default:active:hover,.btn-default.active,.btn-default.active:focus,.btn-default.active:hover {
    background-color: #e6e6e6
}

.btn-default:focus,.btn-default.focus,.btn-default:hover,.btn-default:active,.btn-default:active:focus,.btn-default:active:hover,.btn-default.active,.btn-default.active:focus,.btn-default.active:hover {
    background-color: #bbb
}

.btn-primary {
    background-color: #0077c4;
    box-shadow: inset 0 -4px 0 #005891
}

.btn-primary:focus,.btn-primary.focus,.btn-primary:hover,.btn-primary:active,.btn-primary:active:focus,.btn-primary:active:hover,.btn-primary.active,.btn-primary.active:focus,.btn-primary.active:hover {
    background-color: #005891
}

.btn-secondary {
    background-color: #93b551;
    box-shadow: inset 0 -4px 0 #77943f
}

.btn-secondary:focus,.btn-secondary.focus,.btn-secondary:hover,.btn-secondary:active,.btn-secondary:active:focus,.btn-secondary:active:hover,.btn-secondary.active,.btn-secondary.active:focus,.btn-secondary.active:hover {
    background-color: #77943f
}

.button-sizeV6 {
    border-radius: 3px;
    height: 30px;
    font-size: 14px;
}

.button-greenV6 {
    background: #93B551;
    border-bottom: 3px solid #83A149;
    box-shadow: none !important;
}

.button-greenV6:hover {
    background: #83A149;
}

.button-blueV6 {
    background: #0077C4;
    border-bottom: 3px solid #0366A6;
    box-shadow: none !important;
}

.button-blueV6:hover {
    background: #0366A6;
}

.button-item-cotizadoV6 {
    text-align: center;
    line-height: 11px;
    font-size: 14px;
    height: 35px;
    border-radius: 3px;
    box-shadow: none !important;
    background: #fff;
    color: #333333;
    border: 1px solid #E5E5E5;
    margin-left: 0;
    margin-right: 10px;
}

.button-item-cotizadoV6:active {
    color: #333333;
    background: #0084C1;
}

.button-item-cotizadoV6:hover {
    color: #0077C4;
    background: #EEEEEE;
    text-decoration: none;
    border: 1px solid #0077C4;
}

.button-search {
    border-radius: 2px;
    color: white;
    background: #0077c4 none repeat scroll 0 0;
    border-bottom: 3px solid #31708f;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
}

.button-search:active {
    background: #0366A6 none repeat scroll 0 0;
}

.price {
    color: #0076c0 !important;
    font-size: 30px !important;
    font-weight: bold;
}

.price-coin {
    color: #0076c0;
    font-size: 21px;
}

.small-info {
    font-size: 10px;
    color: #83a149;
    padding-top: 14px;
}

.detail-icons {
    color: #00BAF2 !important;
}

.item-cotizado-destacado-v6 {
    position: relative;
    border: 2px solid #00b7ed !important;
    overflow: hidden;
}

.tarifa-principal-prestador:hover, .tarifa-secundaria-prestador:hover {
    border-bottom: 3px solid #337ab7 !important;
    -webkit-box-shadow: 3px 0px 3px 0px rgba(202, 202, 202, 0.45);
    -moz-box-shadow: 3px 0px 3px 0px rgba(202, 202, 202, 0.45);
    box-shadow: 3px 0px 3px 0px rgba(202, 202, 202, 0.45);
}

.contenedor-cinta-destacado {
    right: -59px;
    position: absolute;
    top: -50px;
    transform: matrix(0.707107, 0.707107, -0.707107, 0.707107, 0, 0);
    transform-origin: 0px 30px;
    background: #00b7ed none repeat scroll 0% 0% / auto padding-box border-box;
    padding: 0px 30px 0px 47px;
}
.cinta-destacado {
    color: rgb(255, 255, 255);
    text-align: center;
    width: 97px;
    font: normal normal normal normal 12px / 30px open_sansbold;
    margin: 0px;
}

@media(max-width:991px){

    .tramoVuelos{
        text-align: center !important;
    }
}

.cinta-destacado-rojo {
    font-size: 14px;
    background: #fa5242;
    left: -7px;
    padding: 5px 10px 5px 17px;
    position: absolute;
    text-align: center;
    top: 10px;
    z-index: 4;
    color: #fff;
}

.triangulo-destacado-rojo {
    width: 0;
    height: 0;
    border-top: 10px solid #cf0600;
    border-left: 7px solid transparent;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.cinta-destacado-azul {
    font-size: 14px;
    background: #0076c0;
    color: #fff;
    white-space: initial;
    position: relative;
    padding: 5px 22px 5px 10px;
    margin-bottom: 10px;
}

.triangulo-destacado-azul-right {
    border-right: 7px solid transparent;
    border-top: 10px solid #004070;
    bottom: -10px;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}

.diferencia-precio {
    font-size: 16px;
    font-weight: bold;
}

/* GALERIA OWL LISTADOS */

.wraphotel {
    vertical-align: top;
    padding: 0px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.owl-item img {
    width: 100%;
    height: 240px;
}

@media (min-width: 415px) and (max-width: 1399px){
    .owl-item img {
        width: 256px;
    }
}

.icon-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    left: 0;
    height: 100%;
    border-radius: 4px;
}

.fa-search-plus {
    color: white;
    font-size: 18px;
    line-height: 40px;
    position: absolute;
    width: 31px;
    height: 40px;
    top: calc(50% - 20px) !important;
    left: calc(50% - 15px) !important;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 113px;
    z-index: 200;
    background: rgba(0,0,0,0.2);
    padding: 9px 9px !important;
    border-radius: 2px !important;
    font-weight: bold;
    color: white;
    cursor: pointer;
}
.owl-prev:hover, .owl-next:hover {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}
.owl-next {
    right: 0px;
}
.owl-prev {
    left: 0px;
}
.owl-controls {
    text-align: center;
}
.owl-controls .owl-page {
    display: inline-block;
}

.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

.owl-theme .owl-controls {
    margin-top: 0px !important;
}

#galeria_zoom .owl-item img {
    width: 100% !important;
    height: auto !important;
    max-height: 500px;
    border: 2px solid white;
    border-radius: 5px;
}
/* FIN GALERIA OWL LISTADOS */

.item-cotizado-descripcion .tab-content {
    font-size: 13px !important;
}

#listado-cotizador #cotizaciones-alojamientos-v45 div.ver-tarifas-secundarias-v6 {
    border: 1px solid #cacaca;
    text-align: center;
    font-size: 13px;
    padding: 10px;
}

#listado-cotizador #cotizaciones-alojamientos-v45 div.ver-tarifas-secundarias-v6 a {
    text-decoration: none;
}

#listado-cotizador #cotizaciones-alojamientos-v45 div.ver-tarifas-secundarias-v6 a i::before {
    content: "\f077";
}

#listado-cotizador #cotizaciones-alojamientos-v45 div.ver-tarifas-secundarias-v6 a.collapsed i::before {
    content: "\f078";
    vertical-align: 2px;
}


/**********************************************************/
/*                   Formulario Paquetes
/**********************************************************/


.styled-select{
    padding: 4px;
    padding-left: 5px;
    margin: 0;
    background: #fff;
    color:#333;
    font-weight: normal;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 35px;
    width: 100%;
    /*No toma la optimizacion*/
    /*border: 1px #CECECE;*/
    border-color: #CECECE;
    border-width: 1px;
    padding-left: 5px;
}

.styled-label {
    position:relative;
    height: 35px;
}

#habitaciones-cant-paxs  .styled-label, #formularioDuracion .styled-label, #seccion_edades .styled-label{
    width: 100%;
}

.styled-label:after {
    content:"\f078";
    font-family: "Font Awesome 5 Free";
    color:#aaa;
    right: 6px;
    top: 9px;
    position:absolute;
    pointer-events:none;
}

.styled-label:before {
    content: '';
    right: 0;
    top: 0;
    width: 23px;
    height: 100%;
    position: absolute;
    pointer-events: none;
    display: block;
    background-color: #E5E5E5;

}

.button-agregar-bodega {
    height: 25px;
    font-size: 11px;
    color: dimgray;
}

@media (max-width: 1050px) {
    .item-listado-autoresize{
        width: 80vw !important;
    }
}

@media (min-width: 1238px) and (max-width: 1399px) {
    .button-item-cotizadoV6 {
        min-width: 100px !important;
        line-height: 10px;
    }
    .nav-pills > li > a {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 767px) {
    .button-item-cotizadoV6 {
        line-height: 10px;
        margin-bottom: 10px;
    }
    .button-agregar-bodega {
        height: 35px;
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .button-sizeV6 {
        line-height: 11px;
    }
}

.margin-affix {
    margin-top: 215px;
}

#ficha-cotizacion #cotizacion-alojamientos #cotizaciones-incluidas #despliegueServicios.margin-affix {
    margin-top: 170px;
}

@media (max-width: 1199px) { /*comienzo de lg*/
    #ficha-cotizacion #cotizacion-alojamientos #cotizaciones-incluidas #despliegueServicios.margin-affix, .margin-affix {
        margin-top: 250px;
    }
}

@media (max-width: 991px) { /*comienzo de md*/
    #ficha-cotizacion #cotizacion-alojamientos #cotizaciones-incluidas #despliegueServicios.margin-affix, .margin-affix {
        margin-top: 0;
    }
}
/*Centra los hijos*/
.content-inner-center{
    align-items: center;
    justify-content: center;
    display: flex;
}
.button-contactar-asesor{
    position: relative;
    background-color: #ffffff ;
    border: 1px solid #e6e6e6 ;
    color: #000 ;
    box-shadow: none!important;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}

.button-contactar-asesor:hover{
    color: #0077C4;
    background: #EEEEEE;
    text-decoration: none;
    border: 1px solid #0077C4;
}

.button-contactar-asesor:before{
    font-family: "Font Awesome 5 Free";
    content: "\f2bd";
    font-weight: 900;
    font-style: normal;
    text-decoration: inherit;

}
.container-detalle-hoteles {
    padding: 0;
}

.btn-filtro {
    background-color: #888 !important;
    border-radius: 20px !important;
    height: auto !important;
    padding: 5px !important;
    color: #EEEEEE !important;
    margin: 5px !important;
    font-weight: bold;
    min-height: 26px;
    min-width: 60px !important;
}

.nav-pills > li > a.btn-filtro {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.star-pill {
    padding-top: 3px;
}

.close-pill {
    margin-left: 10px;
    margin-right: 5px;
}

.close-pill:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.popover-baggage {
    left: 473px;
    top: -132px;
    font-size: 11px;
    border-radius: 0;
    border-color: #dddddd;
    box-shadow: none;
}

.popover-baggage>.arrow {
    border-top-color: #dddddd !important;
}

.popover-baggage>.arrow:after {
    border-top-color: #dddddd !important;
}

@media(max-width: 1254px){
    .container-detalle-hoteles {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (min-width: 992px) and (max-width: 1366px) {
    .hidden-contactar-asesor{
        display: none;
    }
}

.edades_paquetes {
    padding-left: 0;
    padding-right: 7px !important;
    height: 61.25px;
}

/* ----------- Version MD --------------- */
@media (max-width:1199px) and (min-width:992px) {
    .non-lateral-padding-md {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .non-left-padding-md {
        padding-left: 0 !important;
    }

    .non-right-padding-md {
        padding-right: 0 !important;
    }

    .edades_paquetes {
        height: 62px;
    }

    .popover-baggage {
        left: 300px;
    }
}

/* ----------- Version SM --------------- */
@media (max-width:991px) and (min-width:768px) {
    .non-lateral-padding-sm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .non-left-padding-sm {
        padding-left: 0 !important;
    }

    .non-right-padding-sm {
        padding-right: 0 !important;
    }

    .edades_paquetes {
        height: 62px;
    }

    #galeria_zoom .owl-item img {
        max-height: 400px;
    }

    .popover-baggage {
        left: 295px;
    }

    .popover-baggage>.arrow {
        left: 85% !important;
    }
}

/* ----------- Version XS --------------- */
@media (max-width:767px) {
    .non-lateral-padding-xs {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .non-left-padding-xs {
        padding-left: 0 !important;
    }

    .non-right-padding-xs {
        padding-right: 0 !important;
    }

    .edades_paquetes {
        height: auto;
    }

    .edades_paquetes_xs {
        height: 57px;
    }

    .text-left-xs {
        text-align: left;
    }

    .form-habitacion-label {
        margin-bottom: 5px;
    }

    #galeria_zoom .owl-item img {
        max-height: 300px;
    }

    .text-center-xs {
        text-align: center;
    }
}

@media (max-width: 320px) {
    .form-habitacion-label:before {
        width: 13px;
    }

    .form-habitacion-label:after {
        right: 0.5px;
    }

    .edades_paquetes_xs {
        height: 54px;
    }

}