    .textoNumeros {
        font-family: 'Rubik', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 60px;
        line-height: 72px;
        color: #F75B3B;
        display: inline-block;
        margin-right: 20px;
    }
    
    .subTextoNumeros {
        font-family: 'Rubik', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #282828;
        display: inline-block;
        max-width: 225px;
        text-align: left;
    }
    
    .contenedorEquipo1 {
        width: 100%;
        display: inline-block;
        max-width: 720px;
        margin-right: 50px;
    }
    
    .contenedorEquipo2 {
        display: inline-block;
        text-align: right;
        vertical-align: top;
        margin-top: 0px;
    }
    
    .contenedorEquipoPapl {
        width: 90%;
        margin-left: 5%;
        text-align: left;
    }
    
    .contenedorPersonas {
        width: 100%;
        max-width: 1200px;
        margin: auto;
        font-size: 0px;
    }
    
    .divPersonas {
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 50px;
        vertical-align: top;
    }
    
    .textoNombre {
        font-family: 'Rubik', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #282828;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    .textoCargo {
        font-family: 'Rubik', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #8D8D8D;
        max-width: 260px;
    }
    
    @media only screen and (max-width: 1345px) {
        .contenedorEquipo1 {
            max-width: 600px;
            margin-right: 30px;
        }
    }
    
    @media only screen and (max-width: 1190px) {
        .contenedorEquipo1 {
            max-width: 500px;
            margin-right: 30px;
        }
        .textoPpal {
            font-size: 24px !important;
        }
    }
    
    @media only screen and (max-width: 1045px) {
        .contenedorEquipo1 {
            max-width: 9999px;
            margin-right: 0px;
        }
    }
    
    @media only screen and (max-width: 1218px) {
        .contenedorPersonas {
            max-width: 900px;
        }
    }
    
    @media only screen and (max-width: 920px) {
        .contenedorPersonas {
            max-width: 600px;
        }
    }
    
    @media only screen and (max-width: 620px) {
        .contenedorPersonas {
            max-width: 300px;
        }
        .textoPpal {
            font-size: 20px !important;
        }
    }
    
    @media only screen and (max-width: 500px) {
        .textoNumeros {
            font-size: 50px;
        }
        .contenedorEquipo2 {
            text-align: left;
            margin-top: 15px;
        }
    }
    
    @media only screen and (max-width: 435px) {
        .subTextoNumeros {
            display: block;
        }
    }