/*------------------------------------------------------------------
* Project:        Tour Packer
* Author:         Crenoveative
* URL:            http://crenoveative.com
* Version:        1.0.0
* Created:        06/03/2016
* Last change:    06/03/2016
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
* Table of Content
* 1. Header
* 2. Navbar Mini
* 3. Sticky Header
* 4. Hero Image
* 5. Page Title & Breadcrumb
* 6. Main Search Form
* 7. Sidebar
* 8. Sorting
* 9. Pager
* 10. Featured Items
* 11. Destinations
* 12. Tour Package
* 13. itinerary
* 14. Why us
* 15. Testimonial
* 16. Newsletter
* 17. About Us
* 18. Review
* 19. Faq
* 20. Payment
* 21. Confirmation
* 22. Social
* 23. Contact Us
* 24. Blog
* 25. Image Overlay
* 26. Footer
* 27. Sign-in/up
-------------------------------------------------------------------*/


/**
 * Header
 */
.gris-correos {
    color: #707070;
}

.amarillo-correos {
    color: #FFD204;
}

.navbar {
    border-bottom: 0;
    min-height: 0;
    margin: 0;
}

.z-index {
    z-index: 90;
}

.navbar-primary {
    background: #FFF;
    z-index: 1;
}

.navbar-bottom {
    background: #fff;

}

.sombra-navbar {
    -webkit-box-shadow: inset 0px 62px 55px -33px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 62px 55px -33px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 62px 55px -33px rgba(0, 0, 0, 0.75);
}

.atributos {
    display: none;
}

/* Logo */

.navbar-logo {
    float: left;
    display: block;
    margin-right: 10px;
    margin-top: 0px !important;
    padding: 0px 0 15px !important;
}

.logo-tab {
    display: none;
}

.navbar-logo img {
    width: auto;
    height: auto;
}

a.navbar-logo {
    text-decoration: none;
}

.margin-registro {
    margin: 30px 70px !important;
}

img.img-nuevos-tiempos {
    max-width: 70px;
    margin-top: -30px;
    position: absolute;
    right: 0;
}

.margin-text-log {
    color: #9e9c9c;
    margin: -14px 0 0px 53px;
}

/* Phone at Header */

.navbar-phone {
    font-weight: 600;
    font-size: 14px;
    color: #0C3F74;
    line-height: 50px;
    text-align: right;
}


/* Main Menu Dropdown */

.navbar-nav {
    margin: 0;
    width: 100%;
    text-align: center;
}

.navbar-nav li a {
    font-weight: normal;
    font-size: 17px;
    color: #211914;
    cursor: pointer;
}

.navbar-nav>li {
    margin-right: 15px;
    float: none;
}

.navbar-nav>li>a {
    line-height: 50px;
    padding: 0;
}

.navbar-nav li {
    position: relative;
    display: inline-block;
}

.navbar-nav li ul {
    z-index: 9999;
    padding: 0;
    margin: 0;
    display: none;
    border: 1px solid #E3E3E3;
    background: #FFF;
}

.navbar-nav li ul li a {
    border-bottom: 0;
    display: block;
    padding: 10px 20px;
    color: #7B7B7B;
    line-height: 1.25;
    font-weight: 400;
}

.navbar-nav li>ul>li:last-child>a,
.navbar-nav li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.navbar-nav li ul li:hover>a {
    color: #000;
    background-color: #EEE;
}

.navbar-nav li ul li ul {
    position: absolute;
    left: 169px;
    top: 0;
}

.separador_menu {
    /*color: #ffd300;*/
}

@media (max-width: 992px) {
    .separador_menu {
        display: none !important;
    }

    .logo-web {
        display: none;
    }

    .logo-tab {
        display: block;
    }
}

/* Mega Menu */

.navbar-nav>li.mega-menu {
    position: inherit !important;
    left: 0;
    color: #636363;
}

.navbar-nav>li.mega-menu ul {
    left: 0%;
    width: 100%;
    top: 50px;
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-nav>li.mega-menu:hover>a,
.navbar-nav>li.mega-menu>a:hover,
.navbar-nav>li.dropdown:hover>a,
.navbar-nav>li.dropdown>a:hover,
.navbar-nav>li.dropdown.active>a,
.navbar-nav>li.dropdown.active>a:hover,
.navbar-nav>li:hover>a,
.navbar-nav>li.active>a {
    color: #000;
    background: none;
}

.navbar-nav>li.mega-menu ul li a:hover {
    color: #0c3f74;
}


/* Menu Arrow */

.navbar-arrow>ul>li .arrow-indicator {
    margin-left: 7px;
    color: #0C3F74;
}

.navbar-arrow ul ul>li .arrow-indicator {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    font-size: 16px;
    color: #C8C8C8;
}

.megamenu-container .arrow-indicator {
    display: none !important;
}


.text-bold {
    text-decoration: bold;
}

.cartTable {
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #d0d0d0;
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}

.cartTable td, th {
    border-top: 1px solid #ddd;
    padding: 4px 8px;
}

.cartTable tbody tr:nth-child(even) td {
    background-color: #eee;
}

/* Con esto pintamos cada fila de un color. 1 blanco 1 gris 1 blanco ... */
.cartTable img {
    width: 100px;
    height: 100px;
}



@media (min-width: 768px) {
    .navbar-nav>li.mega-menu ul {
        width: 750px;
    }

    div#actividad-card {
        box-shadow: 0px 0px 5px #d6cece;
        margin: 0;
        background: #fff;
        max-width: 100%;
    }



}

@media (min-width: 992px) {
    .navbar-nav>li.mega-menu ul {
        width: 970px;
    }


}

@media (max-width: 992px) {

    img.img-nuevos-tiempos {
        margin-right: 10px;
        /*max-width: 50px;
    margin-top: -49px;*/
        position: absolute;
        right: 0;
    }

}

@media (min-width: 1200px) {
    .navbar-nav>li.mega-menu ul {
        width: 1170px;
    }
}

@media (min-width: 768px) {
    .navbar {
        -webkit-transition: all 0.1s ease-in-out 0s;
        -moz-transition: all 0.1s ease-in-out 0s;
        -ms-transition: all 0.1s ease-in-out 0s;
        -o-transition: all 0.1s ease-in-out 0s;
        transition: all 0.1s ease-in-out 0s;
    }

    .navbar-brand {
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-logo {
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        margin-top: 10px;
    }

    .navbar-nav li ul li a {
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }

    .navbar-nav>li>a {
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar-sticky .navbar-logo {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .navbar-logo {
        padding: 0;
        margin: 0;
    }

    .navbar-arrow>ul>li .arrow-indicator,
    .navbar-arrow ul ul>li .arrow-indicator {
        display: none !important;
    }

    .navbar-sticky .navbar-logo {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .navbar-fixed-top {
        position: relative !important;
        clear: both;
    }

    .navbar-logo {
        margin-top: 5px;
        margin-bottom: 5px;
        float: none;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 23px;
    }
}

@media (max-width: 479px) {}


/**
 * Navbar Mini
 */

.navbar-mini {}

.navbar-mini>ul {
    line-height: 55px;
    margin: 0;
    margin-top: -2px;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.navbar-mini>ul>li {
    float: left;
    margin-left: 15px;
}

.navbar-mini>ul>li:last-child {
    border-right: none;
}

.navbar-mini>ul>li>a {
    /*color: rgba(255, 255, 255, 1);*/
    color: #707070;
    font-size: 14px;
    font-weight: normal !important;
}

.navbar-mini>ul>li>a:hover,
.navbar-mini>ul>li>a:focus {
    /*color: rgba(255, 255, 255, 0.8);*/
    color: #000;
}

.navbar-mini>ul>li>a.btn {
    border: 2px solid #0C3F74;
    font-size: 11px;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-mini>ul>li>a.btn:hover,
.navbar-mini>ul>li>a.btn:focus {
    background-color: #0C3F74;
    color: #fff;
}

.navbar-mini .dropdown-menu {
    min-width: 80px;
    padding: 10px;
}

.navbar-mini .dropdown-menu>li>a {
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 400;
}

.navbar-mini .dropdown-menu>li:first-child>a {
    padding-top: 5px;
}

.navbar-mini .dropdown-menu>li:last-child>a {
    padding-bottom: 5px;
}

.navbar-mini .dropdown-menu>li>a:hover,
.navbar-mini .dropdown-menu>li:hover>a,
.navbar-mini .dropdown-menu>li>a:focus {
    color: #000 !important;
    background: none !important;


}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .navbar-mini {
        margin-right: 65px;
        margin-top: 24px;
    }

    .navbar-mini>ul {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        line-height: 50px;
    }

    .navbar-mini>ul>li>a.btn {
        padding: 7px 10px;
    }

    .margin-registro {
        margin: 20px 0 !important;
    }

    ul.availabily-list li {
        font-size: 13px;
    }

    ul.availabily-list li>div span {
        display: block;
        font-size: 14px;
    }

    ul.availabily-list li>div.action .btn {
        font-size: 10px;
        margin-right: 0px;
    }

    .envio-regalo-box {
        width: 100%;
    }

    .btn-busc-home {
        max-width: 150px !important;
        margin: 0 auto !important;
        float: none;
        position: relative;
        z-index: 0 !important;
    }
}

@media only screen and (max-width: 766px) {
    .navbar-mini {
        margin-right: 75px;
        margin-top: 24px;
        position: absolute;
        top: 17px;
        right: -60px;
    }
}

@media (max-width: 767px) {
    .navbar-mini>ul>li {
        margin-left: 10px;
    }

    .navbar-mini>ul>li>a.btn {
        border: 0;
    }
}

@media (max-width: 479px) {
    .navbar-mini {
        margin-right: 44px;
        margin-top: 9%;
        position: absolute;
        top: -40px;
        font-size: 0px !important;
        right: -36px;
    }


    .logo-tab {
        height: auto !important;
        max-width: 70%;
    }

    .slicknav_btn.slicknav_open, .slicknav_btn.slicknav_collapsed, .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        margin-top: 0px !important;
    }

    .navbar-mini>ul>li>a {
        /* color: rgba(255, 255, 255, 1); */
        color: #707070;
        font-size: 12px;
        text-decoration: underline;
        font-weight: normal !important;
    }
}


/**
 * Sticky Header
 */

.navbar-sticky {
    border-color: #232F49;
}

.navbar-sticky hr {
    display: none;
}

.navbar-sticky.navbar-primary {
    padding-top: 0;
    z-index: 100;
}

.navbar-sticky .navbar-logo {
    padding-top: 5px;
    padding-bottom: 8px;
}

.navbar-sticky .navbar-phone {
    line-height: 40px;
}

.navbar-sticky .navbar-nav>li>a {
    line-height: 40px;
}

.navbar-sticky .navbar-nav>li>a:hover,
.navbar-sticky .navbar-nav>li>a:focus {
    color: #000;
    background-color: transparent
}

.navbar-sticky .navbar-nav>li>ul {
    top: 40px;
}

.navbar-sticky .navbar-nav>li.mega-menu ul {
    top: 40px;
}

.navbar-sticky .navbar-nav>.active>a,
.navbar-sticky .navbar-nav>.active>a:hover,
.navbar-sticky .navbar-nav>.active>a:focus {
    color: #0D7CC9;
    background-color: transparent;
}

.navbar-sticky .navbar-nav>.disabled>a,
.navbar-sticky .navbar-nav>.disabled>a:hover,
.navbar-sticky .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-sticky .navbar-second {
    padding-top: 5px;
}

@media (min-width: 768px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .navbar-sticky .navbar-logo {
        padding-top: 7px;
    }
}

@media (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Hero Image
 */

.hero {
    position: relative;
    padding: 60px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    text-align: center;
    max-width: 1180px;
    margin: 0 auto;
    height: 300px;
}

@media (max-width: 767px) {
    .hero {
        height: 200px;
    }
}

.hero::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    content: ""
}

.hero h1 {
    color: #211914;
    font-size: 40px;
    font-weight: 400;
    margin: 20px 0 0 0px;
}

.hero p.lead {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 31px;
    font-weight: 300;
    color: #211914
}

.hero .btn {
    padding-left: 40px;
    padding-right: 40px;
}

.hero.windows-height-bg {
    overflow: hidden;
}

@media (min-width: 768px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .hero {
        padding: 40px 0;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero p.lead {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media (max-width: 479px) {
    .hero h1 {
        font-size: 30px;
        margin-top: 5px;
    }

    .hero p.lead {
        font-size: 15px;
        font-weight: bold;
    }
}



/*KIKO*/
.kiko {
    background: red;
    width: 100%;
    padding: 0px !important;
    margin: 0px;
}

.kiko {
    background: #ffffff;
    width: 100%;
    padding: 0px !important;
    margin: 0px;
}

li.ui-menu-item:hover {
    /*background: red;*/
}

/* NAV ---------------------------------------------------------- */
.margin-registro {
    margin-top: 30px !important;
}

.margin-servicios {
    margin-top: 10px !important;
}

.line-h-1 {
    line-height: 1 !important;
}

.hr {
    height: 1px;
    background-color: #e2e0e0;
    margin: 0;
    position: relative;
    top: 12px;
    float: left;
    width: 50%;
}

.combina {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
    margin-right: 10px;
}

.shadow-nav {
    -webkit-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
}

.slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
    font-size: 35px !important;
    border-radius: 2px !important;
    color: #144078 !important;
}

.slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
    color: #144078 !important;
}

.slicknav_nav {
    border-bottom: 2px solid #144078 !important;
}

.slicknav_nav a {
    border-top: none !important;
    padding: 12px 45px 12px 0 !important;
    text-align: center;
    color: #144078 !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

ul.slicknav_nav li {
    border-top: 2px solid #144078 !important;
}

a.slicknav_item.slicknav_row {
    padding: 0 !important;
}

.slicknav_parent ul li a {
    padding-left: 40px;
    font-weight: normal !important;
    background: #e2e2e2;
    border-bottom: 1px solid #fff !important;
    text-transform: none;
    color: #144078 !important;
    font-size: 14px !important;
}

.slicknav_arrow i.fa.fa-plus {
    color: #144078 !important;
}

/* FIN NAV ---------------------------------------------------------- */

/* DESPLEGABLE BUSCADOR HOME ------------------------*/
.img-desplegable-home {
    max-width: 55px !important;
    height: auto;
}

.ui-widget.ui-widget-content {
    z-index: 0;
    border-radius: 2px;
}


.padding-desplegable {
    padding: 0 20px !important;
}


.ui-state-active,
.ui-widget-content .ui-state-active {
    padding: 0 0px 0 5px !important;
    margining: 0px 0px 0 0px !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-rigth: none !important;
    border: 1px solid #d3d3d3;
    background: #f4f4f4 !important;
    font-weight: normal !important;
    color: #222222 !important;
}

.w-100 {
    width: 100%;
}

.d-none {
    display: none;
}

.btn-busc-home {
    max-width: 150px !important;
    float: left;
}

/* FIN DESPLEGABLE BUSCADOR HOME--------------------------*/

.importe-tot {
    background: #f5f5f5;
}

.cookies {
    padding: 1em 12em;
    width: 100% !important;
    max-width: 100%;
    border-top: 2px solid #ffd300;
    border-radius: 0;
    margin: 0;
    background: #211914 !important;
    color: #fff;
    z-index: 2;
}

.link-cookies {
    color: #fff;
    text-decoration: underline;
}

.tit-cookies {
    font-weight: 600;
}

.btn-cookies {
    border: 1px solid #fff;
    background: #fff;
    font-size: 11px;
    padding: 5px 10px;
    text-transform: none;
    color: #333 !important;
}

.navbar-fixed-bottom2 {
    position: fixed;
    right: 0;
    left: 1;
    z-index: 1030;
}

/* colores ---------------------------------------------------------- */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    background: #ffffff;
    border-color: #211914;
    color: #211914 !important;
}

.color-ico {
    color: red;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #211914 !important;
    border-color: #211914 !important;
}


/* Fin colores ----------------------------------------------- */

.form-control-feedback {
    z-index: 0 !important;
}

.div-llevamos {
    width: 155px;
    background: #0a3971;
    border-radius: 3px;
    float: right;
}

.ico-casa {
    float: left;
    color: #ffd300;
    text-shadow: 0 0 0.75px #ffd300, 0 0 0.65px #ffd300;
}

.casa-ico {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 5px;
}

p.p-ico-casa {
    color: #fff;
    font-weight: 500;
}

span.h3.text-primary {
    font-size: 25px;
}

.star-hotel {
    font-size: 15px !important;
}

.glyphicon-arrow-right {
    margin-left: 10px;
    margin-right: 5px;
}

.h5-home {
    font-family: "PT Sans", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: normal;
    font-size: 15px;
    font-weight: 500;
    color: #707070 !important;
    /*padding:15px 5px;*/
}

a.links-home-pos :hover {
    background: #f1f1f1;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

p.price-desde:hover {
    background: none;
}

.price-home {
    float: left;
    color: #fff;
    margin-top: 5px;
    border-radius: 2px;
    font-size: 22px;
    text-align: center;
    background: #0c3e73;
    font-weight: 700;
    padding: 5px 7px;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.ciudad-links-destacados {
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 80%;
    color: #9e9c9c;
    font-weight: normal;
}

.price-home :hover {
    background: #0c3e73 !important;
    color: #fff !important;

}

.line-h-0 {
    line-height: 1 !important;
}

.price.line-h-0 a {
    font-size: 25px;
    font-weight: bold;
}

.absolute-in-content {
    width: auto !important;
}

.absolute-in-content:hover {
    background: #211914 !important;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

p.price-desde {
    font-weight: normal;
    font-size: 10px;
    margin: 0 5px 5px 0 !important;
    float: left;
}

.price-price {
    float: left;
    line-height: 1;
    font-size: 20px;
}

.price-price:hover {
    background: none !important;
}

.package-grid-item .content {
    border-bottom: 1px solid #f9f2f2;
    margin: 0px 0px !important;
}

.borde-form {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    /* z-index: 5;*/
    position: relative;
}

.borde-bot-cab {
    border: 1px solid #FFFFFF;

}

.envio-regalo-box {
    width: 55%;
}

.fl-r {
    float: right !important;
}

.icos-contacto {
    font-size: inherit;
}

p.p-datos {
    font-size: 17px;
    margin-top: 8px;
    font-weight: 500;
}

.font-size-ico-contacto {
    font-size: 40px !important;
}

.panel {
    margin-bottom: 0px !important;
}

.panel-actividades {
    margin-bottom: 0px !important;
    padding: 15px !important;
}

.img-hotel {
    border: 4px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(189, 189, 189, 0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(189, 189, 189, 0.5);
    box-shadow: 0px 0px 6px 0px rgba(189, 189, 189, 0.5);
}

.lh-1 {
    line-height: 1;
}

.lh-1-5 {
    line-height: 1.5;
}

.p-20 {
    padding: 20px;
}

.img-promos {
    max-width: 500px;

}

.caja-ya-registrado {
    padding: 5px 10px 10px 10px;
}

.border-1 {
    border: 1px solid;
}

.p-0 {
    padding: 0px !important;
}

.m-0 {
    margin: 0 !important;
}

.bg-gris {
    background: #f4f4f4;
    border-radius: inherit;
    border: 1px solid #211914 !important;
}

.bg-gris-int {
    background: #eeeeee;
    border-radius: inherit;
    padding-top: 15px;
}


.tit-Otras-Opciones {
    padding: 6px 6px 6px 16px !important;
    margin: 0;
}

.border-none {
    border: none !important;
}

.caja-contenido {
    background: #f4f4f4;
    padding: 15px;
    width: auto;
    border: 1px solid;
    float: left;
}

table {
    background-color: transparent;
}

th, td {
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    /*border: 1px solid;*/
}


.p-10 {
    padding: 10px !important;
}

.f-l {
    float: left;
}

.borde-table-cookies {
    border: 1px solid #211914;
}

.fs-10 {
    font-size: 10px;
}

/* ACORDEON ---------------------- */

.fs-11 {
    font-size: 11px;
}

.acordeon-tit {
    border-bottom: 1px solid #707070 !important;
    background: none !important;
    padding: 0px 20px !important;
}

.faq-thread {
    padding: 10px 20px;
}

.faq-section-k {
    border-bottom: 5px solid #ffda1c !important;
    margin: 0 0 40px;
}

.faq-section {
    margin: 0 0 40px;
    border: none !important;
}

.bootstarp-accordion .panel-heading a:before {
    font-size: 30px !important;
    top: -7px !important;
}

/* FIN ACORDEON ---------------------- */


.input-group {
    z-index: 0;
}

.border-b {
    border-bottom: 1px solid #ddd !important;
}

.btnMasInfo {
    line-height: 0;

    border: 1px solid #fff;
    padding: 3px 10px;
    transition: all 0.3s ease;
}

.btnMasInfo:hover {
    color: #211914 !important;
    background: #fff;
    border: 1px solid;
}

.fw-500 {
    font-weight: 500 !important;
}

.color-blue {
    color: #0C3F74 !important;
}

a.top-destination-image-bg {
    text-decoration: none !important;
    ;
}

.h4-home-image h4 {
    margin: 0 !important;
}

.bg-icons {
    margin-left: auto;
    padding-top: 0 !important;

}

.btn-ciudades {
    width: 50%;
    position: relative;

    margin: 0 auto;
}

.mostramos-ocio {
    font-size: 20px;
    margin: 0 0 15px 0;
    line-height: 1;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: black;
}

/*FIN KIKO*/


/**
 * Page Title & Breadcrumb
 */

.page-title {
    position: relative;
    padding: 15px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    text-align: center;
}

.page-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: ""
}

.page-title h1 {
    color: rgba(255, 255, 255, 1);
    margin: 0 0 5px;
}

.page-title p.lead {
    font-weight: 300;
}

ol.breadcrumb-list li {
    display: inline-block;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}

ol.breadcrumb-list li a {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}

ol.breadcrumb-list li a:hover {
    color: rgba(255, 255, 255, 0.8);
}

ol.breadcrumb-list li a:after {
    content: "/";
    margin: 0 7px;
}

ol.breadcrumb-list li span {
    font-weight: 600;
}

ol.breadcrumb-list.booking-step li a:after,
ol.breadcrumb-list.booking-step li:not(:last-child) span:after {
    font-family: 'FontAwesome';
    content: "\f105 ";
    margin: 0 7px;
}

.page-title.detail-page-title {
    padding: 60px 0 30px;
    text-align: left;
}

.breadcrumb-wrapper {
    padding: 10px 0;
}

.breadcrumb-wrapper ol.breadcrumb-list li a {
    color: #0C3F74;
}

.breadcrumb-wrapper ol.breadcrumb-list li a:hover {
    color: #0c3f74;
}

.breadcrumb-wrapper ol.breadcrumb-list li span,
.breadcrumb-wrapper ol.breadcrumb-list li a:after {
    color: #666;
}

.breadcrumb>li+li::before {
    content: none;
}

.page-title.detail-page-title .list-col {
    line-height: 1;
}

.page-title.detail-page-title ul.list-col li:not(:last-child)::after {
    background: rgba(255, 255, 255, 0.8);
    bottom: auto;
    height: 33px;
}

.page-title.detail-page-title .list-col li.rating-box::after {
    top: -1px;
}

.page-title.detail-page-title .list-col li.fav-box::after {
    top: 1px;
}

.page-title.detail-page-title .btn-fav {
    background: none;
    color: #FFF;
    padding: 0;
}

.page-title.detail-page-title .list-col .duration-box .meta {
    display: inline-block;
}

.page-title.detail-page-title .list-col .duration-box .meta:not(:last-child) {
    margin-right: 7px;
}

.page-title.detail-page-title .meta span {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.page-title.detail-page-title {}

.availabily-wrapper {}

ul.availabily-list {}

ul.availabily-list li {
    border-bottom: 1px solid #E3E3E3;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

ul.availabily-list li>div {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

ul.availabily-list li>div span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

ul.availabily-list li>div.date-from,
ul.availabily-list li>div.date-to {
    width: 30%;
}

ul.availabily-list li>div.date-from {
    padding-right: 10px;
}

ul.availabily-list li>div.date-to {
    padding-left: 10px;
}

ul.availabily-list li>div.price {
    width: 15%;
}

ul.availabily-list li>div.status,
ul.availabily-list li>div.price {
    text-align: center;
}

ul.availabily-list li>div.action {
    text-align: right;
}

ul.availabily-list li>div.action .btn {
    margin-right: -8px;
}

ul.availabily-list li.availabily-heading {
    font-size: 12px;
    color: #7b7b7b;
    padding-bottom: 5px;
}

ul.availabily-list li.availabily-content.sold-out:after {
    content: "";
    position: absolute;
    left: 0;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    display: block;
}

ul.availabily-list li>div span.availabily-heading-label {
    display: none;
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 400;
}

ul.availabily-list li>div.date-from {
    position: relative;
}

ul.availabily-list li.availabily-content>div.date-from:after {
    font-family: 'FontAwesome';
    content: "\f058";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    display: block;
    color: #FFD204;
}

ul.availabily-list li.availabily-content.sold-out>div.date-from:after {
    display: none;
}

.detail-content-wrapper {
    padding-right: 15px;
}

.detail-content {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.detail-content .map-route {
    width: 35%;
    float: left;
    margin: 5px 0;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .envio-regalo-box {
        width: 100%;
        max-width: 410px;
    }

    .mostramos-ocio {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .hr {
        height: 1px;
        background-color: #e2e0e0;
        margin: 0;
        position: relative;
        top: 12px;
        float: left;
        width: 40%;
    }

    ul.availabily-list li>div.action .btn {
        margin-right: -4px;
    }

    .detail-content-wrapper {
        padding-right: 0;
    }

    .separador_menu {
        margin-right: 15px !important;
    }

    .navbar-nav>li {
        margin-right: 5px;
        float: none;
    }

}


@media only screen and (max-width: 988px) {}

@media only screen and (max-width: 850px) {}

@media only screen and (max-width: 767px) {
    .margin-servicios {
        margin-top: 0px !important;
    }

    .slicknav_nav {
        margin-top: 68px !important;
    }

    .img-promos {
        max-width: 500px;
        margin: 20px auto;
    }


    ul.availabily-list li.availabily-heading {
        display: none;
    }

    ul.availabily-list li>div {
        display: block;
        width: 100% !important;
        position: relative;
        padding-left: 95px !important;
        text-align: left !important;
        margin-bottom: 15px;
    }

    ul.availabily-list li>div span.availabily-heading-label {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        text-align: right;
        width: 80px;
    }

    ul.availabily-list li.availabily-content>div.date-from:after {
        top: 0;
        right: auto;
        left: 0;
        margin-top: 0;
    }

    .page-title.detail-page-title {
        padding: 100px 0 30px;
    }
}


@media (max-width: 479px) {

    .margin-registro {
        margin-top: 70px !important;
        margin-bottom: 0 !important;
    }

}


/**
 * Main Search Form
 */

.main-search-wrapper {}

.main-search-wrapper>.inner {}

.main-search-wrapper .column-item {}

.main-search-wrapper .form-control {
    height: 40px;
    border-color: #FFF;
}

.main-search-wrapper .btn {
    padding-top: 13px;
    padding-bottom: 12px;
}

.main-search-wrapper .select2-container .select2-selection--single {
    height: 40px;
    border-color: #FFF;
    background-color: #FFF;
    padding-top: 3px;
}

.main-search-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 0px;
}

.main-search-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.main-search-wrapper .select2-container--default .select2-selection--single:focus {
    border-color: #FFF !important;
}

.main-search-wrapper .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #CCC;
}

.main-search-wrapper .select2-dropdown {
    border: 1px solid #FFF !important;
}

.main-search-wrapper .select2-container .select2-selection--multiple {
    height: 40px;
    border-color: #FFF;
    overflow: hidden;
}

.main-search-wrapper .select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: #CCC;
}

.main-search-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-top: 2px;
}

.main-search-wrapper.full-width {
    width: 80%;
    margin: 15px auto 0;
}

.main-search-wrapper.full-width>.inner {
    margin-left: -10px;
    margin-right: -10px;
}

.main-search-wrapper.full-width .column-item {
    float: left;
    width: 25%;
    padding: 0 10px;
}

.main-search-wrapper.full-width .column-item-2 {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.main-search-wrapper.at-right>.inner {
    margin-left: 50%;
}

.main-search-wrapper.at-left {
    width: 330px;
    padding-right: 50px;
}

.main-search-holder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    color: #FFF;
    padding-top: 130px;
}

.main-search-holder h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 58px;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
    letter-spacing: 0;
}

.main-search-holder p.lead {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 31px;
    font-weight: 300;
    text-align: center;
}

.main-search-holder .btn {
    padding-left: 40px;
    padding-right: 40px;
}

.search_bar {
    width: 100%;
    height: 40px;
    padding-left: 12px;
    color: #5f5f5f;
    /* border: 1px solid #f5f2f2 */
    ;
    border: 1px solid #5f5f5f;
    border-radius: 4px;
}

.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    color: #a7a7a7;
    position: absolute;
    top: 10px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    display: none;
}

@media (min-width: 768px) {}

@media only screen and (max-width: 1199px) {
    .main-search-full-wrapper {
        width: 100%;
    }

    .main-search-wrapper.full-width {
        width: 90%;
    }
}

@media only screen and (max-width: 991px) {
    .main-search-full-wrapper {
        width: 50%;
    }

    .main-search-full-wrapper .column-item {
        width: 100%;
    }

    .main-search-wrapper.full-width {
        width: 75%;
    }

    .main-search-wrapper.full-width .column-item {
        width: 50%;
    }

    .main-search-wrapper.full-width .column-item-2 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .main-search-full-wrapper {
        width: 60%;
        margin: 0 auto;
    }

    .main-search-wrapper.full-width {
        width: 90%;
        margin-top: 5px;
    }

    .main-search-wrapper.full-width .column-item {
        width: 50%;
    }

    .main-search-holder {
        padding: 35px 0;
    }

    .main-search-holder h1 {
        font-size: 36px;
    }

    .main-search-holder p.lead {
        font-size: 17px;
        line-height: 1.4;
    }
}

@media (max-width: 479px) {
    .main-search-full-wrapper {
        width: 80%;
    }

    .main-search-wrapper.full-width .column-item {
        width: 100%;
    }

    .main-search-holder h1 {
        font-size: 28px;
        margin-top: 5px;
    }

    .main-search-holder p.lead {
        font-size: 15px;
    }
}


/**
 * Sidebar
 */

.sidebar {}

.sidebar-inner {
    border: 4px solid #EEE;
    padding: 30px 20px 0;
    border-radius: 3px;
}

.sidebar-inner.no-border {
    border: 0;
    padding: 0;
}

.sidebar-inner.for-blog a {
    color: #777;
    font-weight: 400;
}

.sidebar-inner.for-blog a:hover {
    color: #0c3f74;
}

.sidebar-module {
    padding: 0 0 30px;
}

.sidebar-box {
    padding: 30px 0 0;
}

.sidebar-title {
    color: #333;
    margin-top: 0;
}

.sidebar-title.text-primary {
    text-transform: uppercase;
}

.sidebar-header {
    clear: both;
}

.sidebar-header h4 {
    float: left;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.sidebar-reset-filter {
    float: right;
    color: #7b7b7b;
    background: #EEE;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 0 15px;
}

.sidebar-search-wrapper {
    padding: 20px;
    margin: 0 0 30px;
    border-radius: 3px;
}

.sidebar-search-header h4 {
    text-transform: uppercase;
    margin: 0 0 12px;
}

.btn-more-less {
    background: none;
    padding: 0;
    font-size: 10px;
    font-weight: 600;
}

.btn-more-less.collapsed:before {
    content: '+ ';
}

.btn-more-less:before {
    content: '- ';
}

.more-less-inner {
    margin: 0;
}

.read-more-div-open {
    display: block;
}

.read-more-div-close {}

ul.sidebar-category,
ul.sidebar-archives {
    margin-top: 15px;
}

ul.sidebar-category li,
ul.sidebar-archives li {
    border-bottom: 1px solid #F0F0F1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
}

ul.sidebar-category li:last-child,
ul.sidebar-archives li:last-child {
    margin-bottom: 0;
}

ul.sidebar-category li a,
ul.sidebar-archives li a {
    display: block;
}

ul.sidebar-category li a span,
ul.sidebar-archives li a span {
    float: right;
    font-size: 12px;
    color: #A3A3A3;
}

ul.sidebar-category li a:hover,
ul.sidebar-archives li a:hover {
    padding-left: 5px;
}

ul.sidebar-post {
    margin-top: 15px;
}

ul.sidebar-post li {
    border-bottom: 1px solid #F0F0F1;
    padding-bottom: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
}

ul.sidebar-post li:last-child {
    margin-bottom: 0;
}

ul.sidebar-post li h6 {
    margin: 0 0 5px;
}

ul.sidebar-post li h6 {
    color: #333;
    font-weight: 400;
}

ul.sidebar-post li a:hover h6 {
    color: #0c3f74;
}

ul.sidebar-post li .image {
    width: 80px;
    float: left;
    margin-top: 5px;
}

ul.sidebar-post li .image img {
    display: block;
}

ul.sidebar-post li .content {
    margin-left: 90px;
}

ul.sidebar-post li .recent-post-sm-meta {
    margin: 10px 0 0;
    color: #A3A3A3 !important;
    font-size: 12px;
}

.tag-cloud {
    margin-top: 15px;
    margin-bottom: -5px;
}

.tag-cloud span {
    display: block;
    float: left;
    line-height: 1;
    padding: 5px 7px;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 5px;
}

.tag-cloud a {
    border: 1px solid #E3E3E3;
    line-height: 1;
    font-size: 12px;
    padding: 5px 7px;
    margin-left: 3px;
    margin-bottom: 5px;
    display: block;
    float: left;
    color: #777;
    border-radius: 3px;
}

.tag-cloud a:hover {
    background: #0c3f74;
    color: #FFF !important;
    border-color: #0c3f74;
}

.tag-cloud-wrapper {
    border-top: 1px solid #EFEFEF;
    position: relative;
    margin: 20px 0 0;
    padding: 20px 0 0;
}

.tag-cloud-wrapper .tag-cloud-heading {
    float: left;
}

.tag-cloud-wrapper .tag-cloud {
    margin-left: 50px;
    margin-top: 5px;
}

.sidebar-text-widget ul {
    margin: 0;
    margin-left: 25px;
    padding: 0;
}

.sidebar-text-widget ul li {
    list-style: circle;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .sidebar {
        margin-bottom: 30px;
    }
}

@media (max-width: 479px) {}


/**
 * Sorting
 */

.sorting-wrappper {
    margin: 0 0 23px;
}

.sorting-wrappper h3 {
    line-height: 1.2;
    margin: 0;
}

.sorting-wrappper h3 small {
    font-size: 70%;
}

.sorting-header {
    margin: 0 0 15px;
}

.sort-by-wrapper {
    line-height: 1.2;
    display: table;
}

.sorting-label {
    vertical-align: middle;
    display: table-cell;
    font-weight: 400;
}

.sorting-middle-holder {
    display: inline-block;
    margin: 0;
    margin-left: 7px;
    line-height: 1;
    vertical-align: middle;
}

.sorting-middle-holder .form-control {
    margin: 0;
}

ul.sort-by {
    margin: 0;
    padding: 0;
    clear: both;
    line-height: 1.2;
}

ul.sort-by li {
    display: inline-block;
    margin: 5px 10px;
}

ul.sort-by li a {
    display: block;
    position: relative;
    color: #666;
}

ul.sort-by li a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background: transparent;
}

ul.sort-by li.active a,
ul.sort-by li a:hover {
    color: #0c3f74;
}

ul.sort-by li.active a:after {
    background: #0c3f74;
}

.btn-sorting {
    border: 0;
    padding: 4px 0 0;
    font-size: 16px;
    line-height: 1.2;
    color: #7b7b7b;
}

.btn-sorting.active,
.btn-sorting:hover {
    color: #0c3f74;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    ul.sort-by li {
        display: inline-block;
        margin: 5px;
    }
}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {
    .sort-by-wrapper {
        line-height: 1.2;
        display: block;
    }

    .sorting-label {
        display: block;
    }

    .sorting-middle-holder {
        display: block;
        margin: 10px 0 0;
    }

    ul.sort-by li {
        margin-left: 0;
        margin-right: 7px;
    }
}


/**
 * Pager
 */

.pager-wrappper {
    margin-top: 15px;
}

.pager-inner {
    line-height: 1;
    display: table;
}

.pager-label {
    vertical-align: middle;
    display: table-cell;
    font-weight: 400;
}

.pager-middle-holder {
    display: inline-block;
    margin: 0;
    margin-left: 7px;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
}

.pager-right {
    float: right;
}

.pagination {
    margin: 9px 0 0;
}

.pagination>li>a,
.pagination>li>span {
    padding: 0;
    margin: 0 3px;
    color: #337ab7;
    border: 0;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
    color: #666;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #0c3f74;
    background-color: #FFF;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #0c3f74;
}

@media only screen and (max-width: 1800px) {
    .cookies {
        padding: 1em 3em;
    }
}

@media only screen and (max-width: 1199px) {
    .cookies {
        padding: 1em 3em;
    }
}

@media only screen and (max-width: 991px) {
    .pager-right {
        float: left;
    }
}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Featured
 */

.featured-item:not(:last-child) {
    margin-bottom: 30px;
}

.featured-item h4 {
    color: #707070;
}

.featured-item .content .icon {
    float: left;
    font-size: 56px;
    color: #ffd300;
    margin-top: 5px;
}

.featured-item .content p {
    margin-left: 70px;
}

.featured-count {
    line-height: 1.2;
    margin: 15px 0;
}

.featured-count .icon {
    width: 44px;
    float: left;
    font-size: 47px;
    color: #ffd300;
}

.featured-count .content {
    margin-left: 55px;
    padding-top: 5px;
}

.featured-count h6 {
    color: #211914;
    margin: 0 0 0px;
}

.call-to-action {
    text-align: center;
}

.call-to-action .btn {
    margin: 0 15px;
    margin-top: -3px;
}

ul.featured-list-sm {
    margin-top: 25px;
}

ul.featured-list-sm li {
    position: relative;
    padding-left: 50px;
    margin: 15px 0 25px;
    line-height: 1.5;
}

ul.featured-list-sm li:last-child {
    margin-bottom: 0;
}

ul.featured-list-sm li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #0c3f74;
    border: 2px solid #0c3f74;
    font-size: 16px;
    border-radius: 3px;
}

ul.featured-list-sm li h6 {
    text-transform: uppercase;
    margin: 0 0 10px;
}

.featured-icon-item {
    margin: 50px 15px 0;
}

.featured-icon-item .icon {
    font-size: 54px;
    color: #00AFF1;
    margin: 0 0 25px;
    width: 90px;
    height: 90px;
    line-height: 95px;
    text-align: center;
    border: 2px solid #00AFF1;
    border-radius: 50%;
}

.featured-icon-item h4 {
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px;
}

.promo-box {
    background: #00AFF1;
    color: #FFF;
    text-align: center;
    padding: 90px 0;
    line-height: 1;
    font-size: 42px;
    font-weight: 300;
}

.process-item {
    padding: 0 20px;
    position: relative;
}

.process-item .process-step {
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #F5F8FB;
    position: absolute;
    top: -17px;
    left: 2px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    background: #00AFF1;
    border: 2px solid #F5F8FB;
}

.process-item .image {
    width: 160px;
    margin: 15px 0 20px;
}

.process-item .image img {
    border-radius: 3px;
}

.process-item a {
    line-height: 1;
}

.process-item a i {
    margin-left: 7px;
}

.icon-fearured .icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    font-size: 21px;
    margin: 0 0 20px;
}


/**
 * Destinations
 */

.destination-grid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.destination-grid-wrapper>.grid-item {
    padding: 15px;
}

.top-destination-image-bg {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    width: 100%;
    height: 100%;
}

.top-destination-image-bg span {
    color: rgba(255, 255, 255, 0.3);
}

.top-destination-image-bg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    content: "";
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.top-destination-image-bg:hover::before {
    background: rgba(255, 255, 255, 0.2);
}

.linea-tit {
    width: 50%;
    margin: 5px 0 15px 0;
    height: 5px;
    background: #475362;
    background: -moz-linear-gradient(left, #475362 0%, rgba(241, 231, 103, 0.12) 88%, rgba(241, 231, 103, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #475362), color-stop(88%, rgba(241, 231, 103, 0.12)), color-stop(100%, rgba(241, 231, 103, 0)));
    background: -webkit-linear-gradient(left, #475362 0%, rgba(241, 231, 103, 0.12) 88%, rgba(241, 231, 103, 0) 100%);
    background: -o-linear-gradient(left, #475362 0%, rgba(241, 231, 103, 0.12) 88%, rgba(241, 231, 103, 0) 100%);
    background: -ms-linear-gradient(left, #475362 0%, rgba(241, 231, 103, 0.12) 88%, rgba(241, 231, 103, 0) 100%);
    background: linear-gradient(to right, #475362 0%, rgba(241, 231, 103, 0.12) 88%, rgba(241, 231, 103, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd500', endColorstr='#f1e767', GradientType=1);
}

.linea-tit-peq {
    width: 30%;
    margin: 3px 0 15px 0;
    height: 3px;
    background: #475362;
    background: -moz-linear-gradient(left, #475362 0%, rgba(241, 231, 103, 0.12) 88%, rgba(241, 231, 103, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #475362), color-stop(88%, rgba(241, 231, 103, 0.12)), color-stop(100%, rgba(241, 231, 103, 0)));
    background: -webkit-linear-gradient(left, #475362 0%, rgba(241, 231, 103, 0.12) 88%, rgba(241, 231, 103, 0) 100%);
    background: -o-linear-gradient(left, #475362 0%, rgba(241, 231, 103, 0.12) 88%, rgba(241, 231, 103, 0) 100%);
    background: -ms-linear-gradient(left, #475362 0%, rgba(241, 231, 103, 0.12) 88%, rgba(241, 231, 103, 0) 100%);
    background: linear-gradient(to right, #475362 0%, rgba(241, 231, 103, 0.12) 88%, rgba(241, 231, 103, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd500', endColorstr='#f1e767', GradientType=1);
}

a.top-destination-image-bg {
    display: block;
    color: rgba(255, 255, 255, 1);
    position: relative;
    padding: 30px;
    font-weight: 400;
    font-size: 13px;

}

.top-destination-image-bg h4 {
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    margin: 0 0 5px;
}




.img-contenedor img {
    -webkit-transition: all .9s ease;
    /* Safari y Chrome */
    -moz-transition: all .9s ease;
    /* Firefox */
    -o-transition: all .9s ease;
    /* IE 9 */
    -ms-transition: all .9s ease;
    /* Opera */
    width: 100%;
}

.img-contenedor:hover img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.img-contenedor {
    /*Ancho y altura son modificables al requerimiento de cada uno*/
    width: 300px;
    height: 180px;
    overflow: hidden;
}




/*---------------------------------*/


@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .destination-grid-wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }

    .destination-grid-wrapper>.grid-item {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .destination-grid-wrapper {
        margin-left: -5px;
        margin-right: -5px;
    }

    .destination-grid-wrapper>.grid-item {
        padding: 5px;
    }
}

@media (max-width: 479px) {}


/**
 * Tour Package
 */

.package-grid-item-wrapper {
    margin-bottom: -30px;
}

.package-grid-item {
    width: 100%;
    background: #FFF;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.package-grid-item:hover {
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
}

.package-grid-item-wrapper .image {
    position: relative;
    margin-bottom: 5px;
}

.package-grid-item-wrapper .image img {
    border-radius: 0;
}

.package-grid-item .absolute-in-image .duration {
    padding: 15px;
}

.package-grid-item .absolute-in-image .duration span {
    background: #0c3f74;
    color: #FFF;
    padding: 4px 7px;
    border-radius: 3px;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
}

.package-grid-item a {
    color: #666;
    font-weight: 400;
    text-decoration: none;
}

.package-grid-item a h5,
.package-grid-item a h6 {
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.package-grid-item .content {
    padding: 5px 90px 5px 15px;
    position: relative;
    margin: 5px 0px;
}

.imagen_productR {
    max-height: max-content;
    min-height: max-content;
    vertical-align: middle;
    border: 0;
    max-inline-size: -moz-available;
    /* WebKit-based browsers will ignore this. */
    max-inline-size: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    max-inline-size: fill-available;
}

.absolute-in-content {
    position: absolute;
    margin-top: 10px;
    right: 15px;
    width: 60px;
    line-height: 1;
    padding: 3px 10px;
    color: #fff;
    background: #211914;
    text-align: right;
    top: 0px;
}

.absolute-in-content .btn {
    background: none;
    padding: 4px 0;
    font-size: 18px;
}

.absolute-in-content .price {
    color: #0C3F74;
    font-size: 16px;
    font-weight: 700;
}

.package-grid-item .raty-wrapper>div {
    float: left;
    margin-right: 7px;
    margin-top: -1px;
}

.package-grid-item .raty-wrapper>div span {
    padding-left: 5px;
    display: inline-block;
    padding-top: 5px;
}

.on-page-result-page .package-grid-item .raty-wrapper>div {
    margin-top: 0;
}

.on-page-result-page .package-grid-item {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
}

.on-page-result-page .package-grid-item:hover {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
}

.alt-smaller .absolute-in-content .btn {
    padding: 3px 0 2px;
}

.alt-smaller .price {
    color: #fff;
    font-size: 14px;
}

.package-list-item {
    border-radius: 3px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.package-list-item:hover {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
}

.package-list-item .image {
    width: 35%;
    float: left;
    position: relative;
}

.package-list-item .image img {
    border-radius: 3px 0 0 3px;
}

.package-list-item .absolute-in-image .duration {
    padding: 15px;
}

.package-list-item .absolute-in-image .duration span {
    background: #0c3f74;
    color: #FFF;
    padding: 4px 7px;
    border-radius: 3px;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
}

.package-list-item .content {
    width: 65%;
    float: left;
    padding: 0 20px;
    position: relative;
}

.package-list-item .content h5 {
    color: #333;
    margin: 18px 0 10px;
    line-height: 1;
}

.package-list-item .content h5 .btn {
    background: none;
    padding: 0;
    font-size: 18px;
    float: right;
}

.package-list-item .rating-wrapper {
    margin-top: 5px;
}

.package-list-item .content .price {
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 25px;
}

.package-list-item .btn-absolute {
    position: absolute;
    right: 0;
    bottom: 20px;
}

ul.list-info {
    margin: 0;
}

ul.list-info li {
    line-height: 1;
    position: relative;
    padding-left: 27px;
    margin-bottom: 15px;
}

ul.list-info li:not(:last-child) {
    margin-bottom: 10px;
}

ul.list-info li .icon {
    position: absolute;
    left: 0;
    top: -4px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    padding-left: 1px;
    border-radius: 50%;
    background: #ffd300;
    color: #00467e;
    text-align: center;
    font-size: 10px;
}

ul.list-info.no-icon li {
    padding-left: 0;
}

ul.list-info.bb-dotted li {
    border-bottom: 1px dotted #E1E1E1;
    padding-bottom: 12px;
    margin: 0 0 12px;
}

.hotel-item-wrapper {
    margin-bottom: 20px;
}

.hotel-item {
    position: relative;
}

.hotel-item a {
    display: block;
}

.hotel-item .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.hotel-item:hover .content {
    background: rgba(0, 0, 0, 0.7);
}

.hotel-item .content h5,
.hotel-item .content h6 {
    color: #FFF;
    line-height: 1;
    padding: 10px;
    margin: 0;
}


.max-h-147 {
    max-height: 147px;
}

@media only screen and (max-width: 1199px) {
    .package-list-item {
        padding: 15px;
    }

    .package-list-item .image {
        width: 40%;
    }

    .package-list-item .content {
        width: 60%;
    }

    .package-list-item .image img {
        border-radius: 3px;
    }

    .package-list-item .content {
        padding-right: 0;
    }

    .package-list-item .content h5 {
        margin: 0 0 10px;
    }

    .package-list-item .content .price {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .package-list-item {
        padding: 10px;
    }

    .contenido-reservar {
        padding: 20px;
    }

    .package-list-item .rating-wrapper {
        margin-top: 20px;
    }

    .package-list-item .content .price {
        margin: 7px 0;
    }
}

@media only screen and (max-width: 767px) {
    .package-list-item .content {
        padding-left: 15px;
    }
}

@media (max-width: 479px) {
    .package-list-item .image {
        width: 100%;
    }

    .package-list-item .content {
        width: 100%;
        padding: 15px 0 0;
    }
}


/**
 * Itinerary
 */

.itinerary-wrapper {
    padding-left: 15px;
}

.itinerary-item-wrapper {
    border-left: 1px dashed #CCC;
    padding-left: 30px;
    margin-top: 10px;
    margin-left: 11px;
}

.itinerary-item {
    margin-bottom: 30px;
}

.itinerary-item h5,
.itinerary-item h5 a {
    font-size: 17px;
    margin: 0;
    color: #333;
    line-height: 1;
}

.itinerary-item.intro-item {
    position: relative;
    padding-left: 40px;
}

.itinerary-item.intro-item:before {
    font-family: 'FontAwesome';
    content: "\f12a";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #0C3F74;
    color: #FFF;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 12px;
}

.itinerary-item.intro-item .intro-item-body {
    margin-top: 20px;
}

.itinerary-item-wrapper .panel-heading a:before,
.panel-heading a:after,
.itinerary-item-wrapper .panel-heading.active a:after {
    display: none;
}

.itinerary-item-wrapper .panel-heading .absolute-day-number {
    position: absolute;
    top: -1px;
    left: -42px;
    background: #0C3F74;
    border: 2px solid #0C3F74;
    color: #FFF;
    width: 22px;
    height: 22px;
    line-height: 18px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 12px;
}

.itinerary-item-wrapper .panel-heading.active .absolute-day-number {
    background: #FFF;
    border: 2px solid #0C3F74;
    color: #0C3F74;
}

.itinerary-item-wrapper .panel-title a {
    padding: 0;
}

.itinerary-item-wrapper .itinerary-item:not(:last-child) {
    margin-bottom: 30px;
}

.itinerary-item-wrapper .panel-body {
    padding: 20px 0 0;
}

ul.itinerary-meta {
    margin-left: 0;
}

ul.itinerary-meta li {
    float: left;
    margin-right: 25px;
    font-weight: 600;
    font-size: 12px;
    list-style: none;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .itinerary-wrapper {
        padding-left: 0;
    }
}

@media (max-width: 479px) {}


/**
 * Why us
 */

.why-us-half-image-wrapper {
    padding: 0;
}

.why-us-half-image-wrapper .image-bg {
    width: 100%;
    min-height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-us-half-image-content {
    padding: 105px;
}

@media only screen and (max-width: 1199px) {
    .why-us-half-image-content {
        padding: 105px 80px;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .why-us-half-image-content {
        padding: 60px 20px;
    }
}

@media (max-width: 479px) {}


/**
 * Testimonial
 */

.testimonial-wrapper {
    margin-bottom: -10px;
}

.testimonial-item {
    margin: 10px 0;
}

.testimonial-item .image {
    width: 200px;
    float: left;
}

.testimonial-item .image img {
    border-radius: 3px;
}

.testimonial-item .content {
    margin-left: 230px;
}

.testimonial-item .content h4 {
    color: #211914;
    margin-bottom: 0;
}

.testimonial-item .content h6 {
    color: #7b7b7b;
    margin: 0 0 10px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .testimonial-item {
        margin-bottom: 30px;
    }

    .testimonial-wrapper>div>div:last-child>.testimonial-item {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-item .image {
        width: 100px;
    }

    .testimonial-item .content {
        margin-left: 120px;
    }

    .testimonial-item .content h4 {
        margin-top: 0;
    }
}

@media (max-width: 479px) {}


/**
 * Newsletter
 */

.newsletter-text {
    margin: 30px 0;
    line-height: 1.4;
}

.newsletter-text .icon {
    width: 90px;
    height: 90px;
    line-height: 98px;
    text-align: center;
    background: #ffd300;
    border-radius: 50%;
    color: #FFF;
    float: left;
    font-size: 45px;
}

.newsletter-text .content {
    margin-left: 110px;
    padding-top: 5px;
}

.newsletter-text h3 {
    color: #211914;
    margin: 0 0 5px;
}

.newsletter-form {
    margin-top: 5px;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
}

.newsletter-form .form-control {
    height: 40px;
    padding-left: 15px;
    padding-top: 7px;
}

.newsletter-form .btn {
    margin-right: -1px;
    height: 40px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .newsletter-wrapper {
        padding: 20px 0 60px;
    }

    .newsletter-form {
        margin: 0 110px;
    }
}

@media only screen and (max-width: 767px) {
    .newsletter-form {
        margin-right: 30px;
    }
}

@media (max-width: 479px) {
    .newsletter-form {
        margin: 0;
    }
}


/**
 * About Us
 */

.about-us-grid-block .image-bg {
    width: 100%;
}

.about-us-grid-block-item {
    background: #0c3f74;
    color: #FFF;
    padding: 30px;
}

.team-item {
    text-align: center;
}

.team-item .image {
    width: 150px;
    margin: 0 auto;
}

.team-item h5,
.team-item h6 {
    margin: 25px 0 10px;
    line-height: 1.1;
    color: #333;
}

.team-item p {
    margin: 0 0 8px;
    line-height: 1.1;
}

.team-item ul.social {
    margin: 0;
}

.team-item ul.social li {
    display: inline-block;
    margin: 0 5px;
}

.team-item ul.social li a {
    color: #7b7b7b;
}

.team-item ul.social li a:hover {
    color: #0c3f74;
}

.partner-image-item {
    text-align: center;
}

.partner-image-item img {
    width: auto;
    display: inline-block;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .about-us-grid-block .image-bg {
        height: 100px;
    }
}

@media (max-width: 479px) {}


/**
 * Review
 */

.review-header {
    line-height: 1.2;
    margin-bottom: 30px;
}

.review-header h5,
.review-header h6 {
    color: #333;
    line-height: 1;
    margin: 0 0 10px;
}

.review-header h6 {
    margin-top: 3px;
}

.review-overall-breakdown {
    border-left: 1px solid #E3E3E3;
    padding-left: 30px;
}

.review-overall-point {
    font-size: 15px;
    margin: 0;
}

.review-overall-point span {
    font-weight: 600;
    color: #0c3f74;
    font-size: 19px;
}

.review-overall-breakdown .rating-wrapper {
    width: 110px;
    float: left;
}

.review-overall-breakdown .rating-wrapper .raty-wrapper>div {
    display: inline-block;
    vertical-align: middle;
}

.review-overall-breakdown .progress {
    width: 110px;
    float: left;
    margin: 0;
    margin-top: 4px;
}

.review-overall-breakdown .breakdown-count {
    width: 40px;
    float: left;
    text-align: right;
    margin-top: 1px;
}

ul.breakdown-list {
    margin-top: 20px;
}

ul.breakdown-list li:not(:last-child) {
    margin: 0 0 5px;
}

ul.breakdown-list.for-avg li {
    line-height: 1.23;
}

ul.breakdown-list.for-avg li:not(:last-child) {
    margin: 1px 0 7px;
}

.review-content .row>div>h5 {
    color: #333;
    line-height: 1;
    margin: 7px 0 10px;
}

ul.review-list {
    margin-top: 15px;
    border-top: 1px solid #E3E3E3;
    padding-top: 25px;
}

ul.review-list>li {
    position: relative;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

ul.review-list>li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

ul.review-list li .image {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

ul.review-list li .content {
    padding-left: 70px;
    float: left;
}

ul.review-list li .content h6 {
    color: #333;
    line-height: 1.2;
    margin: 0 0 10px;
}

ul.review-list li .content h6 span {
    font-weight: 400;
    color: #7b7b7b;
}

ul.review-list li .content .review-date {
    text-align: right;
    line-height: 1;
    margin: 0 0 10px;
    font-size: 11px;
    color: #7b7b7b;
}

ul.review-list li .rating-wrapper {
    margin: 10px 0;
}

.review-form {
    margin-top: 20px;
}

.review-form-title {
    color: #333;
    line-height: 1;
}

.review-text ul,
.review-text ol {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px;
}

.review-text ul li,
.review-text ol li {
    margin-bottom: 7px;
}

.review-text ul ul,
.review-text ol ol {
    margin-top: 7px;
}

.review-text>ul,
.review-text>ol {
    margin-bottom: 15px;
}

.review-text ol {
    list-style: decimal;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .review-overall-breakdown {
        border-left: 0;
        padding-left: 0;
        padding-top: 30px;
    }

    ul.review-list li .image {
        width: 40px;
        height: 40px;
    }

    ul.review-list li .content {
        padding-left: 55px;
    }

    ul.review-list li .content .review-date {
        text-align: left;
    }
}

@media (max-width: 479px) {}


/**
 * Faq
 */

.faq-wrapper {
    padding-left: 15px;
}

.faq-wrapper h3 {
    margin: 0 0 25px;
}

.faq-section {
    border-bottom: 1px solid #E3E3E3;
    margin: 0 0 40px;
}

.faq-section h4 {
    margin: 8px 0 0;
}

.faq-section .panel-body {
    padding-top: 0;
    padding-bottom: 10px;
}

.faq-alt-2-wrapper {}

.faq-alt-2-wrapper .bootstarp-accordion .panel-heading {
    border-bottom: 1px dotted #E3E3E3;
    margin-left: 25px;
    padding: 15px 0;
}

.faq-alt-2-wrapper .bootstarp-accordion .panel-heading a {
    padding: 0;
    line-height: 1;
    font-size: 14px;
}

.faq-alt-2-wrapper .bootstarp-accordion .panel-heading a:before {
    content: '\f059';
    right: auto;
    left: -25px;
    top: -1px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: #0c3f74;
}

.faq-alt-2-wrapper .bootstarp-accordion .panel-heading.active a:before {
    content: '\f128';
}

.faq-alt-2-wrapper .panel-body {
    margin-left: 25px;
}

.for-faq-page .scrollspy-sidenav {
    padding-top: 0;
    border: 0;
}

.for-faq-page.scrollspy-sidebar .nav>li>a {
    padding-left: 0;
    border-left: 4px solid #FFF !important;
    border-right: 4px solid #FFF;
}

.for-faq-page.scrollspy-sidebar .nav>li>a:hover {
    border-right: 4px solid #0c3f74;
}

.for-faq-page.scrollspy-sidebar .nav>li>a:focus {
    border-right: 4px solid #EEEEEE;
}

.for-faq-page.scrollspy-sidebar .nav>.active>a,
.for-faq-page.scrollspy-sidebar .nav>.active:hover>a,
.for-faq-page.scrollspy-sidebar .nav>.active:focus>a {
    border-right: 4px solid #0c3f74 !important;
    border-left: 4px solid #FFF !important;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .faq-wrapper {
        padding-left: 0;
    }
}

@media (max-width: 479px) {}


/**
 * Payment
 */

.payment-container {
    border-left: 1px dashed #CCC;
    padding-left: 40px;
    margin-left: 13px;
    padding-right: 15px;
}

.payment-box {
    margin: 0 0 40px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 30px;
}

.payment-header {
    position: relative;
}

.payment-header:before {
    content: "";
    width: 25px;
    position: absolute;
    left: -30px;
    top: 9px;
    border-top: 1px dashed #CCC;
}

.payment-header .number {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: #F14747;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: -4px;
    left: -53px;
    font-weight: 600;
    font-size: 12px;
}

.payment-content .control-label {}

.payment-content input[type='radio']+label:before {
    top: 12px;
}

.payment-traveller {
    margin: 0 0 30px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 20px;
    position: relative;
}

.title_seats {
    color: #0C3F74;
    font-weight: bold;
    text-align: center;
}

.info_seats {
    text-align: center;
}

.price_name_tr {
    text-align: left;
}

.asiento {
    line-height: 40px;
}

.cajaentradascompra {
    display: none;
}

.traveller-remove {
    position: absolute;
    left: 0;
    top: 13px;
}

.price-summary-wrapper {
    border: 4px solid #EEE;
    border-radius: 3px;
    padding: 30px 20px;
}

ul.price-summary-list li {
    margin-bottom: 18px;
    line-height: 1.2;
}

ul.price-summary-list li p {
    margin-top: 5px;
}

ul.price-summary-list li.divider {
    border-top: 1px solid #475362;
}

ul.price-summary-list li.total-price {
    background: #eee;
    color: #7b7b7b;
    margin: 25px -19px -29px;
    padding: 20px 19px;
}

@media only screen and (max-width: 1199px) {
    .payment-container {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .traveller-remove {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Confirmation
 */

.confirmation-wrapper {
    padding-right: 15px;
}

.payment-success {
    margin: 0 0 40px;
}

.payment-success .icon {
    font-size: 56px;
    width: 70px;
    float: left;
}

.payment-success .content {
    margin-left: 70px;
}

.payment-success .content h2 {
    margin-bottom: 5px;
}

.payment-success .content p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #777;
}

.confirmation-content {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

ul.book-sum-list li {
    position: relative;
    margin: 20px 0;
    padding-left: 140px;
    line-height: 1.2;
}

ul.book-sum-list li:first-child {
    margin-top: 0;
}

ul.book-sum-list li:last-child {
    margin-bottom: 0;
}

ul.book-sum-list li span {
    position: absolute;
    left: 0
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .confirmation-wrapper {
        padding-right: 0;
    }

    .payment-success .content h2 {
        font-size: 20px;
    }

    .payment-success .content p {
        font-size: 17px;
        line-height: 1.4;
    }
}

@media (max-width: 479px) {
    .payment-success .content h2 {
        font-size: 17px;
    }

    .payment-success .content p {
        font-size: 15px;
    }
}


/**
 * Social Share
 */

ul.social-share-sm {
    position: relative;
    display: inline-block;
    line-height: 1;
    float: left;
}

ul.social-share-sm li {
    display: inline-block;
    margin: 0 0 5px;
}

ul.social-share-sm li span,
ul.social-share-sm li a {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
}

ul.social-share-sm:after,
ul.social-share-sm li span:after,
ul.social-share-sm li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 1px;
    height: 13px;
    background: #E3E3E3;
}

ul.social-share-sm.pull-right {
    margin-right: -10px;
}

ul.social-share-sm.pull-right:after {
    display: none;
}

ul.social-share-sm li a:after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 6px;
    right: -3px;
}

ul.social-share-sm li:last-child a {
    margin-right: 0;
}

ul.social-share-sm li:last-child a:after {
    display: none;
}

ul.social-share-sm li a {
    font-weight: 400;
    color: #7b7b7b;
}

ul.social-share-sm li a:hover {
    color: #0c3f74;
}

ul.social-share-sm.for-useful {
    float: right;
}

ul.social-share-sm.for-useful:after {
    display: none;
}

ul.social-share-sm.for-useful li:not(:last-child) {
    margin-right: 10px;
}

ul.social-share-sm.for-useful li span {
    margin-right: 0;
}

ul.social-share-sm.for-useful li a {
    margin-right: 0;
    padding-right: 0;
}

ul.social-share-sm.for-useful li a:after {
    display: none;
}

.review-list ul.social-share-sm {
    margin-top: 20px;
}


/**
 * Contact Us
 */

.top-place-wrapper {
    background: #F0F0F0;
}

.top-place-inner {
    margin-left: -15px;
    margin-right: -15px;
}

.top-place-item {
    padding: 30px 15px;
}

.top-place-item .icon {
    width: 33px;
    float: left;
}

.active .top-place-item {
    -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.35);
}

.top-place-item .content {
    margin-left: 48px;
    line-height: 22px;
}

.top-place-item .content h3 {
    line-height: 1.1;
    margin: 0 0 17px;
}

.top-place-item .content p {
    margin: 0 0 12px;
}

.top-place-item .content a {
    text-transform: uppercase;
    font-size: 12px;
}

.contact-form-wrapper .form-group {
    margin: 0 0 17px;
}

.contact-form-wrapper .help-block {
    line-height: 1.2;
    font-size: 12px;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFFAFA;
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.boxed-social {
    margin: 25px 0 20px;
    font-size: 18px;
    line-height: 1;
}

.boxed-social a {
    font-size: 20px;
    margin-right: 2px;
    margin-bottom: 2px;
    width: 36px;
    height: 36px;
    display: block;
    float: left;
    text-align: center;
    line-height: 36px;
    background: #0c3f74;
    color: #FFF;
    border-radius: 3px;
}

.boxed-social a:hover {
    background: #0c3f74;
}

ul.address-list li {
    position: relative;
    line-height: 1.4;
    margin: 0 0 10px;
    padding-left: 25px;
}

ul.address-list li:last-child {
    margin: 0 !important;
}

ul.address-list li i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 16px;
    line-height: 1;
}

.infobox-inner ul.address-list li {
    margin: 0 0 8px;
    padding-left: 18px;
}

.infobox-inner ul.address-list li i {
    font-size: 12px;
}


/**
 * Blog
 */

.blog-wrapper {
    padding-right: 15px;
}

.blog-item {
    display: block;
    margin-bottom: 40px;
    background: #FFF;
    overflow: hidden;
    border-bottom: 1px solid #E3E3E3;
    padding: 0 0 30px;
}

.blog-item:last-child {
    margin-bottom: 0
}

.blog-item.blog-single {
    border-bottom: 0;
    margin-bottom: 0;
}

.blog-media {
    position: relative;
    margin: 0 0 25px;
}

.blog-media a {
    display: block;
}

.blog-content {}

.blog-content h3 {
    line-height: 1.4;
    margin: 0 0 20px;
    color: #333;
}

.blog-content h3 a {
    color: #333;
    display: block;
}

.blog-content h3 a:hover {
    color: #0c3f74;
}

.blog-entry {
    padding: 0 0 20px;
}

.blog-entry ul,
.blog-entry ol {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px;
}

.blog-entry ul li,
.blog-entry ol li {
    margin-bottom: 7px;
}

.blog-entry ul ul,
.blog-entry ol ol {
    margin-top: 7px;
}

.blog-entry>ul,
.blog-entry>ol {
    margin-bottom: 15px;
}

.blog-entry ol {
    list-style: decimal;
}

ul.blog-meta {
    margin: 0 0 25px;
    line-height: 1.2;
    font-size: 12px;
}

ul.blog-meta li {
    display: block;
    color: #7b7b7b;
    margin-right: 30px;
    float: left;
    position: relative;
}

ul.blog-meta li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #E1E1E1;
    border-radius: 6px;
    position: absolute;
    right: -19px;
    top: 5px;
}

ul.blog-meta li:after {
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    border-radius: 2px;
    position: absolute;
    right: -17px;
    top: 7px;
}

ul.blog-meta li:last-child:before,
ul.blog-meta li:last-child:after {
    display: none;
}

.blog-extra {
    background: #F2F2F2;
    padding: 28px 20px 25px;
    margin: 20px 0 40px;
    border-radius: 3px;
}

.blog-author {
    padding: 0;
    position: relative;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.blog-author h5 a {
    color: #333;
}

.blog-author h5 a:hover {
    color: #0c3f74;
}

.author-details {
    margin-left: 120px;
    position: relative;
}

.author-label {
    position: absolute;
    width: 100px
}

.author-label img {
    width: 100%
}

.blog-author .social {
    float: right;
    margin-top: -5px
}

#comment-wrapper {
    background: #FFF;
    padding: 30px 0 20px;
    position: relative
}

ul.comment-item {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.comment-item li {
    position: relative;
    display: block;
    padding-left: 65px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #EBE8E6
}

ul.comment-item li li:last-child,
ul.comment-item li li li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.comment-item ul {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #EBE8E6;
    margin-left: -20px;
}

.comment-item h6 {
    margin-bottom: 5px;
}

.comment-item .comment-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.comment-item .comment-avatar img {
    width: 100%;
    width: 100%;
    border-radius: 50%
}

.comment-item .comment-time {
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #7b7b7b;
    margin-bottom: 10px;
    line-height: 1.2;
}

.comment-item a.comment-reply {
    float: right;
    font-size: 10px;
    line-height: 1;
    padding: 3px 7px;
    text-transform: uppercase;
    border: 2px solid #0c3f74;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block
}

.comment-item a.comment-reply:hover {
    color: #FFF;
    border-color: #0c3f74;
    background: #0c3f74;
}

@media only screen and (max-width: 1199px) {
    .blog-wrapper {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media (max-width: 980px) {
    .margin-text-log {
        color: #9e9c9c;
        margin: -14px 0 0px 53px;
        display: none;
    }

}


/**
 * Image Overlay
 */

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: opacity .25s ease, background-color .45s ease;
    transition: opacity .25s ease, background-color .45s ease;
    background: rgba(0, 0, 0, 0);
}

.overlay-box:hover .image-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.image-overlay:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.overlay-content {
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

.overlay-icon {
    margin-bottom: 6px;
    color: #fff;
    border: 2px solid #FFF;
    padding: 10px 10px;
    border-radius: 3px;
    -webkit-transition: opacity .25s ease, background-color .45s ease;
    transition: opacity .25s ease, background-color .45s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}

.overlay-box:hover .overlay-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}

.overlay-icon i {
    color: #fff;
    font-size: 56px;
}


/**
 * Footer
 */

.footer {
    background: #f5f5f5;
    font-size: 14px;
    color: #000;
    padding: 0px;
}

.footer a {
    color: white;
    font-weight: 400;
}

.footer a:hover {
    color: #000 !important;
}

.footer-logo {
    /*max-width: 100px;*/
    margin-top: 0px;
}

.footer-address {
    line-height: 1.4;

}

h5.footer-title {
    color: #000;
    margin: 0 0 20px;
    text-align: center;
    font-size: 1.7em;
}

ul.footer-menu li {
    margin: 5px 0;
    font-size: 12px;
}

ul.footer-menu li a {
    text-transform: uppercase;
    line-height: 1;
}

.footer-social {
    margin: 25px 0 20px;
    font-size: 18px;
    line-height: 1;
}

.footer-social a {
    font-size: 24px;
    margin-right: 10px;
}

.copy-right {
    font-size: 11px;
}

@media only screen and (max-width: 1199px) {
    .footer-contact .icon {
        float: none;
        padding: 0 0 7px;
        text-align: left;
    }

    .footer-contact .content {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .footer-contact .icon {
        width: 40px;
        float: left;
        padding: 3px 0 0;
        text-align: center;
    }

    .footer-contact .content {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-contact {
        padding: 25px 20px;
    }
}

@media (max-width: 479px) {}


/**
 * Sign-in/up
 */

.modal.modal-border-transparent .modal-content {
    border: 5px solid rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-radius: 3px;
}

.modal.modal-login .modal-content {
    width: 380px;
    margin: 0 auto;
    position: relativel
}

.modal.modal-login .form-control::-moz-placeholder {}

.modal.modal-login .form-control:-ms-input-placeholder {}

.modal.modal-login .form-control::-webkit-input-placeholder {}

.modal.modal-login .modal-footer {
    border-top: 1px solid #CCC;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 20px;
}

.modal .modal-content .btn-close {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 1052;
    font-size: 12px;
}

.modal-seperator {
    border-bottom: 1px solid #CCC;
    text-align: center;
    margin: 20px 0 45px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.modal-seperator span {
    width: 40px;
    height: 40px;
    border: 1px solid #CCC;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 38px;
    display: block;
    margin-bottom: -20px;
    background: #FFF;
    font-weight: 600;
}

.login-modal-tab-wrapper {}

ul.login-modal-tab-nav {
    background: #EAEAEA;
    padding: 0;
    margin: 0;
}

ul.login-modal-tab-nav li {
    float: left;
    width: 50%;
    text-align: center;
}

ul.login-modal-tab-nav li a {
    display: block;
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #565656;
}

ul.login-modal-tab-nav li.active a {
    background: #FFF;
}

ul.login-modal-tab-nav li a:hover {
    color: #489FF0;
}

.btn.btn-facebook {
    background: #3b5998;
    color: #FFF;
}

.btn.btn-facebook:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {
    .modal.modal-login .modal-content {
        width: 100%;
    }
}


/**
 * Static Page
 */

.for-static-page .sidebar-module {
    margin-right: 30px;
}

ul.static-page-menu li a {
    display: block;
    color: #636363;
    padding: 8px 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    line-height: 1;
    padding-left: 0;
    border-left: 4px solid #FFF !important;
    border-right: 4px solid #FFF;
    margin-right: -4px;
    margin-left: -4px;
    margin-bottom: 1px;
    font-size: 12px;
}

ul.static-page-menu li a:hover,
ul.static-page-menu li.active a {
    border-right: 4px solid #0c3f74;
    color: #0c3f74;
}

.static-wrapper h1:first-child,
.static-wrapper h2:first-child,
.static-wrapper h3:first-child,
.static-wrapper h4:first-child,
.static-wrapper h5:first-child,
.static-wrapper h6:first-child {
    margin-top: 0;
}

.static-wrapper ul,
.static-wrapper ol {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px;
}

.static-wrapper ul li,
.static-wrapper ol li {
    margin-bottom: 7px;
}

.static-wrapper ul ul,
.static-wrapper ol ol {
    margin-top: 7px;
}

.static-wrapper>ul,
.static-wrapper>ol {
    margin-bottom: 15px;
}

.static-wrapper ol {
    list-style: decimal;
}

.error-email {
    color: #fff;
    border: 2px solid red;
    text-align: center;
    margin-bottom: 5px;
    background-color: red;
    border-radius: 10px;
}

.success-email {
    color: #fff;
    border: 2px solid green;
    text-align: center;
    margin-bottom: 5px;
    background-color: green;
    border-radius: 10px;
}

.error-tickets {
    color: #fff;
    border: 2px solid red;
    text-align: center;
    margin-bottom: 20px;
    background-color: red;
    border-radius: 10px;
    padding: 5px;
}

.success-tickets {
    color: #fff;
    border: 2px solid green;
    text-align: center;
    margin-bottom: 20px;
    background-color: green;
    border-radius: 10px;
    padding: 5px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .for-static-page .sidebar-module {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .for-static-page .sidebar-module {
        margin-right: 0;
    }
}

@media (max-width: 479px) {}



/**
 * Customize Page
 */

.orientacion-marco {
    padding-left: 15px;
    margin-bottom: 20px;
    font-weight: bold;
}

#marcos-verti {
    display: none;
}

.marco-card {
    height: 100%;
    border: 1px solid;
    padding: 5px;
}

.marco-select {
    text-align: center;
}

.marco-radio {
    font-size: 18px;
    padding-top: 10px !important;
}

#foto-verti {
    display: none;
}

.imagen-marco {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.custom-block {
    margin: 0 0 40px;
}

.pru {
    display: block !important;
    opacity: inherit !important;
}

.custom-img-preview {
    width: auto;
    margin: auto;
}

.img-preview-container {
    padding-top: 50px;
    margin-bottom: 50px;
}

.custom-preview-btn {
    text-align: center;
    font-size: 26px;
    padding-top: 10px;
}

.ultimo {
    margin-bottom: 4px;
}

.prod-cont {
    text-align: justify;
    overflow: hidden;
    margin-bottom: 10px;
}

.btn-more-info {
    text-align: left;
    margin-bottom: 50px;
}

/**
 * TREN + OCIO
 */

.panel-principal {
    color: #fff !important;
    background-color: #7b7b7b !important;
    border-color: #7b7b7b !important;
}

.table-ocio {
    width: 50%;
}

.font_size_11 {
    font-size: 11px;
}

.font_size_14 {
    font-size: 14px;
}

/**
 * HOTELES
 */

.texto-pvp-total {
    color: #0C3F74;
}

.label-sugerido, .label-barato {
    color: #0C3F74;
    background-color: #FFD204;
}

/**
 * TREN + HOTEL + OCIO
 */

.btn-sugerido {
    color: #0C3F74;
    background-color: #FFD204;
}

.btn-sugerido:hover {
    color: #0C3F74;
    background-color: #FFE704;
}

.text_field_pasajero {
    vertical-align: top;
}

/* MIXENTRADAS.COM ESTILOS COMPRA */
.PreviewTable {
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #d0d0d0;
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}

.PreviewTable td, th {
    border-top: 1px solid #ddd;
    padding: 4px 5px;
}

.PreviewTable tbody tr:nth-child(even) td {
    background-color: #eee;
}

/* Con esto pintamos cada fila de un color. 1 blanco 1 gris 1 blanco ... */
.PreviewTable img {
    width: 100px;
    height: 100px;
}

@media (max-width: 390px) {
    .PreviewTable {
        width: 100%
    }

    .PreviewTable img {
        max-width: 100%;
    }

    .PreviewTable thead {
        display: none;
    }

    .PreviewTable td {
        display: block;
        position: relative;
        padding-left: 5%;
        padding-top: 13px;
        padding-bottom: 13px;
        text-align: left;
    }

    .PreviewTable td:before {
        content: attr(data-th);
        display: inline-block;
        padding-right: 10px;
        color: #808080;
    }
}


/* 2019-07 RAUL ARELLANO -- Estilos comunes para Correos */
.img-espera {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.img-espera-xs {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.azul-correos {
    color: #0c3f74;
}

.li-w-100 {
    width: 100%
}

.w100 {
    width: 100%
}

.p-r-15 {
    padding-right: 15px;
}

.ClassCapasMostrarEsperaEnSubmits {
    padding-top: 35px;
    padding-bottom: 35px;
}

.btn-footer-bn {
    border-color: #fff !important;
}

.btn-footer-bn:hover,
.btn-footer-bn:focus,
.btn-footer-bn.focus {
    background: #fff;
}

.breadcrumbCorreos>li+li:before {
    content: " > ";
}

.breadcrumbCorreos {
    /*margin-bottom: -5px;*/
    padding: 2px 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 2px;
}

#productos-ocio {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    /* max-width: 215px; */
    /* border: 2px solid #EEE; */
    border-radius: 3px;
    padding: 0;

}

#productos-ocio .product-name {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    padding: 0px 10px;
    line-height: 1.2em;
    height: 30px;
    margin-bottom: 20px;

}

#productos-ocio .location {
    font-style: italic;
    font-size: 14px;
    text-align: left;
    text-align: center;
    color: #666;
    line-height: 1.2em;
    height: 40px;
}

#productos-ocio .imagen {
    max-height: 165px;
    min-height: 165px;
    vertical-align: middle;
    border: 0;
    object-fit: cover;
}

#productos-ocio .price {
    margin-bottom: 20px;
}

.menu-footer {
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    display: flex;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
    flex-direction: column;
}

.menu-footer-li {
    display: list-item;
    text-align: -webkit-match-parent;
    padding: 0px 15px;
}

.hr-footer {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-tren-pvp {
    min-width: 110px;
    max-width: 110px;
    font-weight: bold;
    white-space: normal;
}

.bootstrap-switch-correos-on {
    color: #000;
    background: #FFD204;
}



/* ------------- INICIO ACTIVIDADES CSS ------------------------ */
#CapaResultadoActividades .right {
    float: right !important;
}

.padre {
    display: table;
    height: 200px;
}

.hijo {
    display: table-cell;
    vertical-align: middle;
}

.text-descripcion-act {
    line-height: 1;
    padding-top: 5px;
}

.no_padding {
    padding: 0;
}

.div-menu-actividades {
    margin: 0 auto;
    max-width: 900px;
}

.ul-menu-actividades {
    list-style: none;
}

/* -- SLIDER------*/
.img-circular {
    max-width: 80px;
    margin: 0 auto;
    float: left;
}

section.awSlider .carousel {
    display: table;
    z-index: 2;
    margin: 0;
    padding: 0;
    width: 100%;
}

section.awSlider {
    /* margin: 0px auto; */
    /* padding: 30px; */
    position: relative;
    display: table;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

section.awSlider img {
    pointer-events: none;
}

section.awSlider>img {
    position: absolute;
    top: 30px;
    z-index: 1;
    transition: all .3s;

    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);

}

.w-100 {
    width: 100%;
}

.busc-actividades {
    position: absolute;
    top: 5%;
    z-index: 25;
    margin-left: 25%;
    width: 50%;
}

/* -- Fin SLIDER------*/

.desplegable-menu {
    background: #f8f8f8 !important;
    color: #777 !important;
    box-shadow: 0px 0px 0px #f8f8f8 !important;
    -webkit-box-shadow: none !important;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important);
}

.border-buscador {
    border-radius: 5px;
}

.border-btn-buscador {}

.caret-activ {
    margin-left: 4px !important;
}

.line-border {
    margin-top: 3px;
    border-bottom: 2px solid;
}

.border-radius-img {
    border-radius: 2px;
}

.content_actividad_card {
    width: 100%;
    height: 280px;
    max-height: 280px;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
}

.content_actividad_card-actividades {
    width: 100%;
    height: auto !important;
    max-height: 280px;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
}

div#actividad-card {
    box-shadow: 0px 0px 5px #d6cece;
    margin: 4px 10px;
    background: #fff;
    max-width: 30%;
}

#actividad-card .actividad_name {
    font-size: 12px;
    width: 100%;
    padding: 0 15px;
    color: #374A74;
    text-align: center;
    margin-bottom: 2px;
    height: 40px;
    min-height: 40px;
}

/*--- MENU CORREOS B2C ARREGLO ---*/
p.actividad_name.name-product-activ.padre.name-b2c {
    height: 25px !important;
    min-height: 41px !important;
}

p.price.price-actividades.price-b2b {
    float: none !important;
}

a.submenu-actic-b2c {
    font-size: 14px !important;
    padding: 5px 10px 5px 10px !important;
    text-decoration: none !important;
}



.navbar-nav>li>a {
    line-height: 30px !important;
    padding: 0;
}

/*--- FIN MENU CORREOS B2C ARREGLO ---*/


.slider-lo-mas {
    width: 100%;
}

#actividad-card .price {
    color: #4DBCB5;
    height: 16px;

}

.price.price-actividades-ciudad {
    font-size: 18px !important;
    float: left;
    font-weight: bolder;
    width: 100%;
    margin-right: 10px;
}

.container-wrapper.menu-actividades {
    padding-top: 110px;
}

#actividad-card .imagen {
    width: 202px;
    height: 177px;
}

.name-product-activ {
    font-size: 12px !important;
    font-weight: normal !important;
    height: auto !important;
    min-height: 34px;
}

.name-product-activ-ciudad {
    font-size: 20px !important;
    height: auto !important;
    font-weight: bolder !important;
}

.btn-activ {
    background: #4DBCB5 !important;
}

.btn-activ:hover {
    background: #0f6b62 !important;
}

#img-contenedor img {
    -webkit-transition: all .5s ease;
    /* Safari y Chrome */
    -moz-transition: all .5s ease;
    /* Firefox */
    -o-transition: all .5s ease;
    /* IE 9 */
    -ms-transition: all .5s ease;
    /* Opera */
    width: 100%;
}

#img-contenedor:hover img {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.text-top {
    padding: 14px 0 0 0;
    text-align: center;
}

.text-top span {
    font-weight: 600;
    font-size: 25px;
}

.btn-loMasBuscado {
    position: relative;
    z-index: 25;
}

.carousel-indicators {
    display: flex;
    justify-content: flex-end;
    right: 0;
    left: unset;
    margin-right: 2%;
    top: 20px;
}

.text-activ-circle {
    z-index: 5;
    padding: 0 10px;
    float: left;
    text-align: center !important;
    width: auto;
    margin: 0;
    text-shadow: 0.01em 0.1em 0.05em #333;
    font-size: 14px;
}

.btn-buscador-activ {
    color: #fff;
}

.btn-buscador-activ:hover {
    transition: 0.2s ease-out;
    text-decoration: none;
    color: #dcdcdc;
}

.div-text-top {
    top: 75% !important;
}

.img-size {
    width: 100%;
    float: left;

}

.text-activ-tit {
    position: absolute;
    z-index: 5;
    top: 32%;
    color: #fff;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.05em #333;
    width: 85%;
    font-weight: bold;
    font-size: 20px;

}

.text-activ {
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    padding: 5px;

}

.text-imprescindible {
    font-weight: 600;
    font-size: 25px;

}

.price-activ sup {
    top: -.5em;
    font-weight: normal;
}

.nombre-actividad {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

a.no-underline {
    text-decoration: none;
}

.price-activ {
    text-align: center;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.price-activ sup {
    font-size: 10px;
}

.price-activ span {
    font-size: 16px;
    font-weight: 600;
}

.img-big-ciudad-actividades {
    width: 100%;
}

.bg-ciudad-actividade {
    background: #c5c5c5;
    padding: 20px 20px 20px 20px;
    color: white;
}

.bg-ciudad-actividade .h3 {
    font-size: 32px;
    font-weight: bold;
}

.btn-actividad-cuidad {
    border-radius: 50px;
    background: none;
    border: 1px solid #000;
    padding: 5px 10px;
}

.img-actividades-peq {
    width: 100%;
    max-height: 212px;
}

.price.price-actividades {
    font-size: 13px !important;
    float: left;
    width: 100%;
    margin-right: 10px;
}

.name-product-activ {
    font-size: 12px !important;
    font-weight: normal !important;
    height: auto !important;
}

.conten-actividades {

    border: none !important;
    /*height: auto !important;*/
    background: none !important;
}

.broder-rounded {
    border-radius: 10px;
}


/* ------------- FIN ACTIVIDADES CSS --------------------------- */

/* SITE PRODUCT */
#site-product {
    margin: 0px 0 15px 0px;
    text-align: center;
}

#site-product .content_escapada_product_card {
    width: 100%;
    margin: 0 auto;
    /*border: 1px solid #dddfe2;*/
    background: #fff;
    /*
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;*/
    border-radius: 15px;
    border: none;
    background-color: #f5f5f5;
    padding-bottom: 20px;
}

#site-product .caption .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #374A74;
    color: white;
    width: 96%;
    margin: 2%;
    font-weight: bold;
}

/* ------- PRODUCTOS HOTEL OCIO --------- */

#productos-ocio {
    margin: 0px 0 15px 0px;
    text-align: center;
}

#productos-ocio .content_escapada_product_card {
    width: 90%;
    margin: 0 auto;
    /*border: 1px solid #dddfe2;*/
    background: #fff;
    /*
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;*/
    border-radius: 15px;
    border: none;
    background-color: #f5f5f5;
}

#productos-ocio .caption .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #374A74;
    color: white;
    width: 96%;
    margin: 2%;
    font-weight: bold;
}


/* ------- ESCAPADAS ---------------- */
.busc-escapadas {
    position: absolute;
    top: 30%;
    z-index: 25;
    margin-left: 8%;
}

#escapada-card {
    margin: 0px 0 15px 0px;
    text-align: center;
}

#escapada-card .content_escapada_product_card {
    width: 90%;
    margin: 0 auto;
    /*border: 1px solid #dddfe2;*/
    background: #fff;
    /*
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;*/
    border-radius: 15px;
    border: none;
    background-color: #f5f5f5;
}

#escapada-card .caption .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #374A74;
    color: white;
    width: 96%;
    margin: 2%;
    font-weight: bold;
}

#escapada-card .product_name {
    /* font-size: 11px; */
    text-align: left;
    margin-top: 5px;
    font-family: 'Lato-Black', sans-serif;
    color: #374A74;
    margin-bottom: 2px;
    margin-left: 5px;
    line-height: 1.5em;
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 10px;
    height: 100px;
}

#escapada-card .btn-seleccionar{
    display: inline-block;
    width: 75%;
    margin: 0px 20px;
    margin-bottom: 20px;
}

#escapada-card img{border-radius: 15px 15px 0px 0px;}

#escapada-card .product_height {
    height: 32px;
}

#escapada-card .categoria {
    font-size: 11px;
    text-align: left;
    margin-top: 0px;
    color: #374A74;
    font-family: 'Lato-Regular', sans-serif;
    margin-bottom: 2px;
    margin-left: 5px;
    height: 33px;
    /*padding-top: 19px;*/
}

#escapada-card .location {
    font-style: normal;
    font-family: 'Lato-Regular', sans-serif;
    /* font-size: 9.5px; */
    text-align: left;
    margin-top: 2px;
    /*height: 32px;*/
    color: #374A74;
    margin-left: 5px;
    padding: 0px 20px;
    margin-bottom: 0px;
}

#escapada-card .location-link {
    font-style: italic;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 9.5px;
    text-align: left;
    margin-top: 2px;
    height: 32px;
    color: #374A74;
    margin-bottom: 15px;
    margin-left: 5px;
}

#escapada-card .price {
    /*height: 75px;*/
    margin-bottom: 0px;
}

#escapada-card .caption {
    position: absolute;
    /*background: rgba(209, 214, 221, 0.85);*/
    width: 85%;
    height: 45px;
    padding: 10px 6px 6px 6px;
    display: none;
    bottom: 40%;
}

#escapada-card .special_height {
    bottom: 35%;
}

#escapada-card .text-tachado {
    text-decoration: line-through;
}

.dia-on-calendario {
    color: #333333;
    background-color: #ffdedf;
    font-weight: bold;
}

.dia-off-calendario {
    color: #e8e3e3;
    background-color: #cbc5c5;
}


/* ---------- FIN ESCAPADAS -------------------*/


.SVG_Borde_Contenedor {
    border: #CCCCCC 1px solid;
}


.img-producto-recomendado {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    max-height: max-content;
    min-height: max-content;
    border-radius: 2px;
    vertical-align: middle;
    border: 0;
    max-inline-size: -moz-available;
    /* WebKit-based browsers will ignore this. */
    max-inline-size: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    max-inline-size: fill-available;

}

.ColorFondoEntradasSesionOn {
    background-color: rgba(255, 210, 4, 0.3);
}

.aSesionTituloEnlaceParques {
    border: 1px solid #ccc !important;
    /* border-radius: 5px; */
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer !important;
    padding-left: 5px;
    padding-right: 5px;
}

.aSesionTituloEnlaceParques:link {
    text-decoration: none !important;
}

.aSesionTituloEnlaceParques:visited {
    text-decoration: none !important;
}

.aSesionTituloEnlaceParques:hover {
    text-decoration: none !important;
}

@media(max-width:767px) {
    .content_actividad_card-actividades {
        max-height: 340px !important;
    }

    .menu-footer {
        justify-content: center;
        align-content: center;
        align-items: center;
        display: inline;
        width: 100%;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .container-wrapper.menu-actividades {
        padding-top: 0px;
    }

    .menu-footer-li {
        border-right: none;
        padding-bottom: 0px;
    }

    .busc-actividades {
        position: absolute;
        top: 5%;
        z-index: 3;
        margin-left: -15px;
        width: 100%;
    }

    .slider-height {
        height: 200px !important;
        object-fit: cover;
    }

    section.awSlider {
        position: relative;
        display: table;
        z-index: 0;
    }

    /* .mt-container_activ{margin-top:310px} */


    .busc-escapadas {
        position: relative;
        top: 5%;
        z-index: 3;
        margin-left: -15px;
    }



}


@media (max-width: 390px) {
    .cartTable {
        width: 100%
    }

    .cartTable img {
        max-width: 100%;
    }

    .cartTable thead {
        display: none;
    }

    .cartTable td {
        display: block;
        position: relative;
        padding-left: 5%;
        padding-top: 13px;
        padding-bottom: 13px;
        text-align: left;
    }

    .cartTable td:before {
        content: attr(data-th);
        display: inline-block;
        padding-right: 10px;
        color: #808080;
    }


}


#tqform-fecha-kvdate th.prev {
    display: table-column-group;
}

#tqform-fecha-kvdate th.next {
    display: none;
}

.font-size-24-mb20 {
    font-size: 24px;
    margin-bottom: 20px;
}


@media only screen and (max-width: 600px) {
    .right {
        float: right;
    }

    .text-activ-tit {
        position: absolute;
        z-index: 5;
        top: 32%;
        color: #fff;
        text-align: center;
        text-shadow: 0.1em 0.1em 0.05em #333;
        width: 75%;
        font-weight: bold;
        font-size: 17px;
    }

    div#actividad-card {
        max-width: 44%;
    }

    .img-actividades-peq {
        width: 80% !important;
        height: 100%;
        max-height: 100px !important;
        margin-top: 50% !important;
        margin-left: 20% !important;
    }

    .conten-actividades .p-0 {
        font-size: 11px;
    }

    .name-product-activ-ciudad {
        font-size: 18px !important;
        margin-bottom: -3px !important;
    }

    .conten-actividades .height-unset {
        font-size: 11px !important;
    }

    .price.price-actividades-ciudad strong {
        font-size: 14px !important;
    }

    .conten-actividades .mt-5 {
        margin-bottom: 4px;
    }

    #filtrar {
        display: inline-block !important;
        margin: 0px 0px 6px 16px;
    }

    .boton-atras {
        margin-bottom: 10px;
        float: right;
    }

    .d-xs-none {
        display: none;
    }

    .StickyDestinoActividades {
        display: none;
    }

    .volver {
        margin-left: 80%;
    }

    .price.price-actividades-ciudad {
        font-size: 11px !important;
    }



}

.height-unset {
    height: unset !important;
}

.boton-atras {
    margin-bottom: 10px;
    float: right;
}

.btn-actividades-correos {
    margin-top: 50px !important;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .btn-actividades-correos {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width:500px) {
    .img-actividades-peq {
        width: 80% !important;
        height: 100%;
        max-height: 100px !important;
        margin-top: 30% !important;
        margin-left: 10% !important;
    }

    .content_actividad_card {
        height: unset;
    }
}

@media (min-width: 600px) {
    .StickyDestinoActividades {
        display: inline-block !important;
    }

    .d-lg-none {
        display: none;
    }

}


.navbar-nav .dropdown-menu {
display: none;
position: absolute;
}

.navbar-nav .dropdown:hover .dropdown-menu {
display: block;
}

.navbar-nav .dropdown-menu {
margin-top: 0;
background-color: #f8f8f8;
}

.navbar-nav .dropdown-menu>li>a {
padding: 10px 20px;
}

.dropdown-toggle::after {
display: none;
}

@media (max-width: 768px) {
    .dropdown-menu.submenu>li:hover>a {
      color: black;
    }

    .dropdown-menu.submenu>li>a {
      color: white;
      background-color: #73b6e2;
    }

    .navbar {
      min-height: 0 !important;
      position: relative;
      min-height: 50px;
      margin-bottom: 20px;
      border: 1px solid transparent;
    }

    .navbar-default .navbar-nav>.open>a {
      background-color: transparent !important;
      color: white !important;
    }

    .navbar-nav .dropdown-menu {
      margin-top: 0;
      background-color: #73b6e2;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: white !important;
    }

    .navbar-default .navbar-nav li {
        padding: 10px 10px 10px 30px !important
    }
    .navbar-default .navbar-nav li a {
      color: white !important;
      text-align: left !important;
      font-size: 17px !important;
    }

    .navbar-nav li ul li a {
      color: white;
    }


    .card-body .card-title {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 10px;
        line-height: 20px;
    }


    .pagination > li > a, .pagination > li > span {
        padding: 5px 10px !important;
        font-size: 17px !important;
    }

    .card-body .btn-carousel { display:block; width:100%; }

}