header {
    position: fixed;
    top: 0;
    left: 0;
    /* background-color: #263e7d; */
    background: linear-gradient(179deg, #009ddd 0%, #2e4d9b 100%);
    color: #fff;
    height: 3.5rem;
    z-index: 10
}

header .count-logo-new {
    position: relative;
    width: 5rem
}

header .circle-imglogo {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100rem;
    overflow: hidden;
    /* padding-top: .2rem;
    padding-right: .2rem; */
    margin-top: .2rem;
    margin-left: .2rem;
    background-color: #fff;
    z-index: 1000000;
}

header li p {
    color: #fff
}

@media screen and (max-width:1199.98px) {
    header .count-logo-new {
        width: 5.2rem
    }

    header #menunew {
        display: none;
        position: fixed;
        top: 3.5rem;
        left: 0;
        right: 0;
        width: 100vw;
        max-width: 100vw;
        /* background-color: #152d52; */
        background: linear-gradient(179deg, #009ddd 0%, #2e4d9b 100%);
        padding: 3rem 1.25rem 2rem;
        z-index: -1;
        max-height: calc(100vh - 3.5rem);
        overflow-y: auto
    }
}

@media screen and (min-width:601px) and (max-width:991.98px) {

    body,
    html {
        overflow-x: hidden
    }

    header {
        height: 3.5rem
    }

    header #menunew {
        right: 0;
        width: 100vw;
        max-width: 100vw;
        padding: 3rem 0 2rem;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #152d52;
        z-index: -1
    }
}

header li.count-mitravel img {
    width: 5rem;
    min-width: 5rem;
    max-width: 5rem;
    height: auto;
    max-height: 2.35rem;
    object-fit: contain;
    margin-left: .5rem;
    margin-right: .5rem
}

header li.count-btnmenunew .btn {
    padding: .5rem
}

header li.count-btnmenunew .btn i {
    margin-right: 0;
    font-size: 1.3rem
}

header li.count-search input {
    border: none;
    min-height: 1.6rem;
    height: 100%
}

@media screen and (max-width:1399.98px) {
    header li.count-search input {
        max-width: 11rem
    }
}

header li.count-search .btn {
    border: none;
    background-color: #fff;
    padding: .3rem;
    display: inline-block;
    border-top-right-radius: 100rem;
    border-bottom-right-radius: 100rem;
    margin: 0
}

header li.count-search .btn:hover {
    background-color: #fff
}

header li.count-search .btn i {
    background-color: #000;
    border-radius: 100rem;
    color: #fff;
    padding: .1rem;
    font-size: .8rem;
    margin-right: 0
}

header li.count-search .count-search-icon .btn {
    border-radius: 100rem 0 0 100rem;
    margin: 0
}

header li.count-search .count-search-icon .btn i {
    background-color: #fff;
    padding: 0;
    color: #333;
    font-size: 1rem
}

header li.count-search .search-form {
    margin: 0;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 100rem;
    border: 2px solid transparent;
    padding-left: .25rem;
    padding-right: .25rem;
    box-shadow: 0 10px 20px rgba(6, 37, 84, .15);
    transition: box-shadow .18s, border-color .18s
}

header li.count-search .search-form .col {
    display: flex;
    align-items: center
}

header li.count-search .search-form .col-auto .btn,
header li.count-search .search-form .search-submit {
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: .45rem;
    padding-bottom: .45rem
}

header li.count-search .search-form .search-input {
    padding: .5rem .75rem;
    width: 100%;
    background-color: transparent;
    outline: 0
}

header li.count-search .search-form.search-focused {
    border-color: #19a0db;
    box-shadow: 0 0 0 3px #007bff70
}

header li.count-search .search-form .search-submit {
    outline: 0;
    transition: transform .12s, box-shadow .12s
}

header li.count-search .search-form .search-submit:focus-visible {
    outline: #f5a623 solid 2px;
    outline-offset: 2px
}

header li.count-search .search-form .search-submit:hover {
    background-color: #fff;
    box-shadow: none
}

header li.count-search .search-form .search-submit:active {
    animation: .18s searchArrowTap
}

@keyframes searchArrowTap {

    0%,
    100% {
        transform: scale(1)
    }

    55% {
        transform: scale(.9)
    }
}

header li.count-moneda .row {
    background-color: #fff;
    margin-left: 1rem;
    margin-right: 0;
    padding: .5rem .5rem .3rem;
    font-size: .8rem;
    border-radius: 29px
}

header li.count-moneda .row i {
    color: #19a2dc;
    font-size: 1rem
}

header li.count-moneda .row p {
    padding: 0;
    color: #000
}

header li #btn-contactogeneral {
    /* background-color: #19a2dc; */
    max-height: 1.5rem
}

header li #btn-contactogeneral i {
    background-color: #fff;
    color: #0f2f57
}

header li .btn-contacto {
    /* background-color: #19a2dc; */
    border-radius: 14px;
    padding: .5rem 1.1rem .5rem 1rem !important;
    box-shadow: 0 10px 24px rgba(13, 165, 212, .22);
    border: 1px solid #d7eaf6
}

header li .btn-contacto i {
    border-radius: 100rem;
    background: linear-gradient(145deg, #1ac8ff, #0b6bbf);
    padding: .4rem;
    font-size: 1.1rem;
    color: #fff;
    box-shadow: 0 6px 12px rgba(11, 107, 191, .35)
}

header li .btn-contacto p,
header li .btn-contacto p span {
    padding-top: 0;
    padding-bottom: 0;
    color: #263e7d;
    font-weight: 800
}

header li .btn {
    display: block;
    text-align: left;
    color: #fff;
    font-size: .9rem;
    border: none;
    text-transform: uppercase;
    line-height: 1.7;
    padding-top: 1rem;
    padding-bottom: .5rem;
    letter-spacing: .02em;
    font-weight: 700
}

header li .submenu .btn {
    color: #0f2f57 !important
}

@media screen and (max-width:1199.98px) {
    header li.count-mitravel img {
        width: 4rem;
        min-width: 4rem;
        max-width: 4rem;
        margin-left: 0;
        margin-right: 0
    }

    header li.count-search {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    header li.count-moneda {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    header li .btn {
        width: 100%;
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    header li #btn-contactogeneral {
        max-height: 2.5rem;
    }
}

header li .btn:hover {
    color: #fff
}

header li .btn i {
    font-size: .9rem;
    margin-right: .4rem
}

header li .btn:hover:not(.no-hover) {
    color: #fff;
    border-radius: 4px;
    border-bottom: 2px solid #19a2dc;
    background-color: rgba(255, 255, 255, .08)
}

header li>ul.submenu li .btn {
    position: relative;
    transition: color .18s, transform .18s;
    padding: .55rem 1rem;
    margin: 0 .2rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: .5rem;
    background: linear-gradient(90deg, rgba(25, 162, 220, .05), transparent);
    font-weight: 700;
    letter-spacing: .01em
}

header li>ul.submenu li .btn::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100rem;
    background: #19a2dc;
    opacity: .65;
    transition: transform .18s, opacity .18s
}

header li>ul.submenu li .btn:hover {
    color: #0b71c9;
    transform: translateX(4px);
    border-bottom: none;
    background: rgba(25, 162, 220, .1)
}

header li>ul.submenu li .btn:hover::before {
    opacity: 1;
    transform: scale(1.05)
}

header li>ul.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 14px 0 16px;
    width: auto;
    min-width: 14.5rem;
    max-width: 18rem;
    max-height: 28rem;
    overflow-y: auto;
    overflow-x: hidden;
    transition: .2s ease-in-out;
    border-top: 5px solid #19a2dc;
    border: 1px solid #dfe9f7;
    box-shadow: 0 10px 22px rgba(10, 26, 66, .14);
    border-radius: 10px
}

header li>ul.submenu.submenu-contacts {
    min-width: 19rem;
    max-width: 22rem;
    max-height: none;
    overflow: visible;
    scrollbar-width: none;
    -ms-overflow-style: none
}

header li>ul.submenu.submenu-contacts::-webkit-scrollbar {
    display: none
}

header li>ul.submenu li+li {
    margin-top: .15rem
}

header li>ul.submenu.submenu-viajes {
    min-width: 24rem;
    max-width: 30rem;
    max-height: none;
    padding: 14px 10px 16px
}

header li>ul.submenu.submenu-viajes li {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: .25rem 1.8rem
}

header li>ul.submenu.submenu-viajes li .btn {
    margin: 0;
    width: 100%;
    padding: .55rem .8rem;
    transform: none
}

header li>ul.submenu.submenu-dg {
    min-width: 72rem;
    max-width: 100rem;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    grid-auto-flow: column;
    grid-auto-columns: minmax(14rem, 1fr);
    gap: .6rem .8rem;
    max-height: 70vh;
    overflow-y: auto;
    padding-right: .5rem
}

header li:focus-within>ul.submenu.submenu-dg,
header li:hover>ul.submenu.submenu-dg {
    display: grid
}

header li>ul.submenu.submenu-dg::-webkit-scrollbar {
    width: 8px
}

header li>ul.submenu.submenu-dg::-webkit-scrollbar-thumb {
    background: rgba(15, 47, 87, .35);
    border-radius: 10px
}

header li>ul.submenu.submenu-dg::-webkit-scrollbar-track {
    background: 0 0
}

.submenu-dg__group {
    list-style: none;
    display: block;
    background: #f8fbff;
    border: 1px solid #dfe7f3;
    border-radius: 10px;
    padding: .75rem;
    box-shadow: 0 6px 14px rgba(10, 26, 66, .08)
}

.submenu-dg__title {
    text-align: center;
    margin: 0 0 .5rem;
    font-weight: 800;
    color: #0f2f57;
    letter-spacing: .03em
}

.submenu-dg__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
    gap: .35rem .5rem
}

.submenu-dg__list li+li {
    margin-top: 0
}

header li>ul.submenu.submenu-viajes {
    overflow: hidden
}

header li>ul.submenu.submenu-viajes li .btn:hover {
    transform: none;
    background: rgba(25, 162, 220, .12)
}

@media screen and (max-width:1199.98px) {
    header #menunew>ul.row.no-gutters>li {
        width: 100% !important
    }

    header #menunew>ul.row.no-gutters>li>.btn {
        width: auto;
        justify-content: space-between;
        padding-left: 1.1rem;
        padding-right: 1.1rem
    }

    header li>ul.submenu {
        position: relative;
        top: initial;
        left: initial;
        background: rgba(5, 17, 37, .92);
        max-height: none;
        border: 1px solid rgba(255, 255, 255, .06);
        box-shadow: 0 10px 18px rgba(0, 0, 0, .18);
        border-radius: 12px;
        padding: 10px 8px 12px;
        width: 100%;
        min-width: 96%
    }

    header li>ul.submenu li a {
        padding-left: 1rem
    }

    header li>ul.submenu li .btn {
        color: #e8f4ff !important;
        background: rgba(255, 255, 255, .08);
        margin: .18rem .35rem;
        padding: .55rem .85rem;
        border-radius: 10px;
        width: auto !important
    }

    header li>ul.submenu li .btn::before {
        background: #7ad8ff
    }

    header li>ul.submenu.submenu-contacts {
        min-width: 19rem;
        max-width: 22rem
    }

    header li>ul.submenu.submenu-viajes {
        min-width: 100%;
        max-width: 100%;
        padding: 10px 6px 12px
    }

    header li>ul.submenu.submenu-viajes li {
        grid-template-columns: 1fr;
        gap: .2rem .4rem
    }
}

header li>ul.submenu .count-redesociales {
    background: 0 0;
    border-top: 1px solid #dbe7f7;
    margin: .7rem .5rem 0;
    padding-top: .7rem
}

header li>ul.submenu li .btn {
    padding-top: .5rem;
    padding-bottom: .5rem
}

header li>ul.submenu .count-redesociales .redesociales {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .18rem
}

header li>ul.submenu .count-redesociales .redesociales li a {
    width: 1.7rem;
    height: 1.7rem;
    background: #0da5d4;
    border-radius: 7px;
    padding: .12rem;
    box-shadow: 0 2px 6px rgba(13, 165, 212, .18);
    display: inline-flex;
    align-items: center;
    justify-content: center
}

header li>ul.submenu .count-redesociales .redesociales li a:hover {
    background: #0b87af
}

header li>ul.submenu .count-redesociales .redesociales li a img {
    width: .75rem;
    height: .75rem;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    min-width: 0
}

.submenu-contacts {
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 19rem;
    max-width: 22rem;
    max-height: none;
    overflow: visible
}

.submenu-contacts li {
    background: #fff;
    border: 1px solid #e2eaf5;
    border-radius: 10px;
    margin: .25rem .55rem;
    padding: .6rem .75rem .7rem;
    box-shadow: 0 8px 16px rgba(10, 26, 66, .1);
    color: #263e7d;
    font-weight: 800;
    letter-spacing: .01em
}

.submenu-contacts li+li {
    margin-top: .4rem
}

.submenu-contacts .form-group {
    margin-bottom: 0
}

.submenu-contacts li .btn {
    margin: 0;
    padding: .65rem .9rem !important;
    border-radius: 10px;
    border: 1px solid #e1e9f4;
    background: #fff;
    box-shadow: 0 6px 14px rgba(14, 56, 93, .12);
    color: #0d365f !important
}

.submenu-contacts li .btn::before {
    display: none
}

.submenu-contacts li .btn-contacto i {
    background: linear-gradient(145deg, #1ac8ff, #0b6bbf);
    color: #fff;
    padding: .45rem;
    box-shadow: 0 6px 14px rgba(11, 107, 191, .35)
}

.submenu-contacts li .btn-contacto p {
    color: #0d365f;
    font-weight: 800
}

@media screen and (min-width:1200px) {
    header li:hover ul.submenu {
        display: block
    }
}

.modal-open .botonCotizacionBottom,
.modal-open .circle,
.modal-open .circle-adsolute,
.modal-open .circle-short {
    display: none !important
}

.modalredesociales {
    overflow: hidden !important
}

.modalredesociales .modal-dialog {
    width: 100%;
    height: 100vh;
    margin: 0
}

.modalredesociales .modal-dialog .modal-content {
    width: 100%;
    height: 100%;
    background-color: #244372;
    color: #fff
}

.modalredesociales .modal-dialog .modal-content .modal-header {
    border-bottom: 0
}

.modalredesociales .modal-dialog .modal-content .modal-header .close {
    background-color: transparent;
    border: none;
    color: #fff;
    opacity: 1
}

.modalredesociales .modal-dialog .modal-content .modal-body .circle-imglogo {
    border-radius: 100rem;
    overflow: hidden;
    padding: .5rem .5rem .3rem .3rem;
    margin-bottom: 1rem;
    background-color: #fff;
    max-width: 5rem
}

.modalredesociales .modal-dialog .modal-content .modal-body .btn-contacto {
    background-color: #fff;
    border-radius: 100rem;
    padding: .3rem .75rem .3rem .3rem !important
}

.modalredesociales .modal-dialog .modal-content .modal-body .btn-contacto i {
    border-radius: 100rem;
    background-color: #19a2dc;
    padding: .3rem;
    font-size: 1.1rem
}

.modalredesociales .modal-dialog .modal-content .modal-body .btn-contacto p {
    padding-top: 0;
    padding-bottom: 0;
    color: #19a2dc
}

.modalredesociales .modal-dialog .modal-content .modal-body .btn {
    color: #fff;
    clear: both;
    display: block !important;
    max-width: 13rem;
    margin: 0 auto
}

.modalredesociales ul.submenu .count-redesociales {
    background-color: #0086b9;
    margin-top: 1rem
}

.modalredesociales ul.submenu .count-redesociales .redesociales li a {
    padding-left: .4rem;
    padding-right: .4rem
}

.modalredesociales ul.submenu .count-redesociales .redesociales li a img {
    min-width: 1.3rem
}

.modalredesociales ul.submenu li .btn {
    padding-top: .5rem;
    padding-bottom: .5rem
}

@media screen and (max-width:575.98px) {
    header .count-logo-new {
        width: 5.2rem
    }

    .modalredesociales .modal-dialog {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .modalredesociales .modal-dialog .modal-content {
        border-radius: 16px
    }

    .modalredesociales .modal-dialog .modal-content .modal-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1.25rem .75rem 2rem
    }

    .modalredesociales .modal-dialog .modal-content .modal-body .circle-imglogo {
        margin-left: auto;
        margin-right: auto
    }

    .modalredesociales .modal-dialog .modal-content .modal-body ul.submenu {
        width: 100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto
    }

    .modalredesociales .modal-dialog .modal-content .modal-body ul.submenu .btn {
        width: auto;
        height: 2.1rem
    }

    .modalredesociales .count-redesociales {
        width: 100%;
        max-width: 420px;
        margin: 1.25rem auto 0;
        padding-top: 1rem;
        padding-bottom: .25rem
    }

    .modalredesociales .count-redesociales .redesociales {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        gap: .2rem;
        padding: 0 .3rem
    }

    .modalredesociales .count-redesociales .redesociales li a {
        background: #0da5d4;
        width: 1.7rem;
        height: 1.7rem;
        border-radius: 7px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 8px rgba(13, 165, 212, .2)
    }

    .modalredesociales .count-redesociales .redesociales li a img {
        width: .75rem;
        height: .75rem;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        min-width: 0
    }
}

@media screen and (max-width:1199.98px) {
    header>.row>.container>.row {
        /* align-items: center; */
        /* flex-wrap: nowrap */
    }

    header>.row>.container>.row>.col.d-block.d-xl-none {
        min-width: 0
    }

    header>.row>.container>.row>.col.d-block.d-xl-none>ul {
        align-items: center;
        flex-wrap: nowrap;
        min-height: 3.5rem
    }

    header li.count-moneda {
        margin-top: 0;
        margin-bottom: 0
    }

    header #menunew {
        position: fixed;
        top: 3.5rem;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        z-index: 9
    }
}

@media screen and (min-width:1200px) {
    header>.row>.container>.row {
        /* align-items: center; */
        /* flex-wrap: nowrap */
    }

    header #menunew {
        min-width: 0;
        flex: 1 1 auto
    }

    header #menunew>ul {
        align-items: center;
        flex-wrap: nowrap;
        justify-content: flex-end
    }
}
@media (max-width:600px){html,body{max-width:100%;overflow-x:hidden}img,video,iframe{max-width:100%}#canvas_cont_footer{width:100%;min-width:0;height:auto}.superior,#quiero_reservar,.legal{max-width:100%;box-sizing:border-box}}

/* Responsive header: keep the brand inside the fixed bar at every width. */
header>.row,
header>.row>.container,
header>.row>.container>.row {
    height: 100%;
}

header>.row>.container>.row {
    align-items: center;
    flex-wrap: nowrap;
}

header .count-logo-new {
    width: 5rem;
    min-width: 5rem;
    height: 3.5rem;
    padding: 0;
    margin-top: 2rem;
}

header .circle-imglogo {
    top: 50%;
    left: 0;
    display: flex;
    width: 4.65rem;
    height: 4.65rem;
    align-items: center;
    justify-content: center;
    margin: 0;
    transform: translateY(-50%);
    box-sizing: border-box;
    z-index: 11;
}

header .circle-imglogo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    header #menunew > ul > li > .btn {
        padding-right: .55rem;
        padding-left: .55rem;
        font-size: .78rem;
    }

    header li.count-search input {
        max-width: 9rem;
    }
}

@media screen and (max-width: 1199.98px) {
    header .count-logo-new {
        width: 4.4rem;
        min-width: 4.4rem;
        margin-top: 2rem;
        margin-left: 1rem;
    }

    header .circle-imglogo {
        width: 5.05rem;
        height: 5.05rem;
    }

    header>.row>.container>.row>.col.d-block.d-xl-none {
        min-width: 0;
    }
}

@media screen and (max-width: 767.98px) {
    header .count-logo-new {
        width: 3.65rem;
        min-width: 3.65rem;
        margin-top: 2rem;
        margin-left: 1rem;
                
    }

    header .circle-imglogo {
        width: 4.35rem;
        height: 4.35rem;
    }

    header .btn-contacto b {
        display: none;
    }

    header li.count-mitravel img {
        width: 4rem;
        min-width: 4rem;
        max-width: 4rem;
        margin-right: .2rem;
        margin-left: .2rem;
    }
}

@media screen and (max-width: 419.98px) {
    header {
        padding-right: .35rem;
        padding-left: .35rem;
    }

    header .count-logo-new {
        width: 3.35rem;
        min-width: 3.35rem;
    }

    header .circle-imglogo {
        width: 2.95rem;
        height: 2.95rem;
    }

    header li.count-mitravel img {
        width: 3.35rem;
        min-width: 3.35rem;
        max-width: 3.35rem;
    }

    header li.count-btnmenunew .btn,
    header .btn-contacto {
        padding-right: .35rem;
        padding-left: .35rem;
    }
}
