/*Inicio estilos Mapa Web Hunter*/
div#nateevo-pestanacomercial-pestana {
    width: 216px;
    height: 95px;
    position: fixed;
    border-radius: 40px 0 0 40px;
    z-index: 1002;
    bottom: 140px;
    right: -135px;
    text-align: right;
    background-color: #0B2739;
    color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 28px 9px;
    cursor: pointer;
    animation: pulse 1.5s infinite;

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px 0 95px;
    transition: 0.3s;
}

div.nateevo-pestanacomercial-pestana-home {
    background-size: 36px;
}

.nateevo-pestanacomercial-mostrar {
    right: 0 !important;
}

.nateevo-pestanacomercial-ocultar {
    right: -155px !important;
}

div#nateevo-pestanacomercial-titulosup {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    z-index: 999;
    position: absolute;
}

div.nateevo-pestanacomercial-pestana-home div#atm-pestanacomercial-titulosup {
    margin-right: 34px;
}

#nateevo-pestanacomercial-tituloinf {
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    text-decoration: underline;
}


div.nateevo-pestanacomercial-pestana-home #atm-pestanacomercial-tituloinf {
    margin-right: 26px;
    z-index: 974;
    position: absolute;
}

div#nateevo-pestanacomercial-pestana:hover {
    right: 0;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(106, 140, 162, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(106, 140, 162, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(106, 140, 162, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(106, 140, 162, 1);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(106, 140, 162, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(106, 140, 162, 0);
    }
}

#nateevo-pestanacomercial-close {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 27px;
    height: 27px;
    background: #fff;
    color: #954b97;
    border: 1px solid #954b97;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 2rem;
    transition: all 0.1s ease-in-out;
    opacity: 0;
}

#nateevo-pestanacomercial-close:hover {
    font-size: 1.5rem;
}

.hunter-img {
    width: 237px;
    height: 154px;
    position: absolute;
    left: -50px;
    top: -24px;
}

@media screen and (max-width: 756px) {
    #nateevo-pestanacomercial-tituloinf {
        font-size: 15px;
        margin-top: 0;
    }

    div#nateevo-pestanacomercial-pestana {
        height: 93px;
    }

    .hunter-img {
        top: -30px;
    }

    div#nateevo-pestanacomercial-pestana {
        background-size: 15%;
        height: 53px;
        right: -155px;
    }
}

/*Finaliza estilos Mapa Web Hunter*/

/* slider */

.dev-banner-container {
    height: 500px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.dev-banner__inner {
    width: 100%;
    max-width: 1280px;
    padding: 20px 25px;
    position: relative;
}

.dev-banner__fondo-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 580px) {
    .dev-banner-container {
        height: 500px;
    }

}


/* toggle */

.toggle-container {
    transition: height 0.35s ease-in-out;
    overflow: hidden;
    display: none;
}

.toggle-container.toggleactive {
    display: block;
}

.lt-accordion-content {
    transition: height 0.34s ease-in-out;
    overflow: hidden;
    display: none;
}

.lt-accordion-content.toggleactive {
    display: block;
}

.lt-accordion-title {
    cursor: pointer;
}

[lt-accordion]>li {
    list-style: none;
}

[lt-accordion]>*>* {
    margin: 0px;
}


.lt-toggle-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23019bf2' viewBox='0 0 512 512'%3E%3Cpath d='M255.5 115.2a28 28 0 0 0-19.1 8.3L9.2 350.7a28.3 28.3 0 1 0 40 40l206.3-206.3 206.3 206.3a28.3 28.3 0 1 0 40-40L274.6 123.5c-5.3-5.3-12.2-8-19.1-8.3z'/%3E%3C/svg%3E");
    background-size: cover;
    transform: rotate(180deg);
    transition: all 0.5s;
}

.link__toggleactive>.lt-toggle-icon {
    transform: rotate(0deg);
}

/* tabs */

.lt__tabs {
    display: flex;
    z-index: 2;
    position: relative;
    margin: unset;
    padding: 0px;
    margin-bottom: 16px;
}

.lt__tab-item {
    cursor: pointer;
    list-style: none;
    padding: 5px;
    display: flex;
    justify-content: center;
}

.lt__parent {
    display: none;
    padding: 10px;
}

.lt__parent.lt__parent--active {
    display: block;
}

.lt__tab-item.lt__tab-item--active {
    border-bottom: 1px solid #019DF4;
}


/* subtabs */

.lt__subtabs {
    display: flex;
    z-index: 2;
    position: relative;
    margin: unset;
    padding: 0px;
    margin-bottom: 16px;
}

.lt__subtab-item {
    cursor: pointer;
    list-style: none;
    padding: 5px;
    display: flex;
    justify-content: center;
}

.lt__subparent {
    display: none;
    padding: 10px;
}

.lt__subparent.lt__subparent--active {
    display: block;
}

.lt__subtab-item.lt__subtab-item--active {
    border-bottom: 1px solid #019DF4;
}

/* modal */

.ltpopup-wp {
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    z-index: 1000;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
}

.ltpopup-body {
    background: #d3d3d3;
    position: relative;
    z-index: 1100;
    display: block;
    margin: auto;
    width: 280px;
    height: 436px;
}

.ltpopup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 20px;
    box-sizing: border-box;
}

.ltpopup-exit-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    z-index: 2;
}

.ltpopup-close-img {
    width: 24px;
    height: 24px;
    fill: #fff;
}


.ltpopup-wp.visible {
    opacity: 1;
    visibility: visible;
}

.ltpopup-wp.hide {
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    z-index: -2;
}

.ltpopup-info {
    position: relative;
}


@media (min-width: 600px) {
    .ltpopup-body {
        width: 546px;
        height: 490px;
    }

}

/* hunter */


.hunter__body {
    position: fixed;
    bottom: 60px;
    right: 0px;
    background-color: #4d4d4d;
    padding: 16px;
    z-index: 2;
    width: 415px;
    height: 215px;
    border-radius: 16px 0px 0px 16px;
}

.hunter__close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 2;
}

.hunter__inner img {
    width: auto;
    height: auto;
    max-height: 100%;
}

.hunter__inner {
    height: 100%;
}


.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0px;
}

.swiper-container {
    padding-bottom: 20px;
}

.lt-swiper-nav {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.lt-button-next.lt-swiper-nav {
    position: absolute;
    right: 0px;

}

.lt-button-prev.lt-swiper-nav {
    position: absolute;
    left: 0px;
}

.lt-swiper-nav.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.lt-accordion-title.accordion_link_active .lt-toggle-icon {
    transform: rotate(0deg);
}


.ltfaqs__section {
    padding: 0px 0px;
    display: flex;
    justify-content: center;
}

.ltfaqs__section .ltfaqs__title {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    color: #50535A;
    margin-bottom: 36px;
}

.ltfaqs__section .ltfaqs__list {
    list-style: none;
    padding: 0px;
}




.ltfaqs__section .ltfaqs__inner {
    width: 100%;
    max-width: 100%;
}

.ltfaqs__section .lt-accordion-title {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.ltfaqs__section .ltfaqs__list>li {
    border-bottom: 1px solid #D3D4D3;
}

.ltfaqs__section .lt-accordion-number {
    border-radius: 100px;
    background: #D3D4D3;
    width: 32px;
    height: 32px;
    color: #50535A;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ltfaqs__section .lt-accordion-titlelabel {
    color: #50535a;
    font-size: 16px;
    font-weight: 300;
    line-height: 80px;
    max-width: 70%;
    margin-left: 10px;
    margin-bottom: 0px;
}

.ltfaqs__section .lt-toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}


.ltfaqs__section .lt-accordion-content {
    margin: 40px 30px 0px;
    font-size: 16px;
    color: #50535A;
}

.ltfaqs__section .accordion_link_active .lt-accordion-number {
    background: #019DF4;
    color: #fff;
}

.ltfaqs__section .accordion_link_active .lt-accordion-titlelabel {
    font-weight: 400;
}


@media (min-width: 1280px) {

    .ltfaqs__section .ltfaqs__inner {
        max-width: 700px;
    }

    .ltfaqs__section {
        padding: 32px;
    }

    .ltfaqs__section .ltfaqs__title {
        font-size: 38px;
        margin-bottom: 12px;
        padding: 24px 0px;
    }

    .ltfaqs__section .lt-accordion-titlelabel {
        max-width: 80%;
        font-size: 24px;
        line-height: 128px;
        font-weight: 300;
    }

}


.ltfaqs__section .ltfaqs__viewmore {
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
    color: #019DF4;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.ltfaqs__section .ltfaqs__viewmore:hover {
    color: #019DF4;
}

.ltfaqs__section .ltfaqs__morebtn .ltfaqs__viewmore.minus {
    display: none;
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus {
    display: block;
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more {
    display: none;
}

@media (min-width: 1280px) {

    .ltfaqs__section .ltfaqs__inner {
        max-width: 1024px;
    }

    .ltfaqs__section .lt-accordion-title {
        margin-top: 12px;
    }

}

[lt-toggle] .minus {
    display: none
}

[lt-toggle].link__toggleactive .minus {
    display: inline
}

[lt-toggle].link__toggleactive .more {
    display: none
}

.starweb-web-map-json .site-map .links {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

.row .col{
    padding: 0px !important;
}

.titulo--category{
    font-size: 16px;
    line-height: 32px;
    color: #50535a;
    margin-bottom: 7px;
    display: block;
}

.lt-accordion-content .row{
    padding: 34px 0;
}

.starweb-web-map-json .site-map .links .link__item a{
        font-size: 16px;
        line-height: 32px;
        color: #00a9e0;
}

@media only screen and (min-width: 600px) {
    .starweb-web-map-json .site-map .links {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

@media only screen and (min-width: 992px) {

    .starweb-web-map-json .site-map .links .link__item a{
        font-size: 18px;
        line-height: 32px;
        color: #00a9e0;
    }

    .titulo--category{
        font-size: 18px;
    
    }

    .lt-accordion-content .row{
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 0;
    }
}

img{
    max-width: 100%;
}

@media(max-width: 1280px){
    .ltfaqs__section .lt-accordion-content{
        margin: 10px 30px 0px;
    }
}

@media (max-width: 1280px){
    .lt-accordion-content .row {
        padding: 15px 0;
        margin: 0px;
    }
}