/*BT 5 rewrites*/
.btn-primary{
    background-color: #4087F8;
    padding-block: .25rem;
    font-weight: 500;
    border: 0;
    border-radius: 4rem;
}

/*intro*/
#paquetes .intro {
    background: #121212 radial-gradient(closest-side at 50% 40%, #864891 0%, #4B2C50 30%, #121212 100%) no-repeat center/800px;
    font-size: 40px;
    font-weight: 300;
    padding-block: 4rem 3rem;
}
#paquetes .intro h1 {
    font-size: 44px;
    font-weight: 800;
    color: #B66AC3;
    margin-bottom: 0;
}
#paquetes .intro .btn-primary{
    font-size: 20px;
    min-width: 250px;
    background-color: #363636;
}
#paquetes .intro .btn-primary.selected{
    background-color: #4087F8;
}
@media(max-width: 991px){
    #paquetes .intro{
        font-size: 30px;
    }
    #paquetes .intro h1{
        font-size: 35px;
    }
    #paquetes .intro .btn-primary{
        font-size: 16px;
        min-width: auto;
    }
}
/*promo btns*/
#paquetes .choose{
    background-color: #1E2129;
    color: #ffffff;
}
#paquetes .choose .promo-btn{
    width: 325px;
    height: 76px;
    background-color: #363636;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    border: 3px solid #363636;
    border-right: 0;
    cursor: pointer;
}
#paquetes .choose .promo-btn.selected{
    background-color: #4087F8;
}
#paquetes .choose .promo-btn .check{
    flex-grow: 1;
    position: relative;
}
#paquetes .choose .promo-btn .check:before,
#paquetes .choose .promo-btn .check:after{
    position: absolute;
    inset: 0;
    margin: auto;
}
#paquetes .choose .promo-btn .check:before,
#paquetes .choose .promo-btn .check:after{
    content: "";
    width: 21px;
    height: 21px;
    background: #FFFFFF;
    border-radius: 4px;
}
#paquetes .choose .promo-btn.selected .check:after{
    background: url("../assets/images/paquetes/icons/check.webp") no-repeat center/contain;
}
#paquetes .choose .promo-btn .content{
    background-color: #000000;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    color: #A0A0A0;
    width: 85%;
	height: calc(100% + 6px);
    margin-block: -3px;
    border-radius: 10px;
    border: 3px solid #363636;
    overflow: hidden;
}
#paquetes .choose .promo-btn .content span{
    font-size: 70%;
    font-weight: 300;
}
#paquetes .choose .promo-btn .content img{
    width: 100%;
    height: 53px;
    object-fit: cover;
}
#paquetes .choose .promo-btn .content small{
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    background-color: #696969;
    display: block;
}
@media(max-width: 767px){
    #paquetes .pkgs-wrapper > div .content .promo img[width="50"] {
        width: 40px;
    }
}
/*pkg contents (included)*/
#paquetes .choose .included{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
}
#paquetes .choose .included > div{
    display: flex;
    align-items: center;
    text-align: left;
    background: #25272F;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 1rem .5rem;
    line-height: 1.2;
}
#paquetes .choose .included > div p{
    margin: 0;
}
#paquetes .choose .included > div p span{
    font-weight: 300;
}
#paquetes .choose .included > div img:first-child{
    width: 20px;
    margin-right: .75rem;
}
#paquetes .choose .alert-discount{
    background: #FA6B2C;
    border-radius: 10px;
}
@media(max-width: 575px){
   #paquetes .choose .included{
       grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
       gap: .5rem;
   }
}
/*pkgs*/
#paquetes .pkgs{
    overflow: hidden;
    padding-top: 2rem;
}
#paquetes .pkgs .animate__animated{
    display: none;
    --animate-duration: .5s;
 }
#paquetes .pkgs .animate__animated.selected{
    display: flex;
}
#paquetes .pkgs-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
#paquetes .pkgs-wrapper > div{
    display: flex;
    flex-direction: column;
    background-color: #F0F0F0;
    color: #1F2129;
    border-radius: 10px;
    position: relative;
}
#paquetes .pkgs-wrapper > div.label:before{
    content: "Coloque su etiqueta";
    position: absolute;
    right: 0;
    bottom: calc(100% - 23px);
	width: 160px;
	height: 55px;
	border-radius: 14px 14px 0 0;
	font-size: 14px;
	font-weight: 600;
    color: #ffffff;
	background: gray;
	padding-block: .4rem;
	z-index: -1;
}
#paquetes .pkgs-wrapper > div .header{
    font-size: 51px;
    font-weight: 700;
    padding: 3px 3px 0 3px;
    border-radius: 10px 10px 0 0;
    background-color: cadetblue;
}
#paquetes .pkgs-wrapper > div .header > div{
    border-radius: 7px 7px 0 0;
    background-color: #1F2129;
    color: #ffffff;
    display: flex;
	justify-content: center;
	align-items: center;
	gap: .5rem;
}
#paquetes .pkgs-wrapper > div .header span{
    font-size: 25px;
    line-height: 1.2;
}
#paquetes .pkgs-wrapper > div .header span small{
    font-size: 17px;
    font-weight: 300;
    display: block;
}
#paquetes .pkgs-wrapper > div .content{
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: .75rem 1rem;
    height: 100%;
}
#paquetes .pkgs-wrapper > div .content .promo{
    font-size: 10px;
    font-weight: 600;
    border: 1px solid #707070;
    border-radius: 10px;
    padding-block: .5rem;
}
#paquetes .pkgs-wrapper > div .content .promo p{
    line-height: 1;
    margin-bottom: .25rem;
}
#paquetes .pkgs-wrapper > div .content .promo img{
    border-radius: 5px;
}
#paquetes .pkgs-wrapper > div .content .promo.apple-tv{
    background-color: black;
    color: #ffffff;
    font-size: 12px;
    padding-block: .75rem;
    border-color: black;
}
#paquetes .pkgs-wrapper > div .content .promo.channels{
    font-size: 14px;
    font-weight: 400;
    margin-top: .5rem;
}
#paquetes .pkgs-wrapper > div .content .promo.channels img{
    margin-right: .25rem;
}
#paquetes .pkgs-wrapper > div .content .price{
    font-size: 10px;
    font-weight: 300;
    line-height: 1.1;
}
#paquetes .pkgs-wrapper > div .content .price .before{
    display: block;
    text-decoration: line-through;
}
#paquetes .pkgs-wrapper > div .content .price strong{
    display: block;
    font-size: 40px;
    font-weight: 900;
}
#paquetes .pkgs-wrapper > div .content .price strong:before{
    content: "$";
    font-size: 25px;
    transform: translateY(-.25rem);
	display: inline-block;
    margin-right: .25rem;
}
#paquetes .pkgs-wrapper > div .content .price strong:after{
    content: "*";
    font-size: 22px;
    vertical-align: super;
}
#paquetes .pkgs-wrapper > div .content .tycs{
    font-size: 8px;
    color: #585858;
    display: block;
	transform: scale(.8) translateX(-13px);
	width: 115%;
}
@media(max-width: 575px){
    #paquetes .pkgs-wrapper::-webkit-scrollbar{
        display: none;
    }
    #paquetes .pkgs-wrapper{
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        padding-top: 2rem;
    }
    #paquetes .pkgs-wrapper > div{
        flex: 0 0 auto;
        max-width: 300px;
    }
}
/*COLORS*/
#paquetes .pkgs ._100 .header{
    background: linear-gradient(80deg, #5A2D95 0%, #B17AF7 100%);
}
#paquetes .pkgs ._150 .header{
    background: linear-gradient(180deg, #35794E 0%, #70F59F 100%);
}
#paquetes .pkgs-wrapper ._150.label.most:before{
    content: "El más vendido";
    background: linear-gradient(83deg, #5AC681 0%, #377C4F 100%);
}
#paquetes .pkgs ._250 .header{
    background: linear-gradient(180deg, #544ED6 0%, #77C4F4 100%);
}
#paquetes .pkgs ._350 .header{
    background: #78DAFA;
}
#paquetes .pkgs ._500 .header{
    background: linear-gradient(80deg, #A0213F 0%, #EA709D 100%);
}
#paquetes .pkgs ._1000 .header{
    background: linear-gradient(180deg, #734815 0%, #89551C 100%);
}
#paquetes .pkgs ._5000 .header{
    background: linear-gradient(80deg, #4B0BD0 0%, #5EC898 100%);
}
#paquetes .pkgs-wrapper ._5000.label.wifi_7_new:before{
    content: "Nuevo WiFi 7";
    background: linear-gradient(86deg, #4B0FCF 0%, #5AA0A3 100%);
}
#paquetes .pkgs ._10000 .header{
    background: linear-gradient(80deg, #D90027 0%, #7B28ED 100%);
}
#paquetes .pkgs-wrapper ._10000.label.wifi_7:before{
    content: "WiFi 7";
    background: linear-gradient(86deg, #CD033F 0%, #8F1FC1 100%);
}
/*special*/
#paquetes .pkgs-wrapper .label.special-price:before{
    content: "Precio especial";
    background: #FA6B2B;
}
/*END COLORS*/

/*solutions*/
#paquetes .solutions{
    background-color: #E4E4E4;
    color: #000000;
}
#paquetes .solutions .grid{
    display: grid;
    grid-template-columns: .5fr .5fr .5fr .5fr;
    grid-template-rows: 1fr 55%;
    height: 770px;
    gap: 1rem;
}
#paquetes .solutions .grid .grid-item{
    color: #ffffff;
    background: no-repeat center/cover;
    grid-column: span 2;
    border-radius: 10px;
    display: flex;
    gap: .5rem;
    flex-direction: column;
    justify-content: end;
    padding: 1.5rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#paquetes .solutions .grid .grid-item:before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, #00000000 0%, #00000063 60%, #000000 100%);
}
#paquetes .solutions .grid .grid-item.small{
    padding-right: 3rem;
}
#paquetes .solutions .grid .grid-item .show{
    position: absolute;
    right: 1rem;
    bottom: 1.5rem;
    width: 36px;
    height: 36px;
    background: url("../assets/images/paquetes/icons/plus-white.svg") no-repeat center/contain;
    z-index: 1;
    cursor: pointer;
    --animate-duration: .5s;
}
#paquetes .solutions .grid .grid-item p.h5 {
	display: flex;
	gap: .5rem;
}
#paquetes .solutions .grid .grid-item > p{
    --animate-duration: .5s;
}
#paquetes .solutions .grid .grid-item p{
    margin-bottom: 0;
}
#paquetes .solutions .grid .grid-item.small{
    grid-column: span 1;
}
#paquetes .solutions .grid .grid-item.small .content{
    font-size: 14px;
}
#paquetes .solutions .grid .grid-item .content{
    position: absolute;
    inset: 0;
    display: none;
    flex-direction: column;
    gap: 1rem;
    padding-inline: 1.5rem;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    background-color: rgb(227 227 227 / 85%);
}
#paquetes .solutions .grid .grid-item.showing .content{
    display: flex;
    --animate-duration: .5s;
}
#paquetes .solutions .grid .grid-item .content .hide {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 12px;
    height: 12px;
    background: url("../assets/images/paquetes/icons/close.png") no-repeat center/contain;
    cursor: pointer;
}
#paquetes .solutions .grid .grid-item .content li{
    font-weight: 400;
    list-style-type: circle;
}
#paquetes .solutions .grid .grid-item.showing .show,
#paquetes .solutions .grid .grid-item.showing > p{
    display: none;
}
@media(max-width: 991px){
    #paquetes .solutions .grid{
        grid-template-rows: auto;
        height: auto;
    }
    #paquetes .solutions .grid .grid-item{
        height: 400px;
    }
    #paquetes .solutions .grid .grid-item.small{
        grid-column: span 2;
    }
    #paquetes .solutions .grid .grid-item.small:last-child{
        grid-column: span 4;
    }
    #paquetes .solutions .grid .grid-item .content{
        font-size: 14px;
    }
}
@media(max-width: 767px) {
    #paquetes .solutions .grid {
        grid-template-columns: 1fr;
    }
    #paquetes .solutions .grid .grid-item,
    #paquetes .solutions .grid .grid-item.small,
    #paquetes .solutions .grid .grid-item.small:last-child{
        grid-column: auto;
        padding-right: 3rem;
    }
}