﻿/*TOURS*/
.gfil {
    padding-top: 80px;
}

.main-content {
    background: white;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-header::before, .modal-header::after, .modal-footer::before, .modal-footer::after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd::after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group::after, .btn-toolbar:after, .btn-group-vertical > .btn-group::after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}

.clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-header::after, .modal-footer::after {
    clear: both;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
    border-color: #ddd;
}

.penelT {
    border-color: transparent !important;
    margin-top: 5px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 5%) !important;
    box-shadow: 0 0px 0px rgb(0 0 0 / 5%) !important;
}

.tituloPrincipal {
    font-size: 35px;
    color: #003e7e;
    font-family: Impact;
    margin-bottom: 35px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.siMovil {
    display: none;
}

@media (max-width: 767px) {

    .siMovil {
        display: block !important;
    }
    .noMovilLine {
        display: none !important;
    }

    .noMovil {
        display: none !important;
    }

    #siMovil {
        display: block !important;
    }

    .bk {
        display: none;
    }

    .col-xs-6 {
        width: 50% !important;
        padding: 5px;
    }

    .btm {
        text-align: center;
        margin-bottom: 15px;
    }
    .estrellasHome {
        left: 10px !important;
        top: 10px !important;
    }
    .mostPopular {
        right: 10px !important;
        top: 10px !important;
    }
    .nombreServ{
        width: 100% !important;
    }
}

.penelT > div {
    background-color: transparent !important;
    background: #545454;
    border-color: transparent !important;
    font-family: Trebuche;
    font-size: 15px;
    padding: 0px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.contT {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

p {
    margin: 0 0 10px;
}

.pp {
    color: #545454;
    font-family: Trebuche;
}

button {
    margin: 0;
    font: inherit;
    color: inherit;
}

.btnCategories {
    margin-right: 7px;
    margin-bottom: 7px;
    font-size: 12px;
    background: white;
    border: 1px solid #5454545c;
    color: #545454;
    font-family: Trebuche;
    border-radius: 8px;
    padding: 4px 8px;
}

    .btnCategories:hover {
        background-color: #003e7e;
        color:#fff;
    }

.btnSelected {
    background-color: #e0cf0e;
    font-weight: 500;
    border-color: #e0cf0e;
    color: #000;
}

.noMovilLine {
    display: inline-block;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title {
    font-family: Trebuche;
    color: #545454;
}

.penelT > div > h3 {
    font-family: Trebuche;
    font-size: 16px;
}

.filtrosT {
    background: white;
    padding-bottom: 20px;
}

.selectT {
    width: 180px;
    float: right;
    border: 0px solid #ccc !important;
}

#Tours > div {
    padding: 0;
}

.penelT > div > h3 > img {
    width: 23px;
}

.hrTours {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 3px solid #eee;
}

.noMovil {
    display: block;
}

.results {
    display: block;
    font-family: 'Trebuche';
    font-size: 12px;
    color: #545454;
}

.hrFiltro {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 2px solid #eee;
}

/*.ct-gallery-item {
    position: relative !important;
    top: 0px !important;
    left: auto !important;
}*/

.pagination-custom {
    padding: 0px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

#searchT {
    margin-top: 15px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
}

.card-content {
    min-height: 150px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
}

#searchT > div {
    width: 100%;
}

.cuerpoTour {
    padding: 10px;
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

@media (min-width: 768px) {
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

#searchT > div > input {
    max-width: 500px;
    height: 38px;
}

.nstSlider {
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    width: 300px;
    height: 20px;
    background: #113344;
}

.nstSlider {
    width: 100%;
    height: 4px;
    background-color: #f5f5f5;
}

.tableD {
    display: table;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-family: 'Trebuche';
    font-size:13px;
}

.checkbox label::after, .radio label::after {
    content: '';
    display: table;
    clear: both;
}

.estrellasHome {
    position: absolute;
    z-index: 1;
    background: #e0cf0e;
    font-size: 11px;
    font-family: Trebuche;
    left: 25px;
    top: 6px;
    padding: 1px 6px;
    border-radius: 8px;
    color: black;
}

.mostPopular {
    position: absolute;
    z-index: 1;
    background: #e0cf0e;
    font-size: 11px;
    font-family: Trebuche;
    right: 25px;
    top: 6px;
    padding: 1px 6px;
    border-radius: 8px;
    color: black;
}

.card-image img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0px 0px;
    display: block;
}

a {
    background-color: transparent;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:active, a:hover {
        outline: 0;
    }

    a:hover {
        color: #23527c;
        text-decoration: underline;
    }

.cuerpoTour p{
    color: #003e7e !important;
}

.cuerpoTour > h1 {
    font-size: 16px;
    text-align: left;
    font-family: Trebuche;
    font-weight: 600;
    color: #003e7e;
    margin-bottom: 0px;
    margin-top: 5px;
    height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Máximo 2 líneas */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.card-content p {
    text-align: left;
    font-size: 11px;
    font-family: Trebuche;
    color: #211e49;
    margin-bottom: 2px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Máximo 2 líneas */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    height: 30px;
}

.amenidades {
    font-size: 12px;
    text-align: left; 
    min-height: 20px;
}

#searchT > div > div > button {
    height: 38px;
    width: 100%;
}

.nstSlider .bar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    background: #fff;
    height: 8px;
    top: 6px;
}

.nstSlider .bar {
    top: 0;
    height: 4px !important;
}

.nstSlider .bar {
    background-color: #003e7e  !important;
}

.nstSlider .leftGrip {
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    background: #ffffff;
}

.nstSlider .leftGrip {
    height: 18px;
    width: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 24px;
    background-color: white;
    border: 1px solid #545454;
    margin-top: -7px;
}

.nstSlider .rightGrip {
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    background: #ffffff;
}

.nstSlider .rightGrip {
    height: 18px;
    width: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 24px;
    background-color: white;
    border: 1px solid #545454;
    margin-top: -7px;
}

.tableCell {
    display: table-cell;
}

.leftLabel {
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #54545466;
    padding: 3px 8px;
    width: 60px;
    font-family: Trebuche;
    color: #5f5f5f;
    border-right: 0px;
}

.monn {
    font-family: Trebuche;
    background: #80808070;
    color: #5f5f5f;
    padding: 4px 8px;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid #54545466;
}

.rightLabel {
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #54545466;
    padding: 3px 8px;
    width: 60px;
    font-family: Trebuche;
    color: #5f5f5f;
    border-right: 0px;
}


.checkbox .cr {
    margin-bottom: -5px;
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    margin-right: .5em;
}

.amenidades > div {
    font-size: 12px;
    margin-bottom: 5px;
    color: #003e7e;
}

.btil {
    text-align: left;
}

.bk {
    margin-top:10px;
}

#searchT > div > div > button > i {
    top: 4px;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    color: white;
    left: 20%;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.amenidades > div > img {
    width: 16px !important;
}

.iconDoll {
    font-size: 16px;
}

.precios {
    margin-top: 12px;
    margin-left: 0px;
}

.btnSuccess {
    background: #33a42a;
    color: white;
    border: 0px;
    border-radius: 8px;
    padding: 5px 10px;
}

.precios .old-price {
    display: block;
    text-decoration: line-through;
    color: #221d4a;
    font-family: 'Trebuche';
    font-size: 18px;
}

.precios .new-price {
    color: white;
    font-family: 'Impact';
    font-size: 19px;
    background: #003e7e;
    border-radius: 9px;
    padding: 5px 6px;
    font-weight: 100;
}

.per {
    display: block;
    font-size: 12px;
    color: #221d4a;
    font-family: 'Trebuche';
    margin-top: 3px;
}

.leftLabel, .rightLabel {
    margin-top: 0;
    height: 31px;
}

.tableCell{
    vertical-align: middle; 
}

.buttons_prices {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pag-link {
    /* width: 67px;
    height: 64px;*/
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
    color: #0022ff;
    font-weight: 500
}

    .pag-link.disabled > span,
    .pag-link.current > span,
    .pag-link > a {
        display: block;
        border-radius: 50%;
        font-size: 18px;
        line-height: 1.42857;
        margin-right: 5px;
        /*padding: 10px 17px;*/
        position: relative;
        text-decoration: none;
        border: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #003e7e
    }

    .pag-link:active > a,
    .pag-link:focus > a,
    .pag-link.current > span {
        font-size: 24px;
        font-weight: bold;
        padding: 10px 20px;
        color: #003e7e
    }

    .pag-link:hover > a {
        font-size: 18px;
        font-weight: bold;
        /*padding: 10px 20px;*/
        color: #003e7e;
    }

    .pag-link > a {
        /*width: 51px;
        height: 48px;
        background-color: white;
        color: #498bcf;
        border: 1px solid #498bcf;*/
        cursor: pointer;
        color: #555;
    }

    .pag-link.disabled > span,
    .pag-link.current > span {
        width: 54px;
        height: 53px;
        background-color: #498bcf;
        color: #fff;
        cursor: inherit;
        padding-top: 10px;
    }

    .pag-link:active > a,
    .pag-link:hover > a,
    .pag-link:focus > a {
       /* background-color: #498bcf !important;
        border-color: #498bcf;
        color: #fff;*/
       color: #003e7e;
    }

.ui-datepicker td a.ui-state-active {
    background: #003e7e !important; /* Color de fondo */
    color: white !important; /* Color del texto */
}

