
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.numeros-container {
    text-align: center;
    background-color: #ffffff !important;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: -60px;
    font-family: Poppins;
}

    .numeros-container p {
        font-weight: 500;
    }

    .numeros-container h1 {
        color: #4a6fe6;
        margin-bottom: 3rem !important;
        font-size: 2.5rem;
        font-weight: 500;
    }

.numeros-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-right: 25px;
    padding-left: 25px;
}

.numero-item {
    text-align: center;
    margin: 20px;
}

    .numero-item img {
        width: 50px;
        height: 50px;
    }

    .numero-item p {
        color: #366cf3 !important;
        margin: 10px 0px 0px 0px;
        font-size: 1.5rem !important;
        font-weight: 500;
    }

    .numero-item span {
        font-size: 2.5rem !important;
        color: #1dc9b7 !important;
        font-weight: 600;
    }
