body {
    margin: 0;
    padding: 0;
}
header {
    clear: both;
}
header .responsive,
nav.responsive {
    clear: both;
    display: block;
    margin: 0 auto;
    min-width: 300px;
    overflow: initial;
    box-sizing: border-box;
    z-index: 0;
}

header {
    font-family: 'Roboto';
    clear: both;
}
header a:hover,
header a:active,
header a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.showitems {
    display: block !important;
}
ul.header.mobileheader {
    display: none;
}

.icon {
    display: none;
}
header a {
    transition: all 0.3s ease-in-out;
}
header img {
    border: none;
    display: inline-block;
    text-decoration: none;
    vertical-align: bottom;
}
header li {
    list-style-type: none;
    font-family: 'OpenSans';
    font-size: 13px;
    /*letter-spacing: 0.5px;*/
}
header ul.header {
    padding: 32px 0 12px 0;
    display: block;
    width: 100%;
}
header {
    overflow: initial;
    text-align: right;
    background: white;
}

header img.logoWeb {
    background: transparent;
    float: left;
    max-width: 100%;
    margin: 0;
    width: initial;
    height: 100%;
    max-height: 65px;
    border: none;
    display: inline-block;
    text-decoration: none;
    vertical-align: bottom;
}
header .SuclogoTTS {
    margin: 13px 15px;
    float: right;
}
header .TTSLogo1 {
    margin: 12px 15px;
    float: left;
}
header img.oficial {
    float: right;
    margin-left: 15px;
}

header ul.header {
    /*padding: 17px 0 3px 0;*/
    display: block;
    width: 100%;
    margin: 0;
}
header ul.header > a,
header ul.header > div {
    border-left: 1px solid #999;
    display: inline-block;
    line-height: 16px;
    padding: 5px 11px;
    vertical-align: middle;
    text-decoration: none;
    /*color: #666666;*/
}
header ul.header > a.login {
    padding: 4px 11px;
}

header ul.header > a:first-child {
    border-left: none;
}

header ul.header > a[href]:hover {
    color: #d32027;
}

header ul.header > a li:before {
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
}
header ul.header > li.telefono:before {
    margin-top: -0.1em !important;
    vertical-align: middle;
}
header strong.telefono {
    display: inline;
    font-size: 18px;
    white-space: nowrap;
    font-weight: 700;
}

header .fa.fa-envelope {
    font-size: 16px;
    vertical-align: bottom;
    margin-right: 5px;
}

header .fa.fa-phone {
    font-size: 18px;
    vertical-align: sub;
    margin-right: 5px;
}

header .fa.fa-map-marker {
    font-size: 18px;
    vertical-align: sub;
    margin-right: 5px;
}
header a,
p,
ul {
    color: inherit;
}
header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
header .show {
    display: block !important;
}

header .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

header .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

header .dropdown-menu a {
    text-decoration: none;
}

header .dropdown-menu > li > a:focus,
header .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

ul.buscadores {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.buscadores {
    background-color: #e9e9e9;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index:0;
}
ul.buscadores li {
    list-style: none;
}
ul.buscadores a {
    display: table-cell;
    font-family: 'OpenSansBold';
    line-height: 35px;
    padding: 0 20px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    color: #666;
    font-size: 13px;
    font-weight: 600;
}
ul.buscadores a.active {
    background-color: #d32027;
    color: #fff;
}
ul.buscadores a:hover {
    background-color: #999;
    color: #fff;
}
.header .iconFont:before {
    margin-right: 5px;
    /* vertical-align: middle; */
    padding: 5px 0;
}
.login-btn img {
    margin-right: 2px;
    margin-top: -3px;
    vertical-align: middle;
    width: 26px;
    padding-right: 3px;
}
.login-btn strong{
    font-weight: 700;
}

a.user_login-button {
    display: none;
}
ul.header.tts.tts-movil {
    display: block;
}
nav.responsive.buscadores.tts-movil {
    display: block;
}

@media only screen and (max-width: 768px) {
    a.user_login-button {
        display: none;
    }
    .css-1kwr2uq {
        height: auto !important;
    }
    header .responsive {
        max-width: 100%;
        display: flex;
        align-items: center;
    }

    header a.header-link-logo {
        display: inline-block;
        float: left;
        text-align: center;
        width: auto;
        /* padding-bottom: 15px; */
    }

    header img.logoWeb {
        margin: 0 15px !important;
    }
    header .fa.fa-envelope {
        font-size: 16px;
        vertical-align: baseline;
        margin-right: 5px;
    }
    header ul.header {
        padding: 0;
        padding: 0;
        display: block;
        float: left;
        text-align: center;
        display: none;
    }
    header ul.header > a {
        text-align: center;
        border-left: none;
        display: initial;
        line-height: 25px;
        padding: 0;
    }
    ul.buscadores a {
        display: inline-block;
        font-family: 'OpenSansBold';
        line-height: 32px;
        padding: 0 20px;
        text-align: center;
        text-transform: capitalize;
        font-family: Open Sans, sans-serif;
        text-decoration: none;
        color: #666;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.5px;
        width: 100%;
        box-sizing: border-box;
        float: left;
        position: relative;
    }
    header .telefono {
        background-color: #ffffff;
        margin: auto;
        display: block;
        line-height: 1.4em;
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: center;
        width: 95%;
        font-size: 12px;
    }
    header .telefono strong {
        margin-right: 0;
    }

    .icon {
        display: inline-block;
        float: right;
        padding: 20px;
        vertical-align: middle;
        font-size: 25px;
        color: #666666;
        line-height: 25px;
        cursor: pointer;
    }

    #responsivebuscadores {
        height: 0;
        overflow-y: hidden;
    }
    ul.header.mobileheader {
        padding: 0;
        padding: 0;
        display: block;
        float: none;
        text-align: center;
        display: block;
        list-style: none;
        margin-top: 0;
    }
    ul.header.mobileheader > a {
        display: block;
        line-height: 16px;
        padding: 5px 15px;
        vertical-align: middle;
        text-decoration: none;
        color: #666666;
        font-family: Open Sans, sans-serif;
        font-size: 13px;
    }
    header .SuclogoTTS {
        margin: 10px;
    }
    footer.responsive {
        padding-bottom: 60px;
    }
}

@media (max-width: 480px) {
     ul.header.tts.tts-movil {
        display: inline-block !important;
        text-align: right;
        margin: 0 14px 0 0 !important;
    }
    header img.logoWeb {
        height: 50px;
        width: auto;
        display: block;
        padding-left: 10px;
        margin: auto;
        float: none;
        margin-top: 10px;
        padding-bottom: 15px;
    }
    header ul.header > li.telefono {
        font-size: 12px;
    }
    header .SuclogoTTS {
        margin: 10px;
    }
}
@media (max-width: 767px) {
    ul.header.tts.tts-movil {
    display: inline-block !important;
    text-align: right;
    margin: 20px 14px 0 0;
}
nav.responsive.buscadores.tts-movil {
    display: block !important;
}
    header .SuclogoTTS {
        margin: 8px 17px;
    }
    .responsive {
        width: 100%;
        max-width: 100%;
    }
    header ul.header {
        display: none !important;
        text-align: center;
    }
    header img.logoWeb {
        margin: 6px 15px !important;
    }
    header ul.header > a {
        display: block;
        padding: 5px;
    }
    header .header a.login {
        display: none;
    }
    nav.buscadores {
        display: none !important;
    }
    nav.buscadores.showBus,
    header ul.header.showBus {
        display: block !important;
    }
    header ul.header.hsbc,
    header ul.header.hsbcpremier {
        background: grey;
        color: white;
        padding: 0px !important;
    }
    header ul.header > a.telHead,
    header ul.header.hsbc > a.telHead,
    header ul.header.hsbcpremier > a.telHead {
        display: none !important;
        margin: 0;
        padding: 0;
    }
    header ul.header.hsbc > a:nth-child(2),
    header ul.header.hsbcpremier > a:nth-child(2) {
        padding: 10px;
    }
    header ul.header > div {
        display: none;
    }
    header ul.header-movil {
        display: flex !important;
        justify-content: center;
        width: 100%;
        padding: 10px 0;
    }
    header ul.header-movil > a:first-child{
        border-left: none;
    }
    header ul.header-movil > a{
        border-left: 1px solid #999;
        display: inline-block;
        line-height: 16px;
        padding: 5px 11px;
        vertical-align: middle;
        text-decoration: none;
        height: 30px;
    }
    header.tts .link-corporativo,
    header.tts .link-eventos{
        display: none;
    }
    header.tts .link-wa li span.numeroWh{
        display: inline-block !important;
        margin-left: 4px;
    }
    header.tts .link-wa li span.iconWh{
        font-size:19px !important;
    }
    header.tts .link-wa{
        display: none;
    }
    header.tts .link-sucursal{
        display: inline-block;
        margin-top: -11px;
    }
    header.tts .link-franquicia{
        display: inline-block;
        margin-top: -9px;
    }
    header.tts .user_login-button{
        display: none !important;
    }
}
@media (max-width: 991px) {
    /*header ul.header{
display: block;
padding: 0 0 5px !important;
}*/
    header ul.header.sucursales {
        display: inline-block;
        padding: 0 0 5px !important;
    }
    header ul.header > a:first-child {
        display: inline-block;
    }
    /*header ul.header > a.telHead{
display: block;
margin: 25px 0;
}*/
    .owl-item .iconFont:before, .item-buscadores{
        display: block;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        left: 0 !important;
        opacity: .7 !important;
    }
    .owl-carousel .owl-nav button.owl-next {
        left: auto !important;
        right: 0 !important;
    }
    .owl-item a{
        line-height: 25px !important;
        padding: 5px 20px !important;
    }
    .owl-item img{
        margin-bottom: 0 !important;
    }
}
@media (max-width: 1199px) {
    header ul.header {
        display: block;
        padding: 0 0 5px !important;
    }
    header ul.header > a.telHead {
        display: block;
        margin: 0 0 25px 0;
        padding-top: 20px;
    }
    .owl-item .icon-corporate{
        width: 17px !important;
        margin-right: 2px !important;
    }
}

/* RESPONSIVE */
/*@media (min-width: 1200px){
.responsive{
max-width:1180px;
}
}
@media (max-width: 1199px){
.responsive{
max-width:960px;
}
}
@media (max-width: 991px){
.responsive{
max-width:750px;
clear: both;
}
}
@media (max-width: 787px){
.responsive.checkout,
.responsive.resultadoPaquetes,
.responsive.resultadoAuto,
.responsive.resultadoVuelos,
.detalle.responsive,
.detail.responsive{
margin-left:10px;
margin-right:10px;
}
}
@media (max-width: 767px){
.responsive{
max-width:480px;
}
.responsive.checkout,
.responsive.resultadoPaquetes,
.responsive.resultadoAuto,
.responsive.resultadoVuelos,
.detalle.responsive,
.detail.responsive{
margin-left:auto;
margin-right:auto;
}
}*/

#tooltip_container_menu {
    display: none;
    top: 35px;
    width: 258px;
    align-items: center;
    max-width: 258px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.23);
    padding: 10px;
    position: absolute;
    z-index: 2;
    background-color: white;
    text-align: left;
    right: -3px;
}

#tooltip_container_menu:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    top: -9px;
    right: 11px;
}
#tooltip_container_menu img {
    max-width: 40px;
    width: 100%;
    display: inline-block;
    margin-right: 10px;
}
#tooltip_container_menu p {
    margin: 0;
    display: inline-block;
    color: #646464;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
}
#tooltip_container_menu span {
    font-family: Open Sans, sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
    display: block;
}
header.tts .link-sucursal{
    padding-right:4px !important;
}
header.tts .link-sucursal li{
    display: inline-block;
    margin-top: -3px;
}
header.tts .link-franquicia{
    padding-left:4px !important;
    border-left: none !important;
}
header.tts .link-wa li span.iconWh{
    font-size:21px;
    position: relative;
    top:-2px;
    vertical-align: middle;
}
header.tts .link-wa li span.numeroWh{
    display: none;
}
header ul.header-movil {
    display: none;
}
header.tts .link-sucursal li span.icon-sucursales{
    top: -2px;
    position: relative;
    vertical-align:middle;
}
header ul.tts > a{
    height: 30px;
}
header ul.tts > a:first-child {
    border-left: none;
    height: 50px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    box-shadow: none !important;
}
.owl-item .icon-corporate{
    width: 19px;
    display:inline-block;
    opacity: .6;
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom: -2px;
}
.owl-item .icon-eventos{
    width: 28px;
    display:inline-block;
    opacity: .6;
    vertical-align: middle;
    margin-right: 3px;
}
/* .owl-item .icon-corporate, .owl-item .icon-eventos{
    margin-bottom: 3px;
} */
.owl-carousel .owl-item a{
    display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    /* border-radius: 50%; */
    /* height: 31px; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2) !important; */
    /* top: 50%; 
    top: calc(50% - 16px);*/
    border-radius: 0 !important;
    height: 100%;
    color: #D32027;
    cursor: pointer;
    display: block;
    font-size: 35px;
    left: -10px;
    line-height: 35px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: 1s;
    transition: 0.5s;
    width: 31px;
    z-index: 1;
    margin:0!important;
    outline: none;
    
}
.owl-carousel .owl-nav button.owl-prev {
    background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.6) 28%, #fff) !important;
}
.owl-carousel .owl-nav button.owl-next {
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.6) 28%, #fff) !important;
    left: auto;
    right: -10px;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    color: #D32027 !important;
    background:#FFF !important;
    opacity: .7;
}    
.owl-carousel:hover button.owl-prev {
    left:0;
    opacity: .9;
    
}
.owl-carousel:hover button.owl-next {
    right:0;
    opacity: .9;
    left: auto;
}
.owl-carousel button.owl-prev span,.owl-carousel button.owl-next span{
    font-size: 25px !important;
    font-weight: bold;
    line-height: 20px;
}
.owl-item .icon-corporate img{
    width: 19px !important;
}
header.tts button.menu{
    display: none !important;
}
header a li.login-btn{
    z-index: 4;
}
.owl-item a {
    line-height: 22px !important;
    padding: 6px 20px 5px 20px !important;
}
.owl-item .iconFont:before, .item-buscadores {
    display: block;
}
