/*-----Planes y Tarifas-----*/

.tvAndInternet {
    background-color: #a5dda5;
    padding: 50px 100px;
    display: flex;
}

.television {
    width: 50vw;
    margin-right: 30px;
}

.television h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #0a3e0d;
}

.television p {
    font-size: 17px;
    margin-bottom: 30px;
}

.television span {
    font-size: 28px;
    font-weight: 500;
    color: #105f14;
}

.tvImage {
    width: 40vw;
    height: 300px;
}

.tvImage img {
    width: 100%;
    height: 100%;
}


/*-----Planes-----*/

.introCombos {
    margin: 100px;
    text-align: center;
} 

.introCombos h2 {
    font-size: 30px;
    font-weight: 500;
    color: #0a3e0d;
    margin-bottom: 20px;
}

.carruselPlans {
    background-color: #ffffff;
}

.introPlans {
    text-align: center;
    margin: 80px 100px 50px;
}

.introPlans h2 {
    color: #0a3e0d;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
}

.containerr {
    margin-top: 50px;
}

.slider-wrapper {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 70px 55px;
}

.card-list .card-item {
    background-color: #a5dda5;
    color: #212121;
    padding: 25px;
    text-align: center;
}

.card-list .card-item h2 {
    font-size: 40px;
    font-weight: 500;
    color: #105f14;
}

.card-list .card-item img {
    width: 100px;
}

.card-list .card-item p {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    color: #9e7d11;
}

.card-list .card-item ul li{
    text-align: left;
}

.slider-wrapper .swiper-pagination-bullet {
    background: #4e4b4b;
    height: 15px;
    width: 15px;
}

.slider-wrapper .swiper-slide-button {
    color: #454141;
    margin-top: -50px;
    transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
    color: #89bb5d;
}


@media (max-width: 1000px) {

    .introPlans {
        margin: 30px 50px;
    }

    .introPlans h2 {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .tvAndInternet {
        flex-direction: column;
        align-items: center;
        padding: 20px 30px;
    }

    .television {
        text-align: center;
        width: 100%;
        margin-right: 0;
    }

    .tvImage {
        width: 350px;
        height: 200px;
    }

    .introCombos {
        margin: 30px 50px;
    }

    .slider-wrapper {
        margin: 0 50px 40px;
    }

}



