header{
    overflow:auto;
    text-align:right;
}

header .responsive{
    overflow:initial;
}

header img.logoWeb{
    float: left;
    margin: 11px 15px;
    max-width: 17%;
    width: 100%;
    margin-left: 0;
}
header img.oficial{
    float:right;
    margin-left: 15px;
}
header button.menu{
    background:none;
    border:none;
    border-radius:10px;
    box-shadow: none;
    color: #666;
    display:none;
    font-size:40px;
    height: 37px;
    line-height: 32px;
    margin: 21px 8px;
    padding: 5px;
    vertical-align: middle;
    width:49px;
}
header button.menu:hover{
    background:none;
    color:#D21921;
}
header ul.header{
    /*margin-bottom: -11px;*/
    padding: 32px 0 3px 0;
    display: block;
    width: 100%;
}
header ul.header > a{
    border-left:1px solid #999;
    display:inline-block;
    line-height:16px;
    padding:5px 15px;
    vertical-align:middle;
}
header ul.header > a li{
    /* margin-bottom: -11px; */
}
header ul.header > a:first-child{
    border-left:none;
}
header ul.header > a[href]:hover{
    /*color:#FFF;
    background-color:#D21921;*/
    color:var(--tts-primary-color);
}
header ul.header > a li:before{
    margin-right:5px;
    margin-top:-3px;
    vertical-align:middle;
}
header ul.header > li.telefono:before{
    margin-top:-.1em !important;
    vertical-align:middle;
}
header strong.telefono{
    display: inline;
    font-size:18px;
    /* line-height:19px; */
    white-space:nowrap;
}
nav.buscadores{
  display: block;
  border-bottom: 1px solid #666;
}
header .partner-site {
    width: 100%;
    height: auto;
    background-color: var(--tts-primary-color);
    box-shadow: var(--tts-tertiary-color) 1px 1px;
    color: var(--tts-tertiary-color);
    display: none;
    align-items: center;
    justify-content: space-between;
    animation: slideDown 0.3s forwards;
    padding: 10px 20px;
    text-align: center;
}
header .partner-site p {
    font-family: 'Quicksand';
    font-size: 13px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
header .partner-site a {
    font-weight: 900;
    color: var(--tts-tertiary-color);
}
header .partner-site.hide-announce {
    animation: slideUp 2s forwards;
}
header .partner-site button.btn-close {
    background: none;
    border: none;
    font-family: 'Quicksand';
    font-size: 13px;
    color: var(--tts-tertiary-color);
    cursor: pointer;
    padding: 0 8px;
    margin: 0 0 0 15px;
    width: auto;
    height: auto;
    box-shadow: none;
}
@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

@media (max-width: 991px){
    header ul.header{
        padding-top:5px;
    }
    header ul.header > a:first-child{
        display:block;
    }
    header ul.header > a:nth-child(2){
        border-left:none;
    }
}
@media (max-width: 767px){
    header img.logoWeb {
        margin: 5px 15px;
    }
    header button.menu{
        display: inline-block;
        margin-left: 0;
    }
    header img.oficial{
        float: left;
        height:auto;
        /* margin-top:7px; */
        width:110px;
    }
    header ul.header{
        padding:0;
        display: none;
    }
    header ul.header > a{
        text-align:center;
        border-left:none;
        display:initial;
        line-height:25px;
        padding:0;
    }
    header .telefono{
        background-color:#E9E9E9;
        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;
    }

    nav.buscadores{
      display: none;
    }
}

@media (max-width: 480px){
    header img.logoWeb {
        /* margin: 15px 15px; */
        height:50px;
        width:auto;
    }
    header button.menu{
        /* display: inline-block; */
        /* margin-left: 0; */
        margin: 11px 10px 13px 10px;
    }
    header img.oficial{
        float: left;
        height:80px;
        margin-left: 0px;
        width:auto;
    }
    header ul.header > li.telefono{
        font-size:12px;
    }
}

@media (max-width: 402px){
    header img.logoWeb {
        height: auto;
        max-width: 50%;
    }
    header img.oficial{
        height:60px;
        margin-top:10px;
    }
    header button.menu{
        font-size:30px;
        margin: 7px 10px;
    }
}


header img#tiendaHotSale{
    float: right;
    margin: 0;
    max-height: 80px;
    transform: translateY(-20px);
}

header .telefono#telDesktop{
    display: block;
    font-size: 12px;
}

header .telefono#telMobile{
    display: none;
}

div.telefono-mobile-flotante{
    display: none;
}
header button.menu:focus{
    outline: none;
    border:none;
}
header a li.login-btn{
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    color: gray;
}
header a li.login-btn:hover{
    color: gray;
    opacity: .7;
    transition: all 0.3s ease-in-out;
}
header a li.login-btn img{
    width: 26px;
    vertical-align: middle;
    padding-right: 3px;
}
@media (max-width: 768px){
    header a li.login-btn{
        display: none;
    }
    header img#tiendaHotSale{
        transform: translateY(-36px);
    }

    header .telefono#telMobile{
        display: block;
    }

    header .telefono#telDesktop{
        display: none;
    }
}

@media (max-width: 736px){

    header .telefono#telMobile{
        display: none;
    }




    div.telefono-mobile-flotante{
        display: block;/* display: inline-block; *//* display: inline-block; */
        position: fixed;/* display: inline-block; */
        bottom: 15px; /* display: inline-block; */
        right: 150px;/* display: inline-block; */
        z-index: 999;
        background: #3c9df0;/* display: inline-block; */
        color: #fff;/* display: inline-block; */
        width: 60px;/* display: inline-block; */
        height: 60px;/* display: inline-block; */
        font-size: 17px;/* display: inline-block; */
        box-shadow: 1px 2px 9px #000000;/* display: inline-block; */
        border-radius: 50%;/* display: inline-block; */
        text-align: center;/* display: inline-block; */
        border: 1.5px solid white;/* display: inline-block; */
    }
    div.telefono-mobile-flotante a{
        margin-top: 11px;/* display: inline-block; */
        display: block;/* display: inline-block; */
    }



}

/**
HEADER CDN
*/
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: 'Quicksand';
    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 img.logoWeb {
    max-height: 55px;
    height: 100px;
}
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: var(--tts-primary-color);
}

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: 19px;
    white-space: nowrap;
    font-weight: 700;
    font-family: 'Quicksand';
}

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-weight: 700;
    font-family: 'Quicksand';
    line-height: 35px;
    padding: 0 20px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    color: var(--tts-secundary-color);
    font-size: 13px;
}
ul.buscadores a.active {
    background-color: var(--tts-primary-color);
    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;
    font-family: 'Quicksand';
}

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.tts .responsive {
        justify-content: 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-weight: 700;
        font-family: 'Quicksand';
        line-height: 32px;
        padding: 0 20px;
        text-align: center;
        text-transform: capitalize;
        text-decoration: none;
        color: #666;
        font-size: 13px;
        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;
    }
    header.tts img.logoWeb {
        padding: 0;
    }  
}
@media (max-width: 767px) {
    ul.header.tts.tts-movil {
    display: none !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;
    }
    header.tts ul.header {
        padding: 32px 0 12px 0 !important;
    }
    header.tts ul.header > a.telHead {
        margin: 0;
        padding: 5px 11px;
    }
}

#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{
    color: #666;
}
header.tts .link-sucursal li{
    display: inline-block;
    margin-top: -3px;
    font-size: 14px;
}
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.tts .TTSLogo1 {
    margin: 20px;
}
ul.header.tts.tts-movil{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header.tts ul.header{
    width: initial;
}
header.tts a.link-wa-tts li{
    display: flex;
    align-items: center;
}
header.tts a li.login-btn {
    width: 50px;
    display: flex;
    align-items: center;
    color: #666;
}

header.tts .link-wa-tts li span.iconWh{
    font-size: 39px;
    top: 0;
    margin-right: 5px;
}
header.tts .link-wa-tts li span.numeroWh{
    display: initial;
    font-size: 20px;
    font-weight: 700;
    color: #666;
    font-family: 'Quicksand';
}
header .tts-telefono#telDesktop {
    text-align: center;
    line-height: 20px;
    color: #666;
}
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.tts ul.tts > a {
    height: auto;
}
header.tts ul.header > a, header.tts ul.header > div {
    border-left: none;
}
header.tts hr.separador-vertical{
    border: 0;
    border-right: 1px solid #999;
    height: 30px;
    margin: 0;
}
header ul.tts > #whatsapp {
    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-carousel .owl-item a{
    display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    border-radius: 0 !important;
    height: 100%;
    color: var(--tts-primary-color);
    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: var(--tts-primary-color) !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: 2;
}
ul.buscadores a, .owl-item a  {
    line-height: 22px !important;
    padding: 6px 20px 5px 20px !important;
}
.owl-item .iconFont:before, ul.buscadores .iconFont:before, ul.buscadores .icon-static:before, .item-buscadores {
    display: block;
    font-weight: 500;
}
.owl-carousel .icon-static:before{
    line-height: 21px;
}
.item-buscadores {
    font-weight: 700;
    font-family: 'Quicksand';
    text-transform: capitalize;
    font-size: 13px;
    margin-top: 4px;
}
.owl-carousel .item-buscadores {
    line-height: 19px;
}
.icon-cruceros:before {
    margin-bottom: 2px;
}
.owl-item .icon-cruceros:before {
    margin-bottom: 0;
}
.owl-item #search-nav-corporate .item-buscadores {
    margin-top: 3px;
}
span.icon-corporate {
    display: block;
}
span.icon-corporate img{
    height: 22px;
    margin-bottom: -5px;
}
.owl-item span.icon-corporate img {
    height: 22px;
    margin-bottom: 0;
}
#search-nav-corporate .item-buscadores{
    margin-top: 6px;
}
header.tts .TTSLogo1 {
    margin-bottom: 10px !important;
    margin-top: 15px !important;
}

header.tts .TTSLogo2 {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    margin: 20px;
    /* margin: 12px 15px; */
    float: left;
}

header.tts ul.header {
    padding-bottom: 5px !important;
    padding-top: 27px !important;
}
.buscadores.owl-theme .owl-nav {
    margin-top: 0;
}
nav.tts ul.buscadores{
    background-color: #fff;
}
@media (max-width: 1199px){
    header.tts ul.header {
        padding: 27px 0 10px 0 !important;
    }
}

/* COOKIE */
.cookieBar {
    width: 90%;
    display: none; 
    position: fixed;
    left: 5%;
    bottom: 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #cacaca;
    color: #3e3e3e;
    padding: 25px 0;
    z-index: 9999999999;
    box-shadow: 0px -1px 9px 1px rgb(0 0 0 / 18%);
    font-size: 14px;
}
.container-cookiebar {
    filter: initial !important;
}
.cookieBar {
    z-index: 9999999 !important;
}
.cookieBar .policy {
	text-align: left;
    vertical-align: middle;
    display: inline-block;
    width: 80%;
}
.policy-button {
    display: inline-block;
}
.cookieBar button {
	width: 150px;
  	cursor: pointer;
  	border: none;
  	color: #fff;
  	text-transform: uppercase;
  	margin-top: 0;
  	height: 40px;
  	padding: 0 20px;
	background-color: var(--tts-primary-color);
    font-weight: 700;
    font-family: 'Quicksand';
}
.container-popup-permisos{
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5); 
    display: none;
    justify-content: center;
    align-items: center;
}
.modal-popup-permisos{
    width: 400px;
    background-color: #fff;
    border-radius: 10px;
}
.header-popup-permisos {
    height: 41px;
}
.body-popup-permisos{
    padding: 0 30px;
    text-align: center;
}
.footer-popup-permisos {
    text-align: center;
    padding: 10px 30px 20px;
}

.okPopupPermisos{
    height: 36px;
    border-radius: 2px;
    font-family: Roboto, sans-serif;
    display: inline-block;
    background-color: var(--tts-primary-color);
    width: 100px;
}
.aceptarPopupPermisos:hover {
    background-color: #c51b20 !important;
}

p.msg-popup-permisos {
    color: #666;
	font-size: 16px;
}

a.close-popup-permisos {
    float: right;
    padding: 10px;
    opacity: .5;
    cursor: pointer;
}
a.close-popup-permisos:hover {
    opacity: .8;
}
a.close-popup-permisos i.fa.fa-times {
    font-size: 20px;
}
.hide-popup-permisos{
    display: none;
    animation: fadeOut .5s;
}
.show-popup-permisos{
    display: flex;
    animation: fadeIn .5s;
}
@media only screen and (max-width: 992px) {
	.cookieBar {
	   width: 90%;
	   left: 5%;
	}
	.cookieBar .policy {
	    line-height: 25px;
        text-align: center;
        padding: 0 25px 18px;
	}
    .policy p {
        padding-left: 0;
    }
}

@media only screen and (max-width: 400px) {
	.modal-popup-permisos {
        border-radius: 0;
    }
}


/* AUTH */
*{
    box-sizing: border-box;
  }

  .modalLogin {
    display: none;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
  .blurModal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.75;
  }

  #myModal.col-xs-12, #myModal .col-xs-1,#myModal .col-xs-2,#myModal .col-xs-3,#myModal .col-xs-4,#myModal .col-xs-5,#myModal .col-xs-6,#myModal .col-xs-7,#myModal .col-xs-8,#myModal .col-xs-9,#myModal .col-xs-10,#myModal .col-xs-11,#myModal .col-xs-12{
    float:left;
  }
  #myModal .col-lg-1, #myModal .col-lg-10, #myModal .col-lg-11, #myModal .col-lg-12, #myModal .col-lg-2, #myModal .col-lg-3, #myModal .col-lg-4, #myModal .col-lg-5, #myModal .col-lg-6, #myModal .col-lg-7, #myModal .col-lg-8, #myModal .col-lg-9, #myModal .col-md-1, #myModal .col-md-10, #myModal .col-md-11, #myModal .col-md-12, #myModal .col-md-2, #myModal .col-md-3, #myModal .col-md-4, #myModal .col-md-5, #myModal .col-md-6, #myModal .col-md-7, #myModal .col-md-8, #myModal .col-md-9, #myModal .col-sm-1, #myModal .col-sm-10, #myModal .col-sm-11, #myModal .col-sm-12, #myModal .col-sm-2, #myModal .col-sm-3, #myModal .col-sm-4, #myModal .col-sm-5, #myModal .col-sm-6, #myModal .col-sm-7, #myModal .col-sm-8, #myModal .col-sm-9, #myModal .col-xs-1, #myModal .col-xs-10, #myModal .col-xs-11, #myModal .col-xs-12, #myModal .col-xs-2, #myModal .col-xs-3, #myModal .col-xs-4, #myModal .col-xs-5, #myModal .col-xs-6, #myModal .col-xs-7, #myModal .col-xs-8, #myModal .col-xs-9{
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
  }
  #myModal a[href]{
    cursor: pointer;
  }
  #myModal img {
    border: none;
    display: inline-block;
    text-decoration: none;
  }
  #myModal a, #myModal button, #myModal  p, #myModal  ul{
    color: inherit;
    margin: 0;
    padding: 0;
  }
  #myModal.col-xs-12, #myModal .col-xs-12{
    width:100%;
    font-family: 'Quicksand',"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.42857143;
  }
  #myModal h3{
    margin-top:20px;
    line-height: 1.1;
  }
  #myModal .col-xs-6 {
      width: 50%;
  }
  #myModal .row {
      margin-right: -10px;
      margin-left: -10px;
  }
  #myModal .col-xs-offset-3 {
      margin-left: 25%;
  }
  #myModal input[type="submit"], #myModal .submit, #myModal #submit, #myModal button {
      background-color: var(--tts-primary-color);
      border: none;
      color: #FFF;
      height: 34px;
      margin-bottom: 5px;
      margin-top: 10px;
      width: 100%;
      border-radius: 4px;
  }
  #myModal button, input[type="submit"] {
      cursor: pointer;
  }
  #myModal .md-form label{
    top: 0.3rem;
  }
  #myModal .row:after, #myModal .row:before {
      display: table;
      content: " ";
  }

  @media (min-width: 768px){
    #myModal .col-sm-6 {
        width: 50%;
    }
    #myModal .col-sm-1, #myModal .col-sm-10, #myModal .col-sm-11, #myModal .col-sm-12, #myModal .col-sm-2, #myModal .col-sm-3, #myModal .col-sm-4, #myModal .col-sm-5, #myModal .col-sm-6, #myModal .col-sm-7, #myModal .col-sm-8, #myModal .col-sm-9 {
        float: left;
    }
  }

  .modal-login {
    background-color: transparent;
    display: flex;
  }
  .inside-row{
    max-width: 65%;
    width: 100%;
  }
  .login-container{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100vh;
  }
  .login-logo{
      cursor: pointer;
      position: absolute;
      max-width: 60px;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      background: #fff;
      border-radius: 50%;
      text-align: center;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
      width: 60px;
      height: 60px;
  }
  .login-logo img{
      width: 100%;
      max-width: 70px;
      margin-top: 0;
      background: #fff;
      border-radius: 50%;
      padding: 5%;
      box-shadow: 0px 0px 7px 2px #ababab;
      width: 100%;
      max-width: 60px;
      opacity: .3;
      background: transparent;
      box-shadow: none;
  }
  
  .login-form-1 {
      margin: 0 auto;
      overflow: hidden;
      border-radius: 4px;
      min-height: 445px;
      width: 100%;
      max-width: 48%;
      margin-right: 25px;
      padding: 0px 20px;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
      background: #f4f4f4; /* Old browsers */
      background: -moz-linear-gradient(-45deg, #f4f4f4 1%, #f4f4f4 63%, #f2bcbe 63%, #f2bcbe 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #f4f4f4 1%,#f4f4f4 63%,#f2bcbe 63%,#f2bcbe 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #f4f4f4 1%,#f4f4f4 63%,#f2bcbe 63%,#f2bcbe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f2bcbe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }
  
  
  .login-form-1 h3{
      text-align: center;
      margin-bottom: 25px;
      color: #292929;
      font-family: 'Quicksand';
      font-size: 28px;
      font-weight: 400;
  }
  .login-form-2{
      margin: 0 auto;
      overflow: hidden;
      border-radius: 4px;
      min-height: 445px;
      width: 100%;
      max-width: 48%;
      padding: 0px 20px;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
      background: #f4f4f4; /* Old browsers */
      background: -moz-linear-gradient(-45deg, #f4f4f4 1%, #f4f4f4 63%, #f2bcbe 63%, #f2bcbe 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #f4f4f4 1%,#f4f4f4 63%,#f2bcbe 63%,#f2bcbe 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #f4f4f4 1%,#f4f4f4 63%,#f2bcbe 63%,#f2bcbe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f2bcbe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }
  
  
  .login-form-2 h3{color: #292929;font-family: 'Quicksand';text-align: center;margin-bottom: 25px;font-size: 28px;font-weight: 400;}
  .btnSubmit{
      font-weight: 600;
      width: 50%;
      color: #282726;
      background-color: #fff;
      border: none;
      border-radius: 1.5rem;
      padding:2%;
  }
  .btnForgetPwd{
      text-decoration: none;
  }
  
  .flip {
    transition: transform 150ms ease;
    transform: rotate(-180deg);
  }
  
  .noFlip {
    transition: transform 150ms ease;
    transform: rotate(0deg);
  }
  
  .opacityModal {
    opacity: 0.5
  }
  
  .swapToSignUp {
      background-color: #fbfbfb!important;
      color: var(--tts-primary-color)!important;
      font-weight: bold;
      box-shadow: none!important;
  }
  
  .swapToSignUp:hover {
      background-color: #efefef!important;
  }
  
  #login-form .form-group, .form-control {
       overflow: hidden!important;
  }
  
  .red-circle{
    display: inline-block;
    background: #d6212a;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
  }
  .p-login{
    font-size: 14px;
    color: #565656;
  }
  .container-line{
    border-left: 1px solid #9c9c9c;
    margin-left: 6px;
    padding-left: 20px !important;
  }
  #login-form p{
    font-size: 14px;
    color: #484848;
  }
  
  #login-btn, #signup-btn {
      box-shadow: none;
      height: 28px !important;
      margin: 0px !important;
  }
  #register-register {
      margin-top: 5px!important;
  }
  .modalReset {
      overflow: hidden;
      margin: 0 auto;
  }
  #block-forgot{
        max-width: 80%;
      margin: auto;
      margin-top: 20px;
  }
  #btnResetPassword, #btnResetPasswordConfirm {
        box-shadow: none;
        max-width: 200px;
        height: 28px;
        margin-top: 20px;
        margin-bottom: 15px;
        transition: all 0.3s ease-in-out;
        font-family: 'Quicksand';
        letter-spacing: 0.5px;
  }
  .bootbox .bootbox-close-button.close{
      border: none;
      box-shadow: none;
      color: #4a4a4a!important;
      opacity: .6;
  }
  .bootbox .bootbox-close-button.close:hover{
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
    background: transparent;
    color: #f2bcbe!important;
    opacity: 1;
  }
  .bootbox .bootbox-close-button.close:focus{
    border: none;
    box-shadow: none;
    outline: none;
    transition: all 0.3s ease-in-out;
  }
  #btnResetPassword:hover{
      transition: all 0.3s ease-in-out;
      opacity: .8;
      background-color: var(--tts-primary-color);
  }
  #btnResetPassword:focus{
    outline: none;
    border: none;
    box-shadow: none;
  }
  #emailLogin-label, #emailRegister-label, #inputResetEmail-label{
    padding-left: 26px;
    font-size: 13px;
    font-family: 'Quicksand';
    font-weight: normal; 
  }
  #emailLogin, #emailRegister, #inputResetEmail{
      margin-top: -18px;
      padding-left:25px;
      width: 92%;
      display: block;
  }
  #passwordLogin-label, #passwordRegister-label, #password2Register-label{
    padding-left: 26px;
    font-size: 13px;
    font-family: 'Quicksand';
    font-weight: normal; 
  }
  #passwordLogin, #passwordRegister, #password2Register{
      margin-top: -15px;
      padding-left:25px;
      width: 92%;
      display: block;
  }
  .md-form.form-sm:focus #img-user-login {
      width: 15px;
      display: inline-block;
      filter: brightness(1);
      opacity: .4;
      vertical-align: middle;
      transform: translateY(3px);
  }
  .md-form input[type=password]:focus:not([readonly])+label{
    display: none
  }
  .md-form input[type=email]:focus:not([readonly])+label{
    display: none
  }
  .md-form input[type=email]:focus:not([readonly]){
      -webkit-box-shadow: 0 1px 0 0 #f2bcbe;
      box-shadow: 0 0px 0 0 #f2bcbe;
      border-bottom: 1px solid #f2bcbe;  
  }
  .md-form input[type=password]:focus:not([readonly]){
      -webkit-box-shadow: 0 1px 0 0 #f2bcbe;
      box-shadow: 0 0px 0 0 #f2bcbe;
      border-bottom: 1px solid #f2bcbe;  
  }
  #img-pass-login{
        width: 17px;
      display: inline-block;
      filter: brightness(0);
      opacity: .4;
      vertical-align: middle;
      transform: translateY(3px);
  }
  .md-form input[type=text]:focus:not([readonly])+label{
    display: none
  }
  .md-form input[type=text]:focus:not([readonly]){
      -webkit-box-shadow: 0 1px 0 0 #f2bcbe;
      box-shadow: 0 0px 0 0 #f2bcbe;
      border-bottom: 1px solid #f2bcbe;  
  }
  #img-user-login{
        width: 15px;
      display: inline-block;
      filter: brightness(0);
      opacity: .4;
      vertical-align: middle;
      transform: translateY(3px);
  }
  #login-login .md-form.form-sm{
      margin: 0;
  }
  
  #login-login .md-form.form-sm input[type="submit"]{
      box-shadow: none;
      width: 100%;
      height: 28px;
      font-family: 'Quicksand';
      letter-spacing: 0.5px;
      font-weight: 300;
      transition: all 0.3s ease-in-out;
      margin-top: 0;
  }
  #login-login .md-form.form-sm input[type="submit"]:hover{
    opacity: .8;
    transition: all 0.3s ease-in-out;
    background: var(--tts-primary-color);
  }
  #login-login .md-form.form-sm input[type="submit"]:focus{
    border: none;
    outline: none;
    box-shadow: none;
  }
  #registro-login .md-form.form-sm{
     margin: 0;
  }
  #registro-login input[type="submit"]{
      text-align: center;
      transition: all 0.3s ease-in-out;
      font-weight: 600;
      font-family: 'Quicksand';
      text-align: left;
      margin: 0;
      transition: all 0.3s ease-in-out;
  }
  #registro-login input[type="submit"]:hover{
      opacity: .7;
      transition: all 0.3s ease-in-out;
  }
  #registro-login input[type="submit"]:focus{
    border: none;
    outline: none;
    box-shadow: none;
  }
  #remember-login{
    font-size: 12px;
    margin-top: 10px;
    color: #484848;
  }
  
  #remember-login input[type="checkbox"]{
    vertical-align: middle;
    margin-top: 0;
  }
  #forgot-login{
      font-size: 11px;
      padding-right: 0;
      color: #484848;
      margin-top: 11px;
      transition: all 0.3s ease-in-out;
  }
  #forgot-login:hover{
      opacity: .8;
      transition: all 0.3s ease-in-out;
  }
  #row-redes.row{
    padding: 0;
    padding-left: 25px;
  }
  #row-redes.row div{
      padding-right: 0;
      text-align: center;
  }
  button.socialGoogleLogin{
    box-shadow: none;
    border: 1px solid #c3c3c3;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
  }
  button.socialFacebookLogin{
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
  }
  button.socialGoogleLogin:hover{
    opacity: .8;
    transition: all 0.3s ease-in-out;
  }
  button.socialFacebookLogin:hover{
    opacity: .8;
    transition: all 0.3s ease-in-out;
  }
  button.socialGoogleLogin:focus{
    outline: none;
    box-shadow: none;
  }
  button.socialFacebookLogin:focus{
    outline: none;
    box-shadow: none;
  }
  .modalReset::before {
      content: "";
    position: absolute;
    background-color: #f2bcbe;
    padding-bottom: 141.42136%;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(61deg);
            transform: rotate(61deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  #register-register  input[type="submit"]{
    max-width: 150px;
      text-align: center;
      font-family: 'Quicksand';
      font-weight: normal;
      letter-spacing: 0.5px;
      height: 28px;
      box-shadow: none;
      margin: auto;
      display: block;
      transition: all 0.3s ease-in-out;
  }
  #register-register input[type="submit"]:focus{
    border: none;
    outline: none;
    box-shadow: none;
  }
  #register-register  input[type="submit"]:hover{
    opacity: .8;
    transition: all 0.3s ease-in-out;
    background: var(--tts-primary-color);
  }
  
  #emailLogin-label.active, #emailRegister-label.active, #inputResetEmail-label.active{
    display: none;
  }
  
  #passwordLogin-label.active, #passwordRegister-label.active, #password2Register-label.active{
    display: none;
  }
  
  .inside-row {
      max-width: 65%;
      width: 100%;
  }
  .passwordLoginError, .emailLoginError, .emailRegisterError, .passwordRegisterError, .password2RegisterError, .inputResetPasswordError, .inputResetPasswordError2 {
    font-size: 12px;
  }
  
  .text-red {
      color: var(--tts-primary-color);
  }
  .swapToLogin{
    display: none;
  }
  .login-barra-mobile{
    display: none;
  }
  #choffi-launcher{
    display: block;
  }
  .bootbox.modal{
      display: flex;
      align-items: center;
  }
  .bootbox.modal .modal-content{
    top:0;
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f4f4f4 1%, #f4f4f4 70%, #f4f4f4 70%, #f2bcbe 70%, #f2bcbe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f4f4f4 1%,#f4f4f4 70%,#f4f4f4 70%,#f2bcbe 70%,#f2bcbe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f4f4f4 1%,#f4f4f4 70%,#f4f4f4 70%,#f2bcbe 70%,#f2bcbe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f2bcbe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    max-width: 450px;
    width: 100%;
    margin: auto;
  }
  .bootbox.modal .modal-content .modal-title{
      text-align: center;
      font-family: 'Quicksand';
      font-size: 27px;
      font-weight: 300;
      color: #1d1d1d;
  }
  
  .bootbox.modal .modal-content .modal-header{
      border-bottom: none;
      padding-bottom: 0;
  }
  
  .bootbox.modal .modal-dialog{
      margin: 0;
      width: 100%;
      margin: auto;
  }
  .bootbox.modal #forgot-modal{
      color: #383838;
      font-family: 'Quicksand';
      font-weight: 600;
      font-size: 15px;
  }
  .bootbox.modal #if-modal{
      text-align: center;
      color: #2f2f2f;
      max-width: 80%;
      margin: auto;
      padding-top: 10px;
      font-family: 'Quicksand';
      font-weight: normal;
  }
  
  .close-login-modal{
    display: none;
  }
  .login-barra-mobile .m-canjes{
      width: auto;
      height: 56px;
      margin: 6px 0px;
  }
  @media only screen and (max-width: 1100px) {
  .inside-row {
      max-width: 85%;
      width: 100%;
  }
  }
  @media only screen and (max-width: 950px){
  .inside-row {
      max-width: 100%;
      width: 100%;
  }
  
  }
  
  
  @media only screen and (max-width: 768px){
  .close-login-modal{
    display: block;
    position: absolute;
    right: 15px;
    top: 7px;
    color: #f2bcbe;
    font-size: 18px;
    display: block;
    z-index: 2;
  }
  .login-barra-mobile{
    display: block;
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
    height: 60px;
    bottom: 0;
    padding-top: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  }
  .login-inside {
      display: inline-block;
      text-align: center;
      font-size: 13px;
      width: 59px;
      font-family: 'Quicksand';
      font-weight: 600;
      float: left;
  }
  .text-green {
      color: #55bc83;
      font-family: 'Quicksand',Arial;
      font-size: 13px;
      padding-top: 5px;
  }
  .login-inside a{
    display: block;
  }
  .login-inside img{
    width: 27px;
  }
  .login-fixed{
      float: right;
      text-align: center;
      padding-top: 5px;
      color: #393939;
      font-family: 'Quicksand';
      font-weight: 600;  
  }
  .login-fixed a{
    display: block;
  }
  .login-fixed #chat-login{
      display: inline-block;
      margin-right: 23px;
  }
  .login-fixed #chat-login img{
      width: 25px;
  }
  .login-fixed #llamar-login{
      display: inline-block;
      margin-right: 9px;
  }
  .login-fixed #llamar-login img{
      width: 20px;
  }
    .login-form-2{
      max-width: 100%!important;
      margin: auto;
      float: none;
      display: none;
    }
    .swapToLogin{
      color: var(--tts-primary-color);
      margin-top: 9px;
      padding-bottom: 20px;
      font-size: 13px;
    }
    .swapToLogin{
      display: block;
    }
    .login-logo{
      display: none;
    }
  
    .login-form-1{
      max-width: 100%!important;
      margin: auto;
      float: none;
      min-height: auto;
      padding-bottom: 20px;
    }
    .login-container{
      padding: 0;
    }
    .bootbox.modal .modal-content {
        max-width: 90%;
    }
    #choffi-launcher{
      display: none;
    }
  
    #drop6 {
      display: none;
    }
  }
  
  @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: portrait)  {
  
      .login-form-1{
          max-width: 70%!important;
          margin: auto;
          float: none;
          min-height: auto;
          padding-bottom: 20px;
      }
  
      .login-form-2{
          max-width: 70%!important;
          margin: auto;
          float: none;
          display: none;
      }
  
      .bootbox.modal .modal-content {
          max-width: 450px;
      }
  
      #remember-login, #forgot-login {
          text-align: center;
      }
  }
  
  @media only screen and (max-width: 768px)  {
      .right-menu {
          display: none;
      }
  
      #remember-login label {
          font-weight: normal;
      }
  }
  
  .dropdown-menu.account {
      right: 0;
      left: auto;
      top: auto;
      min-width: 147px;
      width: 147px;
  }
  
  .dropdown-menu.account {
      -webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,.175);
      box-shadow: 0px 0px 11px 2px rgba(0,0,0,.175);
      right: 0;
      left: -17px;
      top: 39px;
      min-width: 147px;
      width: 147px;
      position: absolute;
  }
  
  .dropdown-menu.account:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      position: absolute;
      top: -19px;
      left: 44px;
  }
  
  ul.dropdown-menu.account > li:first-child {
      padding-top: 6px;
  }
  
  ul.dropdown-menu.account > li:last-child {
      padding-bottom: 6px;
  }
  
  #photoProfile {
      vertical-align: middle;
      width: 100px;
      border-radius: 50%;
      border: 1px solid #d8d8d9;
      padding: 5px;
  }
  
  #save-btn {
      box-shadow: none;height: 28px;margin: 0px;width: 160px;
  }
  
  .bootbox-close-button {
    display: inline-block!important;
  }
  
  @media only screen and (max-width: 768px)  {
      header div.user > a {
          cursor: default;
      }
  
      .user .icon-arrow-down {
          display: none;
      }
      .dropdown-menu .account {
          display: none;
  
      }
      .responsive .logoTTS {
          display: none;
      }
  }


/* REMARKETING */
.container-remarketing{
    z-index: 1999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5); 
    display: none;
    justify-content: center;
    align-items: center;
}

.modal-remarketing{
    height: 400px;
    width: 100%;
    max-width: 700px;
    background-color: #fff;
    border-radius: 10px;
    background-image: url(../img/header/popup_remarketing.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.body-remarketing {
    padding: 0 40px;
}
.title-remarketing {
    font-size: 31px;
    font-family: Roboto, sans-serif;
    color: #333;
    width: 345px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}
.footer-remarketing {
    padding: 0 40px;
}
.socialGoogleRemarketing, .socialFacebookRemarketing, .registrarRemarketing{
    height: 41px;
    border-radius: 2px;
    font-family: Roboto, sans-serif;
    margin: 0;
    border-radius: 10px;
    border: none;
}
.item-remarketing {
    margin-bottom: 30px;
}
span.iconRemarketing {
    font-size: 22px;
}
span.iconRemarketing i{
    font-size: 19px;
    vertical-align: top;
    margin-top: 2px;
}
span.iconRemarketing i.fa-facebook{
    font-size: 22px;
}
span.txtBtnRemarketing {
    padding: 0 10px;
    font-size: 14px;
    font-family: 'Quicksand';
    font-weight: 500;
    vertical-align: text-bottom;
    line-height: 21px;
}
.socialGoogleRemarketing span.iconRemarketing {
    border-right: 1px solid #c6808a;
    padding: 0 7px 0 5px;
}
.socialGoogleRemarketing span.iconRemarketing img{
    width: 25px;
    vertical-align: bottom;
}
.socialGoogleRemarketing {
    background-color:#fff;
    width: 255px;
    color: #2f6a8b;
    text-align: left;
    box-shadow: 5px 3px 7px rgb(0 0 0 / 30%);
}
.socialGoogleRemarketing:hover {
    background-color:rgb(241, 240, 240) !important;
    cursor: pointer;
}
.socialFacebookRemarketing span.iconRemarketing {
    border-right: 1px solid #fff;
    padding-right: 13px;
}
.socialFacebookRemarketing {
    background-color:#3b579d;
    background: linear-gradient(to right,#3b579d, #6181d1);
    width: 255px;
    color: #fff;
    box-shadow: 5px 3px 7px rgb(0 0 0 / 30%);
}
.socialFacebookRemarketing:hover {
    background-color:#2e4785 !important;
    cursor: pointer;
}
.registrarRemarketing{
    font-size: 14px;
    font-family: 'Quicksand';
    background-color: #f0393e;
    width: 28%;
    line-height: 5px;
    box-shadow: 5px 3px 7px rgb(0 0 0 / 30%);
    color: #fff;
}
.registrarRemarketing:hover {
    background-color: #c51b20 !important;
    cursor: pointer;
}
.registrarRemarketing:focus-visible{
    outline: none;
}
.socialGoogleRemarketing > img, .socialFacebookRemarketing > img{
    display: block;
    margin: 0 auto;
}
.mail-container{
    width: 380px;
}
input#mail-remarketing {
    font-size: 14px;
    font-family: 'Quicksand';
    height: 41px;
    padding: 4px 10px 4px 56px;
    width: 73%;
    margin: 0;
    margin-right: -15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 5px 3px 7px rgb(0 0 0 / 30%);
}
input#mail-remarketing:focus-visible{
    outline: none ;
}
.mail-container span.iconRemarketing{
    font-size: 25px;
    position: absolute;
    padding: 0 10px 0 14px;
    border-right: 1px solid #999;
    margin-top: 9px;
    color: #868686;
}
p.error-email {
    color: #a94442;
    position: absolute;
    margin-top: 2px;
    font-size: 12px;
    margin-left: 3px;
    display: none;
}
.hide-error{
    display: none !important;
}
.show-error{
    display: block !important;
}
a.close-popup-remarketing {
    float: right;
    padding: 10px;
    opacity: .5;
    cursor: pointer;
}
a.close-popup-remarketing:hover {
    opacity: .8;
}
a.close-popup-remarketing i.fa.fa-times {
    font-size: 20px;
}
.hide-remarketing{
    display: none;
    animation: fadeOut .5s;
}
.show-remarketing{
    display: flex;
    animation: fadeIn .5s;
}

@media only screen and (max-width: 768px)  {
    .modal-remarketing{
        height: 300px;
        margin: 0 10px;
        max-width: 528px;
        background-position: left;
    }
    .item-remarketing {
        margin-bottom: 15px;
    }
    .footer-remarketing {
        padding: 0px 30px;
    }
    .mail-container {
        width: 315px;
    }
    .title-remarketing {
        margin-top: 0;
        font-size: 27px;
        width: 310px;
    }
}

@media only screen and (max-width: 372px)  {
    .title-remarketing {
        font-size: 21px;
        width: 250px;
    }
    .mail-container {
        width: 272px;
        max-width: 290px;
    }
    .body-remarketing {
        padding: 0 30px;
    }
    .footer-remarketing {
        padding: 0px 18px;
    }
    .registrarRemarketing {
        width: 30%;
    }
}

/* NAV ICONOS */
ul.buscadores .icon-buses:before {
    font-family: FontAwesome;
}
ul.buscadores .icon-seguros:before {
    font-family: FontAwesome;
}
