.button-demo-home a {
    /* display: inline-block; */
}

/*--------SLIDER---------*/

.heading_wrapper {
    margin-top: 2rem;
}

.bx-wrapper img {
    width: 100%;
}

.bx-wrapper {
    box-shadow: none !important;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
}

.main-banner-search-section__bannerPane .bx-wrapper {
    border: none !important;
    box-shadow: none !important;
    background: transparent;
}

.DnnModule-NetSlider .bx-wrapper .bx-next,
.DnnModule-NetSlider .bx-wrapper .bx-prev {
    z-index: auto;
}


/*-----------404--------------------*/

.cms-flex__404-page {
    text-align: center;
    padding-top: 100px;
}

.cms-flex__404-page #dnn_dnnMobileLOGO_imgLogo {
    width: 200px;
}

.cms-flex__404-page .titulo-principal {
    font-size: 150px;
    color: var(--menu-user-bg-color);
}

.cms-flex__404-page .titulo-secundario {
    font-size: 20px;
}


/*-----------CARDS-----------------*/

.contentido-tarjeta {
    margin-bottom: 30px;
    position: relative;
}

.panel-tarjeta a {
    position: absolute;
    width: 100%;
    height: 100%;
    color: transparent;
    z-index: 999;
}

.contentido-tarjeta-noslider {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
}

.contentido-tarjeta-noslider .panel-tarjeta {
    position: relative;
}

.imagen-tarjeta {
    width: 100%;
    position: relative;
}

.texto-imagen {
    position: absolute;
    width: 100%;
    padding-top: 10px;
    z-index: 9;
}

.imagen-tarjeta img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.nombre-destino {
    color: #fff;
    font-size: 16px;
    text-shadow: 2px 1px 2px #000000;
    float: left;
    padding-left: 12px;
}

.tarifa-especial {
    float: right;
    color: #fff;
    background: #565656;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 2px 5px;
    font-size: 12px;
}

.informacion-tarjeta {
    min-height: 138px;
    border: 1px solid #DDDDDD;
    padding: 10px;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.titulo-hotel {
    font-size: 16px;
    font-weight: 600;
    line-height: initial;
    margin-bottom: 3px;
    color: #007eff;
}

.texto-tarjeta-lg {
    margin-bottom: 0;
    color: #434a54;
    line-height: 18px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
}

.texto-tarjeta-md {
    font-weight: 500;
    margin-top: 0px;
    font-size: 11px;
    margin-bottom: 0;
    color: #555e69;
    line-height: 18px;
    text-align: left;
}

.ec-stars-wrapper {
    color: #FFC107;
    font-size: 17px;
}

.precio-tarjeta {
    color: #565656;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.titulo-destino {
    color: #017F42;
    font-size: 18px;
    margin-top: 2px;
    font-weight: 600;
    margin-bottom: 0;
}

.panel-contenedor-gr {
    padding-top: 0px;
    margin-right: 30px;
    padding-bottom: 0px;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    /* background-color: #eeeeee;
background: url('/portals/1101/Images/home/bck_travel-transparente-2_opt.png');
background-repeat: repeat;*/
}

.panel-contenedor-blanco {
    background: #18385E;
    padding-top: 0px;
    margin-right: 30px;
    padding-bottom: 0px;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
}

.panel-contenedor-gr .bx-wrapper {
    margin-bottom: 0px;
    max-width: 100% !important;
}

.panel-contenedor-gr .bx-wrapper .bx-viewport {
    padding-top: 10px;
    background: rgb(230, 230, 230, 0.3);
}

.panel-contenedor-gr .bx-wrapper .bx-pager {
    bottom: -4px;
}

.panel-contenedor-gr .bx-wrapper .bx-pager.bx-default-pager a:hover,
.panel-contenedor-gr .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ff6600 !important;
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

.panel-contenedor-gr .bx-wrapper .bx-pager.bx-default-pager a {
    background: #D7D7D7 !important;
    border: 1px solid #666;
    height: 15px;
    width: 15px;
    border-radius: 15px;
}

.panel-contenedor-gr .bx-wrapper .bx-prev {
    left: -25px;
    background-image: url('/Portals/1101/Images/left-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.panel-contenedor-gr .bx-wrapper .bx-next {
    right: -25px;
    background-image: url(/Portals/1101/Images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.contentido-tarjeta a:hover {
    text-decoration: none;
}

.contentido-tarjeta .panel-tarjeta {
    box-shadow: 3px 3px 10px -6px rgba(0, 0, 0, 0.75);
    position: relative;
}

.home-ui-banks {
    position: relative;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cccccc;
}

.home-ui-banks .home-ui-banks-container {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: center;
    height: 67px;
    padding-top: 6px;
}

.home-ui-banks .home-ui-banks-item:first-of-type {
    margin-left: 0;
}

.home-ui-banks .home-ui-banks-item {
    text-align: center;
    float: left;
    width: 9%;
}

.home-ui-banks .home-ui-card-container {
    height: 38px;
    background-color: white;
    border: none;
    overflow: hidden;
}

.eva-card-container {
    min-width: 65.1px;
    height: 40.1px;
    border: 1px solid #DDD;
    border-bottom-color: #CCC;
    background: #EEE;
    position: relative;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: content-box;
}

.eva-card-body {
    background: rgba(255, 255, 255, 0.01) url(/Portals/1138/Skins/Net-Base-Skin/Images/eva-cards-6.59.1-default.png?ts=1590177343992);
    background-repeat: no-repeat;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 65px;
}

.eva-card-body.VI,
.eva-card-body[class*="VI-"],
.eva-card-body.VI_GRL,
.eva-card-body[class*="VI_GRL-"] {
    background-position: center -920px;
}

.eva-card-body.CA,
.eva-card-body[class*="CA-"] {
    background-position: center -1200px;
}

.eva-card-body.SAN,
.eva-card-body[class*="SAN-"],
.eva-card-body.SANBR,
.eva-card-body[class*="SANBR-"],
.eva-card-body.STR,
.eva-card-body[class*="STR-"],
.eva-card-body.SANWA,
.eva-card-body[class*="SANWA-"],
.eva-card-body.RIO,
.eva-card-body[class*="RIO-"],
.eva-card-body.SANDESPI,
.eva-card-body[class*="SANDESPI-"],
.eva-card-body.SANDESPP,
.eva-card-body[class*="SANDESPP-"],
.eva-card-body.SANDESPG,
.eva-card-body[class*="SANDESPG-"] {
    background-position: center -1840px;
}

.eva-card-body.ICBC,
.eva-card-body[class*="ICBC-"] {
    background-position: center -1880px;
}

.eva-card-body.MAC,
.eva-card-body[class*="MAC-"] {
    background-position: center -4800px;
}

.eva-card-body.PRO,
.eva-card-body[class*="PRO-"],
.eva-card-body.BP,
.eva-card-body[class*="BP-"] {
    background-position: center -4760px;
}

.eva-card-body.CIU,
.eva-card-body[class*="CIU-"] {
    background-position: center -4440px;
}

.eva-card-body.NAC,
.eva-card-body[class*="NAC-"] {
    background-position: center -4920px;
}

.eva-card-body.HIP,
.eva-card-body[class*="HIP-"] {
    background-position: center -4640px;
}

.eva-card-body.ITAU,
.eva-card-body[class*="ITAU-"],
.eva-card-body.ITU,
.eva-card-body[class*="ITU-"],
.eva-card-body.ITA,
.eva-card-body[class*="ITA-"],
.eva-card-body.ITAUCO,
.eva-card-body[class*="ITAUCO-"],
.eva-card-body.ITUY,
.eva-card-body[class*="ITUY-"],
.eva-card-body.ITAUB,
.eva-card-body[class*="ITAUB-"] {
    background-position: center -2320px;
}

.eva-card-body.SUP,
.eva-card-body[class*="SUP-"] {
    background-position: center -5200px;
}

.eva-card-body.BBVAF,
.eva-card-body[class*="BBVAF-"] {
    background-position: center -520px;
}

.home-ui-banks .home-ui-banks-title {
    font-weight: 500;
    color: #444;
    margin-bottom: 0;
    padding-bottom: 0;
}

.eva-3-link,
.eva-3-link-underline {
    color: var(--brand-primary-3);
    font-weight: 500;
    transition: color .2s ease-out, opacity .2s;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0;
}

.home-ui-banks {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .ui-banks-txt {
        padding: 30px 20px 25px;
        white-space: nowrap;
    }

    .home-ui-banks .home-ui-banks-title {
        font-size: 20px;
        padding-bottom: 0px;
    }

    .home-ui-banks {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-ui-banks .home-ui-banks-txt {
        padding: 20px 30px 25px;
        white-space: nowrap;
        float: left;
    }

    .ui-banks-container {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .home-ui-banks {
        text-align: center;
        padding: 12px;
    }

    .home-ui-banks .home-ui-banks-container {
        height: auto;
    }

    .home-ui-banks .home-ui-banks-item {
        width: 20%;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }
}


/*-----------POPUP--------------------*/

.jqmWindow .popup-window-header {
    border: none;
    background: #fff;
    height: 40px;
    padding-top: 8px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.jqmWindow {
    border: none;
}

.jqmWindow .popup-window-content {
    border: none;
    margin: 0;
}

.jqmWindow .popup-window-title {
    color: #3f3f3f;
    font-size: 20px;
}

@media (max-width: 767px) {
    .jqmWindow {
        width: 94%;
        left: 3%;
        margin-left: 0;
    }

    .jqmWindow .popup-window-content {
        width: 94%;
    }
}


/*------------------------------------*/

.plataforma-e2e {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.plataforma-e2e .e2e-items {
    flex: 1 0 45%;
    margin-right: 2%;
}

.e2e-items h2 {
    color: #7a7a7a;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: bolder;
}

p {
    color: #444;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.image-intro-internas {
    width: 650px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.item-caracteristica {
    flex: 1 0 23%;
    color: #444;
    font-size: 16px;
    margin-bottom: 8px;
}

.list-caracteristicas-internas {
    display: flex;
    flex-wrap: wrap;
}

.item-caracteristica .fa {
    margin-right: 8px;
    color: #6ec1e4;
}

.switch-internas {
    display: flex;
    flex-wrap: wrap;
}

.item-switch {
    flex: 1 0 45%;
    margin-right: 3%;
}

.item-center {
    text-align: center;
}

.item-caracteristica-3 {
    flex: 0 32%;
    margin-right: 15px;
}

@media (max-width: 768px) {

    .plataforma-e2e,
    .list-caracteristicas-internas,
    .switch-internas {
        flex-wrap: initial;
        flex-direction: column;
    }
}

.form-solicitar-demo .dnnFormItem input[type="text"].dnnFormRequired {
    border-left: 5px #f9cd46 solid !important;
}

.form-solicitar-demo .dnnFormItem input[type="text"] {
    width: 100%;
    max-width: initial;
}

@media (min-width: 1024px) {
    .logos-clientes img {
        margin-bottom: 40px;
    }
}

.logos-clientes img {
    width: 200px;
    height: 94px;
    object-fit: contain;
}

.DNNContainer_Title_h2 h2,
.cms-flex__title_h2_center h2 {
    color: #666;
    font-size: 26px;
}

.image-map {
    width: 100%;
}

.image-map img {
    max-width: 100% !important;
}

.content-title-internal {
    padding: 30px 0 10px;
}

.content-title-internal h2 {
    color: #F3BE2B;
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    font-weight: 900;
}

.content-title-internal hr {
    margin: 0 auto;
    border: 1px solid #F3BE2B;
    margin-top: 15px;
    width: 60px;
    margin-bottom: 20px;
}

.form-solicitar-demo .dnnActions li:nth-child(2) .dnnSecondaryAction {
    display: none;
}

.title-black-internal {
    font-size: 18px;
    font-weight: 600;
    color: #444;
}

.panel-internal-md {
    padding-right: 20px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

#modalImage .modal-body {
    text-align: center;
}

#modalImage .modal-header {
    border-bottom: 0;
}

#modalImage .modal-header .close {
    font-size: 35px;
    margin-top: -12px;
}

.image-map-top {
    margin-top: 0px;
}

.image-map.image-map-top img {
    width: 80%;
}

.form-solicitar-demo .dnnPrimaryAction {
    background: #2280FC;
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 400;
}

.lista-caracteristicas-internas li {
    margin-bottom: 10px;
    color: #7a7a7a;
    font-size: 14px;
}

ul.list-icons li {
    list-style: none;
}

a.btn-more {
    background: #2280FC;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 5px;
}

.list-style-color {
    margin-bottom: 30px;
}

.list-style-color li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 10px;
}

.list-style-color li::before {
    content: "\2022";
    color: #f9cd46;
    font-weight: bold;
    display: inline-block;
    width: .7em;
    margin-left: -1em;
    font-size: 22px;
}

.panel-casos {
    background: #f0f0f0;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(84, 82, 84, 0.12);
    -moz-box-shadow: 1px 1px 10px 0px rgba(84, 82, 84, 0.12);
    box-shadow: 1px 1px 10px 0px rgba(84, 82, 84, 0.12);
    min-height: 220px;
}

.img-casos img {
    width: 100%;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.img-casos {
    width: 100%;
    position: relative;
}

.text-casos p:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
    padding: 0 30px;
    margin: 0;
}

.text-casos p:first-child {
    background-image: url('/portals/45/images/casos.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15% auto;
    padding: 0 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #c1c0c0;
    border: 1px solid #a5a5a5;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #D8D8D8;
    border: 1px solid #a5a5a5;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: -18px;
}

.list-casos-clientes .bx-wrapper {
    box-shadow: none;
    border: 0;
}

.text-casos p:nth-child(3) {
    padding: 0 30px;
    margin: 0;
}

@media (max-width: 480px) {
    .img-casos img {
        width: 70%;
    }

    .panel-casos {
        display: table;
        width: 100%;
        padding: 20px;
        min-height: 490px;
    }

    .text-casos p:first-child {
        padding: 0px;
        margin-top: 30px;
        background-size: 50% auto;
    }

    .text-casos p:nth-child(2) {
        margin-top: 15px;
        padding: 0px;
    }

    .text-casos p:nth-child(3) {
        padding: 0px;
    }

    .logos-clientes img {
        margin-bottom: 20px;
    }

    .image-intro-internas {
        width: auto;
        margin-bottom: 0;
        margin-top: 20px;
    }
}

#content-servicios .image-map img {
    width: 90%;
}

.banner-page-home {
    background-image: url(/portals/45/images/fondo-netactica.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 90% auto;
    opacity: 1;
    min-height: 600px;
    color: transparent;
}

.main-banner-text-section__banner {
    padding-top: 110px;
}

.heading-title-home {
    color: #565656;
    font-size: 55px;
    font-weight: 900;
    letter-spacing: 0px;
}

.text-editor-home {
    color: #7a7a7a;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
}

.button-text-home {
    margin-top: 32px;
    font-size: 16px;
    display: flex;
}

.button-text-home a {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px 20px 18px 20px;
    border-radius: 7px 7px 7px 7px;
    background-color: #f9cd45;
    display: block;
}

.button-text-home:hover a {
    background-color: #565656;
}

.button-text-home a:hover {
    text-decoration: none;
}

.heading-panel-home {
    margin-top: 70px;
}

@media only screen and (max-width: 1024px) {
    .heading-panel-home {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .banner-page-home {
        min-height: 500px;
    }

    .heading-panel-home {
        margin-top: 0;
    }

    .img-servicios .image-map {
        margin-top: 60px;
    }

    .spacing-panels-home h2 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .banner-page-home {
        min-height: 250px;
    }

    .main-banner-search-section__search-widget {
        position: relative;
        /* margin-top: -190px; */
    }

    .main-banner-text-section__banner {
        padding: 0;
    }

    .main-banner-search-section__search-widget .container {
        display: flex;
        flex-direction: column;
    }

    .main-banner-search-section__search-widget .container>* {
        order: 0;
    }

    #dnn_BannerText_40_1 {
        order: 2;
    }

    #dnn_BannerText_80_2 {
        order: 1;
    }

    .home-image-banner {
        width: 85%;
        margin: 0 auto;
        margin-top: -190px;
    }

    .heading-panel-home {
        text-align: center;
        margin-top: 20px;
    }

    .heading-panel-home img {
        width: 70%;
    }

    .heading-title-home {
        font-size: 26px;
    }

    .text-editor-home {
        font-size: 21px;
        line-height: 27px;
    }

    .button-text-home {
        margin: 0 auto;
        margin-top: 30px;
    }

    .content-title-internal h2 {
        font-size: 20px;
    }

    .logos-clientes img {
        margin: 20px 20px;
        max-width: 150px;
    }
}

@media only screen and (max-width: 376px) {
    .logos-clientes img {
        margin: 20px 20px 20px 10px;
        max-width: 150px;
    }

    .col-xs-6 {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 321px) {
    .logos-clientes img {
        margin: 20px 20px 20px 10px;
        max-width: 130px;
    }
}

.image-border {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.38);
}

.button-gray-home a {
    color: #ffffff;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 7px 7px 7px 7px;
    background-color: #2280FC;
    font-size: 14px;
    display: block;
}

.button-gray-home {
    margin-top: 30px;
    display: flex;
}

.text-center .button-gray-home {
    margin: 0 auto;
    margin-top: 50px;
}

.button-gray-home:hover a {
    background: #F9CD45;
    color: #565656;
    text-decoration: none;
}

.spacing-panels-home {
    padding: 50px 0;
}

.spacing-panels-clientes {
    padding: 50px 0;
}

.spacing-panels-home .title-black-internal {
    font-size: 22px;
    line-height: 32px;
}

.spacing-panels-home p {
    font-size: 16px;
}

.panel-bgcolor .title-black-internal {
    font-size: 22px;
    line-height: 32px;
}

/**** Mapa clientes home ****/
.mapa-clientes {
    background-image: url(/portals/45/images/mapaClientes/mapa-clientes.png);
    background-size: cover;
    height: 677px;
    margin: auto;
    position: relative;
    width: 470px;
}

.mapa-clientes .client-item {
    display: flex;
    flex-flow: row;
    position: absolute;
}

.mapa-clientes .client-item .client-img {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    height: auto;
    outline: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 125px;
    max-width: none !important;
}

.mapa-clientes .client-item .client-img.active,
.mapa-clientes .client-item .client-img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.mapa-clientes .client-item .client-country {
    cursor: pointer;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

.mapa-clientes .client-item .client-country:before {
    background-image: url(/portals/45/images/mapaClientes/mapa-placeholder.png);
    background-size: cover;
    background-position: center;
    content: '';
    display: block;
    height: 25px;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    width: 18px;
}

.mapa-clientes .client-item.usa {
    left: 90px;
    top: 110px;
}

.mapa-clientes .client-item.usa .client-img {
    margin-left: 15px;
}

.mapa-clientes .client-item.salvador {
    flex-flow: row-reverse;
    left: -70px;
    top: 280px;
}

.mapa-clientes .client-item.salvador .client-img {
    margin-right: 15px;
}

.mapa-clientes .client-item.costa-rica {
    flex-flow: row-reverse;
    left: 0px;
    top: 325px;
}

.mapa-clientes .client-item.costa-rica .client-img {
    margin-top: 35px;
    margin-right: 15px;
}

.mapa-clientes .client-item.colombia {
    left: 250px;
    top: 340px;
}

.mapa-clientes .client-item.colombia .client-country:before {
    height: 40px;
    width: 30px;
}

.mapa-clientes .client-item.colombia .client-img.colombian-tourist {
    display: none;
    position: absolute;
    left: 0px;
    top: -110px;
}

.mapa-clientes .client-item.colombia .client-img.viajes-exito {
    position: absolute;
    left: -webkit-calc(100% + 10px);
    left: -moz-calc(100% + 10px);
    left: -ms-calc(100% + 10px);
    left: -o-calc(100% + 10px);
    left: calc(100% + 10px);
    top: -30px;
}

.mapa-clientes .client-item.bolivia {
    left: 340px;
    top: 400px;
}

.mapa-clientes .client-item.bolivia .client-img {
    margin-left: 15px;
    margin-top: 10px;
}

.mapa-clientes .client-item.ecuador {
    flex-flow: row-reverse;
    left: 90px;
    top: 420px;
}

.mapa-clientes .client-item.ecuador .client-img {
    margin-right: 15px;
    margin-top: 15px;
}

.mapa-clientes .client-item.argentina {
    align-items: flex-start;
    flex-flow: column;
    left: 315px;
    top: 505px;
}

.mapa-clientes .client-item.argentina .client-img {
    margin-top: 15px;
}

.map-home-net img {
    width: 92%;
    border-radius: 0;
    box-shadow: none;
}

.panel-net-home {
    margin-top: 80px;
}

.panel-demo-home .button-gray-home a {
    margin: 0 auto;
}

.button-gray-home.text-center a {
    margin: 0 auto;
}

.modals-float-soat {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 3px 10px #00000029;
    display: none;
    z-index: 110;
}

.modals-close {
    background: #f9cd45;
    padding: 3px 10px;
    text-align: right;
    color: #444;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

.modals-body {
    background: #fff;
    padding: 25px;
    text-align: center;
}

.modals-button {
    border-top: 2px solid #f5f3f3;
    padding: 10px;
    display: flex;
    background: #fff;
}

.modals-button a {
    background: #444;
    color: #fff;
    padding: 8px 30px;
    border-radius: 4px;
    margin: 0 auto;
    font-size: 16px;
}

.modals-body p {
    margin: 0;
    line-height: 25px;
}

.modals-button a:hover {
    background: #F9CD45;
    color: #565656;
    text-decoration: none;
}

.modals-close:hover {
    color: #4444449e;
}

.button-yellow-home {
    margin-top: 32px;
    font-size: 16px;
    display: flex;
}

.button-yellow-home a {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px 20px 18px 20px;
    border-radius: 7px 7px 7px 7px;
    background-color: #f9cd45;
    display: block;
}

.text-center .button-yellow-home a {
    margin: 0 auto;
}

.button-yellow-home:hover a {
    background: #565656;
    color: #fff;
    text-decoration: none;
}

.panel-demo-home {
    margin-top: 50px;
    margin-bottom: 50px;
}

.modals-body p span {
    font-weight: 600;
}


.panel-bgcolor {
    padding: 60px 0;
}

.panel-bgcolor img {
    width: 85%;
    margin-top: -50px;
}

.button-white-home {
    margin-top: 32px;
    font-size: 16px;
    display: flex;
}

.button-white-home a {
    color: #444;
    font-weight: bold;
    padding: 18px 20px 18px 20px;
    border-radius: 7px 7px 7px 7px;
    background-color: #fff;
    display: block;
}

.text-center .button-white-home a {
    margin: 0 auto;
}

.button-white-home:hover a {
    background: #565656;
    color: #fff;
    text-decoration: none;
}

.panel-bgcolor .title-black-internal {
    margin-top: 30px;
}

.list-icons li p {
    font-size: 14px;
    line-height: 25px;
}

.list-caracteristicas-cms li {
    list-style: none;
    display: inline-block;
    margin-bottom: 5px;
}

.list-caracteristicas-cms .fa {
    color: #444;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .mapa-clientes {
        height: 334px;
        margin-left: auto;
        width: 230px;
    }

    .mapa-clientes .client-item.usa {
        left: 40px;
        top: 50px;
    }

    .mapa-clientes .client-item.salvador {
        left: -40px;
        top: 123px;
    }

    .mapa-clientes .client-item.salvador .client-img {
        margin-right: -10px;
        margin-top: -20px;
    }

    .mapa-clientes .client-item.costa-rica {
        left: -23px;
        top: 160px;
    }

    .mapa-clientes .client-item.costa-rica .client-img {
        margin-top: 15px;
        margin-right: 10px;
    }

    .mapa-clientes .client-item.colombia {
        left: 120px;
        top: 160px;
    }

    .mapa-clientes .client-item.colombia .client-country:before {
        height: 20px;
        width: 14px;
    }

    .mapa-clientes .client-item.colombia .client-img.viajes-exito {
        left: 100%;
        top: -10px;
    }

    .mapa-clientes .client-item.colombia .client-img.colombian-tourist {
        left: 0px;
        top: -55px;
    }

    .mapa-clientes .client-item.ecuador {
        left: 30px;
        top: 210px;
    }

    .mapa-clientes .client-item.bolivia {
        left: 160px;
        top: 200px;
    }

    .mapa-clientes .client-item.argentina {
        left: 145px;
        top: 275px;
    }

    .mapa-clientes .client-item.argentina .client-img {
        margin-top: 5px;
    }

    .mapa-clientes .client-item .client-country {
        font-size: 10px;
    }

    .mapa-clientes .client-item .client-country:before {
        height: 15px;
        width: 11px;
    }

    .mapa-clientes .client-item .client-img {
        height: 27px;
        width: 69px;
    }

    .mockup-clientes {
        height: 469px;
        width: 315px;
    }

    .panel-net-home {
        margin-top: 0;
    }

    .map-home-net img {
        width: 100%;
        margin-top: 50px;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .panel-demo-home {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .panel-bgcolor img {
        width: 100%;
        margin-top: 15px;
    }

    .button-text-home a {
        margin: 0 auto;
    }

    .spacing-panels-home {
        padding: 30px 0;
    }

    .spacing-panels-clientes {
        padding: 60px 0;
    }
}

.owl-item .item {
    margin-left: 50px;
    width: 225px;
    margin: 0 auto;
}

a#explorarProducto {
    color: transparent;
}

.button-demo-home {
    margin-top: 30px;
    margin-bottom: 15px;
}

.button-demo-home {
    animation: 4s steps(2, end) 2s infinite normal both running heartbeat;
}

@media screen and (max-width: 768px) {
    .panel-bgcolor {
        padding: 15px 0;
    }

    .image-border {
        margin-bottom: 20px;
    }

    .content-title-internal {
        padding: 15px 0;
    }
}

.panel-internas-block {
    background-image: url('/portals/45/images/block-pc-mensajes.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 120px 0;
}

.pane-block-text-int {
    display: block;
    padding: 60px 30px 60px 0;
}

.backyPane {
    background-image: url('/portals/45/images/celulares-block-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 0px;
}

.backyPane .switch-internas {
    padding-right: 15px;
    padding-left: 15px;
}

.list-botones {
    width: 100%;
    text-align: center;
    margin: 40px 0px;
}

.btn-opciones {
    border: 1px solid #2280FC;
    padding: 10px 25px;
    border-radius: 20px;
    color: #2280FC;
    font-size: 16px;
    margin: 0px 30px;
    display: inline-block;
}

@media screen and (max-width: 1920px) {
    .backyPane {
        padding: 200px 0px;
    }
}

@media screen and (max-width: 1366px) {
    .backyPane {
        padding: 60px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .panel-internas-block {
        padding: 60px 0;
    }
}

@media screen and (max-width: 768px) {
    .panel-internas-block {
        background-image: none;
        padding: 30px 0;
    }

    .pane-block-text-int {
        padding: 0;
    }

    .spacing-panels-block .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .spacing-panels-block .row .pane-block-text {
        order: 1;
        margin-top: 20px;
    }

    .backyPane {
        background-color: #f5b914;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .backyPane {
        background-image: none;
        margin-bottom: 30px;
        padding: 0;
    }

    .btn-opciones {
        display: block;
        margin-bottom: 15px;
    }
}

.webPageTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 100;
    font-size: 18px;
    border: none;
    background-color: #333;
    color: white;
    cursor: pointer;
    padding: 8px 12px 12px;
    border-radius: 4px;
}

.textos-webinar {
    text-align: center;
    margin-bottom: 50px;
}

.datos-webinar {
    margin: 0;
    font-size: 25px;
    line-height: 40px;
}

.datos-webinar .fa {
    color: #F3BE2B;
    margin-right: 10px;
}

.webinar-info .list-caracteristicas-cms li {
    list-style: disc;
    display: list-item;
}

.webinar-info .list-caracteristicas-cms {
    margin-bottom: 25px;
}

.bold-webinar {
    margin-top: 5px;
    font-size: 12px;
}

.webinar-info {
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
    .datos-webinar {
        margin-bottom: 20px;
        font-size: 21px;
    }

    .bold-webinar {
        margin-bottom: 25px;
    }

    .webinar-info {
        padding-left: 0px;
    }
}

/* Accordion tab styles */


ul.dnnAdminTabNav li a {
    background: none;
    border: none;
    color: #3d3d3db6;
    font-weight: 500;
    text-shadow: none;
    text-wrap-mode: nowrap;
}

.ui-tabs-active {
    border-bottom: #febe00 2px solid;
}

ul.dnnAdminTabNav {
    border-bottom: 2px solid #ddd;
    padding: 10px 0px 15px 15px;
    border-radius: 0px !important;
    overflow-x: auto;
    display: flex !important;
    flex-wrap: nowrap;
}


ul.dnnAdminTabNav li.ui-tabs-active a {
    color: #3d3d3d;
    font-weight: 500;
    text-shadow: none;
    background: none;
}

.dnnForm .ui-corner-top {
    border-radius: 0px;
}

@media (min-width:1024px) {
    .ui-tabs-tab:hover {
        background: #3d3d3d;
    }

    ul.dnnAdminTabNav li a:hover {
        background: #333;
        color: #fff;
        font-weight: 500;
        text-shadow: none;
    }

    .dnnForm .ui-corner-top {
        margin-right: 5px;
    }
}

.principal-row {
    color: #525c92 !important;
    border-bottom: 3px solid #eceffa;
    font-weight: 500;
    height: 50px;
}

.table,
th {
    border: 1px solid #fff;
}

.table>tbody>tr>td {
    padding: 13px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    color: #212529;
}

.row-image {
    width: 28px;
    margin-right: 5px;
    border-radius: 50px;
    padding: 3px;
    border: 1px solid #D0D0D0;
}

.rest-row {
    border-bottom: none;
    font-weight: 500;
    margin-bottom: 10px;
    background: #fff;
}

.row-links {
    text-decoration: none;
    vertical-align: middle;
    color: #000 !important;
    font-weight: 500;
}

.row-links:hover {
    color: rgb(33, 32, 32);
}

.row-no-links {
    text-decoration: none;
    color: #000 !important;
    font-weight: 500;
}

.row-no-links:hover {
    text-decoration: none;
    color: #000 !important;
}

.produccion-container {
    background: #cff6dd;
    color: #1fa750;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
    white-space: nowrap;
}

.standby-container {
    background: #DFDFDF;
    color: #9D8A8A;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
}

.developer-container {
    background: #DCE8F4;
    color: #0080FF;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
}

.certification-container {
    background: #f4e5dc;
    color: #ff7e00;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
}

i.fa.fa-circle {
    font-size: 12px;
    margin-right: 3px;
}

.rest-row:nth-child(2n) {
    background: #f4f4f4ab;
}

.target-cell {
    width: 250px;
}

.less-margin {
    margin-right: 5px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 1106px;
    /* left: 203px; */
    background-color: #fff;
    z-index: 99999;
    display: table;
    height: 57px;
}

.sticky th {
    border: none !important;
}

.principal-row th {
    padding-left: 13px !important;
}

/* Principal row 1 */
.principal-row1.sticky th:nth-child(2) {
    width: 180px;
}

.principal-row1.sticky th:nth-child(3) {
    width: 352px;
}

.principal-row1.sticky th:nth-child(4) {
    width: 164px;
}

.principal-row1.sticky th:nth-child(5) {
    width: 80px;
}

/* Principal row 2 */
.principal-row2.sticky th:nth-child(2) {
    width: 170px;
}

.principal-row2.sticky th:nth-child(3) {
    width: 255px;
}

.principal-row2.sticky th:nth-child(4) {
    width: 293px;
}

.principal-row2.sticky th:nth-child(5) {
    width: 80px;
}

/* Principal row 3 */

.principal-row3.sticky th:nth-child(2) {
    width: 175px;
}

.principal-row3.sticky th:nth-child(3) {
    width: 255px;
}

.principal-row3.sticky th:nth-child(4) {
    width: 295px;
}

.principal-row3.sticky th:nth-child(5) {
    width: 80px;
}

/* Principal row 4 */

.principal-row4.sticky th:nth-child(2) {
    width: 250px;
}

.principal-row4.sticky th:nth-child(3) {
    width: 225px;
}

.principal-row4.sticky th:nth-child(4) {
    width: 220px;
}

.principal-row4.sticky th:nth-child(5) {
    width: 80px;
}

/* Principal row 5 */

.principal-row5.sticky th:nth-child(2) {
    width: 155px;
}

.principal-row5.sticky th:nth-child(3) {
    width: 235px;
}

.principal-row5.sticky th:nth-child(4) {
    width: 270px;
}

.principal-row5.sticky th:nth-child(5) {
    width: 80px;
}

/* Principal row 6 */

.principal-row6.sticky th:nth-child(2) {
    width: 190px;
}

.principal-row6.sticky th:nth-child(3) {
    width: 247px;
}

.principal-row6.sticky th:nth-child(4) {
    width: 252px;
}

.principal-row6.sticky th:nth-child(5) {
    width: 120px;
}

.principal-row6.sticky th:nth-child(6) {
    width: 80px;
}

@media (max-width: 468px) {
    ul.dnnAdminTabNav {
        display: flex;
        overflow-x: scroll;
        border-bottom: none;
    }

    .ui-tabs-active {
        border-bottom: none;
        background: #febe00;
        border-radius: 10px !important;
    }
}

#tabs-titles {
    display: none;
}

.table-responsive {
    border: 1px solid #ddd;
    margin: 20px 15px 0px 15px;
}

@media (max-width:1024px) {
    #tabs-titles {
        display: block;
        margin-left: 19px;
        font-size: 16px;
    }

    .table-responsive {
        margin: 10px 15px 0px 15px;
    }
}


#dnn_ctr50839_View_pnlAccordion {
    background: #fff;
}

.form-solicitar-demo .dnnFormItem select {
    width: 100%;
    max-width: 590px;
}

.webinarTitle {
    padding-top: 10px;
}

.webinarsList li a {
    text-decoration: solid;
}

.webinarP {
    margin: 0;
    padding-bottom: 5px;
}