/******ALERT FLOTANTE PARA HOME**********/
.new-alerts-home {
    display: none;

}

.new-alerts-home .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    /*margin-bottom: 1rem;*/
    border: 1px solid transparent;
    border-radius: 0.25rem;
    display: flex;
    justify-content: space-between;
    /*transition: height  3s ease-in-out;*/
}

.new-alerts-home.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

.new-alerts-home .alert-new-blue {
    color: #3C3C3C;
    background-color: #c7f9fc;
}


.new-alerts-home .fade.show {
    opacity: 1;
}

.new-alerts-home .fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.new-alerts-home .alert-dismissible .close {
    /*/position: absolute;*/
    top: 0;
    right: 1rem;
    text-decoration: underline;
}

.new-alerts-home .close {
    float: right;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.new-alerts-home .close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.new-alerts-home button {
    border-radius: 0;
}

.new-alerts-home button,
input {
    overflow: visible;
}

.new-alerts-home button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

/******FIN ALERTA FLOTANTE******************/

section.homeVitrina .slick-slide {
    margin: 0;
}

.homeVitrina .vitrinas {
    color: #fff;
    text-align: center;
    margin-top: -17px !important;
}

.homeVitrina {
    padding: 0;
    overflow: hidden;
}

.homeVitrina .vitrinas .slick-prev {
    left: -30px;
}

.homeVitrina .vitrinas .slick-next {
    right: -30px;
}

.homeVitrina .vitrinas .slick-prev,
.homeVitrina .vitrinas .slick-next {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: rgba(245, 245, 245, 0.8);
    z-index: 1;
    filter: none;
}

.homeVitrina .vitrinas .slick-dots li button {
    border-radius: 50%;
    position: relative;
    width: 15px;
    height: 15px;
    padding: 0;
    background-color: #fff;
    border: #939393 1px solid;
}

.homeVitrina .vitrinas .slick-dots li button:before {
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 7.5px;
    height: 7.5px;
    background-color: #ff1100;
    opacity: 0;
}

.homeVitrina .vitrinas .slick-next:before {
    font-size: 27px;
    color: #717171;
    line-height: 2.2;
}

.homeVitrina .vitrinas .slick-prev:before {
    font-size: 27px;
    color: #717171;
    margin-left: 25px;
    line-height: 2.2;
}

.homeVitrina .vitrinas .slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
}

.homeVitrina .vitrinas .slick-dots {
    bottom: 20px;
}

.extra {
    margin: 0 auto;
}

.slick-active .extra-title {
    animation: anim-from-left 3s 0s ease;
    animation-fill-mode: forwards;
}

.homeServicios .cards .carousel>.slick-list.draggable .slick-slide .center-middle>a {
    color: #000
}

@keyframes anim-from-left {
    0% {
        opacity: 0;
        margin-left: -100px;
    }

    25% {
        opacity: 1;
        margin-left: -50px;
    }

    50% {
        opacity: 1;
        margin-left: 0px;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.extra-title {
    font-size: 40px;
    margin: 0 10% 0 15%;
    text-align: left;
    border-left: 5px solid #f9aa11;
    border-left-width: 8px;
    padding-left: 2%;
}

.extra-details {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    margin: 0 10% 0 15%;
    padding-left: 4%;
}

.homeVitrina .slick-next:before {
    content: "" !important;
    font-family: FontAwesome !important;
}

.homeVitrina .slick-next {
    background-image: none !important;
    top: 50%;
}

.homeVitrina .slick-prev:before {
    content: "" !important;
    font-family: FontAwesome !important;
}

.btn.btnPrimario.extra-button {
    width: 200px;
}

.homeVitrina .slick-prev {
    background-image: none !important;
    top: 50%;
}

section.homeVitrina .slick-slide img {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.tnd-animated-background.preloader {
    width: 100%;
    height: 315px;
    z-index: 2;
}

.vitrina-extra-left {
    position: absolute;
    width: 50%;
    height: 100%;
}

.vitrina-extra-center {
    position: absolute;
    width: 50%;
    height: 100%;
    margin-left: 25%;
}

.vitrina-extra-right {
    position: absolute;
    width: 50%;
    height: 100%;
    margin-left: 50%;
}

.homeServicios {
    background-color: #f5f5f5;
    margin-top: -65px;
}

.homeServicios .cards {
    width: 100%;
    padding-top: 20px;
}

.homeServicios .cards .carousel {
    width: 85%;
    margin: 0px auto;
}

.homeServicios .cards .carousel .slick-next {
    width: 30px;
    height: 60px;
    background-color: rgba(186, 186, 186, 0.8);
    z-index: 1;
    filter: none;
    border-top-left-radius: 110px;
    border-bottom-left-radius: 110px;
}

.homeServicios .cards .carousel .slick-prev {
    width: 30px;
    height: 60px;
    background-color: rgba(186, 186, 186, 0.8);
    z-index: 1;
    filter: none;
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px;
}

.homeServicios .cards .carousel .slick-next:before {
    font-size: 20px;
    color: #ffffff;
    line-height: 3.0;
}

.homeServicios .cards .carousel .slick-prev:before {
    font-size: 20px;
    color: #ffffff;
    line-height: 3.0;
}

.homeServicios .slick-next:before {
    content: "" !important;
    font-family: FontAwesome !important;
}

.homeServicios .slick-next {
    background-image: none !important;
    top: 50%;
}

.homeServicios .slick-prev:before {
    content: "" !important;
    font-family: FontAwesome !important;
}

.homeServicios .slick-prev {
    background-image: none !important;
    top: 50%;
}

.homeServicios .cards .carousel .slick-prev {
    left: -40px;
}

.homeServicios .cards .carousel .slick-next {
    right: -40px;
}

/*.img-servicio {
    background: #ffe6c0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.text-servicio {
    color: #ff7900 !important;
    font-weight: 600 !important;
}

.title-servicio {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}*/

#text-servicio {
    margin: 10% 10%;
    text-align: center;
    margin-bottom: -15px;
    color: #000000;
    font-size: 1.2em;
    height: 70px;
}

/***HOVER DE CAROUSEL DE SERVICIOS****/
.homeServicios .carousel .slick-active:hover {
    cursor: pointer;
}

.img-servicio {
    background: #ffe6c0;
    cursor: pointer;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.title-servicio {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    background: #fff;
    border-radius: 18px;
}

.text-servicio {
    color: #ff7900 !important;
    font-weight: 600 !important;
    font-size: 18px;
}

/****FIN HOVER CAROUSEL DE SERVICIOS*****/

.item-necesidades {
    display: flex;
    flex-wrap: wrap;
}

.content-necesidades {
    display: flex;
}

.necesidadesNegocio .item-necesidades .content-necesidades .card-detalle {
    flex-direction: column;
    padding: 1em;
    box-shadow: 0 0.39522px 10.7904px rgb(187 187 187 / 50%);
}

.btn-necesidades {
    width: 250px !important;
}

.item-ofertas {
    display: flex;
    flex-wrap: wrap;
}

.content-ofertas {
    display: flex;
    flex-wrap: wrap;
}

.details-ofertas {
    display: flex;
    flex-direction: column;
    padding: 1em;
    flex: 1 0 50%;
}

.ofertasEspeciales {
    padding: 20px;
}

.picture-ofertas {
    position: relative;
    flex: 1 0 50%;
}

.img-ofertas {
    position: absolute;
    right: -50px;
    bottom: -20px;
}

.btn-ofertas {
    width: 160px;
}

.title-section {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
}

.necesidadesNegocio .col-xs-6 .card-detalle .subtitle-section {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.ofertasEspeciales .col-xs-12 .card-detalle-ofertas .subtitle-section {
    text-align: center;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
}

.necesidadesNegocio .col-xs-6 .card-detalle .especificaciones .position-img {
    position: relative;
    max-width: 100%;
}

.ofertasEspeciales .col-xs-12 .card-detalle-ofertas .col-xs-12 .position-img {
    position: relative;
    top: -110px;
    left: 220px;
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
}

.pd-tp-10 {
    padding-top: 10px;
}

.texto-card {
    text-align: center;
    margin: 5% 15%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    flex: 1;
}

.pd-5 {
    padding: 5%;
}

.necesidadesNegocio .col-xs-6 .card-detalle .btn.btnPrimario {
    color: #da291c !important;
    background: white !important;
    height: 50px;
    font-size: 18px;
    padding-top: 15px;
    cursor: pointer;
    margin-bottom: 0px;
    margin-top: 0px;
}

.necesidadesNegocio .col-xs-6 .card-detalle .btn.btnPrimario:hover {
    color: white !important;
    background-color: #da291c !important;
    cursor: pointer;
}

.ofertasEspeciales .col-xs-12 .card-detalle-ofertas .btn .btnPrimario {
    height: 50px;
}

.ofertasEspeciales .col-xs-12 .card-detalle-ofertas {
    border: 1px solid #ddd;
    box-shadow: 0 3px 4px 2px rgb(0 0 0 / 5%);
    padding: 20px;
    border-radius: 15px;
    transition: .5s;
    overflow: unset;
    display: flex;
    flex-direction: row;
    flex: 1 0 100%;
}

.tnd-pt-60-xs {
    padding-top: 60px;
}

.section-plantilla-html {
    padding: 20px 0 40px;
}

.container-planes-pymes {
    padding: 1rem;
}

.container-planes-pymes .row {
    margin: 0px;
    display: flex;
}

.bg-blue-light {
    background: linear-gradient(0deg, #1097ae, #0b6d7d) !important;
}

.bg-red-light {
    background: linear-gradient(180deg, #bd0707 0, #ef3829 100%) !important;
}

.nombre-plan-nuevo {
    text-transform: uppercase;
    font-size: 2rem;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: flex-end;
    height: 90px;
    padding: 1rem;
}

.color-red-section-hard {
    color: #ef3829;
}

.color-blue-section-hard {
    color: #1097ae;
}

.card_ver_mas .servicios-fijos-wrapper.option-block {
    box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
    border-radius: 10px !important;
    cursor: default;
    width: 100% !important;
    /*height: 570px;*/
    align-items: center;
    background-color: #fff !important;
    /*justify-content: center;*/
}

.card_ver_mas .servicios-fijos-wrapper .card-header.planes-pymes-internet {
    height: 92px;
    width: 85%;
}

.card_ver_mas .servicios-fijos-wrapper .card-body {
    width: 100%;
}

.card_ver_mas .servicios-fijos-wrapper .card-header.planes-pymes-internet h1,
h4,
h5 {
    margin: 0px !important;
    font-size: initial;
    font-weight: bold !important;
}

.card_ver_mas .servicios-fijos-wrapper .card-header.planes-pymes-internet h5 {
    font-size: .70rem !important;

}


.card_ver_mas .servicios-fijos-wrapper .card-body.color-blue-hard .nombre-plan-nuevo {
    margin: 0%
}

/*.card_ver_mas .servicios-fijos-wrapper .card-body.color-blue-hard > img {
    float: none ;
    margin-right: 0px; 
    right: 20.7rem;
    position: absolute;
    margin-top: -13px;
}*/

.card_ver_mas .servicios-fijos-wrapper .card-body.color-blue-hard .nombre-plan-nuevo span {
    display: block;
}

.card_ver_mas .servicios-fijos-wrapper .card-body.color-blue-hard .nombre-plan-nuevo h1 {
    font-weight: 700;
    margin: 0px;
    display: inline-block;
}

/*.card_ver_mas .servicios-fijos-wrapper .card-body.color-blue-hard .nombre-plan,
.card_ver_mas .servicios-fijos-wrapper .card-body.color-blue-hard .nombre-plan-nuevo {
    color: #0B6676 !important;
}*/

.display-grid {
    display: grid;

}

.display-grid .card_ver_mas {
    min-width: 50% !important;
}

.etiqueta-oferta.badge-pyme {
    margin-top: -10px !important;
    background-color: #FFF9F0;
    color: red;
    border-radius: 4px;
    margin: 0px 80px 0;
    ;
    border: 1.5px solid #FFAF39;
    padding: .15rem;
    font-weight: bold;
    text-align: center;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.precio-final-pyme {
    padding: 1rem;
}

.precio-final-pyme .precio-final {
    margin-left: 0px;
}

.precio-final-pyme .textPrecioFinal {
    padding-right: 0px !important;
    color: #444;
}

.precio-final-pyme .precio-final .text-mes-imp {

    color: #444 !important;
}

.plan-incluye-pyme {
    padding: 1.5rem 1rem 1rem 1rem;
    height: 190px;
    text-align: left;

}

/*CLASES PARA ICONO DE PRECIO POR 6 MESES*/
.icon-red-meses {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.icon-red-meses .img-red-card {
    position: absolute;
    margin-right: -24px;
    margin-top: 8px;
}

/**/

/*CLASES PARA HACER COLLAPSE EN BOOSTRAP 3.3*/
.collapse.in {
    display: block;
}

.collapse {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

.hr-divisor {
    margin: 0;
    border: 0;
    border-top: 2px solid #eee;
}

.color-blue-plan {
    color: #0097A9;
    font-weight: bold;
    cursor: pointer;
    margin-top: .5rem !important;
}

h5.color-blue-plan[aria-expanded="true"] {
    margin-top: 1rem !important;
}

.detalle-plan-pymes {
    background-color: #fff9ee;
    padding: 1rem 1rem 1rem 1.2rem;
    text-align: left;
}

.ver-mas-detalle-plan {
    border-top: 1.5px solid #eee;
    border-bottom: 1.5px solid #eee;
    padding-bottom: .5rem;
}

.color-blue-plan::after {
    content: "\f107";
    font-size: 1.8em !important;
    position: absolute;
    color: #1097AE !important;
    font-family: "FontAwesome";
    font-weight: normal !important;
}

.color-blue-plan[aria-expanded="true"]::after {
    content: "\f106";
}

.color-blue-plan>span {
    margin-right: 10px;
}

.excelente-para-negocio {
    padding: 1rem;
    text-align: center;
}

.excelente-para-negocio h4 {
    display: inline-block;
}

.icon-badge-red {
    background: #b3232e;
    padding: 5px;
    border-radius: 50%;
    margin-top: -4px;
    position: absolute;
    display: inline-flex;
}

.icon-badge-red img {
    width: 15px;
    height: 15px;
}

.flex-cards {
    display: flex;
    align-content: stretch;
    flex-direction: column;
    min-height: 0 !important;
    justify-content: space-evenly;
}

.full-height-card {
    height: 100%;
}

.img-incluye-plan {
    margin-top: 0px;
    position: absolute;
}

.nombre-plan-nuevo h1 {
    font-size: 2rem !important;
    margin-top: 20px;
    margin-bottom: 0px;
}

.carousel-recomendados .slick-list.draggable article.card_ver_mas.box-wrapper-producto.slick-slide {
    margin: 0.5rem 1.5rem 0.5rem 0.5rem;
}

.homeServicios .cards .slick-slide img {
    width: 90%;
}

.homeRecomendados .carousel-recomendados .slick-next {
    width: 30px;
    height: 60px;
    background-color: rgba(186, 186, 186, 0.8);
    z-index: 1;
    filter: none;
    border-top-left-radius: 110px;
    border-bottom-left-radius: 110px;
}

.homeRecomendados .carousel-recomendados .slick-prev {
    width: 30px;
    height: 60px;
    background-color: rgba(186, 186, 186, 0.8);
    z-index: 1;
    filter: none;
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px;
}

.homeRecomendados .carousel-recomendados .slick-next:before {
    font-size: 20px;
    color: #ffffff;
    line-height: 3.0;
}

.homeRecomendados .carousel-recomendados .slick-prev:before {
    font-size: 20px;
    color: #ffffff;
    line-height: 3.0;
}

.homeRecomendados .slick-next:before {
    content: "" !important;
    font-family: FontAwesome !important;
}

.homeRecomendados .slick-next {
    background-image: none !important;
    top: 50%;
}

.homeRecomendados .slick-prev:before {
    content: "" !important;
    font-family: FontAwesome !important;
}

.homeRecomendados .slick-prev {
    background-image: none !important;
    top: 50%;
}

.homeRecomendados .carousel-recomendados .slick-prev {
    left: -45px;
}

.homeRecomendados .carousel-recomendados .slick-next {
    right: -40px;
}

.img-necesidades {
    width: 80%;
}

.cards .previews-desktop {
    display: block;
    width: 85%;
    margin: 0px auto
}

.cards .previews-desktop .content {
    padding-left: 3%;
}

.cards .previews-desktop .content .preview {
    padding-right: 18%;
}

.cards .previews-desktop .content .preview .tnd-animated-background {
    padding-right: 3%;
    height: 200px;
    width: 200px;
}

.cards .previews-responsive {
    display: none;
    width: 100%;
    margin: 0px auto
}

.cards .previews-responsive .preview .tnd-animated-background {
    height: 200px;
    width: auto;
}

.planesRecomendados .content-previews .previews-desktop {
    display: block;
    margin-left: 8%;
}

.planesRecomendados .content-previews .previews-desktop .preview {
    padding-right: 30%;
}

.planesRecomendados .content-previews .previews-desktop .preview .tnd-animated-background {
    height: 400px;
    width: 300px;
}

.planesRecomendados .content-previews .previews-responsive {
    display: none;
    margin: 0px auto;
}

.planesRecomendados .content-previews .previews-responsive .preview .tnd-animated-background {
    height: 400px;
    width: 300px;
}

.previews-necesidades .preview .tnd-animated-background {
    height: 230px;
}

.previews-ofertas .preview .tnd-animated-background {
    height: 230px;
}

.homeVitrina .preview .tnd-animated-background {
    height: 500px;
}

.img-icon-incluye {
    width: 1.2%;
    margin-top: 0px;
    position: absolute;
}

.texto-head {
    font-weight: bold;
}

.text-tarifa {
    margin-top: 0px;
}

.icon-excelente {
    position: absolute;
    margin-top: -10px;
}

.text-incluye {
    margin-bottom: .5rem;
}

.incluye-movil {
    padding-right: 0;
}

.texto-incluye-movil {
    margin-bottom: 2px;
    display: block;
}

.img-incluye-movil {
    float: left;
}

/**/

@media (max-width: 414px) {
    .vitrina-extra-left {
        position: absolute;
        width: 100%;
        height: 50%;
    }

    .vitrina-extra-center {
        position: absolute;
        width: 100%;
        height: 50%;
        margin-top: 25%;
        margin-left: 0px;
    }

    .vitrina-extra-right {
        position: absolute;
        width: 100%;
        height: 50%;
        margin-top: 50%;
        margin-left: 0px;
    }

    .extra {
        margin: 0 auto;
    }

    .tnd-animated-background.preloader {
        width: 100%;
        height: 501px;
        z-index: 2;
    }

    .homeVitrina .vitrinas .slick-dots {
        bottom: 16px;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .homeServicios .cards .carousel .slick-prev:before {
        font-size: 30px;
        color: #ffffff;
        line-height: 3.0;
        right: 10px;
    }

    .homeServicios .cards .carousel .slick-next:before {
        font-size: 30px;
        color: #ffffff;
        line-height: 3.0;
        left: 10px;
    }

    .homeServicios .cards .carousel .slick-prev {
        display: block !important;
        left: 0px;
        width: 45px;
        height: 90px;
    }

    .homeServicios .cards .carousel .slick-next {
        display: block !important;
        right: 0px;
        width: 45px;
        height: 90px;
    }

    .slick-active #img-servicio {
        background: #ffe6c0;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .slick-active #text-servicio {
        color: #ff7900 !important;
        font-weight: 600 !important;
        height: 80px;
    }

    .slick-active #title-servicio {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
        background: #fff;
        position: relative;
        box-shadow: 0 5.39522px 10.7904px rgb(187 187 187 / 50%);
    }

    #img-servicio {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #title-servicio {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
        background: #fff;
        position: relative;
        box-shadow: 0 5.39522px 10.7904px rgb(187 187 187 / 50%);
    }

    .homeServicios .cards .carousel .slick-list .slick-track .slick-cloned .card-detalle.center-middle {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }

    .homeServicios .cards .carousel .slick-list .slick-track .slick-cloned .center-middle {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
        background: #fff;
        position: relative;
        box-shadow: 0 5.39522px 10.7904px rgb(187 187 187 / 50%);
    }

    .homeServicios .cards .carousel .slick-list .slick-track .slick-cloned .center-middle .texto-card {
        height: 65px;
    }

    .texto-card {
        color: #000000 !important;
    }

    .btn-necesidades {
        width: 125px !important;
    }

    .img-ofertas {
        display: none;
    }

    .img-necesidades {
        width: 110px;
        flex: 1;
    }

    .homeServicios .cards .carousel {
        width: 100%;
        margin: 0px auto;
    }

    .ofertasEspeciales {
        padding: 0px;
        padding-bottom: 10px;
    }

    .details-ofertas {
        flex: 1 0 100%;
    }

    .picture-ofertas {
        display: none;
    }

    .title-section {
        font-size: 25px !important;
    }

    .necesidadesNegocio .col-xs-6 .card-detalle .texto-card {
        display: none;
    }

    .necesidadesNegocio .col-xs-6 .card-detalle .subtitle-section {
        font-size: 20px;
    }

    .ofertasEspeciales .col-xs-12 .card-detalle-ofertas .col-xs-12 .position-img {
        display: none;
    }

    .homeRecomendados .carousel-recomendados .slick-dots li button {
        border-radius: 50%;
        position: relative;
        width: 15px;
        height: 15px;
        padding: 0;
        background-color: #fff;
        border: #939393 1px solid;
    }

    .homeRecomendados .carousel-recomendados .slick-dots li button:before {
        border-radius: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 7.5px;
        height: 7.5px;
        background-color: #ff1100;
        opacity: 0;
    }

    .homeRecomendados .carousel-recomendados .slick-dots li.slick-active button:before {
        opacity: 1;
        color: transparent;
    }

    .item-necesidades {
        padding: 0px 0px 0px 0px;
    }

    .necesidadesNegocio .col-xs-6 .card-detalle .btn.btnPrimario {
        margin-bottom: 0px
    }

    .icon-custom {
        width: 5% !important;
    }

    .cards .previews-desktop {
        display: none;
    }

    .cards .previews-responsive {
        display: block;
    }

    .planesRecomendados .content-previews .previews-desktop {
        display: none;
    }

    .planesRecomendados .content-previews .previews-responsive {
        display: block;
    }

    .previews-necesidades .preview .tnd-animated-background {
        height: 250px;
    }

    .previews-ofertas .preview .tnd-animated-background {
        height: 175px;
        width: 300px;
    }

    .img-icon-incluye {
        height: 21px;
        margin-left: -15px;
    }

    .ico-category{
        display:none;
    }
}

@media screen and (min-width: 415px) and (max-width:776px) {
    .homeVitrina .vitrinas .slick-dots {
        bottom: 10px;
    }

    .vitrina-extra-left {
        position: absolute;
        width: 100%;
        height: 50%;
    }

    .vitrina-extra-center {
        position: absolute;
        width: 100%;
        height: 50%;
        margin-top: 25%;
        margin-left: 0px;
    }

    .vitrina-extra-right {
        position: absolute;
        width: 100%;
        height: 50%;
        margin-top: 50%;
        margin-left: 0px;
    }

    .extra {
        margin: 0 auto;
    }

    .details-ofertas {
        flex: 1 0 100%;
    }

    .picture-ofertas {
        display: none;
    }

    .necesidadesNegocio .col-xs-6 .card-detalle .texto-card {
        display: none;
    }

    .necesidadesNegocio .col-xs-6 .card-detalle .subtitle-section {
        font-size: 20px;
    }

    .ofertasEspeciales .col-xs-12 .card-detalle-ofertas .col-xs-12 .position-img {
        display: none;
    }

    .homeRecomendados .carousel-planes .slick-dots {
        bottom: 10px;
    }

    .cards .previews-desktop {
        display: none;
    }

    .cards .previews-responsive {
        display: block;
    }

    .planesRecomendados .content-previews .previews-desktop {
        display: none;
    }

    .planesRecomendados .content-previews .previews-responsive {
        display: block;
    }
}

@media screen and (min-width: 777px) and (max-width:1209px) {
    .details-ofertas {
        flex: 1 0 100%;
    }

    .picture-ofertas {
        display: none;
    }

    .display-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .min-height-card {
        height: 570px;
    }

    .precio-final-pyme .textPrecioFinal {
        margin-right: 1.5rem !important;
    }

    .card_ver_mas .servicios-fijos-wrapper .card-header.planes-pymes-internet h1 {
        font-size: 1.2rem !important;
    }

    .card_ver_mas .servicios-fijos-wrapper .card-body.color-blue-hard>img {
        float: none;
        margin-right: 0px;
        right: 1.4rem;
        position: absolute;
        margin-top: -13px;
    }

    .cards .previews-desktop {
        display: none;
    }

    .cards .previews-responsive {
        display: block;
    }

    .homeRecomendados .carousel-recomendados .slick-next {
        right: -25px;
    }

    .homeRecomendados .carousel-recomendados .slick-prev {
        left: -30px;
    }
}

@media screen and (min-width: 1210px) and (max-width:1290px) {

    .img-ofertas {
        right: -75px;
    }
}

@media (min-width: 320px) {

    .display-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .necesidadesNegocio.new-row .content-option-necesidades {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }

    .necesidadesNegocio .content-option-necesidades .new-card-detalle .btn.btnPrimario {
        margin-top: 1.5rem;
        font-size: 14px;
    }

    .necesidadesNegocio .content-option-necesidades .new-card-detalle .texto-card {
        display: none;
    }

    .necesidadesNegocio .content-option-necesidades .new-card-detalle {
        width: 9rem;
    }

    .necesidadesNegocio.new-row>div {
        padding: .5rem;
    }

    .ofertasEspeciales .grid-ofertas-especiales .new-img-ofertas {
        display: none;
    }

    .ofertasEspeciales .grid-ofertas-especiales {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .ofertasEspeciales .new-row .grid-ofertas-especiales {
        padding: 2rem;
    }

    .ofertasEspeciales .new-row .grid-ofertas-especiales .btn-ofertas {
        width: 100%;
    }

    .min-height-card {
        height: auto;
    }

    .precio-final-pyme .textPrecioFinal {
        margin-right: .5rem !important;
    }

    .card_ver_mas .servicios-fijos-wrapper .card-header.planes-pymes-internet h1 {
        font-size: 1.2rem !important;
    }

    .color-blue-plan::after {
        margin-top: -0.1%;
    }

    .color-blue-plan[aria-expanded="true"]::after {
        margin-top: -0.1%;
    }

    .cardPlanActions.btn-nuevo-lo-quiero a {
        padding: 1rem;
        font-size: 1rem !important;
        line-height: 0px;
    }

    .display-grid {
        grid-gap: 35px !important;
    }

    .excelente-para-negocio h4 {
        margin-left: 2rem !important;
    }

    .plan-incluye-pyme ul li p {
        margin-left: 1.8rem;
    }

    .img-incluye-plan {
        width: auto;
        margin-top: 3px;
    }
}

@media (min-width: 360px) {

    .precio-final-pyme .textPrecioFinal {
        margin-right: 1.5rem !important;
    }

    .card_ver_mas .servicios-fijos-wrapper .card-header.planes-pymes-internet h1 {
        font-size: 1.10rem !important;

    }

    .necesidadesNegocio .content-option-necesidades .new-card-detalle {
        width: 100%;
    }
}

@media (min-width: 500px) {

    .new-alerts-home .alert {
        margin-top: 0rem;
    }

    .new-alerts-home .alert-dismissible {
        padding-right: 4rem;
    }

    .display-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .necesidadesNegocio.new-row .content-option-necesidades {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
    }

    .necesidadesNegocio .content-option-necesidades .new-card-detalle .btn.btnPrimario {
        font-size: 18px;
    }

    .necesidadesNegocio.new-row>div {
        padding-right: 15px;
        padding-left: 15px;
    }

    .color-blue-plan::after {
        margin-top: -0.1%;
    }

    .color-blue-plan[aria-expanded="true"]::after {
        margin-top: -0.1%;
    }

    .cardPlanActions.btn-nuevo-lo-quiero a {
        line-height: 2px;
    }

    .card_ver_mas .servicios-fijos-wrapper .card-header.planes-pymes-internet h1 {
        font-size: 1rem !important;
    }

    .excelente-para-negocio h4 {
        margin-left: 1.6rem !important;
    }

    .display-grid {
        grid-gap: 10px !important;
    }

    .precio-final-pyme .textPrecioFinal {
        margin-right: 0rem !important;
    }
}

@media (min-width: 768px) {

    .precio-final-pyme .textPrecioFinal {
        margin-right: 3rem !important;
    }

    .display-grid {
        grid-gap: 35px !important;
    }

    .excelente-para-negocio h4 {
        margin-left: 2rem !important;
    }

    .necesidadesNegocio.new-row .content-option-necesidades {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .necesidadesNegocio .content-option-necesidades .new-card-detalle .btn.btnPrimario {
        margin-top: 0rem;
        padding: 1rem;
    }

    .necesidadesNegocio .content-option-necesidades .new-card-detalle .texto-card {
        display: block;
    }
}

@media (min-width: 992px) {

    .display-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .min-height-card {
        height: 570px;
    }

    .precio-final-pyme .textPrecioFinal {
        margin-right: 1.5rem !important;
    }

    .card_ver_mas .servicios-fijos-wrapper .card-header.planes-pymes-internet h1 {
        font-size: 1.2rem !important;
    }

    .card_ver_mas .servicios-fijos-wrapper .card-body.color-blue-hard>img {
        float: none;
        margin-right: 0px;
        right: 1.4rem;
        position: absolute;
        margin-top: -13px;
    }

    .necesidadesNegocio.new-row .content-option-necesidades {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media (min-width: 1024px) {

    .new-alerts-home .alert {
        margin-top: 0rem;
    }

    .ofertasEspeciales .grid-ofertas-especiales .new-img-ofertas {
        display: block;
    }

    .ofertasEspeciales .new-row .grid-ofertas-especiales .btn-ofertas {
        width: 160px;
    }

    .ofertasEspeciales .grid-ofertas-especiales {
        grid-template-columns: repeat(2, 1fr);
    }

    .ofertasEspeciales .grid-ofertas-especiales .new-img-ofertas img {
        position: absolute;
        width: 58%;
        margin-top: -4.5rem;
        margin-left: -3rem;
    }

    .ofertasEspeciales .new-row .grid-ofertas-especiales {
        padding: 2rem 1rem;
    }
}

@media (min-width: 1200px) {
    .ofertasEspeciales .grid-ofertas-especiales .new-img-ofertas img {
        position: absolute;
        width: 58.5%;
        margin-top: -6rem;
        margin-left: -2rem;
    }

    .ofertasEspeciales .new-row .grid-ofertas-especiales {
        padding: 2rem;
    }
}

@media (min-width: 1300px) {
    .ofertasEspeciales .grid-ofertas-especiales .new-img-ofertas img {
        width: 56%;
    }
}

@media (min-width: 1500px) {
    .ofertasEspeciales .grid-ofertas-especiales .new-img-ofertas img {
        width: 49.5%;
        margin-left: 0rem;
    }
}

.new-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.necesidadesNegocio.new-row .content-option-necesidades {
    display: grid;
}

.necesidadesNegocio .content-option-necesidades .new-card-detalle {
    box-shadow: 0px 0px 8px rgb(0 0 0 / 30%) !important;
    border-radius: 10px !important;
    cursor: default;
    padding: 1rem;
    /* height: 570px; */
    align-items: center;
    background-color: #fff !important;
    /* justify-content: center;*/
}

.necesidadesNegocio .content-option-necesidades .new-card-detalle .btn.btnPrimario {
    color: #da291c !important;
    background: white !important;
    height: auto;
    width: 100% !important;
    border-radius: 22px;
    cursor: pointer;
    margin-bottom: 0px;
}

.necesidadesNegocio .content-option-necesidades .new-card-detalle .btnPrimario:hover {
    background-color: #b52217 !important;
    color: #fff !important;
    border-color: #b52217 !important;
}

.necesidadesNegocio .content-option-necesidades .new-card-detalle .texto-card {
    margin: 1rem 0rem 1rem 0rem;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}


.ofertasEspeciales .new-row .grid-ofertas-especiales {
    border-radius: 18px;
    transition: .5s;
}

.ofertasEspeciales .grid-ofertas-especiales {
    display: grid;
}

.ofertasEspeciales .grid-ofertas-especiales p {
    margin: 1rem 0rem;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

@media (max-width: 959px) {
    .ico-category {
        display: none;
    }
}