*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'poppins', sans-serif;
}
.der-base h2{
    font-size: 4rem;

}
.der-base p{
    color: #000;
    font-size: 20px;
    text-align: justify;
}

/* barra reseller */
#barra-reseller{
    background-color: #2298FF;
    padding: 4rem;
    margin-bottom: 100px;
}
.cont-rese{
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    justify-content: center;
}
.cont-rese h4{
    font-size: 60px;
    font-weight: 700;
}
.iva{
    line-height: 0.9;
    font-size: 25px;
    font-weight: 700;
}
.btn-cta{
    margin-top: 40px;
    text-align: center;
}

@media (max-width: 868px) {
    .izq-base img{
        width: 300px;
        margin: 0 auto;
    }
    .der-base h2{
        font-size: 40px;
    }
    .cont-rese{
        flex-direction: column;
    }
    #barra-reseller{
        padding: 20px;
    }
    .cont-rese{
        flex-direction: column;
    }
    .cont-rese h4{
        font-size: 40px;
    }
}

/* porque telefonia ip */
#why-reseller{
    margin-bottom: 100px;
}

.cont-why{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-left: 40px;
    margin-right: 40px;
}

.txt-why{
    width: 600px;
}

.txt-why h5{
    color: #000;
    font-size: 60px;
    font-weight: 700;
}

.txt-why p{
    color: #000;
}
.grid-why{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
.why-item-btt{
    background-color: #2298FF;
    border-radius: 10px;
    padding: 10px;
    width: 200px;
}
.why-item-btt p{
    text-align: justify;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.why-item-ogg{
    background-color: #FF972C;
    border-radius: 10px;
    padding: 10px;
    width: 200px;
}
.why-item-ogg p{
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.txt-why-2 h5{
    text-align: center;
    color: #000;
    font-size: 40px;
    font-weight: 700;
}
.txt-why-2 h3{
    text-align: center;
    color: #2298FF;
    font-size: 5rem;
    font-weight: 700;
}
.txt-why-2{
    text-align: center;
    color: #000;
    font-weight: 600;
}


@media (min-width: 320px) and (max-width: 720px) {
    #why-reseller{
        padding: 20px;
    }
    .cont-why{
        margin: 0 auto;
    }

    .img-why img{
        width: 300px;
    }
    .cont-why{
        flex-direction: column;
    }
    .txt-why{
        width: fit-content;
    }
    .txt-why h5{
        font-size: 40px;
    }
    .grid-why{
        margin: 0 auto;
    }
    .why-item-ogg, .why-item-btt{
        width: 150px;
        
    }
    .why-item-btt p, .why-item-ogg p{
        font-size: 18px;
    }

}
/* servicios reseller */

#servicios-reseller{
    background-color: #EDEFFC;
    padding: 6rem;
    
}
.prin-ser{
    display: flex;
    gap: 6rem;
    align-items: center;
}
.txt-prin h6{
    font-size: 40px;
    color: #2298FF;
    font-size: 30px;
    font-weight: 600;
}
.txt-prin p{
    font-size: 60px;
    color: #000;
    font-weight: 700;
    line-height: 0.9;
}
.grid-reseller{
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.item-reseller{
    position: relative;
}

.item-reseller img{
    z-index: 0;
    position: relative;

}
.txt-item{
    padding: 20px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    color: #fff;
}
.txt-item{
    width: 500px;
}
.txt-item h6{
    font-size: 30px;
    font-weight: 600;
}
.linea-reseller{
    height: 4px;
    background-color: #fff;
    width: 50px;
    margin-left: 0;
}

@media (min-width: 320px) and (max-width: 720px) {
    #servicios-reseller{
        padding: 20px;
    }
    .prin-ser{
        flex-direction: column;
        gap: 2rem;
    }
    .txt-prin h6{
        font-size: 20px;
    }
    .txt-prin p{
        font-size: 30px;
    }
    .grid-reseller{
        grid-template-columns: repeat(1, 1fr);
    }
    .item-reseller{
        margin: 0 auto;
    }

    .item-reseller img{
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .txt-item{
        width: 100%;
    }
    .txt-item h6{
        font-size: 20px;
    }
    .txt-item p{
        font-size: 16px;
    }
    
}
@media (min-width: 767px)  and (max-width: 1120px){
    #servicios-reseller{
        padding: 3rem;
    }
    .item-reseller img{
        width: 100%;
    }
    .txt-item{
        width: 100%;
    }
    .grid-reseller{
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
    }
    .txt-item h6{
        font-size: 25px;
    }
    .txt-item p{
        font-size: 18px;
    }
}

@media (min-width: 1180px) and (max-width: 1360px){
    #servicios-reseller{
        padding: 3rem;
    }
    .item-reseller img{
        width: 100%;
    }
    .txt-item{
        width: 100%;
    }
    .grid-reseller{
       
        justify-content: center;
    }
    .txt-item h6{
        font-size: 20px;
    }
    .txt-item p{
        font-size: 16px;
    }
}


